1. c643800 icd: Add shader IL header by Courtney Goeltzenleuchter · 10 years ago
  2. 06393c7 intel: Remove generated pipeline commands from dispatch by Courtney Goeltzenleuchter · 10 years ago
  3. 05a6054 intel: Begin adding pipeline support. by Courtney Goeltzenleuchter · 10 years ago
  4. 32710d7 intel: add functions to ease command buffer IO by Chia-I Wu · 10 years ago
  5. 00a23b2 intel: move private command buffer functions to cmd_priv.h by Chia-I Wu · 10 years ago
  6. 000747d intel: remember intel_mem allocation size by Chia-I Wu · 10 years ago
  7. 0496670 intel: allow cmd building to record an error by Chia-I Wu · 10 years ago
  8. 06bed19 intel: avoid "emit" in function names by Chia-I Wu · 10 years ago
  9. 41be94b intel: rename init_driver.c to intel.c by Chia-I Wu · 10 years ago
  10. 6a42c2a intel: use an accessor for the dispatch tables by Chia-I Wu · 10 years ago
  11. de2bb86 intel: rename dispatch_tables to dispatch by Chia-I Wu · 10 years ago
  12. aabb360 intel: minor cleanups by Chia-I Wu · 10 years ago
  13. cdcff73 intel: fix queue creation by Chia-I Wu · 10 years ago
  14. c5438c2 intel: implement intelQueueSubmit() by Chia-I Wu · 10 years ago
  15. 34f4518 intel: use intel_cmd instead of intel_bo for syncs by Chia-I Wu · 10 years ago
  16. 251e7d9 intel: move stubs to the respective source files by Chia-I Wu · 10 years ago
  17. 730e536 intel: implement command buffer create/begin/end/reset by Chia-I Wu · 10 years ago
  18. 0914213 intel: move cmd stubs to cmd.c by Chia-I Wu · 10 years ago
  19. 7ec9f34 intel: implement debug functions by Chia-I Wu · 10 years ago
  20. 97702a6 intel: fill in dynamic hardware states by Chia-I Wu · 10 years ago
  21. 375d099 intel: sampler_init() instead of emit_sampler() by Chia-I Wu · 10 years ago
  22. a5714e8 intel: add minimal implementation of dynamic states by Chia-I Wu · 10 years ago
  23. b1076d7 intel: switch on dbg type instead of struct type by Chia-I Wu · 10 years ago
  24. b8d04c8 intel: fix copying of dset create info by Chia-I Wu · 10 years ago
  25. 75577d9 intel: implement descriptor set functions by Chia-I Wu · 10 years ago
  26. 28b8996 intel: implement intelCreateSampler() by Chia-I Wu · 10 years ago
  27. d3e77a6 icd: add more utils for working with floats by Chia-I Wu · 10 years ago
  28. 457d0a6 intel: update intel_layout from Mesa by Chia-I Wu · 10 years ago
  29. 9269d1c intel: add view state emission code from Mesa by Chia-I Wu · 10 years ago
  30. 5a32326 intel: add minimal implementation of view functions by Chia-I Wu · 10 years ago
  31. eb2da59 intel: save some image states missing in intel_layout by Chia-I Wu · 10 years ago
  32. fb24026 intel: add intel_gpu as a param of format functions by Chia-I Wu · 10 years ago
  33. e2934f9 intel: forgot to set create_info_size by Chia-I Wu · 10 years ago
  34. 1bf06df intel: add some format helpers by Chia-I Wu · 10 years ago
  35. b5a1add icd: add common format functions by Chia-I Wu · 10 years ago
  36. 69abeac icd: add common utility functions by Chia-I Wu · 10 years ago
  37. a2161db intel: minor header cleanup by Chia-I Wu · 10 years ago
  38. 9b752e1 intel: intel_img separate stencil and aux support by Chia-I Wu · 10 years ago
  39. 37cba15 intel: add back size check against intel_max_resource_size by Chia-I Wu · 10 years ago
  40. 2b685d7 intel: update intel_img to use intel_layout by Chia-I Wu · 10 years ago
  41. 8a8d8b6 intel: make Mesa layout code compile by Chia-I Wu · 10 years ago
  42. 4bc4701 intel: add layout code from Mesa by Chia-I Wu · 10 years ago
  43. fb4fb53 intel: Add pointer to device object in debug structure by Courtney Goeltzenleuchter · 10 years ago
  44. feb441f intel: implement image functions by Chia-I Wu · 10 years ago
  45. e46da3e intel: make tex layout code compilable by Chia-I Wu · 10 years ago
  46. 4ea339e intel: add tex layout code by Chia-I Wu · 10 years ago
  47. 2132b56 intel: add more utility functions by Chia-I Wu · 10 years ago
  48. 82d3d8b intel: add intel_dev_log() by Chia-I Wu · 10 years ago
  49. 9419289 intel: minor cleanup for intel_format_get_color_features by Chia-I Wu · 10 years ago
  50. ac6ba13 intel: implement intelGetFormatInfo() by Chia-I Wu · 10 years ago
  51. 850d12c intel: Add QUERY_POOL object to debug alloc table by Courtney Goeltzenleuchter · 10 years ago
  52. f667a6a intel: hook up query functions for real by Chia-I Wu · 10 years ago
  53. 659650f intel: refactor query result processing by Chia-I Wu · 10 years ago
  54. e18ff1b intel: implement query functions by Chia-I Wu · 10 years ago
  55. a02cd52 intel: add align() by Chia-I Wu · 10 years ago
  56. 37fe841 intel: add more intel_mem operations by Chia-I Wu · 10 years ago
  57. e50d488 intel: no need to include winsys.h in event.c by Chia-I Wu · 10 years ago
  58. 48bb6c5 intel: more comments on missing functions by Chia-I Wu · 10 years ago
  59. bbf2c93 intel: add generic object creation function by Chia-I Wu · 10 years ago
  60. 98dcfab intel: fix intel_base_dbg creation by Chia-I Wu · 10 years ago
  61. 1f8fc7c intel: fix copying of create info by Chia-I Wu · 10 years ago
  62. 660caf8 intel: make intel_base_dbg_create() more useful by Chia-I Wu · 10 years ago
  63. 26f0bd0 intel: add get_info() to intel_base by Chia-I Wu · 10 years ago
  64. 9737a10 intel: implement event functions by Chia-I Wu · 10 years ago
  65. 6af76d3 intel: comment on semaphores by Chia-I Wu · 10 years ago
  66. bdf4c56 intel: implement fence functions by Chia-I Wu · 10 years ago
  67. 9ae59c1 intel: let intel_queue_create return an error code by Chia-I Wu · 10 years ago
  68. e09b536 intel: split intel_queue to its own files by Chia-I Wu · 10 years ago
  69. d6b3bac intel: zero out structure before using. by Courtney Goeltzenleuchter · 10 years ago
  70. c35ab46 intel: Remember to return memory object. by Courtney Goeltzenleuchter · 10 years ago
  71. 5975c1d intel: Prevent divide by zero when alignment is 0. by Courtney Goeltzenleuchter · 10 years ago
  72. 53fc6aa intel: implement generic object functions by Chia-I Wu · 10 years ago
  73. f9911eb intel: implement memory functions by Chia-I Wu · 10 years ago
  74. 54c0c4b intel: do not advertise pinning by Chia-I Wu · 10 years ago
  75. 49dbee8 intel: implement all queue functions except intelQueueSubmit by Chia-I Wu · 10 years ago
  76. 1f44045 icd: add a note about thread safety by Chia-I Wu · 10 years ago
  77. bec90a0 intel: move intelGetGpuInfo and intelGetExtensionSupport by Chia-I Wu · 10 years ago
  78. c7bff53 intel: fix init with maxGpus equal to 0 by Chia-I Wu · 10 years ago
  79. 78462db intel: fix udev_device leaks by Chia-I Wu · 10 years ago
  80. 3a0e3be icd: fix driver reinit without alloc cb by Chia-I Wu · 10 years ago
  81. a207aba intel: use intel_dev for device creation and heap queries by Chia-I Wu · 10 years ago
  82. e54854a intel: add intel_dev and intel_queue by Chia-I Wu · 10 years ago
  83. 770b309 intel: adapt intel_winsys for our needs by Chia-I Wu · 10 years ago
  84. 6464ff2 intel: add intel_winsys by Chia-I Wu · 10 years ago
  85. 82f50aa intel: add intel_{base,obj,state} by Chia-I Wu · 10 years ago
  86. c217f80 icd: assign each allocator a unique id by Chia-I Wu · 10 years ago
  87. a6e3349 intel: use intel_gpu for XGL_PHYSICAL_GPU by Chia-I Wu · 10 years ago
  88. 214dac6 intel: add intel_gpu by Chia-I Wu · 10 years ago
  89. 1d267e1 intel: add genhw by Chia-I Wu · 10 years ago
  90. c6fb9af intel: add a base header that every file can include by Chia-I Wu · 10 years ago
  91. 6051cf8 intel: properly set up the dispatch tables by Chia-I Wu · 10 years ago
  92. 30c7829 intel: add dummy dispatch tables by Chia-I Wu · 10 years ago
  93. 468e3c3 add and deal with -fvisibility=hidden everywhere by Chia-I Wu · 10 years ago
  94. b2494c2 intel: remove xgl{Load,Unload}() by Chia-I Wu · 10 years ago
  95. 3065c9c intel: use the common code by Chia-I Wu · 10 years ago
  96. 84dace9 common: add common code for all drivers by Chia-I Wu · 10 years ago
  97. 41eddec rename drivers/ to icd/ by Chia-I Wu · 10 years ago[Renamed from drivers]
  98. 155be03 cmake: find libdrm with pkg-config by Chia-I Wu · 10 years ago
  99. 6eefdc0 i965: Add GetGpuInfo function by Courtney Goeltzenleuchter · 10 years ago
  100. cec7295 intel: Add support for git ID in version string by Courtney Goeltzenleuchter · 10 years ago