1. 9b695dd cmake: Fix BIL overlay to glslang by Cody Northrop · 10 years ago
  2. f7e282a tests: Fix regresions in trace/replay from uninitialized parameters. by Jon Ashburn · 10 years ago
  3. 33ada63 cmake: fix up gtest and set -fvisibility=hidden globally by Chia-I Wu · 10 years ago
  4. cdcca51 icd: update glslang, bil and lunarglass by GregF · 10 years ago
  5. 874523e icd: Link ICD with -Bsymbolic by GregF · 10 years ago
  6. 6874e9c include: set version to 0.22.1 for recent ABI changes by Jon Ashburn · 10 years ago
  7. 2ae0226 loader: Fix infinite loop on layer library scan if dlopen fails by Jon Ashburn · 10 years ago
  8. 99a7f5d xgl.py: missing xgl prefix in XGL_LAYER_DISPATCH_TABLE by Chia-I Wu · 10 years ago
  9. 4f1547f layers: Updated MemTracker to track per-region memory transition states for allocations by Tobin Ehlis · 10 years ago
  10. c145be8 layers: Added per-region memory state tracking by Tobin Ehlis · 10 years ago
  11. 8be20fd layers: Enhancements to MemTracker and DrawState by Tobin Ehlis · 10 years ago
  12. 8219c04 Revert "layers: Fix generation of EnumerateLayers in APIDump" by Jon Ashburn · 10 years ago
  13. 25065ee layers: Fix generation of EnumerateLayers in APIDump by Jon Ashburn · 10 years ago
  14. 77483a7 xgl_helper: Eliminate compiler not used warning by Courtney Goeltzenleuchter · 10 years ago
  15. 1b587b1 layers: Make sure we deref pointers to counts by Courtney Goeltzenleuchter · 10 years ago
  16. 04ad120 render_test: Add std140 layout test by Cody Northrop · 10 years ago
  17. 9b9ad04 layers: Fix APIDump param generation for Cpp versus C by Jon Ashburn · 10 years ago
  18. 7699374 glvreplay_xgl: Add 'EnableLayers' setting to control which XGL validation layers get enabled. by Peter Lohrmann · 10 years ago
  19. 25643b7 glave: Update xgl debugger and replayer to include support for settings. by Peter Lohrmann · 10 years ago
  20. 449bfbd glave: Fix xglCreateDevice replay code to not modify packet. by Jon Ashburn · 10 years ago
  21. 2c79784 glave: Remove MemTracker and replace with ObjectTracker by Jon Ashburn · 10 years ago
  22. ce66ab8 glave: Register a handler in replayer for error msg callbacks and report these by Jon Ashburn · 10 years ago
  23. 3bd868a layers: APIDump* layers now print input array elements by Tobin Ehlis · 10 years ago
  24. c6d256a layers: ParamChecker handles dynamic arrays of structs by Tobin Ehlis · 10 years ago
  25. 6e6aa1f layers: Updated README to include ParamChecker by Tobin Ehlis · 10 years ago
  26. ce12ad6 layers: Validate structs embedded in structs by Tobin Ehlis · 10 years ago
  27. 27e02a6 layers: Add comment to xgl_helper.py by Jon Ashburn · 10 years ago
  28. bf4c4de layers: Add ENUM param checks to "gpu" funcs by Tobin Ehlis · 10 years ago
  29. 14ff085 layers: Initial ParamChecker layer by Tobin Ehlis · 10 years ago
  30. c362459 cmake: add find modules by Chia-I Wu · 10 years ago
  31. cde29f1 xgl.py: fix prototype paring by Chia-I Wu · 10 years ago
  32. 391bb6d xgl: Add xgl header changes for rev30 and 31. by Mark Lobodzinski · 10 years ago
  33. 99f8867 layers: Create APIDump[NoAddr]Cpp layers using c++ string and streams by Tobin Ehlis · 10 years ago
  34. ee70223 layers: Default MemTracker and DrawState to verbose stdout mode when no settings file present. by Tobin Ehlis · 10 years ago
  35. c444236 tests:Change rotate parameter from int to bool by Tony Barbour · 10 years ago
  36. 89fd9fd tests:Remove unused code by Tony Barbour · 10 years ago
  37. d726a17 tests:Change XGLTriangleTest to use DrawPreparation by Tony Barbour · 10 years ago
  38. 664accc tests:More tests using DrawPreparation by Tony Barbour · 10 years ago
  39. 1fde694 tests: Start using DrawPreparation not DrawTriangle by Tony Barbour · 10 years ago
  40. 22e32a1 tests cmdBuffer now binds each state individually by Tony Barbour · 10 years ago
  41. 304ec8b tests: Replace GenericTriangle call with OO code by Tony Barbour · 10 years ago
  42. d27ce94 glave: Add GLVLIB_TRACE_IPADDR env var for remote system tracing by Jon Ashburn · 10 years ago
  43. 75dd04b glave: Add XGL_LAYER_CREATE_INFO structure to trace files by Jon Ashburn · 10 years ago
  44. 7757a76 layers: xgl-helper.py depends on xgl.h by Chia-I Wu · 10 years ago
  45. e04fd1b loader: Check for success on return from driver for create object calls by Jon Ashburn · 10 years ago
  46. fe6113c layers: More robust parsing of xgl.h in helper script used by layers by Jon Ashburn · 10 years ago
  47. dd1694f info: Update BUILD document with layer info by Courtney Goeltzenleuchter · 10 years ago
  48. e908094 build: Update render node enable instructions by Courtney Goeltzenleuchter · 10 years ago
  49. f000ccf build: Add more error checking for build environment by Courtney Goeltzenleuchter · 10 years ago
  50. 61e10b6 loader: Include layers specified in environment by Courtney Goeltzenleuchter · 10 years ago
  51. c1f8639 loader: Fix some typos and formatting by Courtney Goeltzenleuchter · 10 years ago
  52. 4d11dcc layers: use generated layer_intercept_proc() by Chia-I Wu · 10 years ago
  53. 1915682 layers: intercept xglCmdBindVertexData() in DrawState and MemTracker by Chia-I Wu · 10 years ago
  54. ef9f182 xgl-generate.py: add LayerGetProcAddrHelperSubcommand() by Chia-I Wu · 10 years ago
  55. 6cdaedb xgl-generate.py: add generate_get_proc_addr_check() by Chia-I Wu · 10 years ago
  56. b665d94 layers: simplify xglGetProcAddr() for Basic and Multi by Chia-I Wu · 10 years ago
  57. aa4121f layers: simplify initLayerTable() by Chia-I Wu · 10 years ago
  58. 47e5b6d xgl-generate.py: simplify _does_function_create_object() by Chia-I Wu · 10 years ago
  59. df2d639 xgl-generate.py: simplify _is_dispatchable() by Chia-I Wu · 10 years ago
  60. 27697e4 xgl.py: remove special-purpose functions by Chia-I Wu · 10 years ago
  61. a5d28fa xgl.py: add more methods to Param and Proto by Chia-I Wu · 10 years ago
  62. f2ffc52 xgl.py: update with parsed core extension by Chia-I Wu · 10 years ago
  63. 509a412 xgl.py: add the ability to parse xgl.h by Chia-I Wu · 10 years ago
  64. e86d8ab xgl.py: add names of objects by Chia-I Wu · 10 years ago
  65. f46b81a loader: use generated dispatch table ops by Chia-I Wu · 10 years ago
  66. 29271d7 xgl-generate.py: add DispatchTableOpsSubcommand by Chia-I Wu · 10 years ago
  67. b3d5e19 xgl-generate.py: rename LoaderSubcommand by Chia-I Wu · 10 years ago
  68. 595ada1 xgl-generate.py: clean up IcdDummyEntrypointsSubcommand by Chia-I Wu · 10 years ago
  69. af3b555 xgl.py: add c_pretty_decl() to Proto by Chia-I Wu · 10 years ago
  70. 12c7674 intel: generate xglGetProcAddr() by Chia-I Wu · 10 years ago
  71. 7f6d66e xgl-generate.py: add IcdGetProcAddrSubcommand by Chia-I Wu · 10 years ago
  72. eeb0ab6 xgl-generate.py: add IcdDummyEntrypointsSubcommand by Chia-I Wu · 10 years ago
  73. 5e2c891 icd: build a static library by Chia-I Wu · 10 years ago
  74. ecf237a icd: stop generating icd-dispatch-entrypoints.c by Chia-I Wu · 10 years ago
  75. 8bb09c1 glave-generate.py: change remap types and list formating by Chia-I Wu · 10 years ago
  76. d9cc975 xgl-layer-generate.py: change obj_type_mapping formatting by Chia-I Wu · 10 years ago
  77. 09cf5f0 layers: no explicit enum values for internal enums by Chia-I Wu · 10 years ago
  78. bd7d192 loader: add README.md by Jon Ashburn · 10 years ago
  79. c242939 loader: Fix WsiX11CreatePresentableImage to set dispatch table for image by Jon Ashburn · 10 years ago
  80. 510c999 tests: do not enable layers by default by Chia-I Wu · 10 years ago
  81. fb1459b tests: fold xgldevice.{cpp,h} into xglrenderframework.{cpp,h} by Chia-I Wu · 10 years ago
  82. fe84fe1 tests: skip XglDevice in init.cpp and image_tests.cpp by Chia-I Wu · 10 years ago
  83. 8089cc1 tests: call {Init,Shutdown}Framework from SetUp/TearDwon by Chia-I Wu · 10 years ago
  84. f50ee21 tests: remove XglDevice::CreateImage() by Chia-I Wu · 10 years ago
  85. f82631a tests: remove unused XglDevice::AllocAndBindGpuMemory() by Chia-I Wu · 10 years ago
  86. a6bc0ce tests: fold xglimage.{cpp,h} into xglrenderframework.{cpp,h} by Chia-I Wu · 10 years ago
  87. 2648d09 tests: derive XglPipelineObj from xgl_testing::Pipeline by Chia-I Wu · 10 years ago
  88. babc0fd tests: derive XglShaderObj from xgl_testing::Shader by Chia-I Wu · 10 years ago
  89. ac0f1e7 tests: derive XglDescriptorSetObj from xgl_testing::DescriptorSet by Chia-I Wu · 10 years ago
  90. e9864b5 tests: derive XglSamplerObj from xgl_testing::Sampler by Chia-I Wu · 10 years ago
  91. 13a3aa8 tests: derive XglTextureObj from xgl_testing::Image by Chia-I Wu · 10 years ago
  92. c86b54c tests: fix resource types in XglShaderObj by Chia-I Wu · 10 years ago
  93. a07fee6 tests: derive XglConstantBufferObj from xgl_testing::GpuMemory by Chia-I Wu · 10 years ago
  94. 283d7a6 tests: store XGL_GPU_MEMORYs in XglMemoryRefManager by Chia-I Wu · 10 years ago
  95. d28343c tests: derive XglCommandBufferObj from xgl_testing::CmdBuffer by Chia-I Wu · 10 years ago
  96. 172d294 tests: derive XglImage from xgl_testing::Image by Chia-I Wu · 10 years ago
  97. 040312a tests: remove unused xglgpu.{cpp,h} by Chia-I Wu · 10 years ago
  98. af11d92 tests: remove dependencies on xglgpu.h by Chia-I Wu · 10 years ago
  99. b76e0fa tests: derive XglDevice from xgl_testing::Device by Chia-I Wu · 10 years ago
  100. 46a3263 tests: remove base_render_test.cpp by Chia-I Wu · 10 years ago