1. 7299e82 dri: Add KHR_no_error DRI extension by Grigori Goronzy · 7 years ago
  2. 4f586cd i965: Push UBO data, but don't use it just yet. by Kenneth Graunke · 8 years ago
  3. 6834b1e i965: Pad buffer objects by 2kB in robust contexts to avoid OOB access. by Kenneth Graunke · 7 years ago
  4. 67fec96 i965: Stop re-uploading push constants after URB reconfiguration. by Kenneth Graunke · 8 years ago
  5. 29603ae i965: Separate uploading push constant data from the pointer packets. by Kenneth Graunke · 8 years ago
  6. a18ab92 i965: Introduce a BRW_NEW_DRAW_CALL dirty bit. by Kenneth Graunke · 8 years ago
  7. 24891d7 i965: Store per-stage push constant BO pointers. by Kenneth Graunke · 7 years ago
  8. 6d28c6e i965: Select ranges of UBO data to be uploaded as push constants. by Kenneth Graunke · 9 years ago
  9. 2a5e4f1 i965: Require a UBO offset alignment of 32 bytes. by Kenneth Graunke · 9 years ago
  10. 8ec5a4e i965: Switch to absolute addressing for constant buffer 0. by Kenneth Graunke · 10 years ago
  11. 86bd3fd i965: Use async maps for BufferSubData to regions with no valid data. by Kenneth Graunke · 8 years ago
  12. 5f22364 i965: Track a range of the buffer which contains valid data. by Kenneth Graunke · 8 years ago
  13. f47612d i965: Add a "write" parameter to intel_bufferobj_buffer. by Kenneth Graunke · 7 years ago
  14. 9a9c7e4 i965: Convert GS_STATE to genxml. by Rafael Antognolli · 7 years ago
  15. 2936388 i965: Prepare gs_state emitting code to include gen4-5. by Rafael Antognolli · 7 years ago
  16. 9a2cca9 i965: Remove upload_gs_state_for_tf. by Rafael Antognolli · 7 years ago
  17. ad7663b i965: Convert BLEND_CONSTANT_COLOR state to genxml. by Rafael Antognolli · 7 years ago
  18. 5d48710 i965: Convert CC state on gen4-5 to genxml. by Rafael Antognolli · 7 years ago
  19. b0052aa i965: Move color calc code around a bit. by Rafael Antognolli · 7 years ago
  20. 5246d3e i965: Check for alpha channel just like in gen6+. by Rafael Antognolli · 7 years ago
  21. 1d2d3db i965: Make a helper function for blend entry related state. by Rafael Antognolli · 7 years ago
  22. e84cb56 i965: Make a helper function for depth/stencil related state. by Kenneth Graunke · 7 years ago
  23. 7c4daf8 i965: fix missing NULL return if allocation fails by Lionel Landwerlin · 7 years ago
  24. fd8e8fd i965: check pointer before dereferencing it by Lionel Landwerlin · 7 years ago
  25. b02d136 i965: map_gtt: check mapping address before adding offset by Lionel Landwerlin · 7 years ago
  26. add7259 i965/urb: Trigger upload_urb on NEW_BLORP by Jason Ekstrand · 8 years ago
  27. c3b5c2c i965/screen: Drop get_tiled_height by Jason Ekstrand · 7 years ago
  28. b29c364 i965/screen: Use ISL for doing image import checks by Jason Ekstrand · 7 years ago
  29. 76f683e i965/screen: Use ISL for allocating image BOs by Jason Ekstrand · 7 years ago
  30. 285242e i965: Add an isl_device to intel_screen by Jason Ekstrand · 7 years ago
  31. 06c95f1 i965/miptree: Move CCS allocation into create_for_dri_image by Jason Ekstrand · 7 years ago
  32. b3a44ae i965: Use create_for_dri_image in intel_update_image_buffer by Jason Ekstrand · 7 years ago
  33. 90d9375 i965/miptree: Add support for window system images to create_for_dri_image by Jason Ekstrand · 7 years ago
  34. 2dd4e23 i965/miptree: Add a colorspace parameter to create_for_dri_image by Jason Ekstrand · 7 years ago
  35. 34e1ccb i965/miptree: Allocate mt earlier in update winsys by Ben Widawsky · 7 years ago
  36. aadd372 i965/miptree: Add a return for updating of winsys by Ben Widawsky · 7 years ago
  37. 30cfed5 i965: Use miptree_create_for_dri_image in image_target_renderbuffer_storage by Jason Ekstrand · 7 years ago
  38. 0919657 i965/miptree: Set level_x/h in create_for_dri_image by Jason Ekstrand · 7 years ago
  39. 4bf1405 i965/miptree: Add tile_x/y to total_width/height by Jason Ekstrand · 7 years ago
  40. 947b72a i965/miptree: Pass the offset into create_for_bo in create_for_dri_image by Jason Ekstrand · 7 years ago
  41. 72e7a6b i965: Move the DRIimage -> miptree code to intel_mipmap_tree.c by Jason Ekstrand · 7 years ago
  42. 76acbd0 i965: Drop bogus pthread_mutex_unlock in map_gtt error path. by Kenneth Graunke · 7 years ago
  43. 5d6271c intel: Move the DRM uapi headers to a non-Intel location. by Eric Anholt · 7 years ago
  44. cead51a i965: Use VALGRIND_MAKE_MEM_x in place of MALLOCLIKE/FREELIKE by Chris Wilson · 7 years ago
  45. 314879f i965: Fix asynchronous mappings on !LLC platforms. by Kenneth Graunke · 7 years ago
  46. 20104f1 i965: Don't use PREAD for glGetBufferSubData(). by Kenneth Graunke · 7 years ago
  47. 9d681a7 i965: perf: use new subslices numbers from device info by Lionel Landwerlin · 7 years ago
  48. 25c1a7c i965: Use already existing eu_total by Ben Widawsky · 7 years ago
  49. 618be8c i965: Resolve framebuffers before signaling the fence by Chris Wilson · 7 years ago
  50. 7250cba i965: Assert that we don't use CPU write maps to non-coherent buffers. by Kenneth Graunke · 7 years ago
  51. de4c2ea i965: Disable access to CPU mmap for async access on non-LLC machines by Chris Wilson · 7 years ago
  52. b532e3b i965: Track when a bo is shared with an external client by Chris Wilson · 7 years ago
  53. 833108a i965: Use brw_bo_wait() for brw_bo_wait_rendering() by Chris Wilson · 7 years ago
  54. 0673bbf i965: Move surface resolves back to draw/dispatch time by Jason Ekstrand · 7 years ago
  55. df1279e i965: Print access flags in INTEL_DEBUG=buf output. by Kenneth Graunke · 7 years ago
  56. d8382d6 i965: Remove clearing of bo->map_gtt after failure by Chris Wilson · 7 years ago
  57. f78aa2c i965: Add inline to brw_bo_unmap by Kenneth Graunke · 7 years ago
  58. 314647c i965: Drop global bufmgr lock from brw_bo_map_* functions. by Chris Wilson · 7 years ago
  59. bca9284 i965: Make brw_bo_unmap a static inline. by Kenneth Graunke · 7 years ago
  60. c913241 i965: Discard bo->map_count by Chris Wilson · 7 years ago
  61. 58d81d9 i965: Add a comment about not needing VALGRIND_MALLOCLIKE_BLOCK. by Kenneth Graunke · 7 years ago
  62. 165e704 i965/i915: Add UYVY as the supported format by Johnson Lin · 7 years ago
  63. 4aaa21d Android: i965: remove libdrm_intel dependency by Rob Herring · 7 years ago
  64. d2c4f71 i965: Drop index buffer re-alignment code. by Kenneth Graunke · 7 years ago
  65. c35fd58 i965: Fix anisotropic filtering for mag filter by Eero Tamminen · 7 years ago
  66. 2cde8ff i965/dri: Support R8G8B8A8 and R8G8B8X8 configs by Chad Versace · 7 years ago
  67. 74db56b i965: Add a RGBX->RGBA fallback for glEGLImageTextureTarget2D() by Chad Versace · 7 years ago
  68. 3e0d54d i965: perf: add support for Geminilake by Lionel Landwerlin · 7 years ago
  69. 9a50fc7 i965: perf: add support for Kabylake by Lionel Landwerlin · 7 years ago
  70. 8ff086f i965: perf: use gen_device_info rather then brw_context by Lionel Landwerlin · 7 years ago
  71. e277ff4 i965: perf: ensure isolated timer reports while idle don't confuse filtering by Robert Bragg · 7 years ago
  72. 31b11f6 i965: perf: keep on reading reports until delimiting timestamp by Lionel Landwerlin · 7 years ago
  73. 1fc7b95 i965: Add Gen8+ INTEL_performance_query support by Robert Bragg · 9 years ago
  74. 243909d i965: Add XML OA metric sets for Gen8+ by Robert Bragg · 9 years ago
  75. e74972a i965: Add Gen8+ sys_vars for generated OA code by Robert Bragg · 7 years ago
  76. 7dd20bc anv/i965: drop libdrm_intel dependency completely by Lionel Landwerlin · 7 years ago
  77. 3c50ebc i915: use different CFLAGS/LIBS variables than i965/anv by Lionel Landwerlin · 7 years ago
  78. adafe4b i965: perf: minimize the chances to spread queries across batchbuffers by Lionel Landwerlin · 7 years ago
  79. b3bf453 i965: Separate gen < 8 and gen >= 8 paths explicitly in wrap_mode() by Topi Pohjolainen · 7 years ago
  80. f73c63a i915: On Gen <= 3 there are no array textures by Ian Romanick · 7 years ago
  81. 122e6dc i915: On Gen <= 3 there is no W-tiling by Ian Romanick · 7 years ago
  82. 97d332c i915: Remove unused fields intel_mipmap_tree::logical_(width|height|depth)0 by Ian Romanick · 7 years ago
  83. ca8e8d5 i915: Remove unused field intel_mipmap_tree::array_spacing_lod0 by Ian Romanick · 7 years ago
  84. e5a632a i915: On Gen <= 3 there is no multisampling by Ian Romanick · 7 years ago
  85. 7b7a0ba i915: Trivial code reformatting by Ian Romanick · 7 years ago
  86. b089810 i915,i965: Don't condition use of GLSL clear on the current API by Ian Romanick · 7 years ago
  87. 0715b3c drirc: whitelist glthread for a few games by Marek Olšák · 7 years ago
  88. f7f2fa8 i965/miptree: Rework aux enabling by Jason Ekstrand · 7 years ago
  89. f1fa4be i965: Clamp clear colors to the representable range by Jason Ekstrand · 7 years ago
  90. 793b312 i965: Don't bother with HiZ in renderbuffer_move_to_temp by Jason Ekstrand · 7 years ago
  91. 764cce4 i965/miptree: Rename the non_msrt_mcs functions to _ccs by Jason Ekstrand · 7 years ago
  92. a7059a7 i965/miptree: Delete the layered rendering resolve by Jason Ekstrand · 7 years ago
  93. b980553 i965/cnl: Don't write to Cache Mode Register 1 on gen10+ by Anuj Phogat · 7 years ago
  94. 2ea16f0 drirc: Add glsl_correct_derivatives_after_discard for The Witcher 2 by Edmondo Tommasina · 7 years ago
  95. 118b200 st/dri: add a drirc workaround for Rocket League by Marek Olšák · 7 years ago
  96. 9fd0aee i965: Convert upload_default_color to genxml. by Rafael Antognolli · 7 years ago
  97. e547915 i965: Remove unused code and delete file. by Rafael Antognolli · 7 years ago
  98. e30bbe3 i965: Convert vs, gs, tcs, tes and cs samplers to genxml. by Rafael Antognolli · 7 years ago
  99. f8d69be i965: Convert fs sampler state to use genxml. by Rafael Antognolli · 7 years ago
  100. 55f335b i965: Fix -Wunused-variable in gen8_write_pma_stall_bits() by Chad Versace · 7 years ago