1. f7d6d3c xgl-generate.py: add generate_get_proc_addr_check() by Chia-I Wu · 10 years ago
  2. e9ae388 layers: simplify xglGetProcAddr() for Basic and Multi by Chia-I Wu · 10 years ago
  3. 0f65b1e layers: simplify initLayerTable() by Chia-I Wu · 10 years ago
  4. 9e7e554 xgl-generate.py: simplify _does_function_create_object() by Chia-I Wu · 10 years ago
  5. 31b115a xgl-generate.py: simplify _is_dispatchable() by Chia-I Wu · 10 years ago
  6. 565734c xgl.py: remove special-purpose functions by Chia-I Wu · 10 years ago
  7. 41911d5 xgl.py: add more methods to Param and Proto by Chia-I Wu · 10 years ago
  8. cc6de62 xgl.py: update with parsed core extension by Chia-I Wu · 10 years ago
  9. 8f4508a xgl.py: add the ability to parse xgl.h by Chia-I Wu · 10 years ago
  10. a5d442f xgl.py: add names of objects by Chia-I Wu · 10 years ago
  11. 38e5a2c loader: use generated dispatch table ops by Chia-I Wu · 10 years ago
  12. 28b8d8c xgl-generate.py: add DispatchTableOpsSubcommand by Chia-I Wu · 10 years ago
  13. d4a76ae xgl-generate.py: rename LoaderSubcommand by Chia-I Wu · 10 years ago
  14. 77c5cdf xgl-generate.py: clean up IcdDummyEntrypointsSubcommand by Chia-I Wu · 10 years ago
  15. 2560a60 xgl.py: add c_pretty_decl() to Proto by Chia-I Wu · 10 years ago
  16. 64a425f icd: no need to include xglLayer.h by Chia-I Wu · 10 years ago
  17. f77c290 intel: generate xglGetProcAddr() by Chia-I Wu · 10 years ago
  18. 58f2085 xgl-generate.py: add IcdGetProcAddrSubcommand by Chia-I Wu · 10 years ago
  19. 731517d xgl-generate.py: add IcdDummyEntrypointsSubcommand by Chia-I Wu · 10 years ago
  20. 64b5aa8 intel: add dummy intelEnumerateLayers() by Chia-I Wu · 10 years ago
  21. cafc88a icd: build a static library by Chia-I Wu · 10 years ago
  22. 778a80c intel: remove unused internal dispatch tables by Chia-I Wu · 10 years ago
  23. 9617727 icd: stop generating icd-dispatch-entrypoints.c by Chia-I Wu · 10 years ago
  24. b02558c icd: remove icd.c by Chia-I Wu · 10 years ago
  25. 8e270b5 icd: clean up logging functions by Chia-I Wu · 10 years ago
  26. 900364b icd: clean up alloc functions by Chia-I Wu · 10 years ago
  27. a89167c glave-generate.py: change remap types and list formating by Chia-I Wu · 10 years ago
  28. df2efbd xgl-layer-generate.py: change obj_type_mapping formatting by Chia-I Wu · 10 years ago
  29. b146618 layers: no explicit enum values for internal enums by Chia-I Wu · 10 years ago
  30. 977d2fd demos/cube: set data size for xglGetImageSubresourceInfo() by Chia-I Wu · 10 years ago
  31. d75c13e intel: Write zero to uninitialized generic FS inputs by Cody Northrop · 10 years ago
  32. 7c76f30 intel: Change buffer stride for uniform buffers by Cody Northrop · 10 years ago
  33. a67947b intel: Anisotropic off unless > 1 by Cody Northrop · 10 years ago
  34. 8c51936 loader: add README.md by Jon Ashburn · 10 years ago
  35. 5863b73 loader: Fix WsiX11CreatePresentableImage to set dispatch table for image by Jon Ashburn · 10 years ago
  36. 6c09922 tests: do not enable layers by default by Chia-I Wu · 10 years ago
  37. 234a0ae tests: fold xgldevice.{cpp,h} into xglrenderframework.{cpp,h} by Chia-I Wu · 10 years ago
  38. 3b78d31 tests: skip XglDevice in init.cpp and image_tests.cpp by Chia-I Wu · 10 years ago
  39. 48580a8 tests: call {Init,Shutdown}Framework from SetUp/TearDwon by Chia-I Wu · 10 years ago
  40. 462d209 tests: remove XglDevice::CreateImage() by Chia-I Wu · 10 years ago
  41. 0eb38c7 tests: remove unused XglDevice::AllocAndBindGpuMemory() by Chia-I Wu · 10 years ago
  42. 13ecdcd tests: fold xglimage.{cpp,h} into xglrenderframework.{cpp,h} by Chia-I Wu · 10 years ago
  43. f5d8187 tests: derive XglPipelineObj from xgl_testing::Pipeline by Chia-I Wu · 10 years ago
  44. c2c3108 tests: derive XglShaderObj from xgl_testing::Shader by Chia-I Wu · 10 years ago
  45. 6ae4cfb tests: derive XglDescriptorSetObj from xgl_testing::DescriptorSet by Chia-I Wu · 10 years ago
  46. a64266a tests: derive XglSamplerObj from xgl_testing::Sampler by Chia-I Wu · 10 years ago
  47. dbec122 tests: derive XglTextureObj from xgl_testing::Image by Chia-I Wu · 10 years ago
  48. 5c590de tests: fix resource types in XglShaderObj by Chia-I Wu · 10 years ago
  49. 67ee00f tests: derive XglConstantBufferObj from xgl_testing::GpuMemory by Chia-I Wu · 10 years ago
  50. 5b30813 tests: store XGL_GPU_MEMORYs in XglMemoryRefManager by Chia-I Wu · 10 years ago
  51. ae0564f tests: derive XglCommandBufferObj from xgl_testing::CmdBuffer by Chia-I Wu · 10 years ago
  52. 34d0106 tests: derive XglImage from xgl_testing::Image by Chia-I Wu · 10 years ago
  53. f129ca9 tests: remove unused xglgpu.{cpp,h} by Chia-I Wu · 10 years ago
  54. 9c877b2 tests: remove dependencies on xglgpu.h by Chia-I Wu · 10 years ago
  55. 1c9869e tests: derive XglDevice from xgl_testing::Device by Chia-I Wu · 10 years ago
  56. c0b3571 tests: remove base_render_test.cpp by Chia-I Wu · 10 years ago
  57. cd8b602 tests: remove unused displayengine.{cpp,h} by Chia-I Wu · 10 years ago
  58. 09b5feb tests: remove unused debug.h by Chia-I Wu · 10 years ago
  59. 9dac52d tests: use the new binding in blit tests by Chia-I Wu · 10 years ago
  60. 82bff27 tests: add a new XGL C++ binding by Chia-I Wu · 10 years ago
  61. 2e9b561 layers: DrawState layer now support the layers settings file by Jon Ashburn · 10 years ago
  62. f57ea37 layers: MemTracker support the new layers settings file for configuration by Jon Ashburn · 10 years ago
  63. 47e9289 layers: Add utilities for layer configuration via settings file. by Jon Ashburn · 10 years ago
  64. 2686435 xgl-generate.py: fork _generate_dispatch_entrypoints() by Chia-I Wu · 10 years ago
  65. f91902a xgl.py: remove icd_dispatch_table by Chia-I Wu · 10 years ago
  66. 82d0c6e xgl.py: use lists instead of tuples by Chia-I Wu · 10 years ago
  67. ec30dcb xgl.py: add Extension by Chia-I Wu · 10 years ago
  68. 53daa33 xgl-generate.py: remove unused LayerDispatchSubcommand by Chia-I Wu · 10 years ago
  69. 450b13c xgl-generate.py: remove unused LayerFuncsSubcommand by Chia-I Wu · 10 years ago
  70. 5fd5d2e xgl-generate.py: remove unused IcdDispatchTableSubcommand by Chia-I Wu · 10 years ago
  71. 776ed42 icd: make probe_syspath() static by Chia-I Wu · 10 years ago
  72. 32ff772 intel: fix intel_normal_dispatch_table by Chia-I Wu · 10 years ago
  73. 7461fcf remove unnecessary casting between XGL_CHAR/char by Chia-I Wu · 10 years ago
  74. 54ed079 include: fix typedefs by Chia-I Wu · 10 years ago
  75. b75939f tests: add XglCmdCloneImageDataTest.Basic by Chia-I Wu · 10 years ago
  76. d788fc6 intel: use memory copy for intelCmdCloneImageData() by Chia-I Wu · 10 years ago
  77. 8dbe856 tests: add XglCmdClearColorImageRawTest.Basic by Chia-I Wu · 10 years ago
  78. 9feab84 tests: make XglCmdClearColorImageTest reusable for raw clears by Chia-I Wu · 10 years ago
  79. 6a95647 tests: allow tiled images in blit tests by Chia-I Wu · 10 years ago
  80. 830fb33 tests: add XglCmdCopyImageToMemoryTest.Basic by Chia-I Wu · 10 years ago
  81. a44b648 intel: implement xglCmdCopyImageToMemory() by Chia-I Wu · 10 years ago
  82. 4d344e6 compiler: add VS meta shaders for copying images to memories by Chia-I Wu · 10 years ago
  83. 30cdb86 tests: no format filtering in XglCmdCopy{,MemoryTo}ImageTest by Chia-I Wu · 10 years ago
  84. ffdde35 intel: force image format when raw copying/clearing by Chia-I Wu · 10 years ago
  85. 92096a9 icd: add icd_format_get_raw_value() by Chia-I Wu · 10 years ago
  86. 4dce6af tests: improve blit check pattern by Chia-I Wu · 10 years ago
  87. 784d304 intel: program scratch space in command buffers by Chia-I Wu · 10 years ago
  88. b102473 intel: request scratch space from PSO by Chia-I Wu · 10 years ago
  89. 3f4bd10 intel: compute max_threads in intel_pipeline_shader by Chia-I Wu · 10 years ago
  90. 7af7b9c icd: add u_ffs() by Chia-I Wu · 10 years ago
  91. 5a782ae cmake: remove -Werror from CMAKE_C_FLAGS by Chia-I Wu · 10 years ago
  92. d91dbdd layers: fix parallel building by Chia-I Wu · 10 years ago
  93. 62b69ab Added missing libs: libmagickwand-dev qt5-default by Norbert Nopper · 10 years ago
  94. 9652dfd Update BUILD.md by Norbert Nopper · 10 years ago
  95. 86647a9 Update BUILD.md by Norbert Nopper · 10 years ago
  96. ded9ab2 Update BUILD.md by Norbert Nopper · 10 years ago
  97. 99e996a loader: Make sure msg callbacks get registered if added before initAndEnumGpu by Jon Ashburn · 10 years ago
  98. de3630c layers: Format improvements on README by Jon Ashburn · 10 years ago
  99. 8b5ed54 Update README.md by Jens Owen · 10 years ago
  100. b3c60ca glvdebug: Rearrange Replay code so that it returns to main message loop when paused. by Peter Lohrmann · 10 years ago