Skip to content

Releases: zmike/vkoverhead

1.3

27 Feb 16:17
Compare
Choose a tag to compare

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

1.2

01 Feb 17:01
Compare
Choose a tag to compare
1.2

New Tests

  • added cases for templated push descriptor updates
  • added tests for vkCmdCopyImage
  • added tests for vkCmdResolveImage
  • added tests for copying descriptor sets
  • added tests for copying mutable descriptor sets
  • added tests for sampled image (non-combined) descriptors
  • added VK_EXT_descriptor_buffer cases
  • added VK_EXT_graphics_pipeline_library cases for fast-link functionality based on Dota2

New Options

  • -output-only for scripting
  • -start for running test subsets
  • -fixed for running a fixed number of iterations

Fixes/Tweaks

  • lots of fixes for detecting missing features
  • now print the GPU name on startup

Thanks to @llandwerlin-intel @turol @rlocatti-nv for contributions during this release!

1.1

08 Sep 17:50
Compare
Choose a tag to compare
1.1
  • fixed single-test mode to not additionally run base draw case
  • added new tests for image resolves and graphics pipeline libraries
  • fixed compatibility issues

1.0

26 Aug 16:01
Compare
Choose a tag to compare
1.0

Initial release