1. 41126e5 binding: introduce XGL_DESCRIPTOR_SET_LAYOUT_CHAIN by Chia-I Wu · 9 years ago
  2. 985ba16 binding: rename descriptor region to descriptor pool by Chia-I Wu · 9 years ago
  3. 1c45ce0 tests: Make depthStencil an object in Render Framework by Tony Barbour · 9 years ago
  4. 044703b tests: Free resources at end of test by Tony Barbour · 9 years ago
  5. 69894b7 xgl: Proposal to remove XGL_FRAMEBUFFER by Courtney Goeltzenleuchter · 9 years ago
  6. 679bbfa tests: Add default clear colors to render framework by Courtney Goeltzenleuchter · 9 years ago
  7. b4337c1 tests: Use render target vector's count by Courtney Goeltzenleuchter · 9 years ago
  8. 84d448c tests: Use staging buffer for WritePPM by Tony Barbour · 9 years ago
  9. 3c9a510 tests: Wait to init targetView until needed by Tony Barbour · 9 years ago
  10. 5dc515d tests: Add CopyImage to XglImage and use for textures by Tony Barbour · 9 years ago
  11. ebc093f tests: Replace texture change colors with initial colors by Tony Barbour · 9 years ago
  12. 976fc16 tests: Cleanup some set objects and memory that were flagged by validation by Tobin Ehlis · 9 years ago
  13. 5adee1c misc: Use XGL_API_VERSION instead of hard coded value by Courtney Goeltzenleuchter · 9 years ago
  14. c52b775 layers: Updated mem_tracker for new header changes. by Mark Lobodzinski · 9 years ago
  15. 1e46489 tests: Convert to using Instancing APIs rather than xglInitAndEnumerateGpus by Jon Ashburn · 9 years ago
  16. 17caf57 xgl: Remove XGL_* typedef wrappers by Mark Lobodzinski · 9 years ago
  17. 11078b0 xgl: move to new resource binding model by Chia-I Wu · 10 years ago
  18. fb80d5f xgl: Resource transition proposal from Bug 12904. by Mike Stroyan · 10 years ago
  19. f52346d driver:implement changes for Dynamic State by Tony Barbour · 9 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. 89fd9fd tests:Remove unused code by Tony Barbour · 10 years ago
  25. 22e32a1 tests cmdBuffer now binds each state individually by Tony Barbour · 10 years ago
  26. fb1459b tests: fold xgldevice.{cpp,h} into xglrenderframework.{cpp,h} by Chia-I Wu · 10 years ago
  27. 8089cc1 tests: call {Init,Shutdown}Framework from SetUp/TearDwon by Chia-I Wu · 10 years ago
  28. a6bc0ce tests: fold xglimage.{cpp,h} into xglrenderframework.{cpp,h} by Chia-I Wu · 10 years ago
  29. 2648d09 tests: derive XglPipelineObj from xgl_testing::Pipeline by Chia-I Wu · 10 years ago
  30. babc0fd tests: derive XglShaderObj from xgl_testing::Shader by Chia-I Wu · 10 years ago
  31. ac0f1e7 tests: derive XglDescriptorSetObj from xgl_testing::DescriptorSet by Chia-I Wu · 10 years ago
  32. e9864b5 tests: derive XglSamplerObj from xgl_testing::Sampler by Chia-I Wu · 10 years ago
  33. 13a3aa8 tests: derive XglTextureObj from xgl_testing::Image by Chia-I Wu · 10 years ago
  34. c86b54c tests: fix resource types in XglShaderObj by Chia-I Wu · 10 years ago
  35. a07fee6 tests: derive XglConstantBufferObj from xgl_testing::GpuMemory by Chia-I Wu · 10 years ago
  36. 283d7a6 tests: store XGL_GPU_MEMORYs in XglMemoryRefManager by Chia-I Wu · 10 years ago
  37. d28343c tests: derive XglCommandBufferObj from xgl_testing::CmdBuffer by Chia-I Wu · 10 years ago
  38. af11d92 tests: remove dependencies on xglgpu.h by Chia-I Wu · 10 years ago
  39. f1a5a74 remove unnecessary casting between XGL_CHAR/char by Chia-I Wu · 10 years ago
  40. 824b771 tests:Fix sampler bug + use total descSet slots in map by Tony Barbour · 10 years ago
  41. b5f4d08 tests:Add CreateDescriptor set that doesn't bind by Tony Barbour · 10 years ago
  42. 30cc9e8 tests:Add cmdbuffer methods to replace GenTriangle call by Tony Barbour · 10 years ago
  43. af1f919 tests:Index buffer needs method to return index type by Tony Barbour · 10 years ago
  44. 976e1cf tests:Add CreatePipeline that doesn't bind cmdbuffer by Tony Barbour · 10 years ago
  45. 099a9eb tests:Remove cmdbuffer parameter from SetMemoryState call by Tony Barbour · 10 years ago
  46. 471338d tests:Add and use methods for Begin/End/PrepMemory by Tony Barbour · 10 years ago
  47. 3842280 tests:Use command buffer object in SetMemoryState by Tony Barbour · 10 years ago
  48. 6d047bf tests:Add CommandBufferObj by Tony Barbour · 10 years ago
  49. ecebf75 tests: add MRT support by Chia-I Wu · 10 years ago
  50. 62bf1dc tests: remove redundant m_render_target_format/m_cb_attachment_state by Chia-I Wu · 10 years ago
  51. fcbf447 tests:Remove unused code by Tony Barbour · 10 years ago
  52. 688d5ca tests:Remove unused routine CreateDefaultPipeline by Tony Barbour · 10 years ago
  53. 07e80dc tests:Add destructor for constant buffer by Tony Barbour · 10 years ago
  54. f325bf1 tests:Add destructors for 4 objects by Tony Barbour · 10 years ago
  55. 25ef8a6 tests:Add destructor to desciptor set that destroys object by Tony Barbour · 10 years ago
  56. 5420af0 tests:Pass pointers to descriptor sets instead of value by Tony Barbour · 10 years ago
  57. 8a78593 tests: Add Index buffer object by Courtney Goeltzenleuchter · 10 years ago
  58. 3764030 tests: Add Bind method by Courtney Goeltzenleuchter · 10 years ago
  59. 3b0a815 tests: Add minimal constant buffer constructor by Courtney Goeltzenleuchter · 10 years ago
  60. e2c58df Use Object Oriented render tests as only tests by Tony Barbour · 10 years ago
  61. d1b1bd1 Add method to change texture colors by Tony Barbour · 10 years ago
  62. ac3692c Clean up interfaces between objects by Tony Barbour · 10 years ago
  63. 9d951a0 Add more tests and move classes to header file by Tony Barbour · 10 years ago
  64. bf843b2 tests: Fix tests to allow more than one gpu to be returned from InitAndEnum by Jon Ashburn · 10 years ago
  65. ca91587 layers: Update ObjectTracker layer to be generated and support callbacks by Tobin Ehlis · 10 years ago
  66. 32e486c test-framework: make color and depth binding info accessible by Courtney Goeltzenleuchter · 10 years ago
  67. fdcfb9f tests: Add matrix library (libglm-dev) and test by Courtney Goeltzenleuchter · 10 years ago
  68. 02d33c1 tests: Now have two triangle tests using different shaders by Courtney Goeltzenleuchter · 10 years ago
  69. 53d8d89 tests: migrate render test to render framework by Courtney Goeltzenleuchter · 10 years ago
  70. a4b278b tests: Add another class to help implementing tests by Courtney Goeltzenleuchter · 10 years ago