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