1. d04c766 tests:Allow -help as well as --help by Tony Barbour · 10 years ago
  2. 6d047bf tests:Add CommandBufferObj by Tony Barbour · 10 years ago
  3. ab52515 render_test: Add golden for new test by Cody Northrop · 10 years ago
  4. 59fbc4a layers: Don't show totally unused DS slots or arrows for slots unused by a particular shader by Tobin Ehlis · 10 years ago
  5. b110b4f render_tests: Modify new test colors, note odd failure by Cody Northrop · 10 years ago
  6. f551705 render_tests: Remove uniform test that no longer works by Cody Northrop · 10 years ago
  7. f1990a9 render_tests: Sparse, overlapping sampler/buffer bindings by Cody Northrop · 10 years ago
  8. 2953ed3 tests: helper script to run all regression tests by Courtney Goeltzenleuchter · 10 years ago
  9. fe7bb8f tests: add XglRenderTest.TriangleMRT by Chia-I Wu · 10 years ago
  10. ecebf75 tests: add MRT support by Chia-I Wu · 10 years ago
  11. 05c7181 tests: untar golden_images.tar.gz by Chia-I Wu · 10 years ago
  12. f404413 BIL: Updated to latest BIL spec / functionality by Courtney Goeltzenleuchter · 10 years ago
  13. 62bf1dc tests: remove redundant m_render_target_format/m_cb_attachment_state by Chia-I Wu · 10 years ago
  14. 7ef4f66 tests: remove unused ClearRenderBuffer() by Chia-I Wu · 10 years ago
  15. fc0c284 tests: fix depth image preparation by Chia-I Wu · 10 years ago
  16. e54918b tests: Include golden images by Courtney Goeltzenleuchter · 10 years ago
  17. fcda72d tests: Do not leave ppm files around by Courtney Goeltzenleuchter · 10 years ago
  18. d43c52e render_tests: Remove gl_FragColor in a couple deprecated spots by Cody Northrop · 10 years ago
  19. bbd0a36 layers: Eliminate statically allocated strings by Courtney Goeltzenleuchter · 10 years ago
  20. bb5dc32 tests:Change new indexed quad test to pass pointer by Tony Barbour · 10 years ago
  21. e3e2e3f tests:Use xgl commands to clear stencil by Tony Barbour · 10 years ago
  22. 82c3952 tests:Better formatting between routines by Tony Barbour · 10 years ago
  23. fcbf447 tests:Remove unused code by Tony Barbour · 10 years ago
  24. 75e9ee4 tests:Remove unused local variable by Tony Barbour · 10 years ago
  25. 688d5ca tests:Remove unused routine CreateDefaultPipeline by Tony Barbour · 10 years ago
  26. 07e80dc tests:Add destructor for constant buffer by Tony Barbour · 10 years ago
  27. f325bf1 tests:Add destructors for 4 objects by Tony Barbour · 10 years ago
  28. 25ef8a6 tests:Add destructor to desciptor set that destroys object by Tony Barbour · 10 years ago
  29. 1c04203 tests:Pass pointers to constant buffers instead of values by Tony Barbour · 10 years ago
  30. 2bd9616 tests:Pass pointers to pipelines instead of value by Tony Barbour · 10 years ago
  31. 5420af0 tests:Pass pointers to descriptor sets instead of value by Tony Barbour · 10 years ago
  32. ba2a106 tests:More checks for XGL errors by Tony Barbour · 10 years ago
  33. c6a121a tests:Remove unused CreateShaderBIL by Tony Barbour · 10 years ago
  34. e05c8c6 loader: handle inserting dispatch table pointer into all created objects by Jon Ashburn · 10 years ago
  35. b09ae68 icd: Fix bug in generated Icd generated entrypoints don't unwrap gpu object by Jon Ashburn · 10 years ago
  36. 8c05b7a icd: Make driver use the same definition for dispatch table as loader uses by Jon Ashburn · 10 years ago
  37. 5e5c48f tests: Add test using index buffer and vertex fetch by Courtney Goeltzenleuchter · 10 years ago
  38. 8a78593 tests: Add Index buffer object by Courtney Goeltzenleuchter · 10 years ago
  39. 3764030 tests: Add Bind method by Courtney Goeltzenleuchter · 10 years ago
  40. 3b0a815 tests: Add minimal constant buffer constructor by Courtney Goeltzenleuchter · 10 years ago
  41. 31144b7 tests: Add usage text for test framework options by Courtney Goeltzenleuchter · 10 years ago
  42. c304ed8 misc: Add update summary to README.md by Courtney Goeltzenleuchter · 10 years ago
  43. 4222658 Add test for discard. by GregF · 10 years ago
  44. 3156cb0 Add tests for gl_FragCoord, gl_ClipDistance in FS and unread FS inputs. by GregF · 10 years ago
  45. ec664fa tests: fix build errors due to ImageMagick dependency by Chia-I Wu · 10 years ago
  46. d89a3e1 tests: move xglinfo to demos by Chia-I Wu · 10 years ago
  47. b596ddf tests: remove unused functions from xglinfo by Chia-I Wu · 10 years ago
  48. 08f5c88 tests: merge common.[ch] back to xglinfo.c by Chia-I Wu · 10 years ago
  49. a66265b loader: Fix missing terminator on string by Courtney Goeltzenleuchter · 10 years ago
  50. 57985ce loader: Make LIBXGL_LAYERS_PATH behave like LIBXGL_DRIVERS_PATH by Courtney Goeltzenleuchter · 10 years ago
  51. 10df0e1 tests:Add README telling how to run tests by Tony Barbour · 10 years ago
  52. 6266bfd xgl: Update BIL/LunarGLASS/glslang versions by Courtney Goeltzenleuchter · 10 years ago
  53. 1323eb7 loader: xglEnumerateLayers() returns layer names rather than library names by Jon Ashburn · 10 years ago
  54. 3141e03 include: Remove API typedefs from xglLayer.h by Jon Ashburn · 10 years ago
  55. 83f4a69 include: Move API typedefs from xglLayer.h into xgl.h, xglDbg.h, xglWsi by Jon Ashburn · 10 years ago
  56. e2c58df Use Object Oriented render tests as only tests by Tony Barbour · 10 years ago
  57. 37f2351 Remove tony_* and compiler render tests by Tony Barbour · 10 years ago
  58. 535677d Remove TriangleFragUniform test by Tony Barbour · 10 years ago
  59. e6fccf0 Remove debug message by Tony Barbour · 10 years ago
  60. 756e0c7 Fix binding in UniformBuffer tests. Drop unused inits by Tony Barbour · 10 years ago
  61. 2c05086 Add SamplerBindingsTriangle test by Tony Barbour · 10 years ago
  62. d1b1bd1 Add method to change texture colors by Tony Barbour · 10 years ago
  63. ac3692c Clean up interfaces between objects by Tony Barbour · 10 years ago
  64. 6abfd7c Add more tests by Tony Barbour · 10 years ago
  65. 9d951a0 Add more tests and move classes to header file by Tony Barbour · 10 years ago
  66. a0e2ee8 Start with frame 2 for name, fix filenames by Tony Barbour · 10 years ago
  67. e13ea5b Get Fetch+MVP+Texture working. Add FSTexture by Tony Barbour · 10 years ago
  68. c894db5 Memset structs to 0 at init by Tony Barbour · 10 years ago
  69. 979fc13 tests:Use specified bindings for input buffers by Tony Barbour · 10 years ago
  70. d69d88e tests:Uncomment / comment debug code by Tony Barbour · 10 years ago
  71. 2100453 tests:Rename buffers for clarity by Tony Barbour · 10 years ago
  72. 260087a tests:More constant buffer object work by Tony Barbour · 10 years ago
  73. 247bf37 tests:New Object Oriented Infrastructure by Tony Barbour · 10 years ago
  74. 79113cc layers: Add Multi layer with example of multiple layers per file. by Jon Ashburn · 10 years ago
  75. 11e5213 tests: Added code to render_tests.cpp to dump dot files using DrawState layer by Tobin Ehlis · 10 years ago
  76. 8356288 layers: DrawState layer can dump complete State to Graphviz dot file format by Tobin Ehlis · 10 years ago
  77. 4a74436 layers: Added mutext to DrawState to guard global linked-lists. by Tobin Ehlis · 10 years ago
  78. 9dc93af layers: Tracking and reporting dynamic state in DrawState layer by Tobin Ehlis · 10 years ago
  79. 89078aa tests: add CopyMemoryToImageBasic to XglBlitTest by Chia-I Wu · 10 years ago
  80. d647901 Revert "blit_test: Remove incomplete test" by Chia-I Wu · 10 years ago
  81. d94726f tests: add {Fill,Copy}MemoryLarge to XglBlitTest by Chia-I Wu · 10 years ago
  82. a98df73 layers: MemTracker clears CB refs if CB obj destroyed and correctly destroys Wsi created images along w/ freeing their memory. by Tobin Ehlis · 10 years ago
  83. f0cb2a4 layers: Updated README with further layer descriptions. by Tobin Ehlis · 10 years ago
  84. a5817d5 layers: Update README.md for overall documentation and Basic layer by Jon Ashburn · 10 years ago
  85. 1fec424 layers: Upgrade Basic to support multi-gpu multi-dispatch table by Jon Ashburn · 10 years ago
  86. bf843b2 tests: Fix tests to allow more than one gpu to be returned from InitAndEnum by Jon Ashburn · 10 years ago
  87. b54ef78 layers: Report memory leaks as warnings in MemTracker layer. by Tobin Ehlis · 10 years ago
  88. d49efcb layers: Added APIDumpNoAddr layer that replaces variable addresses in API Dump w/ static "addr" string by Tobin Ehlis · 10 years ago
  89. a363cfa layers: Updated layer names to be camelCase where name is contained in library file name as libXGLLayer<NAME>.so by Tobin Ehlis · 10 years ago
  90. c0418f9 layers: Fix bug in CmdBuffer free for MemTracker layer by Tobin Ehlis · 10 years ago
  91. d586459 Add reserved parameter to xglEnumerateLayers for layer usage by Jon Ashburn · 10 years ago
  92. a6c0e3c layers: Fix bug in DestroyObject code of MemTracker layer. by Tobin Ehlis · 10 years ago
  93. f7a0874 layers: Update xglEnumerateLayers() to work with layer names by Jon Ashburn · 10 years ago
  94. b835805 loader: Make layer names be independent of layer library filename by Jon Ashburn · 10 years ago
  95. 613b0c1 loader: Change ActivateLayers name to be consistent with rest of loader by Jon Ashburn · 10 years ago
  96. db20d60 layers: Add VBO validation to DrawState layer. by Tobin Ehlis · 10 years ago
  97. a99d5c7 layers: Account for the slotOffset when DS bound. by Tobin Ehlis · 10 years ago
  98. 6bc4ff7 layers: Flag ERROR on no DS bound if that DS is used by a shader. by Tobin Ehlis · 10 years ago
  99. 5b22bc7 tests: add CopyMemoryHazard to XglBlitTest by Chia-I Wu · 10 years ago
  100. fe86f88 xgl: Update to current BIL/glslang/LunarGLASS by Courtney Goeltzenleuchter · 10 years ago