1. 31144b7 tests: Add usage text for test framework options by Courtney Goeltzenleuchter · 10 years ago
  2. 4222658 Add test for discard. by GregF · 10 years ago
  3. 3156cb0 Add tests for gl_FragCoord, gl_ClipDistance in FS and unread FS inputs. by GregF · 10 years ago
  4. ec664fa tests: fix build errors due to ImageMagick dependency by Chia-I Wu · 10 years ago
  5. d89a3e1 tests: move xglinfo to demos by Chia-I Wu · 10 years ago
  6. b596ddf tests: remove unused functions from xglinfo by Chia-I Wu · 10 years ago
  7. 08f5c88 tests: merge common.[ch] back to xglinfo.c by Chia-I Wu · 10 years ago
  8. 10df0e1 tests:Add README telling how to run tests by Tony Barbour · 10 years ago
  9. e2c58df Use Object Oriented render tests as only tests by Tony Barbour · 10 years ago
  10. 37f2351 Remove tony_* and compiler render tests by Tony Barbour · 10 years ago
  11. 535677d Remove TriangleFragUniform test by Tony Barbour · 10 years ago
  12. e6fccf0 Remove debug message by Tony Barbour · 10 years ago
  13. 756e0c7 Fix binding in UniformBuffer tests. Drop unused inits by Tony Barbour · 10 years ago
  14. 2c05086 Add SamplerBindingsTriangle test by Tony Barbour · 10 years ago
  15. d1b1bd1 Add method to change texture colors by Tony Barbour · 10 years ago
  16. ac3692c Clean up interfaces between objects by Tony Barbour · 10 years ago
  17. 6abfd7c Add more tests by Tony Barbour · 10 years ago
  18. 9d951a0 Add more tests and move classes to header file by Tony Barbour · 10 years ago
  19. a0e2ee8 Start with frame 2 for name, fix filenames by Tony Barbour · 10 years ago
  20. e13ea5b Get Fetch+MVP+Texture working. Add FSTexture by Tony Barbour · 10 years ago
  21. c894db5 Memset structs to 0 at init by Tony Barbour · 10 years ago
  22. 979fc13 tests:Use specified bindings for input buffers by Tony Barbour · 10 years ago
  23. d69d88e tests:Uncomment / comment debug code by Tony Barbour · 10 years ago
  24. 2100453 tests:Rename buffers for clarity by Tony Barbour · 10 years ago
  25. 260087a tests:More constant buffer object work by Tony Barbour · 10 years ago
  26. 247bf37 tests:New Object Oriented Infrastructure by Tony Barbour · 10 years ago
  27. 11e5213 tests: Added code to render_tests.cpp to dump dot files using DrawState layer by Tobin Ehlis · 10 years ago
  28. 89078aa tests: add CopyMemoryToImageBasic to XglBlitTest by Chia-I Wu · 10 years ago
  29. d647901 Revert "blit_test: Remove incomplete test" by Chia-I Wu · 10 years ago
  30. d94726f tests: add {Fill,Copy}MemoryLarge to XglBlitTest by Chia-I Wu · 10 years ago
  31. bf843b2 tests: Fix tests to allow more than one gpu to be returned from InitAndEnum by Jon Ashburn · 10 years ago
  32. d586459 Add reserved parameter to xglEnumerateLayers for layer usage by Jon Ashburn · 10 years ago
  33. 5b22bc7 tests: add CopyMemoryHazard to XglBlitTest by Chia-I Wu · 10 years ago
  34. b9e193f tests: Fix uninitialized pDataSize for GetImageSubres and GetObjectInfo by Jon Ashburn · 10 years ago
  35. a15fa64 tests: Fix initialization of descriptor set mapping in pipeline shader structs by Jon Ashburn · 10 years ago
  36. ca91587 layers: Update ObjectTracker layer to be generated and support callbacks by Tobin Ehlis · 10 years ago
  37. 9ae417b compiler_render_tests: Allow --no-BIL to work, except for tests that require GLSL by Cody Northrop · 10 years ago
  38. 7a42e12 update to the latest vertex fetch proposal by Chia-I Wu · 10 years ago
  39. 6663f49 layers: Added APIFileDump and MemTracker layers and fix DrawState by Tobin Ehlis · 10 years ago
  40. c342bf1 Deleted ClipDistance testg as it is redundant with TexturedTriangleClip. by GregF · 10 years ago
  41. 2627db8 Fixed TexturedTriangleCD and upgraded to actually clip the top corner by GregF · 10 years ago
  42. dc2c930 Improve ClipDistance test to use a user varying from VS to FS and by GregF · 10 years ago
  43. ca52488 Add ClipDistance and TextureTriangleCD tests. by GregF · 10 years ago
  44. ee2d5f2 Changed TriVertFetchDeadAttr to not use "pos" in slot 0, which seems like by GregF · 10 years ago
  45. 918230c Change TriangleWithVertexFetch test to reverse declaration order of by GregF · 10 years ago
  46. 045dc33 compiler_render_tests: Add anonymous block test by Cody Northrop · 10 years ago
  47. 195d662 test_framework: Print glslang log on parse or link failure by Cody Northrop · 10 years ago
  48. 8634602 Add TriVertFetchDeadAttr to test vertex attribute linkage works in the by GregF · 10 years ago
  49. f40225a Added TriVertFetchAndVertID to test user attributes in presence of gl_VertexID by GregF · 10 years ago
  50. cab4f04 In test Textured Triangle, change gl_FragColor to user outColor with location 0. by GregF · 10 years ago
  51. 1d72077 compiler_tests: Test explicit location on frag output by Courtney Goeltzenleuchter · 10 years ago
  52. 7bf24ea compiler_test: use float varying for scale instead of vec4 by Courtney Goeltzenleuchter · 10 years ago
  53. 8518357 tests: Can now check for extension we support. by Courtney Goeltzenleuchter · 10 years ago
  54. 1d054a8 blit_test: Remove incomplete test by Courtney Goeltzenleuchter · 10 years ago
  55. f5ec72c render_tests: Remove broken test by Courtney Goeltzenleuchter · 10 years ago
  56. 7db794b render_tests: remove unneeded or obsolete tests by Courtney Goeltzenleuchter · 10 years ago
  57. c44e3ee testframework: Enable BIL as default by Courtney Goeltzenleuchter · 10 years ago
  58. ff5c863 tests: Add more detailed failure data for blit test by Courtney Goeltzenleuchter · 10 years ago
  59. b4cd9da Clean up: convert compiler_render_tests to all use BIL, remove redundant tests by Cody Northrop · 10 years ago
  60. 718a5b1 compiler_render_tests: Turn on test that uses sampler bindings and multiple textures by Cody Northrop · 10 years ago
  61. 28027a0 compiler_render_tests: Add test that pulls from uniform buffer based on binding by Cody Northrop · 10 years ago
  62. 9fb6249 tests: Add descriptions to some of the tests. by Courtney Goeltzenleuchter · 10 years ago
  63. 71d1f87 tests: Refactor common code to test method by Courtney Goeltzenleuchter · 10 years ago
  64. d66e41e tests: Remove bad test by Courtney Goeltzenleuchter · 10 years ago
  65. c5e00a1 tests: Add helper macro for tagging tests with a description by Courtney Goeltzenleuchter · 10 years ago
  66. 8285704 tests: Clean up and bug fixes by Courtney Goeltzenleuchter · 10 years ago
  67. 5adb181 tests: Add XGL Triangle test by Courtney Goeltzenleuchter · 10 years ago
  68. d7414b0 tests: add basic blit (copy, clear, and resolve) tests by Chia-I Wu · 10 years ago
  69. 3f25583 tests: allow image tiling to be specified by Chia-I Wu · 10 years ago
  70. d983d49 tests: update to match render_test order by Courtney Goeltzenleuchter · 10 years ago
  71. a3fdbec Add xglDestroyDevice() call to test framework. by Tobin Ehlis · 10 years ago
  72. 7ac42d2 added BIL_MixTriangle test. This tests support for location on varyings by GregF · 10 years ago
  73. 30c90be Add MixTriangle test which tests explicit locations on varyings. by GregF · 10 years ago
  74. 8406f51 compiler_render_tests: Add a simple VS texturing test by Cody Northrop · 10 years ago
  75. a4276c0 tests: Start using XGL blit by Courtney Goeltzenleuchter · 10 years ago
  76. 8388495 tests: Start adding spinning cube test by Courtney Goeltzenleuchter · 10 years ago
  77. 32e486c test-framework: make color and depth binding info accessible by Courtney Goeltzenleuchter · 10 years ago
  78. 8bc46f4 test-framework: Make ReadFile available to tests by Courtney Goeltzenleuchter · 10 years ago
  79. 1a1d52e test-framework: minor whitespace cleanup by Courtney Goeltzenleuchter · 10 years ago
  80. ad36d61 compiler_render_tests: Clean up single texture test a bit by Cody Northrop · 10 years ago
  81. c86decb compiler_render_tests: Turn on VS and FS uniform block tests by Cody Northrop · 10 years ago
  82. e1ab9bf render_test: Bring over constant buffer stride fix from base_render_test by Cody Northrop · 10 years ago
  83. 30ce4bc compiler_render_tests: Turn on textured triangle test, with just t0 and s0 by Cody Northrop · 10 years ago
  84. 6737ace compiler_render_tests: Turn on the compiler_render_tests build by Cody Northrop · 10 years ago
  85. 90217e5 compiler_render_tests: Fork the render_tests file for quick compiler test turn on by Cody Northrop · 10 years ago
  86. c55471f tests: draw multiple triangles to a buffer by Courtney Goeltzenleuchter · 10 years ago
  87. ea8aea2 tests: Remove CreateShader test by Courtney Goeltzenleuchter · 10 years ago
  88. 25fd1fc render_tests: fix constant buffer setup by Chia-I Wu · 10 years ago
  89. fdcfb9f tests: Add matrix library (libglm-dev) and test by Courtney Goeltzenleuchter · 10 years ago
  90. 2f53dfa tests: Rename tests to be shorter and more descriptive by Courtney Goeltzenleuchter · 10 years ago
  91. bb38ad3 render_test: Clean up VS uniform test, draw rotated triangle by Cody Northrop · 10 years ago
  92. 66594a7 render_test: Start turning on simplified VS uniform test by Cody Northrop · 10 years ago
  93. bfde09b intel: Support GLSL compiling in less intrusive way by Courtney Goeltzenleuchter · 10 years ago
  94. aafe022 tests: Add test to explicitly use GLSL to BIL module by Courtney Goeltzenleuchter · 10 years ago
  95. c53f863 Connect thin vertical BIL path. by Steve K · 10 years ago
  96. cc4287a tests: Draw two triangles from mesh by Courtney Goeltzenleuchter · 10 years ago
  97. d1a256b render_test: Turn all tests back on, easier to debug with just one by Cody Northrop · 10 years ago
  98. 7ad4aaf render_test: Render a triangle using compiler and vertex fetch by Cody Northrop · 10 years ago
  99. ee6586d render_tests: Turn on FS with two uniforms by Cody Northrop · 10 years ago
  100. 538062a tests: Add another test triangle for compiler by Courtney Goeltzenleuchter · 10 years ago