1. cc5eb3a tests: Add begining of render test by Courtney Goeltzenleuchter · 10 years ago
  2. 6863ff4 tests: Add basic CreateShader test. by Courtney Goeltzenleuchter · 10 years ago
  3. 2e7db77 xgl: Fix typo for IA_PIPELINE sType. by Courtney Goeltzenleuchter · 10 years ago
  4. 80ea59a tests: Add file for extended image tests by Courtney Goeltzenleuchter · 10 years ago
  5. 7bf0ff8 tests: Add xglGetImageSubresourceInfo test by Courtney Goeltzenleuchter · 10 years ago
  6. cc2c481 tests: Remove old tests that have been ported to gtest by Courtney Goeltzenleuchter · 10 years ago
  7. 3dc07f2 tests: Add GPU Queue tests. by Courtney Goeltzenleuchter · 10 years ago
  8. 794555b tests: Add CreateImage test. by Courtney Goeltzenleuchter · 10 years ago
  9. 3470bdf tests: Add image class by Courtney Goeltzenleuchter · 10 years ago
  10. cc9da54 tests: Port existing tests to gtest format. by Courtney Goeltzenleuchter · 10 years ago
  11. b7f5050 tests: Add gpu class by Courtney Goeltzenleuchter · 10 years ago
  12. 75011f8 tests: Basic initialization test using gtest framework by Courtney Goeltzenleuchter · 10 years ago
  13. 447ed58 tests: Integrate gtest tools by Courtney Goeltzenleuchter · 10 years ago
  14. 24cec9b tests: Add gtest library by Courtney Goeltzenleuchter · 10 years ago
  15. b8e71a8 tests: Add xglCreateQueryPool test by Courtney Goeltzenleuchter · 10 years ago
  16. 0f81054 tests: Add Event test by Courtney Goeltzenleuchter · 10 years ago
  17. 91601b8 tests: Add queue init to common. by Courtney Goeltzenleuchter · 10 years ago
  18. 81e8b9e tests: Add test for xglGetDevceQueue by Courtney Goeltzenleuchter · 10 years ago
  19. 8a40a66 tests: do some cleanup on xglFence. by Courtney Goeltzenleuchter · 10 years ago
  20. 3604e23 tests: Update xglAllocateMemory to include MapMemory by Courtney Goeltzenleuchter · 10 years ago
  21. d29b6e6 tests: Add test for xglCreateFence by Courtney Goeltzenleuchter · 10 years ago
  22. ead2543 tests: Print Pass when call succeeds. by Courtney Goeltzenleuchter · 10 years ago
  23. 9179a17 tests: Add AllocMemory test. by Courtney Goeltzenleuchter · 10 years ago
  24. 4eef1ca tests: Remove common code from xglinfo by Courtney Goeltzenleuchter · 10 years ago
  25. 9fd27a6 tests: Split out common code by Courtney Goeltzenleuchter · 10 years ago
  26. fb649b6 xglinfo: free all driver resources by Chia-I Wu · 10 years ago
  27. 7f44d35 loader: short cut when init with maxGpus equal to 0 by Chia-I Wu · 10 years ago
  28. 48b8e7f xglinfo: reindent by Chia-I Wu · 10 years ago
  29. 4709cbe xglinfo: fix device queue support by Chia-I Wu · 10 years ago
  30. 1eafd05 intel: adapt intel_winsys for our needs by Chia-I Wu · 10 years ago
  31. 450a423 header: add XGL_DBG_OBJECT_TYPE by Chia-I Wu · 10 years ago
  32. 13a61a5 loader: refactor loader_icd_scan() by Chia-I Wu · 10 years ago
  33. a242b5d loader: fix out-of-tree builds by Chia-I Wu · 10 years ago
  34. df3c432 intel: add dummy dispatch tables by Chia-I Wu · 10 years ago
  35. 1930060 add and deal with -fvisibility=hidden everywhere by Chia-I Wu · 10 years ago
  36. 03537f7 common: add common code for all drivers by Chia-I Wu · 10 years ago
  37. a33b5f4 cmake: -Werror -Wextra -Wno... by Chia-I Wu · 10 years ago
  38. 80e38bd loader: ignore __icd{Load,Unload} by Chia-I Wu · 10 years ago
  39. b72e87d rename drivers/ to icd/ by Chia-I Wu · 10 years ago
  40. 0c10534 loader: let cmake generate the source file by Chia-I Wu · 10 years ago
  41. dac3e49 xgl-generate: add _generate_icd_dispatch_entrypoints to Subcommand by Chia-I Wu · 10 years ago
  42. 155be03 cmake: find libdrm with pkg-config by Chia-I Wu · 10 years ago
  43. 6eefdc0 i965: Add GetGpuInfo function by Courtney Goeltzenleuchter · 10 years ago
  44. cec7295 intel: Add support for git ID in version string by Courtney Goeltzenleuchter · 10 years ago
  45. 4af9bd1 loader: Scans for libXGL libraries. by Courtney Goeltzenleuchter · 10 years ago
  46. 1d22ed8 xgl: add verbose cmake option by Courtney Goeltzenleuchter · 10 years ago
  47. bb503d6 i965: Add Device ID to name translation file by Courtney Goeltzenleuchter · 10 years ago
  48. e06e72d i965: Add Intel driver ICD by Courtney Goeltzenleuchter · 10 years ago
  49. a61e745 xgl: remove unused driver files by Courtney Goeltzenleuchter · 10 years ago
  50. 1a6aad3 main: silence warnings by Chia-I Wu · 10 years ago
  51. fbbbe60 xgl-generate: add pretty-dummy subcommand by Chia-I Wu · 10 years ago
  52. 763e559 cmake: set -std=c99 -Wall by Chia-I Wu · 10 years ago
  53. 43ef1f8 xglinfo: link against libXGL by Chia-I Wu · 10 years ago
  54. f4a5732 xgl-generate: improve constness by Chia-I Wu · 10 years ago
  55. 900a257 xgl-generate: add is_dispatchable() by Chia-I Wu · 10 years ago
  56. 1e12226 xgl-generate: move _generate_icd_dispatch_table to Subcommand by Chia-I Wu · 10 years ago
  57. 5f72d0f loader: add a generic ICD loader by Chia-I Wu · 10 years ago
  58. fb2559d xgl-generate: add a script for code generation by Chia-I Wu · 10 years ago
  59. 68a5524 add a terse xglDbg.h by Chia-I Wu · 10 years ago
  60. d4bae36 xglinfo: initial commit by Chia-I Wu · 10 years ago
  61. 799d659 xgl: Fix typos by Courtney Goeltzenleuchter · 10 years ago
  62. 2220a3b Starting to build framework. by Courtney Goeltzenleuchter · 10 years ago