1. 0ef17d7 vl/dri3: use external texture as back buffers(v4) by Nayan Deshmukh · 8 years ago
  2. 9fe9db8 anv: set UAV coherence required bit when needed by Iago Toral Quiroga · 8 years ago
  3. ff0dd67 anv: increase ANV_MAX_STATE_SIZE_LOG2 limit to 1 MB by Samuel Iglesias Gonsálvez · 8 years ago
  4. 1996323 nv50/ir: optimize shl + and by Ilia Mirkin · 8 years ago
  5. 5ba380c nvc0: enable FBFETCH with a special slot for color buffer 0 by Ilia Mirkin · 8 years ago
  6. 6b7511c st/mesa: add support for advanced blend when fb can be fetched from by Ilia Mirkin · 8 years ago
  7. a1c8484 gallium: add flags parameter to texture barrier by Ilia Mirkin · 8 years ago
  8. ee3ebe6 gallium: add PIPE_CAP_TGSI_FS_FBFETCH by Ilia Mirkin · 8 years ago
  9. 1393999 gallium: add FBFETCH opcode to retrieve the current sample value by Ilia Mirkin · 8 years ago
  10. 376316e mesa: allow BlendBarrier to be used without support for full fb fetch by Ilia Mirkin · 8 years ago
  11. 2dd4cde glsl: avoid treating fb fetches as output reads to be lowered by Ilia Mirkin · 8 years ago
  12. 75f858c radv/meta: split color renderpass creation out. by Dave Airlie · 8 years ago
  13. 5ae4de1 radv: Support multiple devices. by Bas Nieuwenhuizen · 8 years ago
  14. 8406f79 radv: Get physical device from radv_device instead of the instance. by Bas Nieuwenhuizen · 8 years ago
  15. 0baa639 nvc0: true up exposing of the HW_METRIC_QUERY_GROUP for maxwell by Ilia Mirkin · 8 years ago
  16. d4392a8 radv/ac: use ctx->voidt in more places. (v2) by Dave Airlie · 8 years ago
  17. 3634dfd radv/meta: consolidate the depth stencil clear renderpasses by Dave Airlie · 8 years ago
  18. 5eeebca nv50/ir: handle new DDIV op which will be used for double divisions by Ilia Mirkin · 8 years ago
  19. 6be4a40 tgsi: add DDIV instruction by Nicolai Hähnle · 8 years ago
  20. 5e94e5b radeonsi: fix R600_DEBUG=nooptvariant by Nicolai Hähnle · 8 years ago
  21. 7a2b65a i965: Make BLORP disable the NP Z PMA stall fix. by Kenneth Graunke · 8 years ago
  22. d2590eb i965: Enable OpenGL 4.5 on Haswell. by Kenneth Graunke · 8 years ago
  23. d523415 radeonsi: implement GL_FIXED vertex format by Marek Olšák · 8 years ago
  24. 018fb2e radeonsi: implement 32-bit SNORM/UNORM/SSCALED/USCALED vertex formats by Marek Olšák · 8 years ago
  25. 44e9b67 radeonsi: make fix_fetch 64-bit by Marek Olšák · 8 years ago
  26. 8daf6de gallium/hud: avoid buffer overrun by Thomas Hindoe Paaboel Andersen · 8 years ago
  27. 0d9a4ef gallium/radeon: add GPU-shaders-busy HUD query by Marek Olšák · 8 years ago
  28. aa0de72 gallium/radeon: make the GPU load / GRBM_STATUS monitoring extensible by Marek Olšák · 8 years ago
  29. 935d58a radeonsi: show average results per frame for perf counters in HUD by Marek Olšák · 8 years ago
  30. 1fe7c8d gallium/hud: disable queries during HUD draw calls by Marek Olšák · 8 years ago
  31. 5b2eddc gallium/hud: increase the vertex buffer size for background quads by Marek Olšák · 8 years ago
  32. 4b0e9ba st/va: delay calling begin_frame until we have all parameters by Nayan Deshmukh · 8 years ago
  33. 5597b2b i965: Use align1 mode for barrier messages. by Kenneth Graunke · 8 years ago
  34. dd39e48 nvc0/ir: emit FMZ flag when requested on FFMA by Ilia Mirkin · 8 years ago
  35. c9b74f3 nir/gcm: fix a bug with metadata handling by Connor Abbott · 8 years ago
  36. bf8e1f9 radv: generate entrypoints from vk.xml by Lionel Landwerlin · 8 years ago
  37. c7fc310 anv: generate entry points from vk.xml by Lionel Landwerlin · 8 years ago
  38. dbd677e vulkan: add API registry by Lionel Landwerlin · 8 years ago
  39. 60bc90c include: update Vulkan headers by Lionel Landwerlin · 8 years ago
  40. 1e1bddf radv: make device extension setup dynamic by Andres Rodriguez · 8 years ago
  41. 5323efb radv: rename global extension properties structs by Andres Rodriguez · 8 years ago
  42. 0eb8b6a radv: use a winsys context per-queue, instead of per device v2 by Andres Rodriguez · 8 years ago
  43. 772cd31 nir: optimise min/max fadd combos by Timothy Arceri · 8 years ago
  44. 0d5071d i965: Move Gen4-5 interpolation stuff to brw_wm_prog_data. by Kenneth Graunke · 8 years ago
  45. 40a8f9e anv: remove some unused macros and functions by Grazvydas Ignotas · 8 years ago
  46. 3b80481 anv: Default PointSize to 1.0 if not written by the shader by Jason Ekstrand · 8 years ago
  47. 99d497c anv/pipeline: Replace get_fs_input_map with get_last_vue_prog_data by Jason Ekstrand · 8 years ago
  48. 56ee2df i965/vec4: Fix mapping attributes by Juan A. Suarez Romero · 8 years ago
  49. fed4afc anv: Move nir_lower_wpos_center after dead variable elimination. by Kenneth Graunke · 8 years ago
  50. 99c019e i965: Fix textureGather with RG32I/UI on Gen7. by Kenneth Graunke · 8 years ago
  51. 6d2fb04 radv: Support loader interface version 3. by Bas Nieuwenhuizen · 8 years ago
  52. ddd27ef mesa/get: Remove unused extra_ARB_viewport_array by Boyan Ding · 8 years ago
  53. dc18ec8 xlib: Unify the style of function pointer calls in structs by Boyan Ding · 9 years ago
  54. 2d05425 radeon: Unify the style of function pointer calls in structs by Boyan Ding · 9 years ago
  55. 056cfa5 nouveau: Unify the style of function pointer calls in structs by Boyan Ding · 9 years ago
  56. 0ee4c4a glX_proto_send.py: Unify the style of function pointer calls in structs by Boyan Ding · 9 years ago
  57. 1411fbd loader/dri3: Unify the style of function pointer calls in structs by Boyan Ding · 9 years ago
  58. 868ae3e egl/dri2: Unify the style of function pointer calls in structs by Boyan Ding · 9 years ago
  59. 3698d71 i915: Add XRGB8888 format to intel_screen_make_configs by Derek Foreman · 8 years ago
  60. 4f1d27a gbm/drm: Pick the oldest available buffer in get_back_bo by Derek Foreman · 8 years ago
  61. 36b9976 egl/wayland: Avoid race conditions when on non-main thread by Jonas Ådahl · 8 years ago
  62. 3617966 egl/wayland: Cleanup private display connection when init fails by Jonas Ådahl · 8 years ago
  63. cba8086 travis: Add the new drivers etnaviv and imx by Rhys Kidd · 8 years ago
  64. 9b14a82 st/va: flush pipeline after post processing by sguttula · 8 years ago
  65. 84e3e12 main/fbobject: throw invalid operation when get_attachment fails if needed by Alejandro Piñeiro · 8 years ago
  66. c6eb3ae main/fboject: return if it is color_attachment on get_attachment by Alejandro Piñeiro · 8 years ago
  67. 963311b mesa/main: fix version/extension checks in _mesa_ClampColor by Nicolai Hähnle · 8 years ago
  68. e1ea70d radeonsi: replace si_shader_context::soa by bld_base by Samuel Pitoiset · 8 years ago
  69. ecf04b8 radeonsi: replace ctx->soa.outputs by ctx->outputs by Samuel Pitoiset · 8 years ago
  70. f04088a radeonsi: move si_shader_context::soa::addr to si_shader_context by Samuel Pitoiset · 8 years ago
  71. 6f0d955 radeonsi: allocate the array of immediates dynamically by Samuel Pitoiset · 8 years ago
  72. cb89d19 radv: remove some unused macros and functions by Grazvydas Ignotas · 8 years ago
  73. 64272d4 anv: Avoid some resolves for samplable HiZ buffers by Nanley Chery · 8 years ago
  74. 71334f4 anv: Enable sampling from HiZ by Nanley Chery · 8 years ago
  75. 5e0902c anv/blorp: Don't fast depth clear samplable HiZ buffers on BDW by Nanley Chery · 8 years ago
  76. 3ac01ad anv: Add a helper to determine sampling with HiZ by Nanley Chery · 8 years ago
  77. bcf880a isl/surface_state: Handle ISL_AUX_USAGE_HIZ by Nanley Chery · 8 years ago
  78. 58af615 anv: Perform HiZ resolves only on layout transitions by Nanley Chery · 8 years ago
  79. 2852efc anv: Disable HiZ for input attachments by Nanley Chery · 8 years ago
  80. b62d8ad anv: Avoid resolves incurred by fast depth clears by Nanley Chery · 8 years ago
  81. 968ffd6 anv: Prepare for transitioning to the requested final layout by Nanley Chery · 8 years ago
  82. 104ce1d anv: Store depth stencil layouts by Nanley Chery · 8 years ago
  83. 2e2cf78 anv: Add helpers to handle depth buffer layout transitions by Nanley Chery · 8 years ago
  84. 0ce8b37 anv: Delete anv's HiZ op emit function by Nanley Chery · 8 years ago
  85. 462a4c9 anv: Use the gen8 BLORP HiZ resolving function by Nanley Chery · 8 years ago
  86. d16871d anv/blorp: Add a gen8 HiZ op resolve function by Nanley Chery · 8 years ago
  87. 3b7106c anv: Use gen8 BLORP HiZ clearing functions by Nanley Chery · 8 years ago
  88. f357af0 intel/blorp_clear: Add gen8 HiZ clearing functions by Nanley Chery · 8 years ago
  89. 64fb5b0 anv: Enable HiZ support for multiple subpasses by Nanley Chery · 8 years ago
  90. 168985f anv: Use ::anv_attachment_state for toggling HiZ per subpass by Nanley Chery · 8 years ago
  91. 055ff2e anv: Replace anv_image_has_hiz() with ISL_AUX_USAGE_HIZ by Nanley Chery · 8 years ago
  92. 160a548 anv/blorp: Handle ISL_AUX_USAGE_HIZ by Nanley Chery · 8 years ago
  93. 0994815 intel/blorp: Add the BDW+ optimized HZ_OP sequence to BLORP by Nanley Chery · 8 years ago
  94. f0bdd13 get-typod-pick-list.sh: add new script by Emil Velikov · 8 years ago
  95. 5abd0a7 ac: automake: ensure that ./common is generated by Emil Velikov · 8 years ago
  96. f897036 nvc0/ir: only try to check for zero LOD if we aren't already forcing it by Ilia Mirkin · 8 years ago
  97. eb60a89 nouveau: take extra push space into account for pushbuf_space calls by Ilia Mirkin · 8 years ago
  98. 8945836 mapi: update the asm code to support x32 by Grazvydas Ignotas · 8 years ago
  99. 1007047 ac/nir: use ac_emit_fdiv throughout by Nicolai Hähnle · 8 years ago
  100. 38c67f7 ac/nir: use ac_build_gather_values[_extended] throughout by Nicolai Hähnle · 8 years ago