1. acb3581 layers: Struct printing improvements for "pNext" struct chains by Tobin Ehlis · 10 years ago
  2. 21bddab build: fix in-tree build by Chia-I Wu · 10 years ago
  3. 5e14be6 build: remove icd-dispatch-table.h generation from loader by Chia-I Wu · 10 years ago
  4. cd9223b layers: Update MemTracker to support dbg Callbacks and a few bug fixes by Tobin Ehlis · 10 years ago
  5. e727157 layers: Fix API Dump to handle xglWsiX11CreatePresentableImage() which has 2 output params. by Tobin Ehlis · 10 years ago
  6. 246ba4d layers: Updated DrawState to support dbg callbacks by Tobin Ehlis · 10 years ago
  7. a15fa64 tests: Fix initialization of descriptor set mapping in pipeline shader structs by Jon Ashburn · 10 years ago
  8. 45119af xgl: Ignore generated header files by Courtney Goeltzenleuchter · 10 years ago
  9. 189b2d2 xgl: Update external revisions by Courtney Goeltzenleuchter · 10 years ago
  10. b412d21 layers: Add flush to apidump to see output while debugging by Courtney Goeltzenleuchter · 10 years ago
  11. dc275a9 layers: Fix apidump buffer overruns by Courtney Goeltzenleuchter · 10 years ago
  12. b8f93bd xgl: Update README with current status by Courtney Goeltzenleuchter · 10 years ago
  13. ca91587 layers: Update ObjectTracker layer to be generated and support callbacks by Tobin Ehlis · 10 years ago
  14. 4258653 layers: Updated Object Tracker to support callbacks and extensions by Tobin Ehlis · 10 years ago
  15. 9ae417b compiler_render_tests: Allow --no-BIL to work, except for tests that require GLSL by Cody Northrop · 10 years ago
  16. 01e2d66 Make the Dbg xgl global calls use dispatch table for layer support by Jon Ashburn · 10 years ago
  17. 825a9df layers: Update ObjTracker to track each object type separately and report obj count status by Tobin Ehlis · 10 years ago
  18. 6bd8e51 layers: Correctly set generic_layer.c as generated in CMakeLists.txt by Tobin Ehlis · 10 years ago
  19. f326dde layers: Include print helper file dependencies for MemTracker and DrawState layers by Tobin Ehlis · 10 years ago
  20. ea3d21b layers: Make APIDumpFile layer fully generated by Tobin Ehlis · 10 years ago
  21. ea7fe0b layers: Use xgl-layer-generate.py to generate the generic layer by Tobin Ehlis · 10 years ago
  22. 3a1cc8d layers: Updated APIDump Layer and made it fully generated. by Tobin Ehlis · 10 years ago
  23. 5a487e5 layers: Improve handling of printing embedded structs in generated string helper functions. by Tobin Ehlis · 10 years ago
  24. bda509b layers: Restore dynamic malloc fix in xgl-helper.py by Tobin Ehlis · 10 years ago
  25. 61f36c9 layers: Update xglWsiX11GetMSC interface in layers by Tobin Ehlis · 10 years ago
  26. 33267fd layers: Actual auto-gen of print helper code used by layers by Tobin Ehlis · 10 years ago
  27. 7a42e12 update to the latest vertex fetch proposal by Chia-I Wu · 10 years ago
  28. eecd408 wsi_x11: add xcb_window_t to xglWsiX11GetMSC() by Chia-I Wu · 10 years ago
  29. 6663f49 layers: Added APIFileDump and MemTracker layers and fix DrawState by Tobin Ehlis · 10 years ago
  30. c07df48 layers: Fix memory overrun issue causing segfault. by Courtney Goeltzenleuchter · 10 years ago
  31. c342bf1 Deleted ClipDistance testg as it is redundant with TexturedTriangleClip. by GregF · 10 years ago
  32. 2627db8 Fixed TexturedTriangleCD and upgraded to actually clip the top corner by GregF · 10 years ago
  33. dc2c930 Improve ClipDistance test to use a user varying from VS to FS and by GregF · 10 years ago
  34. ca52488 Add ClipDistance and TextureTriangleCD tests. by GregF · 10 years ago
  35. ee2d5f2 Changed TriVertFetchDeadAttr to not use "pos" in slot 0, which seems like by GregF · 10 years ago
  36. 918230c Change TriangleWithVertexFetch test to reverse declaration order of by GregF · 10 years ago
  37. 045dc33 compiler_render_tests: Add anonymous block test by Cody Northrop · 10 years ago
  38. 195d662 test_framework: Print glslang log on parse or link failure by Cody Northrop · 10 years ago
  39. 8634602 Add TriVertFetchDeadAttr to test vertex attribute linkage works in the by GregF · 10 years ago
  40. f40225a Added TriVertFetchAndVertID to test user attributes in presence of gl_VertexID by GregF · 10 years ago
  41. cab4f04 In test Textured Triangle, change gl_FragColor to user outColor with location 0. by GregF · 10 years ago
  42. 1d72077 compiler_tests: Test explicit location on frag output by Courtney Goeltzenleuchter · 10 years ago
  43. 7bf24ea compiler_test: use float varying for scale instead of vec4 by Courtney Goeltzenleuchter · 10 years ago
  44. 4fe05bf Misc. cleanup by Courtney Goeltzenleuchter · 10 years ago
  45. c10acb5 Update Intel Driver README by JensOwen · 10 years ago
  46. e3050ea formatting by JensOwen · 10 years ago
  47. 0707653 fix build instructions by JensOwen · 10 years ago
  48. eed2ecb fix formatting by JensOwen · 10 years ago
  49. 7ff1975 Build Direction by JensOwen · 10 years ago
  50. 03df0b7 Test removal of newlines by JensOwen · 10 years ago
  51. 2ee6408 fixed typo by JensOwen · 10 years ago
  52. c23f94b fixed typos by JensOwen · 10 years ago
  53. 9cc14b3 v 0.2 by JensOwen · 10 years ago
  54. 8518357 tests: Can now check for extension we support. by Courtney Goeltzenleuchter · 10 years ago
  55. 1d054a8 blit_test: Remove incomplete test by Courtney Goeltzenleuchter · 10 years ago
  56. f5ec72c render_tests: Remove broken test by Courtney Goeltzenleuchter · 10 years ago
  57. 7db794b render_tests: remove unneeded or obsolete tests by Courtney Goeltzenleuchter · 10 years ago
  58. c44e3ee testframework: Enable BIL as default by Courtney Goeltzenleuchter · 10 years ago
  59. de7fa10 xgl: Update to current BIL/glslang/LunarGLASS by Courtney Goeltzenleuchter · 10 years ago
  60. d5b2c75 Document build dependencies and demos by Mike Stroyan · 10 years ago
  61. ff5c863 tests: Add more detailed failure data for blit test by Courtney Goeltzenleuchter · 10 years ago
  62. b4cd9da Clean up: convert compiler_render_tests to all use BIL, remove redundant tests by Cody Northrop · 10 years ago
  63. 718a5b1 compiler_render_tests: Turn on test that uses sampler bindings and multiple textures by Cody Northrop · 10 years ago
  64. 28027a0 compiler_render_tests: Add test that pulls from uniform buffer based on binding by Cody Northrop · 10 years ago
  65. 5120b84 xgl: Update to specific version of external libraries by Courtney Goeltzenleuchter · 10 years ago
  66. 9fb6249 tests: Add descriptions to some of the tests. by Courtney Goeltzenleuchter · 10 years ago
  67. 71d1f87 tests: Refactor common code to test method by Courtney Goeltzenleuchter · 10 years ago
  68. d66e41e tests: Remove bad test by Courtney Goeltzenleuchter · 10 years ago
  69. c5e00a1 tests: Add helper macro for tagging tests with a description by Courtney Goeltzenleuchter · 10 years ago
  70. 8285704 tests: Clean up and bug fixes by Courtney Goeltzenleuchter · 10 years ago
  71. 5adb181 tests: Add XGL Triangle test by Courtney Goeltzenleuchter · 10 years ago
  72. d7414b0 tests: add basic blit (copy, clear, and resolve) tests by Chia-I Wu · 10 years ago
  73. 3f25583 tests: allow image tiling to be specified by Chia-I Wu · 10 years ago
  74. b03ec98 misc: Exit update script on error by Courtney Goeltzenleuchter · 10 years ago
  75. d983d49 tests: update to match render_test order by Courtney Goeltzenleuchter · 10 years ago
  76. a3fdbec Add xglDestroyDevice() call to test framework. by Tobin Ehlis · 10 years ago
  77. 7ac42d2 added BIL_MixTriangle test. This tests support for location on varyings by GregF · 10 years ago
  78. 30c90be Add MixTriangle test which tests explicit locations on varyings. by GregF · 10 years ago
  79. 8406f51 compiler_render_tests: Add a simple VS texturing test by Cody Northrop · 10 years ago
  80. 81d45b2 demos: add tri by Chia-I Wu · 10 years ago
  81. a4276c0 tests: Start using XGL blit by Courtney Goeltzenleuchter · 10 years ago
  82. 8388495 tests: Start adding spinning cube test by Courtney Goeltzenleuchter · 10 years ago
  83. 32e486c test-framework: make color and depth binding info accessible by Courtney Goeltzenleuchter · 10 years ago
  84. 8bc46f4 test-framework: Make ReadFile available to tests by Courtney Goeltzenleuchter · 10 years ago
  85. 1a1d52e test-framework: minor whitespace cleanup by Courtney Goeltzenleuchter · 10 years ago
  86. ad36d61 compiler_render_tests: Clean up single texture test a bit by Cody Northrop · 10 years ago
  87. c86decb compiler_render_tests: Turn on VS and FS uniform block tests by Cody Northrop · 10 years ago
  88. e1ab9bf render_test: Bring over constant buffer stride fix from base_render_test by Cody Northrop · 10 years ago
  89. 30ce4bc compiler_render_tests: Turn on textured triangle test, with just t0 and s0 by Cody Northrop · 10 years ago
  90. 6737ace compiler_render_tests: Turn on the compiler_render_tests build by Cody Northrop · 10 years ago
  91. 90217e5 compiler_render_tests: Fork the render_tests file for quick compiler test turn on by Cody Northrop · 10 years ago
  92. 7f0a7be tools: utility script to create and update external sources by Courtney Goeltzenleuchter · 10 years ago
  93. c55471f tests: draw multiple triangles to a buffer by Courtney Goeltzenleuchter · 10 years ago
  94. ea8aea2 tests: Remove CreateShader test by Courtney Goeltzenleuchter · 10 years ago
  95. 25fd1fc render_tests: fix constant buffer setup by Chia-I Wu · 10 years ago
  96. fdcfb9f tests: Add matrix library (libglm-dev) and test by Courtney Goeltzenleuchter · 10 years ago
  97. 2f53dfa tests: Rename tests to be shorter and more descriptive by Courtney Goeltzenleuchter · 10 years ago
  98. bb38ad3 render_test: Clean up VS uniform test, draw rotated triangle by Cody Northrop · 10 years ago
  99. 66594a7 render_test: Start turning on simplified VS uniform test by Cody Northrop · 10 years ago
  100. bfde09b intel: Support GLSL compiling in less intrusive way by Courtney Goeltzenleuchter · 10 years ago