1. a058eee Update XGL_FORMAT. by Jeremy Hayes · 10 years ago
  2. e0d8788 xgl: Rename semaphore enums by Mark Lobodzinski · 10 years ago
  3. 698ee78 tests: Fix testbinding alloc_mem method by Jon Ashburn · 10 years ago
  4. 205b422 memory alloc: Remove last heaps from memory alloc and requirements by Jon Ashburn · 10 years ago
  5. f505c8d memory alloc: Remove alignment from alloc_info structure by Jon Ashburn · 10 years ago
  6. e01ff7a memory alloc: Remove MEMORY_ALLOC_FLAGS add MEMORY_TYPE by Jon Ashburn · 10 years ago
  7. e479243 memory alloc: Remove memory_heap flags replace with memory_property flags by Jon Ashburn · 10 years ago
  8. 25bbe46 memory alloc: For buffer allocations use the buffer_info structure by Jon Ashburn · 10 years ago
  9. 8a5da75 memory alloc: Add IMAGE and BUFFER alloc info structures by Jon Ashburn · 10 years ago
  10. 7e78195 memory alloc: Add MEMORY_ALLOCATION_COUNT support and usage in tests. by Jon Ashburn · 10 years ago
  11. 9b6eae5 memory alloc: Add allocation index to BindObjectMemory by Jon Ashburn · 10 years ago
  12. 86b36ac tests: Remove calls to xglGetMemoryHeapXXX by Jon Ashburn · 10 years ago
  13. 11078b0 xgl: move to new resource binding model by Chia-I Wu · 10 years ago
  14. bb0c8d2 demos, tests: use XGL_BUFFER_VIEW_RAW for constant buffers by Chia-I Wu · 10 years ago
  15. 424033f complete fixed-function vertex fetch support by Chia-I Wu · 10 years ago
  16. fb80d5f xgl: Resource transition proposal from Bug 12904. by Mike Stroyan · 10 years ago
  17. f52346d driver:implement changes for Dynamic State by Tony Barbour · 10 years ago
  18. 4f66a16 Remove unnecessary semicolon by Tony Barbour · 10 years ago
  19. f80ccd3 tests:Fix memory leak by Tony Barbour · 10 years ago
  20. 1a28fe0 update for buffer object changes by Chia-I Wu · 10 years ago
  21. d65ae08 misc: Fix tiler rebase in driver, tests, include by Jeremy Hayes · 10 years ago
  22. cdc40be tests: Remove CmdBindAttachments() for Tiler Gpus by Jon Ashburn · 10 years ago
  23. c4164b1 tests: Update BeginCommandBuffer Api for Tiler GPUs by Jon Ashburn · 10 years ago
  24. f7e282a tests: Fix regresions in trace/replay from uninitialized parameters. by Jon Ashburn · 10 years ago
  25. 04ad120 render_test: Add std140 layout test by Cody Northrop · 10 years ago
  26. 391bb6d xgl: Add xgl header changes for rev30 and 31. by Mark Lobodzinski · 10 years ago
  27. c444236 tests:Change rotate parameter from int to bool by Tony Barbour · 10 years ago
  28. 89fd9fd tests:Remove unused code by Tony Barbour · 10 years ago
  29. d726a17 tests:Change XGLTriangleTest to use DrawPreparation by Tony Barbour · 10 years ago
  30. 664accc tests:More tests using DrawPreparation by Tony Barbour · 10 years ago
  31. 1fde694 tests: Start using DrawPreparation not DrawTriangle by Tony Barbour · 10 years ago
  32. 22e32a1 tests cmdBuffer now binds each state individually by Tony Barbour · 10 years ago
  33. 304ec8b tests: Replace GenericTriangle call with OO code by Tony Barbour · 10 years ago
  34. 510c999 tests: do not enable layers by default by Chia-I Wu · 10 years ago
  35. fb1459b tests: fold xgldevice.{cpp,h} into xglrenderframework.{cpp,h} by Chia-I Wu · 10 years ago
  36. fe84fe1 tests: skip XglDevice in init.cpp and image_tests.cpp by Chia-I Wu · 10 years ago
  37. 8089cc1 tests: call {Init,Shutdown}Framework from SetUp/TearDwon by Chia-I Wu · 10 years ago
  38. f50ee21 tests: remove XglDevice::CreateImage() by Chia-I Wu · 10 years ago
  39. f82631a tests: remove unused XglDevice::AllocAndBindGpuMemory() by Chia-I Wu · 10 years ago
  40. a6bc0ce tests: fold xglimage.{cpp,h} into xglrenderframework.{cpp,h} by Chia-I Wu · 10 years ago
  41. 2648d09 tests: derive XglPipelineObj from xgl_testing::Pipeline by Chia-I Wu · 10 years ago
  42. babc0fd tests: derive XglShaderObj from xgl_testing::Shader by Chia-I Wu · 10 years ago
  43. ac0f1e7 tests: derive XglDescriptorSetObj from xgl_testing::DescriptorSet by Chia-I Wu · 10 years ago
  44. e9864b5 tests: derive XglSamplerObj from xgl_testing::Sampler by Chia-I Wu · 10 years ago
  45. 13a3aa8 tests: derive XglTextureObj from xgl_testing::Image by Chia-I Wu · 10 years ago
  46. c86b54c tests: fix resource types in XglShaderObj by Chia-I Wu · 10 years ago
  47. a07fee6 tests: derive XglConstantBufferObj from xgl_testing::GpuMemory by Chia-I Wu · 10 years ago
  48. 283d7a6 tests: store XGL_GPU_MEMORYs in XglMemoryRefManager by Chia-I Wu · 10 years ago
  49. d28343c tests: derive XglCommandBufferObj from xgl_testing::CmdBuffer by Chia-I Wu · 10 years ago
  50. 172d294 tests: derive XglImage from xgl_testing::Image by Chia-I Wu · 10 years ago
  51. 040312a tests: remove unused xglgpu.{cpp,h} by Chia-I Wu · 10 years ago
  52. af11d92 tests: remove dependencies on xglgpu.h by Chia-I Wu · 10 years ago
  53. b76e0fa tests: derive XglDevice from xgl_testing::Device by Chia-I Wu · 10 years ago
  54. 46a3263 tests: remove base_render_test.cpp by Chia-I Wu · 10 years ago
  55. e34256d tests: remove unused displayengine.{cpp,h} by Chia-I Wu · 10 years ago
  56. 328e4f9 tests: remove unused debug.h by Chia-I Wu · 10 years ago
  57. a9a506a tests: use the new binding in blit tests by Chia-I Wu · 10 years ago
  58. f1e2e99 tests: add a new XGL C++ binding by Chia-I Wu · 10 years ago
  59. f1a5a74 remove unnecessary casting between XGL_CHAR/char by Chia-I Wu · 10 years ago
  60. 99ff89d include: fix typedefs by Chia-I Wu · 10 years ago
  61. 2bb96ef tests: add XglCmdCloneImageDataTest.Basic by Chia-I Wu · 10 years ago
  62. d642238 tests: add XglCmdClearColorImageRawTest.Basic by Chia-I Wu · 10 years ago
  63. 5bc2786 tests: make XglCmdClearColorImageTest reusable for raw clears by Chia-I Wu · 10 years ago
  64. df39144 tests: allow tiled images in blit tests by Chia-I Wu · 10 years ago
  65. 42b97b8 tests: add XglCmdCopyImageToMemoryTest.Basic by Chia-I Wu · 10 years ago
  66. d808ada tests: no format filtering in XglCmdCopy{,MemoryTo}ImageTest by Chia-I Wu · 10 years ago
  67. 72e3433 tests: improve blit check pattern by Chia-I Wu · 10 years ago
  68. 824b771 tests:Fix sampler bug + use total descSet slots in map by Tony Barbour · 10 years ago
  69. ad8f154 tests:Port indexed test to use new cmdbuffer methods by Tony Barbour · 10 years ago
  70. b5f4d08 tests:Add CreateDescriptor set that doesn't bind by Tony Barbour · 10 years ago
  71. 30cc9e8 tests:Add cmdbuffer methods to replace GenTriangle call by Tony Barbour · 10 years ago
  72. af1f919 tests:Index buffer needs method to return index type by Tony Barbour · 10 years ago
  73. 976e1cf tests:Add CreatePipeline that doesn't bind cmdbuffer by Tony Barbour · 10 years ago
  74. f27eba7 layers: DrawState layer can now dump png image of dot graph by Tobin Ehlis · 10 years ago
  75. e6741a2 tests: fix -Wunused-but-set-variable warnings by Chia-I Wu · 10 years ago
  76. 6f18429 intel, tests, glave: fix -Wunused-variable warnings by Chia-I Wu · 10 years ago
  77. b4c2aa4 intel, tests: fix -Wswitch warnings by Chia-I Wu · 10 years ago
  78. 837f995 intel, tests: fix -Wreorder warnings by Chia-I Wu · 10 years ago
  79. 998c2ac tests: rewrite blit tests by Chia-I Wu · 10 years ago
  80. c97ceea tests: Keep binding small so things work with Ivybridge by Courtney Goeltzenleuchter · 10 years ago
  81. a98d393 tests:Change -help to be -h to be more conventional by Tony Barbour · 10 years ago
  82. 099a9eb tests:Remove cmdbuffer parameter from SetMemoryState call by Tony Barbour · 10 years ago
  83. 471338d tests:Add and use methods for Begin/End/PrepMemory by Tony Barbour · 10 years ago
  84. 4ab4542 tests:Add env variable for golden location by Tony Barbour · 10 years ago
  85. 1b94c3b tests: Remove debug statement by Courtney Goeltzenleuchter · 10 years ago
  86. bd531de render_tests: Move to new texture resource type by Cody Northrop · 10 years ago
  87. 3842280 tests:Use command buffer object in SetMemoryState by Tony Barbour · 10 years ago
  88. d04c766 tests:Allow -help as well as --help by Tony Barbour · 10 years ago
  89. 6d047bf tests:Add CommandBufferObj by Tony Barbour · 10 years ago
  90. ab52515 render_test: Add golden for new test by Cody Northrop · 10 years ago
  91. b110b4f render_tests: Modify new test colors, note odd failure by Cody Northrop · 10 years ago
  92. f551705 render_tests: Remove uniform test that no longer works by Cody Northrop · 10 years ago
  93. f1990a9 render_tests: Sparse, overlapping sampler/buffer bindings by Cody Northrop · 10 years ago
  94. 2953ed3 tests: helper script to run all regression tests by Courtney Goeltzenleuchter · 10 years ago
  95. fe7bb8f tests: add XglRenderTest.TriangleMRT by Chia-I Wu · 10 years ago
  96. ecebf75 tests: add MRT support by Chia-I Wu · 10 years ago
  97. 05c7181 tests: untar golden_images.tar.gz by Chia-I Wu · 10 years ago
  98. 62bf1dc tests: remove redundant m_render_target_format/m_cb_attachment_state by Chia-I Wu · 10 years ago
  99. 7ef4f66 tests: remove unused ClearRenderBuffer() by Chia-I Wu · 10 years ago
  100. fc0c284 tests: fix depth image preparation by Chia-I Wu · 10 years ago