1. d844d8e i965: Add Kaby Lake brandstrings by Ben Widawsky · 8 years ago
  2. 4dc42ae tgsi/ureg: return correct token count in ureg_get_tokens by Grazvydas Ignotas · 8 years ago
  3. 6084855 radeonsi: add support for an on-disk shader cache by Timothy Arceri · 8 years ago
  4. 85a9b1b util/disk_cache: compress individual cache entries by Timothy Arceri · 8 years ago
  5. 5afde61 util/disk_cache: add support for detecting corrupt cache entries by Timothy Arceri · 8 years ago
  6. 9fc86d4 glsl: fix subroutine mismatch between declarations/definitions by Samuel Pitoiset · 8 years ago
  7. 10f2c86 genxml: Depend on Makefile.am for generated sources. by Matt Turner · 8 years ago
  8. 7d1195c clover: Work around build failure with AltiVec. by Matt Turner · 8 years ago
  9. d7d64f1 anv/image: Allow HiZ on input attachment-capable depth/stencil images by Nanley Chery · 8 years ago
  10. 76b8cc2 anv/cmd_buffer: Centralize automatic layout transitions by Nanley Chery · 8 years ago
  11. 0a72b5f anv/cmd_buffer: Add attachment transitioning functions by Nanley Chery · 8 years ago
  12. 9950774 anv/blorp: Encapsulate subpass id querying by Nanley Chery · 8 years ago
  13. c78a959 anv/cmd_buffer: Enable render pass awareness by Nanley Chery · 8 years ago
  14. c0223d0 anv/pass: Store subpass attachment reference list by Nanley Chery · 8 years ago
  15. 8f6a17c anv/pass: Fix size of anv_render_pass:subpass_attachments by Nanley Chery · 8 years ago
  16. 608d17b anv: Store the user's VkAttachmentReference by Nanley Chery · 8 years ago
  17. 6326f0f anv/cmd_buffer: Remove extra resolve for certain depth buffers by Nanley Chery · 8 years ago
  18. ea74491 anv/cmd_buffer: Conditionally choose the sampled image surface state by Nanley Chery · 8 years ago
  19. 5408d3f anv/descriptor_set: Store aux usage of sampled image descriptors by Nanley Chery · 8 years ago
  20. efc2222 anv/image: Create an additional surface state for sampling by Nanley Chery · 8 years ago
  21. f3621f4 anv/image: Simplify setup of HiZ sampler surface state by Nanley Chery · 8 years ago
  22. 258af3a anv/image: Remove extra dependency on HiZ-specific variable by Nanley Chery · 8 years ago
  23. 54d29ee anv: Update the HiZ sampling helper by Nanley Chery · 8 years ago
  24. 172747a anv/cmd_buffer: Replace layout_to_hiz_usage() by Nanley Chery · 8 years ago
  25. 425e33b anv/image: Add anv_layout_to_aux_usage() by Nanley Chery · 8 years ago
  26. 178f9e5 anv/pass: Avoid accessing attachment array out of bounds by Nanley Chery · 8 years ago
  27. cd2b55e ralloc: Make sure ralloc() allocations match malloc()'s alignment. by Jonas Pfeil · 8 years ago
  28. a7b8d50 swr: fix crash in swr_update_derived following st/mesa state changes by Bruce Cherniak · 8 years ago
  29. 74aa6fd docs: update features.txt for GL_ARB_clear_texture with swr by Bruce Cherniak · 8 years ago
  30. dd649a5 swr: enable clear_texture with util_clear_texture by Bruce Cherniak · 8 years ago
  31. b360501 doc: GL_ARB_buffer_storage is supported on llvmpipe/swr by Gregory Hainaut · 8 years ago
  32. b23db2b automake: i965: list correct header in Makefile.source by Emil Velikov · 8 years ago
  33. b95ead8 svga: fix crash regression since e027935a795 by Brian Paul · 8 years ago
  34. 69fb8f3 svga: s/unsigned/pipe_prim_type/ by Brian Paul · 8 years ago
  35. a9ff377 svga: whitespace fixes in svga_context.h by Brian Paul · 8 years ago
  36. 49134c0 svga: whitespace and formatting fixes in svga_stage.c by Brian Paul · 8 years ago
  37. 88becf7 mesa: Avoid read of uninitialized variable by Robert Foss · 8 years ago
  38. af5f13e anv: add VK_KHR_descriptor_update_template support by Lionel Landwerlin · 8 years ago
  39. 9f60ed9 anv: add VK_KHR_push_descriptor support by Lionel Landwerlin · 8 years ago
  40. 12dee85 anv: descriptor: make descriptor writing take a stream allocator by Lionel Landwerlin · 8 years ago
  41. 194fa58 anv: descriptors: extract writing of descriptors elements by Lionel Landwerlin · 8 years ago
  42. c2d199a anv: make layout size computation helper available across compilation units by Lionel Landwerlin · 8 years ago
  43. c83e33e anv: move buffer_view declaration by Lionel Landwerlin · 8 years ago
  44. 06758c1 mesa: Use _mesa_has_OES_geometry_shader() when validating draws by Tomasz Figa · 8 years ago
  45. 58793e5 i965: Replace BRW_SURFACEFORMAT_* with ISL_FORMAT_*. by Kenneth Graunke · 8 years ago
  46. 92281b2 i965: Only flush the batchbuffer if we need to zero the SO offsets by Chris Wilson · 8 years ago
  47. 7ad692d anv: do not subtract the base layer to compute depth in 3DSTATE_DEPTH_BUFFER by Iago Toral Quiroga · 8 years ago
  48. 64bf782 isl: document the meaning of the array_len field in isl_view by Iago Toral Quiroga · 8 years ago
  49. 3d8feb3 vulkan/wsi: Improve the DRI3 error message by Jacob Lifshay · 8 years ago
  50. 424ac80 i965: Do int64 lowering in NIR by Jason Ekstrand · 8 years ago
  51. 074f5ba nir: Add a simple int64 lowering pass by Jason Ekstrand · 8 years ago
  52. 86e749b spirv: Use nir_builder for control flow by Jason Ekstrand · 8 years ago
  53. 95972cd nir/lower_indirect: Use nir_builder control-flow helpers by Jason Ekstrand · 8 years ago
  54. 3ce8eeb nir/lower_gs_intrinsics: Use nir_builder control-flow helpers by Jason Ekstrand · 8 years ago
  55. c75f965 glsl/nir: Use nir_builder's new control-flow helpers by Jason Ekstrand · 8 years ago
  56. e27c716 nir/builder: Add support for easily building control-flow by Jason Ekstrand · 8 years ago
  57. d5b355c i965: Move intel_debug.h to intel/common/gen_debug.h by Jason Ekstrand · 8 years ago
  58. 8048c19 i965: Reduce cross-pollination between the DRI driver and compiler by Jason Ekstrand · 8 years ago
  59. a2195e5 i965: Move select_clip_planes to brw_vs.c by Jason Ekstrand · 8 years ago
  60. 818bfdf i965: Delete brw_do_cubemap_normalize by Jason Ekstrand · 8 years ago
  61. 7ac47b1 i965: Add a header for brw_vec4_vs_visitor by Jason Ekstrand · 8 years ago
  62. 1c318af i965: Move a bunch of pre-compile and link stuff to brw_program.h by Jason Ekstrand · 8 years ago
  63. fbb9171 i965: Move image uniform setup to brw_nir_uniforms.cpp by Jason Ekstrand · 8 years ago
  64. 820ae39 i965: Move channel_expressions and vector_splitting to brw_program.h by Jason Ekstrand · 8 years ago
  65. 760c8a1 i965: Make mark_surface_used a static inline in brw_compiler.h by Jason Ekstrand · 8 years ago
  66. f33d2b5 i965: Move BRW_ATTRIB_WA_* defines to brw_compiler.h by Jason Ekstrand · 8 years ago
  67. 4e274bc i965: Move BRW_MAX_DRAW_BUFFERS to brw_compiler.h by Jason Ekstrand · 8 years ago
  68. 2523241 i965/inst: Stop using fi_type by Jason Ekstrand · 8 years ago
  69. ffeb738 i965: Move brw_register_blocks to brw_fs.cpp by Jason Ekstrand · 8 years ago
  70. 5b87c7e i965: Move SHADER_TIME_STRIDE to brw_compiler.h by Jason Ekstrand · 8 years ago
  71. f85ef11 i965: Move SOL binding #defines to brw_compiler.h by Jason Ekstrand · 8 years ago
  72. 81e5bdf i964/gs: Move MAX_GS_INPUT_VERTICES to brw_vec4_gs_visitor.h by Jason Ekstrand · 8 years ago
  73. c6a719b i965/gs: Add the gl_prim_to_hw_prim table to vec4_gs_visitor.cpp by Jason Ekstrand · 8 years ago
  74. 035616c i965: Don't use MAX_SURFACES in mark_surface_used by Jason Ekstrand · 8 years ago
  75. 0d2c9ce i965: Get rid of BRW_PRIM_OFFSET by Jason Ekstrand · 8 years ago
  76. 406321c i965/vue_map: Stop using GLbitfield types by Jason Ekstrand · 8 years ago
  77. 45d3dbe i965: Move assign_common_binding_table_offsets to brw_program by Jason Ekstrand · 8 years ago
  78. 8123402 i965: Move some gen4 WM defines to brw_compiler.h by Jason Ekstrand · 8 years ago
  79. 34ede38 i965: Move brw_disassemble_inst to brw_eu.h by Jason Ekstrand · 8 years ago
  80. f9c9d55 i965: Move some helpers from brw_context.h to brw_shader.h by Jason Ekstrand · 8 years ago
  81. b97782c i965: Move a couple of #defines from brw_context to brw_compiler by Jason Ekstrand · 8 years ago
  82. 2c58709 glsl/int64: Fix a typo in imod64 by Jason Ekstrand · 8 years ago
  83. e647c4f util/build-id: Return a pointer rather than copying the data by Jason Ekstrand · 8 years ago
  84. e3d33a2 anv: Properly handle destroying NULL devices and instances by Jason Ekstrand · 8 years ago
  85. f3ec9d3 mesa: Fix performance query id check by Robert Bragg · 8 years ago
  86. 6d600cf amd/common: Fix build with new ac_add_function_attr() by Tobias Klausmann · 8 years ago
  87. a1727aa egl/wayland: Don't use DRM format codes for SHM by Daniel Stone · 8 years ago
  88. c0e9e61 mesa: Drop unused STATE_TEXRECT_SCALE program statevars. by Kenneth Graunke · 8 years ago
  89. f356d05 i965: Drop unused STATE_TEXRECT_SCALE code. by Kenneth Graunke · 8 years ago
  90. 4061bbc egl: Ensure ResetNotificationStrategy matches for shared contexts. by Kenneth Graunke · 8 years ago
  91. 940da36 gallivm,ac: add function attributes at call sites instead of declarations by Marek Olšák · 8 years ago
  92. 408f370 gallivm,ac: remove unused FUNC_ATTR_LAST enums by Marek Olšák · 8 years ago
  93. 40c77bb st/mesa: inform the driver of framebuffer changes before compute dispatches by Nicolai Hähnle · 8 years ago
  94. 911391b st/glsl_to_tgsi: avoid iterating past the head of the instruction list by Nicolai Hähnle · 8 years ago
  95. cfdda19 gallium/u_queue: set num_threads correctly if not all threads start by Grazvydas Ignotas · 8 years ago
  96. 6b8c9e1 gallium/u_queue: fix a crash with atexit handlers by Grazvydas Ignotas · 8 years ago
  97. 21e3f2f radv: fix txs for sampler buffers by Dave Airlie · 8 years ago
  98. bc07622 amd/common: fix ASICREV_IS_POLARIS11_M for Polaris12 by Marek Olšák · 8 years ago
  99. 5aa3883 egl/dri3: implement query surface hook by Brendan King · 8 years ago
  100. 2e46d41 radv: fix depth format in blit2d. by Dave Airlie · 8 years ago