1. a53a694 tests: Use buffers format when writing PPM files by Tony Barbour · 9 years ago
  2. 96db882 tests: Use XGL to --show-images instead of OpenGL/Glut by Tony Barbour · 9 years ago
  3. 92400bb tests: Move environment object into sharable file by Tony Barbour · 9 years ago
  4. 5adee1c misc: Use XGL_API_VERSION instead of hard coded value by Courtney Goeltzenleuchter · 9 years ago
  5. c52b775 layers: Updated mem_tracker for new header changes. by Mark Lobodzinski · 9 years ago
  6. 49a6b4b tests: Fix cut-and-paste error in QuadWithIndexedVertexFetch test. by Mark Lobodzinski · 9 years ago
  7. b11a0d0 tests: Fix XGLTriangleTest to not bind VBO since it doesn't use one by Tobin Ehlis · 9 years ago
  8. 3db6d9b intel: Add colorAttachmentCount by Courtney Goeltzenleuchter · 10 years ago
  9. 250dcdd intel: Remove unnecessary dualBlendMode enable by Courtney Goeltzenleuchter · 10 years ago
  10. bbe3cc5 intel: Remove scissor enable and scissor count by Courtney Goeltzenleuchter · 10 years ago
  11. 661dc37 Enable additional Linux warnings, for loader/layers/demos. by Ian Elliott · 9 years ago
  12. c0521e7 tests demos: Fix pDataSize to be either unitinitalized or initialized. by Jon Ashburn · 10 years ago
  13. e13f198 render_pass: Add CmdBegin{End}RenderPass() by Jon Ashburn · 10 years ago
  14. d5d83ed xgl: Fix typo in memory barriers APIs by Mark Lobodzinski · 10 years ago
  15. 1e46489 tests: Convert to using Instancing APIs rather than xglInitAndEnumerateGpus by Jon Ashburn · 10 years ago
  16. 837ef92 xgl: Fix pMemBarriers references by Mark Lobodzinski · 10 years ago
  17. 17caf57 xgl: Remove XGL_* typedef wrappers by Mark Lobodzinski · 10 years ago
  18. dffa120 xgl: Add framebuffer-no-attachment support by Mark Lobodzinski · 10 years ago
  19. a058eee Update XGL_FORMAT. by Jeremy Hayes · 10 years ago
  20. e0d8788 xgl: Rename semaphore enums by Mark Lobodzinski · 10 years ago
  21. 698ee78 tests: Fix testbinding alloc_mem method by Jon Ashburn · 10 years ago
  22. 205b422 memory alloc: Remove last heaps from memory alloc and requirements by Jon Ashburn · 10 years ago
  23. f505c8d memory alloc: Remove alignment from alloc_info structure by Jon Ashburn · 10 years ago
  24. e01ff7a memory alloc: Remove MEMORY_ALLOC_FLAGS add MEMORY_TYPE by Jon Ashburn · 10 years ago
  25. e479243 memory alloc: Remove memory_heap flags replace with memory_property flags by Jon Ashburn · 10 years ago
  26. 25bbe46 memory alloc: For buffer allocations use the buffer_info structure by Jon Ashburn · 10 years ago
  27. 8a5da75 memory alloc: Add IMAGE and BUFFER alloc info structures by Jon Ashburn · 10 years ago
  28. 7e78195 memory alloc: Add MEMORY_ALLOCATION_COUNT support and usage in tests. by Jon Ashburn · 10 years ago
  29. 9b6eae5 memory alloc: Add allocation index to BindObjectMemory by Jon Ashburn · 10 years ago
  30. 86b36ac tests: Remove calls to xglGetMemoryHeapXXX by Jon Ashburn · 10 years ago
  31. 11078b0 xgl: move to new resource binding model by Chia-I Wu · 10 years ago
  32. bb0c8d2 demos, tests: use XGL_BUFFER_VIEW_RAW for constant buffers by Chia-I Wu · 10 years ago
  33. 424033f complete fixed-function vertex fetch support by Chia-I Wu · 10 years ago
  34. fb80d5f xgl: Resource transition proposal from Bug 12904. by Mike Stroyan · 10 years ago
  35. f52346d driver:implement changes for Dynamic State by Tony Barbour · 10 years ago
  36. 4f66a16 Remove unnecessary semicolon by Tony Barbour · 10 years ago
  37. f80ccd3 tests:Fix memory leak by Tony Barbour · 10 years ago
  38. 1a28fe0 update for buffer object changes by Chia-I Wu · 10 years ago
  39. d65ae08 misc: Fix tiler rebase in driver, tests, include by Jeremy Hayes · 10 years ago
  40. cdc40be tests: Remove CmdBindAttachments() for Tiler Gpus by Jon Ashburn · 10 years ago
  41. c4164b1 tests: Update BeginCommandBuffer Api for Tiler GPUs by Jon Ashburn · 10 years ago
  42. f7e282a tests: Fix regresions in trace/replay from uninitialized parameters. by Jon Ashburn · 10 years ago
  43. 04ad120 render_test: Add std140 layout test by Cody Northrop · 10 years ago
  44. 391bb6d xgl: Add xgl header changes for rev30 and 31. by Mark Lobodzinski · 10 years ago
  45. c444236 tests:Change rotate parameter from int to bool by Tony Barbour · 10 years ago
  46. 89fd9fd tests:Remove unused code by Tony Barbour · 10 years ago
  47. d726a17 tests:Change XGLTriangleTest to use DrawPreparation by Tony Barbour · 10 years ago
  48. 664accc tests:More tests using DrawPreparation by Tony Barbour · 10 years ago
  49. 1fde694 tests: Start using DrawPreparation not DrawTriangle by Tony Barbour · 10 years ago
  50. 22e32a1 tests cmdBuffer now binds each state individually by Tony Barbour · 10 years ago
  51. 304ec8b tests: Replace GenericTriangle call with OO code by Tony Barbour · 10 years ago
  52. 510c999 tests: do not enable layers by default by Chia-I Wu · 10 years ago
  53. fb1459b tests: fold xgldevice.{cpp,h} into xglrenderframework.{cpp,h} by Chia-I Wu · 10 years ago
  54. fe84fe1 tests: skip XglDevice in init.cpp and image_tests.cpp by Chia-I Wu · 10 years ago
  55. 8089cc1 tests: call {Init,Shutdown}Framework from SetUp/TearDwon by Chia-I Wu · 10 years ago
  56. f50ee21 tests: remove XglDevice::CreateImage() by Chia-I Wu · 10 years ago
  57. f82631a tests: remove unused XglDevice::AllocAndBindGpuMemory() by Chia-I Wu · 10 years ago
  58. a6bc0ce tests: fold xglimage.{cpp,h} into xglrenderframework.{cpp,h} by Chia-I Wu · 10 years ago
  59. 2648d09 tests: derive XglPipelineObj from xgl_testing::Pipeline by Chia-I Wu · 10 years ago
  60. babc0fd tests: derive XglShaderObj from xgl_testing::Shader by Chia-I Wu · 10 years ago
  61. ac0f1e7 tests: derive XglDescriptorSetObj from xgl_testing::DescriptorSet by Chia-I Wu · 10 years ago
  62. e9864b5 tests: derive XglSamplerObj from xgl_testing::Sampler by Chia-I Wu · 10 years ago
  63. 13a3aa8 tests: derive XglTextureObj from xgl_testing::Image by Chia-I Wu · 10 years ago
  64. c86b54c tests: fix resource types in XglShaderObj by Chia-I Wu · 10 years ago
  65. a07fee6 tests: derive XglConstantBufferObj from xgl_testing::GpuMemory by Chia-I Wu · 10 years ago
  66. 283d7a6 tests: store XGL_GPU_MEMORYs in XglMemoryRefManager by Chia-I Wu · 10 years ago
  67. d28343c tests: derive XglCommandBufferObj from xgl_testing::CmdBuffer by Chia-I Wu · 10 years ago
  68. 172d294 tests: derive XglImage from xgl_testing::Image by Chia-I Wu · 10 years ago
  69. 040312a tests: remove unused xglgpu.{cpp,h} by Chia-I Wu · 10 years ago
  70. af11d92 tests: remove dependencies on xglgpu.h by Chia-I Wu · 10 years ago
  71. b76e0fa tests: derive XglDevice from xgl_testing::Device by Chia-I Wu · 10 years ago
  72. 46a3263 tests: remove base_render_test.cpp by Chia-I Wu · 10 years ago
  73. e34256d tests: remove unused displayengine.{cpp,h} by Chia-I Wu · 10 years ago
  74. 328e4f9 tests: remove unused debug.h by Chia-I Wu · 10 years ago
  75. a9a506a tests: use the new binding in blit tests by Chia-I Wu · 10 years ago
  76. f1e2e99 tests: add a new XGL C++ binding by Chia-I Wu · 10 years ago
  77. f1a5a74 remove unnecessary casting between XGL_CHAR/char by Chia-I Wu · 10 years ago
  78. 99ff89d include: fix typedefs by Chia-I Wu · 10 years ago
  79. 2bb96ef tests: add XglCmdCloneImageDataTest.Basic by Chia-I Wu · 10 years ago
  80. d642238 tests: add XglCmdClearColorImageRawTest.Basic by Chia-I Wu · 10 years ago
  81. 5bc2786 tests: make XglCmdClearColorImageTest reusable for raw clears by Chia-I Wu · 10 years ago
  82. df39144 tests: allow tiled images in blit tests by Chia-I Wu · 10 years ago
  83. 42b97b8 tests: add XglCmdCopyImageToMemoryTest.Basic by Chia-I Wu · 10 years ago
  84. d808ada tests: no format filtering in XglCmdCopy{,MemoryTo}ImageTest by Chia-I Wu · 10 years ago
  85. 72e3433 tests: improve blit check pattern by Chia-I Wu · 10 years ago
  86. 824b771 tests:Fix sampler bug + use total descSet slots in map by Tony Barbour · 10 years ago
  87. ad8f154 tests:Port indexed test to use new cmdbuffer methods by Tony Barbour · 10 years ago
  88. b5f4d08 tests:Add CreateDescriptor set that doesn't bind by Tony Barbour · 10 years ago
  89. 30cc9e8 tests:Add cmdbuffer methods to replace GenTriangle call by Tony Barbour · 10 years ago
  90. af1f919 tests:Index buffer needs method to return index type by Tony Barbour · 10 years ago
  91. 976e1cf tests:Add CreatePipeline that doesn't bind cmdbuffer by Tony Barbour · 10 years ago
  92. f27eba7 layers: DrawState layer can now dump png image of dot graph by Tobin Ehlis · 10 years ago
  93. e6741a2 tests: fix -Wunused-but-set-variable warnings by Chia-I Wu · 10 years ago
  94. 6f18429 intel, tests, glave: fix -Wunused-variable warnings by Chia-I Wu · 10 years ago
  95. b4c2aa4 intel, tests: fix -Wswitch warnings by Chia-I Wu · 10 years ago
  96. 837f995 intel, tests: fix -Wreorder warnings by Chia-I Wu · 10 years ago
  97. 998c2ac tests: rewrite blit tests by Chia-I Wu · 10 years ago
  98. c97ceea tests: Keep binding small so things work with Ivybridge by Courtney Goeltzenleuchter · 10 years ago
  99. a98d393 tests:Change -help to be -h to be more conventional by Tony Barbour · 10 years ago
  100. 099a9eb tests:Remove cmdbuffer parameter from SetMemoryState call by Tony Barbour · 10 years ago