1. babc0fd tests: derive XglShaderObj from xgl_testing::Shader by Chia-I Wu · 10 years ago
  2. ac0f1e7 tests: derive XglDescriptorSetObj from xgl_testing::DescriptorSet by Chia-I Wu · 10 years ago
  3. e9864b5 tests: derive XglSamplerObj from xgl_testing::Sampler by Chia-I Wu · 10 years ago
  4. 13a3aa8 tests: derive XglTextureObj from xgl_testing::Image by Chia-I Wu · 10 years ago
  5. c86b54c tests: fix resource types in XglShaderObj by Chia-I Wu · 10 years ago
  6. a07fee6 tests: derive XglConstantBufferObj from xgl_testing::GpuMemory by Chia-I Wu · 10 years ago
  7. 283d7a6 tests: store XGL_GPU_MEMORYs in XglMemoryRefManager by Chia-I Wu · 10 years ago
  8. d28343c tests: derive XglCommandBufferObj from xgl_testing::CmdBuffer by Chia-I Wu · 10 years ago
  9. 172d294 tests: derive XglImage from xgl_testing::Image by Chia-I Wu · 10 years ago
  10. 040312a tests: remove unused xglgpu.{cpp,h} by Chia-I Wu · 10 years ago
  11. af11d92 tests: remove dependencies on xglgpu.h by Chia-I Wu · 10 years ago
  12. b76e0fa tests: derive XglDevice from xgl_testing::Device by Chia-I Wu · 10 years ago
  13. 46a3263 tests: remove base_render_test.cpp by Chia-I Wu · 10 years ago
  14. e34256d tests: remove unused displayengine.{cpp,h} by Chia-I Wu · 10 years ago
  15. 328e4f9 tests: remove unused debug.h by Chia-I Wu · 10 years ago
  16. a9a506a tests: use the new binding in blit tests by Chia-I Wu · 10 years ago
  17. f1e2e99 tests: add a new XGL C++ binding by Chia-I Wu · 10 years ago
  18. f1a5a74 remove unnecessary casting between XGL_CHAR/char by Chia-I Wu · 10 years ago
  19. 99ff89d include: fix typedefs by Chia-I Wu · 10 years ago
  20. 2bb96ef tests: add XglCmdCloneImageDataTest.Basic by Chia-I Wu · 10 years ago
  21. d642238 tests: add XglCmdClearColorImageRawTest.Basic by Chia-I Wu · 10 years ago
  22. 5bc2786 tests: make XglCmdClearColorImageTest reusable for raw clears by Chia-I Wu · 10 years ago
  23. df39144 tests: allow tiled images in blit tests by Chia-I Wu · 10 years ago
  24. 42b97b8 tests: add XglCmdCopyImageToMemoryTest.Basic by Chia-I Wu · 10 years ago
  25. d808ada tests: no format filtering in XglCmdCopy{,MemoryTo}ImageTest by Chia-I Wu · 10 years ago
  26. 72e3433 tests: improve blit check pattern by Chia-I Wu · 10 years ago
  27. 824b771 tests:Fix sampler bug + use total descSet slots in map by Tony Barbour · 10 years ago
  28. ad8f154 tests:Port indexed test to use new cmdbuffer methods by Tony Barbour · 10 years ago
  29. b5f4d08 tests:Add CreateDescriptor set that doesn't bind by Tony Barbour · 10 years ago
  30. 30cc9e8 tests:Add cmdbuffer methods to replace GenTriangle call by Tony Barbour · 10 years ago
  31. af1f919 tests:Index buffer needs method to return index type by Tony Barbour · 10 years ago
  32. 976e1cf tests:Add CreatePipeline that doesn't bind cmdbuffer by Tony Barbour · 10 years ago
  33. f27eba7 layers: DrawState layer can now dump png image of dot graph by Tobin Ehlis · 10 years ago
  34. e6741a2 tests: fix -Wunused-but-set-variable warnings by Chia-I Wu · 10 years ago
  35. 6f18429 intel, tests, glave: fix -Wunused-variable warnings by Chia-I Wu · 10 years ago
  36. b4c2aa4 intel, tests: fix -Wswitch warnings by Chia-I Wu · 10 years ago
  37. 837f995 intel, tests: fix -Wreorder warnings by Chia-I Wu · 10 years ago
  38. 998c2ac tests: rewrite blit tests by Chia-I Wu · 10 years ago
  39. c97ceea tests: Keep binding small so things work with Ivybridge by Courtney Goeltzenleuchter · 10 years ago
  40. a98d393 tests:Change -help to be -h to be more conventional by Tony Barbour · 10 years ago
  41. 099a9eb tests:Remove cmdbuffer parameter from SetMemoryState call by Tony Barbour · 10 years ago
  42. 471338d tests:Add and use methods for Begin/End/PrepMemory by Tony Barbour · 10 years ago
  43. 4ab4542 tests:Add env variable for golden location by Tony Barbour · 10 years ago
  44. 1b94c3b tests: Remove debug statement by Courtney Goeltzenleuchter · 10 years ago
  45. bd531de render_tests: Move to new texture resource type by Cody Northrop · 10 years ago
  46. 3842280 tests:Use command buffer object in SetMemoryState by Tony Barbour · 10 years ago
  47. d04c766 tests:Allow -help as well as --help by Tony Barbour · 10 years ago
  48. 6d047bf tests:Add CommandBufferObj by Tony Barbour · 10 years ago
  49. ab52515 render_test: Add golden for new test by Cody Northrop · 10 years ago
  50. b110b4f render_tests: Modify new test colors, note odd failure by Cody Northrop · 10 years ago
  51. f551705 render_tests: Remove uniform test that no longer works by Cody Northrop · 10 years ago
  52. f1990a9 render_tests: Sparse, overlapping sampler/buffer bindings by Cody Northrop · 10 years ago
  53. 2953ed3 tests: helper script to run all regression tests by Courtney Goeltzenleuchter · 10 years ago
  54. fe7bb8f tests: add XglRenderTest.TriangleMRT by Chia-I Wu · 10 years ago
  55. ecebf75 tests: add MRT support by Chia-I Wu · 10 years ago
  56. 05c7181 tests: untar golden_images.tar.gz by Chia-I Wu · 10 years ago
  57. 62bf1dc tests: remove redundant m_render_target_format/m_cb_attachment_state by Chia-I Wu · 10 years ago
  58. 7ef4f66 tests: remove unused ClearRenderBuffer() by Chia-I Wu · 10 years ago
  59. fc0c284 tests: fix depth image preparation by Chia-I Wu · 10 years ago
  60. e54918b tests: Include golden images by Courtney Goeltzenleuchter · 10 years ago
  61. fcda72d tests: Do not leave ppm files around by Courtney Goeltzenleuchter · 10 years ago
  62. d43c52e render_tests: Remove gl_FragColor in a couple deprecated spots by Cody Northrop · 10 years ago
  63. bb5dc32 tests:Change new indexed quad test to pass pointer by Tony Barbour · 10 years ago
  64. e3e2e3f tests:Use xgl commands to clear stencil by Tony Barbour · 10 years ago
  65. 82c3952 tests:Better formatting between routines by Tony Barbour · 10 years ago
  66. fcbf447 tests:Remove unused code by Tony Barbour · 10 years ago
  67. 75e9ee4 tests:Remove unused local variable by Tony Barbour · 10 years ago
  68. 688d5ca tests:Remove unused routine CreateDefaultPipeline by Tony Barbour · 10 years ago
  69. 07e80dc tests:Add destructor for constant buffer by Tony Barbour · 10 years ago
  70. f325bf1 tests:Add destructors for 4 objects by Tony Barbour · 10 years ago
  71. 25ef8a6 tests:Add destructor to desciptor set that destroys object by Tony Barbour · 10 years ago
  72. 1c04203 tests:Pass pointers to constant buffers instead of values by Tony Barbour · 10 years ago
  73. 2bd9616 tests:Pass pointers to pipelines instead of value by Tony Barbour · 10 years ago
  74. 5420af0 tests:Pass pointers to descriptor sets instead of value by Tony Barbour · 10 years ago
  75. ba2a106 tests:More checks for XGL errors by Tony Barbour · 10 years ago
  76. c6a121a tests:Remove unused CreateShaderBIL by Tony Barbour · 10 years ago
  77. 5e5c48f tests: Add test using index buffer and vertex fetch by Courtney Goeltzenleuchter · 10 years ago
  78. 8a78593 tests: Add Index buffer object by Courtney Goeltzenleuchter · 10 years ago
  79. 3764030 tests: Add Bind method by Courtney Goeltzenleuchter · 10 years ago
  80. 3b0a815 tests: Add minimal constant buffer constructor by Courtney Goeltzenleuchter · 10 years ago
  81. 31144b7 tests: Add usage text for test framework options by Courtney Goeltzenleuchter · 10 years ago
  82. 4222658 Add test for discard. by GregF · 10 years ago
  83. 3156cb0 Add tests for gl_FragCoord, gl_ClipDistance in FS and unread FS inputs. by GregF · 10 years ago
  84. ec664fa tests: fix build errors due to ImageMagick dependency by Chia-I Wu · 10 years ago
  85. d89a3e1 tests: move xglinfo to demos by Chia-I Wu · 10 years ago
  86. b596ddf tests: remove unused functions from xglinfo by Chia-I Wu · 10 years ago
  87. 08f5c88 tests: merge common.[ch] back to xglinfo.c by Chia-I Wu · 10 years ago
  88. 10df0e1 tests:Add README telling how to run tests by Tony Barbour · 10 years ago
  89. e2c58df Use Object Oriented render tests as only tests by Tony Barbour · 10 years ago
  90. 37f2351 Remove tony_* and compiler render tests by Tony Barbour · 10 years ago
  91. 535677d Remove TriangleFragUniform test by Tony Barbour · 10 years ago
  92. e6fccf0 Remove debug message by Tony Barbour · 10 years ago
  93. 756e0c7 Fix binding in UniformBuffer tests. Drop unused inits by Tony Barbour · 10 years ago
  94. 2c05086 Add SamplerBindingsTriangle test by Tony Barbour · 10 years ago
  95. d1b1bd1 Add method to change texture colors by Tony Barbour · 10 years ago
  96. ac3692c Clean up interfaces between objects by Tony Barbour · 10 years ago
  97. 6abfd7c Add more tests by Tony Barbour · 10 years ago
  98. 9d951a0 Add more tests and move classes to header file by Tony Barbour · 10 years ago
  99. a0e2ee8 Start with frame 2 for name, fix filenames by Tony Barbour · 10 years ago
  100. e13ea5b Get Fetch+MVP+Texture working. Add FSTexture by Tony Barbour · 10 years ago