Skip to content
Compare
Choose a tag to compare
@zmike zmike released this 27 Feb 16:17
· 1 commit to main since this release

It's been a while, and versions are all made up anyway, so here we go.

Arthur Huillet (1):
csv: do not use ANSI color characters

Connor Abbott (4):
Fix color write mask when creating pipeline
Sync Vulkan python scripts with mesa
Update vulkan headers to 1.3.267
Add VK_EXT_host_image_copy tests

Karmjit Mahil (4):
Fix unsupported test name print out
Print hic tests in the test list
Take into account other options whit -list
Remove unused size variables

Mike Blumenkrantz (21):
Update README.md
Merge pull request #18 from nekopsykose/int64
specify layout when creating vattrib gpl pipelines
allow 1.2 timelineSemaphore feature
Merge pull request #21 from cwabbott0/color-write-mask-fix
Merge pull request #22 from dustContributor/main
remove extra queue submits from submit tests
fix fixed iteration to work with -start
add new buffer util for creating a 256mb copy buffer
reorder some submit helper functions
reset cmdbuf[0] during init instead of pointlessly wasting a cmdbuf idx
create (currently unused) fences for cmdpools
add zerovram cases
update output for zerovram tests (these are raw values)
wait for queue idle between tests to avoid clobbering perf
Merge pull request #24 from qwertychouskie/patch-1
always run the first misc test when running misc tests
Merge pull request #26 from ahuillet/main
Merge pull request #27 from cwabbott0/host-copy-image
use snprintf to generate name string
Merge pull request #29 from CreativeCylon/dev/Usability_improvements

QwertyChouskie (2):
Markdown ALL the things
Add and use new print functions; add CSV support back as a flag

dustContributor (1):
Added driver info to the initial CLI output

psykose (1):
cjson.h: include stdint.h