1. f579fa6 extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago
  2. 805afae tests: re-enable all tests and clean up code by GregF · 9 years ago
  3. 8a3bb13 tests: Remove references to gl_FragColor by Cody Northrop · 9 years ago
  4. aae7524 render tests: fixed render tests to not use gl_FragColor by GregF · 9 years ago
  5. 50a2a4b tests: Switch to m_use_glsl and cleanup option parsing by Cody Northrop · 9 years ago
  6. 76a5eeb tests: Dont try to begin or end null renderpasses by Chris Forbes · 9 years ago
  7. e182fe0 tests: Add test for render target clear via load op by Chris Forbes · 9 years ago
  8. 969c6ee tests: Add ScopedUseSpv helper to remove some duplicated boilerplate by Chris Forbes · 9 years ago
  9. 7ea6aa2 tests: Clean up some MSVC++ compiler warnings by Tony Barbour · 9 years ago
  10. 9d00ed7 v98: replace vkUpdateDescriptors() by vkUpdateDescriptorSets() by Chia-I Wu · 9 years ago
  11. 9563815 tests: Add test for TextureGather by Cody Northrop · 9 years ago
  12. 475663c tests: Add some geometry shader tests by Cody Northrop · 9 years ago
  13. 7c75b85 layers: Use native Vulkan object type definitions by Mark Lobodzinski · 9 years ago
  14. 43fb2c7 tests: Update for VK origin convention by Courtney Goeltzenleuchter · 9 years ago
  15. b050c68 update to vulkan.h header version 90, bug 13529 by Mike Stroyan · 9 years ago
  16. d1c3572 Bug 13632 Header 84 Assorted questions and comments on vulkan.h by Tony Barbour · 9 years ago
  17. fb4efc6 vulkan: beautification changes by Courtney Goeltzenleuchter · 9 years ago
  18. 6918cd5 tests: Rename Xgl->Vk all test objects by Tony Barbour · 9 years ago
  19. d8e229c Stage 1 of rename by Courtney Goeltzenleuchter · 9 years ago
  20. 97b7523 xgl: Enable new mem ref functions by Courtney Goeltzenleuchter · 9 years ago
  21. e5f0e6c tests: Simplify calling RecordImage by Courtney Goeltzenleuchter · 9 years ago
  22. 53f07d7 binding: update for xglCmdBindDescriptorSets() by Chia-I Wu · 9 years ago
  23. f35a514 tests: Add test for sparse vertex attr capability by Courtney Goeltzenleuchter · 9 years ago
  24. 9ddd310 tests: Correct test names by Courtney Goeltzenleuchter · 9 years ago
  25. fe88043 tests: remove unnecessary shader comments by Courtney Goeltzenleuchter · 9 years ago
  26. 0d62527 xgl: Update interface for sparse vertex attrs by Courtney Goeltzenleuchter · 9 years ago
  27. 1c45ce0 tests: Make depthStencil an object in Render Framework by Tony Barbour · 9 years ago
  28. 69894b7 xgl: Proposal to remove XGL_FRAMEBUFFER by Courtney Goeltzenleuchter · 9 years ago
  29. 679bbfa tests: Add default clear colors to render framework by Courtney Goeltzenleuchter · 9 years ago
  30. b4337c1 tests: Use render target vector's count by Courtney Goeltzenleuchter · 9 years ago
  31. c80a557 xgl: update xglDbg.h for XGL_INSTANCE by Courtney Goeltzenleuchter · 9 years ago
  32. 0dd968a tests: WIN32 assumes no SPIRV for now by Tony Barbour · 9 years ago
  33. 831062d tests: Make sure buffers are added to DescSet by Tony Barbour · 9 years ago
  34. ebc093f tests: Replace texture change colors with initial colors by Tony Barbour · 9 years ago
  35. 976fc16 tests: Cleanup some set objects and memory that were flagged by validation by Tobin Ehlis · 9 years ago
  36. 3bfd27c SPIR-V: Change BIL to SPV in all source files by Cody Northrop · 9 years ago
  37. 054a470 icd: Rename icd-bil.h to icd-spv.h by Cody Northrop · 9 years ago
  38. 5adee1c misc: Use XGL_API_VERSION instead of hard coded value by Courtney Goeltzenleuchter · 9 years ago
  39. c52b775 layers: Updated mem_tracker for new header changes. by Mark Lobodzinski · 9 years ago
  40. 49a6b4b tests: Fix cut-and-paste error in QuadWithIndexedVertexFetch test. by Mark Lobodzinski · 9 years ago
  41. b11a0d0 tests: Fix XGLTriangleTest to not bind VBO since it doesn't use one by Tobin Ehlis · 9 years ago
  42. 17caf57 xgl: Remove XGL_* typedef wrappers by Mark Lobodzinski · 10 years ago
  43. a058eee Update XGL_FORMAT. by Jeremy Hayes · 10 years ago
  44. 205b422 memory alloc: Remove last heaps from memory alloc and requirements by Jon Ashburn · 10 years ago
  45. f505c8d memory alloc: Remove alignment from alloc_info structure by Jon Ashburn · 10 years ago
  46. e01ff7a memory alloc: Remove MEMORY_ALLOC_FLAGS add MEMORY_TYPE by Jon Ashburn · 10 years ago
  47. e479243 memory alloc: Remove memory_heap flags replace with memory_property flags by Jon Ashburn · 10 years ago
  48. 8a5da75 memory alloc: Add IMAGE and BUFFER alloc info structures by Jon Ashburn · 10 years ago
  49. 7e78195 memory alloc: Add MEMORY_ALLOCATION_COUNT support and usage in tests. by Jon Ashburn · 10 years ago
  50. 9b6eae5 memory alloc: Add allocation index to BindObjectMemory by Jon Ashburn · 10 years ago
  51. 11078b0 xgl: move to new resource binding model by Chia-I Wu · 10 years ago
  52. fb80d5f xgl: Resource transition proposal from Bug 12904. by Mike Stroyan · 10 years ago
  53. f52346d driver:implement changes for Dynamic State by Tony Barbour · 10 years ago
  54. 1a28fe0 update for buffer object changes by Chia-I Wu · 10 years ago
  55. d65ae08 misc: Fix tiler rebase in driver, tests, include by Jeremy Hayes · 10 years ago
  56. cdc40be tests: Remove CmdBindAttachments() for Tiler Gpus by Jon Ashburn · 10 years ago
  57. c4164b1 tests: Update BeginCommandBuffer Api for Tiler GPUs by Jon Ashburn · 10 years ago
  58. 04ad120 render_test: Add std140 layout test by Cody Northrop · 10 years ago
  59. c444236 tests:Change rotate parameter from int to bool by Tony Barbour · 10 years ago
  60. 89fd9fd tests:Remove unused code by Tony Barbour · 10 years ago
  61. d726a17 tests:Change XGLTriangleTest to use DrawPreparation by Tony Barbour · 10 years ago
  62. 664accc tests:More tests using DrawPreparation by Tony Barbour · 10 years ago
  63. 1fde694 tests: Start using DrawPreparation not DrawTriangle by Tony Barbour · 10 years ago
  64. 22e32a1 tests cmdBuffer now binds each state individually by Tony Barbour · 10 years ago
  65. 304ec8b tests: Replace GenericTriangle call with OO code by Tony Barbour · 10 years ago
  66. fb1459b tests: fold xgldevice.{cpp,h} into xglrenderframework.{cpp,h} by Chia-I Wu · 10 years ago
  67. a6bc0ce tests: fold xglimage.{cpp,h} into xglrenderframework.{cpp,h} by Chia-I Wu · 10 years ago
  68. a07fee6 tests: derive XglConstantBufferObj from xgl_testing::GpuMemory by Chia-I Wu · 10 years ago
  69. f1a5a74 remove unnecessary casting between XGL_CHAR/char by Chia-I Wu · 10 years ago
  70. ad8f154 tests:Port indexed test to use new cmdbuffer methods by Tony Barbour · 10 years ago
  71. f27eba7 layers: DrawState layer can now dump png image of dot graph by Tobin Ehlis · 10 years ago
  72. 6f18429 intel, tests, glave: fix -Wunused-variable warnings by Chia-I Wu · 10 years ago
  73. c97ceea tests: Keep binding small so things work with Ivybridge by Courtney Goeltzenleuchter · 10 years ago
  74. 099a9eb tests:Remove cmdbuffer parameter from SetMemoryState call by Tony Barbour · 10 years ago
  75. 1b94c3b tests: Remove debug statement by Courtney Goeltzenleuchter · 10 years ago
  76. bd531de render_tests: Move to new texture resource type by Cody Northrop · 10 years ago
  77. b110b4f render_tests: Modify new test colors, note odd failure by Cody Northrop · 10 years ago
  78. f551705 render_tests: Remove uniform test that no longer works by Cody Northrop · 10 years ago
  79. f1990a9 render_tests: Sparse, overlapping sampler/buffer bindings by Cody Northrop · 10 years ago
  80. fe7bb8f tests: add XglRenderTest.TriangleMRT by Chia-I Wu · 10 years ago
  81. ecebf75 tests: add MRT support by Chia-I Wu · 10 years ago
  82. 7ef4f66 tests: remove unused ClearRenderBuffer() by Chia-I Wu · 10 years ago
  83. fc0c284 tests: fix depth image preparation by Chia-I Wu · 10 years ago
  84. d43c52e render_tests: Remove gl_FragColor in a couple deprecated spots by Cody Northrop · 10 years ago
  85. bb5dc32 tests:Change new indexed quad test to pass pointer by Tony Barbour · 10 years ago
  86. e3e2e3f tests:Use xgl commands to clear stencil by Tony Barbour · 10 years ago
  87. fcbf447 tests:Remove unused code by Tony Barbour · 10 years ago
  88. 75e9ee4 tests:Remove unused local variable by Tony Barbour · 10 years ago
  89. 1c04203 tests:Pass pointers to constant buffers instead of values by Tony Barbour · 10 years ago
  90. 2bd9616 tests:Pass pointers to pipelines instead of value by Tony Barbour · 10 years ago
  91. 5420af0 tests:Pass pointers to descriptor sets instead of value by Tony Barbour · 10 years ago
  92. 5e5c48f tests: Add test using index buffer and vertex fetch by Courtney Goeltzenleuchter · 10 years ago
  93. 4222658 Add test for discard. by GregF · 10 years ago
  94. 3156cb0 Add tests for gl_FragCoord, gl_ClipDistance in FS and unread FS inputs. by GregF · 10 years ago
  95. e2c58df Use Object Oriented render tests as only tests by Tony Barbour · 10 years ago
  96. 11e5213 tests: Added code to render_tests.cpp to dump dot files using DrawState layer by Tobin Ehlis · 10 years ago
  97. b9e193f tests: Fix uninitialized pDataSize for GetImageSubres and GetObjectInfo by Jon Ashburn · 10 years ago
  98. a15fa64 tests: Fix initialization of descriptor set mapping in pipeline shader structs by Jon Ashburn · 10 years ago
  99. ca91587 layers: Update ObjectTracker layer to be generated and support callbacks by Tobin Ehlis · 10 years ago
  100. 7a42e12 update to the latest vertex fetch proposal by Chia-I Wu · 10 years ago