1. ba0aa6c tests: Remove app specific code out of framework by Courtney Goeltzenleuchter · 10 years ago
  2. 2844fb5 tests: Remove ISA byte code now that we can compile by Courtney Goeltzenleuchter · 10 years ago
  3. f1b5b08 intel: Turn on BIL in driver by Courtney Goeltzenleuchter · 10 years ago
  4. b666dc6 tests: Add -use-BIL option by Courtney Goeltzenleuchter · 10 years ago
  5. 02d33c1 tests: Now have two triangle tests using different shaders by Courtney Goeltzenleuchter · 10 years ago
  6. 53d8d89 tests: migrate render test to render framework by Courtney Goeltzenleuchter · 10 years ago
  7. 336139d tests: Make simple test with everything needed by Courtney Goeltzenleuchter · 10 years ago
  8. a4b278b tests: Add another class to help implementing tests by Courtney Goeltzenleuchter · 10 years ago
  9. a0f74c5 tests: Use global SetUp/TearDown for compiler setup by Courtney Goeltzenleuchter · 10 years ago
  10. deca6be tests: Add additional shaders for testing by Courtney Goeltzenleuchter · 10 years ago
  11. 436d17b tests: Add utility function to compile GLSL to BIL by Courtney Goeltzenleuchter · 10 years ago
  12. 275d40b triangle: Hook up a uniform read in fragment shader by Cody Northrop · 10 years ago
  13. 08d2825 Refactor test code to pull common section into functions by Tobin Ehlis · 10 years ago
  14. 110e971 render_test: Restore use of % by Cody Northrop · 10 years ago
  15. 2f1646d render_test: refactor image/sampler setup, render textured triangle by Cody Northrop · 10 years ago
  16. 2ffedd5 render_test: Populate the texture more correctly, render purple triangle by Cody Northrop · 10 years ago
  17. 7d2035d render_test: Start turning on sampler and texture setup by Cody Northrop · 10 years ago
  18. b3b57fe Checkpoint getting LogicalIO working by backing shader off to 130 by Steve K · 10 years ago
  19. 1809cd3 Checkpoint some work on useLogicalIO mode for converter, and going through a BIL by Steve K · 10 years ago
  20. 106fd1d tests: Add additional shaders for testing by Courtney Goeltzenleuchter · 10 years ago
  21. 42c144a checkpoint: Adding GLSL compiler extension by Courtney Goeltzenleuchter · 10 years ago
  22. a43bbd8 cmake: Lift common glslang definitions up to main CMakeLists by Courtney Goeltzenleuchter · 10 years ago
  23. 9818f78 tests: Add utility function to compile GLSL to BIL by Courtney Goeltzenleuchter · 10 years ago
  24. 7ea42ed triangle: Hook up a uniform read in fragment shader by Cody Northrop · 10 years ago
  25. 6fa6be0 Destroy device before calling 2nd initAndEnum... by Tobin Ehlis · 10 years ago
  26. c54c9aa Add xglDestroyDevice() call to test framework. by Tobin Ehlis · 10 years ago
  27. f7bcf9b Add xglEnumerateLayers function including support in layers. by Jon Ashburn · 10 years ago
  28. 51e7133 tests: Fix issue in tests where descriptor set mapping array not initialized by Jon Ashburn · 10 years ago
  29. d806c8e Refactor test code to pull common section into functions by Tobin Ehlis · 10 years ago
  30. e494a1a Fix size as input/output parameter for various xglGet calls. by Jon Ashburn · 10 years ago
  31. d6980d2 Fix size parameter for xglGetFormatInfo test utilities. by Jon Ashburn · 10 years ago
  32. 1f29551 Fix size as input parameter to xglGetGpuInfo() for test utilities by Jon Ashburn · 10 years ago
  33. 54119a3 tests: Update render_test to use XglTestFramework class by Courtney Goeltzenleuchter · 10 years ago
  34. 30e9dc4 tests: Make test framework class useful for XGL testing by Courtney Goeltzenleuchter · 10 years ago
  35. 9ec10ed tests: Add map and unmap methods to the XglImage class by Courtney Goeltzenleuchter · 10 years ago
  36. 12e5973 tests: clean up use of Image object to fix SEGV by Courtney Goeltzenleuchter · 10 years ago
  37. efd4e0a tests: Convert render_test to use XglImage class by Courtney Goeltzenleuchter · 10 years ago
  38. a1393b0 tests: Add CreateImage method to Device class by Courtney Goeltzenleuchter · 10 years ago
  39. e99565f tests: Add image class by Courtney Goeltzenleuchter · 10 years ago
  40. 5b80493 tests: Use full include path for gtest by Courtney Goeltzenleuchter · 10 years ago
  41. f21d32d render_test: Add OpenGL display engine by Courtney Goeltzenleuchter · 10 years ago
  42. 099f9f6 tests: Add simple OpenGL helper to display XGL images by Courtney Goeltzenleuchter · 10 years ago
  43. 8759926 render_tests: use built-in kernels by Chia-I Wu · 10 years ago
  44. 0685cb1 render_tests: no culling by Chia-I Wu · 10 years ago
  45. 57b3fa8 render_tests: query and test XGL_PIPELINE_STATISTICS_DATA by Chia-I Wu · 10 years ago
  46. 4e036a2 render_tests: add functions to create query pools by Chia-I Wu · 10 years ago
  47. d1e7bf9 render_tests: set BIL generator magic as a hack by Chia-I Wu · 10 years ago
  48. fe7c1de icd: rename and prefix shader_il.h by Chia-I Wu · 10 years ago
  49. 464746c tests: Need to define blend state. by Courtney Goeltzenleuchter · 10 years ago
  50. 113e9d9 render_tests: write the result to TriangleTest.ppm by Chia-I Wu · 10 years ago
  51. 9d77725 render_tests: use XGL_NUM_FMT_UNORM by Chia-I Wu · 10 years ago
  52. 7e26afd tests: fix memory access with uninitialized values by Chia-I Wu · 10 years ago
  53. 619ab2b render_test: no descriptor set nor dynamic view mapping by Chia-I Wu · 10 years ago
  54. 0246188 render_test: Add remaining calls to output a command buffer by Courtney Goeltzenleuchter · 10 years ago
  55. 2a72449 device_class: Add helper function to alloc and bind memory by Courtney Goeltzenleuchter · 10 years ago
  56. fe4b0dd tests: bug fix by Courtney Goeltzenleuchter · 10 years ago
  57. da91b95 tests: read shader IL from file by Courtney Goeltzenleuchter · 10 years ago
  58. afb788d tests: pretend shader IL binaries. by Courtney Goeltzenleuchter · 10 years ago
  59. f56fdd4 tests: Add pipeline init to render test. by Courtney Goeltzenleuchter · 10 years ago
  60. de3513a tests: Add base tests: shader, cmdbuf, pipeline by Courtney Goeltzenleuchter · 10 years ago
  61. 70453ed tests: Update xgldevice class with more xgl functions by Courtney Goeltzenleuchter · 10 years ago
  62. cc5eb3a tests: Add begining of render test by Courtney Goeltzenleuchter · 10 years ago
  63. 6863ff4 tests: Add basic CreateShader test. by Courtney Goeltzenleuchter · 10 years ago
  64. 80ea59a tests: Add file for extended image tests by Courtney Goeltzenleuchter · 10 years ago
  65. 7bf0ff8 tests: Add xglGetImageSubresourceInfo test by Courtney Goeltzenleuchter · 10 years ago
  66. cc2c481 tests: Remove old tests that have been ported to gtest by Courtney Goeltzenleuchter · 10 years ago
  67. 3dc07f2 tests: Add GPU Queue tests. by Courtney Goeltzenleuchter · 10 years ago
  68. 794555b tests: Add CreateImage test. by Courtney Goeltzenleuchter · 10 years ago
  69. 3470bdf tests: Add image class by Courtney Goeltzenleuchter · 10 years ago
  70. cc9da54 tests: Port existing tests to gtest format. by Courtney Goeltzenleuchter · 10 years ago
  71. b7f5050 tests: Add gpu class by Courtney Goeltzenleuchter · 10 years ago
  72. 75011f8 tests: Basic initialization test using gtest framework by Courtney Goeltzenleuchter · 10 years ago
  73. 447ed58 tests: Integrate gtest tools by Courtney Goeltzenleuchter · 10 years ago
  74. 24cec9b tests: Add gtest library by Courtney Goeltzenleuchter · 10 years ago
  75. b8e71a8 tests: Add xglCreateQueryPool test by Courtney Goeltzenleuchter · 10 years ago
  76. 0f81054 tests: Add Event test by Courtney Goeltzenleuchter · 10 years ago
  77. 91601b8 tests: Add queue init to common. by Courtney Goeltzenleuchter · 10 years ago
  78. 81e8b9e tests: Add test for xglGetDevceQueue by Courtney Goeltzenleuchter · 10 years ago
  79. 8a40a66 tests: do some cleanup on xglFence. by Courtney Goeltzenleuchter · 10 years ago
  80. 3604e23 tests: Update xglAllocateMemory to include MapMemory by Courtney Goeltzenleuchter · 10 years ago
  81. d29b6e6 tests: Add test for xglCreateFence by Courtney Goeltzenleuchter · 10 years ago
  82. ead2543 tests: Print Pass when call succeeds. by Courtney Goeltzenleuchter · 10 years ago
  83. 9179a17 tests: Add AllocMemory test. by Courtney Goeltzenleuchter · 10 years ago
  84. 4eef1ca tests: Remove common code from xglinfo by Courtney Goeltzenleuchter · 10 years ago
  85. 9fd27a6 tests: Split out common code by Courtney Goeltzenleuchter · 10 years ago
  86. fb649b6 xglinfo: free all driver resources by Chia-I Wu · 10 years ago
  87. 48b8e7f xglinfo: reindent by Chia-I Wu · 10 years ago
  88. 4709cbe xglinfo: fix device queue support by Chia-I Wu · 10 years ago
  89. 43ef1f8 xglinfo: link against libXGL by Chia-I Wu · 10 years ago
  90. d4bae36 xglinfo: initial commit by Chia-I Wu · 10 years ago