1. 47e5b6d xgl-generate.py: simplify _does_function_create_object() by Chia-I Wu · 10 years ago
  2. df2d639 xgl-generate.py: simplify _is_dispatchable() by Chia-I Wu · 10 years ago
  3. 27697e4 xgl.py: remove special-purpose functions by Chia-I Wu · 10 years ago
  4. a5d28fa xgl.py: add more methods to Param and Proto by Chia-I Wu · 10 years ago
  5. f2ffc52 xgl.py: update with parsed core extension by Chia-I Wu · 10 years ago
  6. 509a412 xgl.py: add the ability to parse xgl.h by Chia-I Wu · 10 years ago
  7. e86d8ab xgl.py: add names of objects by Chia-I Wu · 10 years ago
  8. f46b81a loader: use generated dispatch table ops by Chia-I Wu · 10 years ago
  9. 29271d7 xgl-generate.py: add DispatchTableOpsSubcommand by Chia-I Wu · 10 years ago
  10. b3d5e19 xgl-generate.py: rename LoaderSubcommand by Chia-I Wu · 10 years ago
  11. 595ada1 xgl-generate.py: clean up IcdDummyEntrypointsSubcommand by Chia-I Wu · 10 years ago
  12. af3b555 xgl.py: add c_pretty_decl() to Proto by Chia-I Wu · 10 years ago
  13. 12c7674 intel: generate xglGetProcAddr() by Chia-I Wu · 10 years ago
  14. 7f6d66e xgl-generate.py: add IcdGetProcAddrSubcommand by Chia-I Wu · 10 years ago
  15. eeb0ab6 xgl-generate.py: add IcdDummyEntrypointsSubcommand by Chia-I Wu · 10 years ago
  16. 5e2c891 icd: build a static library by Chia-I Wu · 10 years ago
  17. ecf237a icd: stop generating icd-dispatch-entrypoints.c by Chia-I Wu · 10 years ago
  18. 8bb09c1 glave-generate.py: change remap types and list formating by Chia-I Wu · 10 years ago
  19. d9cc975 xgl-layer-generate.py: change obj_type_mapping formatting by Chia-I Wu · 10 years ago
  20. 09cf5f0 layers: no explicit enum values for internal enums by Chia-I Wu · 10 years ago
  21. bd7d192 loader: add README.md by Jon Ashburn · 10 years ago
  22. c242939 loader: Fix WsiX11CreatePresentableImage to set dispatch table for image by Jon Ashburn · 10 years ago
  23. 510c999 tests: do not enable layers by default by Chia-I Wu · 10 years ago
  24. fb1459b tests: fold xgldevice.{cpp,h} into xglrenderframework.{cpp,h} by Chia-I Wu · 10 years ago
  25. fe84fe1 tests: skip XglDevice in init.cpp and image_tests.cpp by Chia-I Wu · 10 years ago
  26. 8089cc1 tests: call {Init,Shutdown}Framework from SetUp/TearDwon by Chia-I Wu · 10 years ago
  27. f50ee21 tests: remove XglDevice::CreateImage() by Chia-I Wu · 10 years ago
  28. f82631a tests: remove unused XglDevice::AllocAndBindGpuMemory() by Chia-I Wu · 10 years ago
  29. a6bc0ce tests: fold xglimage.{cpp,h} into xglrenderframework.{cpp,h} by Chia-I Wu · 10 years ago
  30. 2648d09 tests: derive XglPipelineObj from xgl_testing::Pipeline by Chia-I Wu · 10 years ago
  31. babc0fd tests: derive XglShaderObj from xgl_testing::Shader by Chia-I Wu · 10 years ago
  32. ac0f1e7 tests: derive XglDescriptorSetObj from xgl_testing::DescriptorSet by Chia-I Wu · 10 years ago
  33. e9864b5 tests: derive XglSamplerObj from xgl_testing::Sampler by Chia-I Wu · 10 years ago
  34. 13a3aa8 tests: derive XglTextureObj from xgl_testing::Image by Chia-I Wu · 10 years ago
  35. c86b54c tests: fix resource types in XglShaderObj by Chia-I Wu · 10 years ago
  36. a07fee6 tests: derive XglConstantBufferObj from xgl_testing::GpuMemory by Chia-I Wu · 10 years ago
  37. 283d7a6 tests: store XGL_GPU_MEMORYs in XglMemoryRefManager by Chia-I Wu · 10 years ago
  38. d28343c tests: derive XglCommandBufferObj from xgl_testing::CmdBuffer by Chia-I Wu · 10 years ago
  39. 172d294 tests: derive XglImage from xgl_testing::Image by Chia-I Wu · 10 years ago
  40. 040312a tests: remove unused xglgpu.{cpp,h} by Chia-I Wu · 10 years ago
  41. af11d92 tests: remove dependencies on xglgpu.h by Chia-I Wu · 10 years ago
  42. b76e0fa tests: derive XglDevice from xgl_testing::Device by Chia-I Wu · 10 years ago
  43. 46a3263 tests: remove base_render_test.cpp by Chia-I Wu · 10 years ago
  44. e34256d tests: remove unused displayengine.{cpp,h} by Chia-I Wu · 10 years ago
  45. 328e4f9 tests: remove unused debug.h by Chia-I Wu · 10 years ago
  46. a9a506a tests: use the new binding in blit tests by Chia-I Wu · 10 years ago
  47. f1e2e99 tests: add a new XGL C++ binding by Chia-I Wu · 10 years ago
  48. 892d918 layers: DrawState layer now support the layers settings file by Jon Ashburn · 10 years ago
  49. 7d7b3cf layers: MemTracker support the new layers settings file for configuration by Jon Ashburn · 10 years ago
  50. be58264 layers: Add utilities for layer configuration via settings file. by Jon Ashburn · 10 years ago
  51. 2e4f530 xgl-generate.py: fork _generate_dispatch_entrypoints() by Chia-I Wu · 10 years ago
  52. 9a4ceb1 xgl.py: remove icd_dispatch_table by Chia-I Wu · 10 years ago
  53. e442dc3 xgl.py: use lists instead of tuples by Chia-I Wu · 10 years ago
  54. c4f24e8 xgl.py: add Extension by Chia-I Wu · 10 years ago
  55. 44951da xgl-generate.py: remove unused LayerDispatchSubcommand by Chia-I Wu · 10 years ago
  56. 6239c78 xgl-generate.py: remove unused LayerFuncsSubcommand by Chia-I Wu · 10 years ago
  57. f059c6c xgl-generate.py: remove unused IcdDispatchTableSubcommand by Chia-I Wu · 10 years ago
  58. f1a5a74 remove unnecessary casting between XGL_CHAR/char by Chia-I Wu · 10 years ago
  59. 99ff89d include: fix typedefs by Chia-I Wu · 10 years ago
  60. 2bb96ef tests: add XglCmdCloneImageDataTest.Basic by Chia-I Wu · 10 years ago
  61. d642238 tests: add XglCmdClearColorImageRawTest.Basic by Chia-I Wu · 10 years ago
  62. 5bc2786 tests: make XglCmdClearColorImageTest reusable for raw clears by Chia-I Wu · 10 years ago
  63. df39144 tests: allow tiled images in blit tests by Chia-I Wu · 10 years ago
  64. 42b97b8 tests: add XglCmdCopyImageToMemoryTest.Basic by Chia-I Wu · 10 years ago
  65. d808ada tests: no format filtering in XglCmdCopy{,MemoryTo}ImageTest by Chia-I Wu · 10 years ago
  66. 72e3433 tests: improve blit check pattern by Chia-I Wu · 10 years ago
  67. bba8fc0 cmake: remove -Werror from CMAKE_C_FLAGS by Chia-I Wu · 10 years ago
  68. db2b387 layers: fix parallel building by Chia-I Wu · 10 years ago
  69. 10fbf56 Added missing libs: libmagickwand-dev qt5-default by Norbert Nopper · 10 years ago
  70. 524745e Update BUILD.md by Norbert Nopper · 10 years ago
  71. 604e60f Update BUILD.md by Norbert Nopper · 10 years ago
  72. 0b5110b Update BUILD.md by Norbert Nopper · 10 years ago
  73. 27a24af loader: Make sure msg callbacks get registered if added before initAndEnumGpu by Jon Ashburn · 10 years ago
  74. 649d871 layers: Format improvements on README by Jon Ashburn · 10 years ago
  75. 763b76e Update README.md by Jens Owen · 10 years ago
  76. 82c5deb Add Images by JensOwen · 10 years ago
  77. d419b72 Update README.md by Jens Owen · 10 years ago
  78. 6272a38 Added images subdirectory to docs by JensOwen · 10 years ago
  79. aa8d502 Update README.md by Jens Owen · 10 years ago
  80. 824b771 tests:Fix sampler bug + use total descSet slots in map by Tony Barbour · 10 years ago
  81. ad8f154 tests:Port indexed test to use new cmdbuffer methods by Tony Barbour · 10 years ago
  82. b5f4d08 tests:Add CreateDescriptor set that doesn't bind by Tony Barbour · 10 years ago
  83. 30cc9e8 tests:Add cmdbuffer methods to replace GenTriangle call by Tony Barbour · 10 years ago
  84. af1f919 tests:Index buffer needs method to return index type by Tony Barbour · 10 years ago
  85. 976e1cf tests:Add CreatePipeline that doesn't bind cmdbuffer by Tony Barbour · 10 years ago
  86. ede0ccd Update README.md by Jens Owen · 10 years ago
  87. a5cbf0c layers: Fix compiler error in generic_layer by Jon Ashburn · 10 years ago
  88. 7c47fc4 layers: Added generated enum_validate_helper.h to check enum values by Tobin Ehlis · 10 years ago
  89. e818506 layers: Added Dbg Callback support to Generic layer by Tobin Ehlis · 10 years ago
  90. 15161e4 glave: Add XGL version as trace packet and check version match on replay by Jon Ashburn · 10 years ago
  91. 5d57bca glave: Split glave codegen into glave-generate.py by Tobin Ehlis · 10 years ago
  92. 52f79b5 glave: Add API call parameters with values to UI by Jon Ashburn · 10 years ago
  93. 677e55f glave: Skip Dbg Callback register/unregister calls on replay. by Tobin Ehlis · 10 years ago
  94. f780f56 glave: Glave replay glvreplay_xgl_replay.cpp file codegen. by Tobin Ehlis · 10 years ago
  95. 3d4d67c glave: Codegen for glave replay glvreplay_xgl_replay.h file by Tobin Ehlis · 10 years ago
  96. 655d0b3 Update README.md by Jens Owen · 10 years ago
  97. e290154 Update README.md by Jens Owen · 10 years ago
  98. be99460 Update README.md by Jens Owen · 10 years ago
  99. e980ad7 layers: do not override CMAKE_C_FLAGS by Chia-I Wu · 10 years ago
  100. 1da4b9f layers: fix -Wpointer-sign warnings by Chia-I Wu · 10 years ago