1. afb6dc5 nv50: enable ARB_enhanced_layouts by Ilia Mirkin · 8 years ago
  2. a6d6eff nvc0/ir: be more careful about preserving modifiers in SHLADD creation by Ilia Mirkin · 8 years ago
  3. 3a2869a mesa: fix indentation in vertex_attrib_binding() by Brian Paul · 8 years ago
  4. 743a526 mesa: add sanity check assertion in update_array_format by Brian Paul · 8 years ago
  5. d6b0002 mesa: remove needless cast in update_array() by Brian Paul · 8 years ago
  6. 74745dc mesa: simplify update_array() with a vao local var by Brian Paul · 8 years ago
  7. 0de9265 vbo: simplify some code in check_draw_elements_data() by Brian Paul · 8 years ago
  8. 15fb88e mesa: rename gl_vertex_attrib_array gl_array_attributes by Brian Paul · 8 years ago
  9. c89802a mesa: rename gl_vertex_attrib_array::VertexBinding by Brian Paul · 8 years ago
  10. c328268 mesa: rename some vars in arrayobj.c by Brian Paul · 8 years ago
  11. b81546d tgsi: fix comment typo in tgsi_ureg.c by Brian Paul · 8 years ago
  12. ff00ab7 mesa: replace gl_framebuffer::_IntegerColor wih _IntegerBuffers by Brian Paul · 8 years ago
  13. a710c21 mesa: remove 'params' parameter from ctx->Driver.TexParameter() by Brian Paul · 8 years ago
  14. 99d7905 vc4: Avoid loading from the texture during non-utile-aligned glTexImage(). by Eric Anholt · 8 years ago
  15. 0717cd9 st/nine: Fix possible segfault in surface ctor by Axel Davy · 8 years ago
  16. 98b8ad6 st/nine: Remove useless code in nine_shader by Axel Davy · 8 years ago
  17. 197cdd1 gallium/os: Use unsigned integers for size computation by Axel Davy · 8 years ago
  18. 4527222 nvc0: enable ARB_enhanced_layouts by Samuel Pitoiset · 8 years ago
  19. 47a7d86 radv: fix the wayland wsi busy bit by Dave Airlie · 8 years ago
  20. a3834eb anv: fix the wayland wsi busy flag setting by Dave Airlie · 8 years ago
  21. 5c66d46 radv: Use new image load/store intrinsic signatures v2 by Tom Stellard · 8 years ago
  22. 30e63fb radv: Fix incorrect comment by Tom Stellard · 8 years ago
  23. 060e6f4 radv: fix identity swizzle handling by Dave Airlie · 8 years ago
  24. 8980ac0 anv/wsi: fix apps that acquire multiple images up front by Dave Airlie · 8 years ago
  25. 8bdac87 radv/wsi: fix app that acquire multiple images up front by Dave Airlie · 8 years ago
  26. dfe74fd anv: initialise and increment send_sbc by Dave Airlie · 8 years ago
  27. 7dddf0b radeonsi: adjust and clean up Z_ORDER and EXEC_ON_x settings by Marek Olšák · 8 years ago
  28. e12c1ca radeonsi: disable ReZ by Marek Olšák · 8 years ago
  29. d4d9ec5 radeonsi: implement TC-compatible HTILE by Marek Olšák · 8 years ago
  30. a077185 gallium: add PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY by Marek Olšák · 8 years ago
  31. 761388a radeonsi: fix regression in image atomics by Nicolai Hähnle · 8 years ago
  32. d413fbb st/mesa: fix vertex elements setup for doubles by Nicolai Hähnle · 8 years ago
  33. 15fc749 st/glsl_to_tgsi: remove unnecessary ir_instruction argument from get_opcode by Nicolai Hähnle · 8 years ago
  34. 1d7685e st/glsl_to_tgsi: fix textureGatherOffset with indirectly loaded offsets by Nicolai Hähnle · 8 years ago
  35. b234e37 st/glsl_to_tgsi: simplify translate_tex_offset by Nicolai Hähnle · 8 years ago
  36. 76a9408 radeonsi: fix the coordinate overloading of llvm.amdgcn.image.atomic.cmpswap.* by Nicolai Hähnle · 8 years ago
  37. 35e2bfa radv: Return correct result in EnumeratePhysicalDevices by Nicolas Koch · 8 years ago
  38. e6a693c st/mesa: only flip stipple pattern for winsys fbo's by Ilia Mirkin · 8 years ago
  39. a462230 swr: automake: add ar_eventhandlerfile_h.template to the tarball by Emil Velikov · 8 years ago
  40. 3c419a9 radv: add all headers to the sources list by Emil Velikov · 8 years ago
  41. a48a343 nvc0/ir: fix textureGather with a single offset by Ilia Mirkin · 8 years ago
  42. 300b5ad nv50/ir: copy over value's register id when resolving merge of a phi by Ilia Mirkin · 8 years ago
  43. 789119d st/mesa: enable ARB_enhanced_layouts and turn the cap on by Nicolai Hähnle · 8 years ago
  44. b5b4aa4 st/glsl_to_tgsi: adjust swizzles and writemasks for explicit components by Nicolai Hähnle · 8 years ago
  45. 777dcf8 st/glsl_to_tgsi: explicitly track all input and output declaration by Nicolai Hähnle · 8 years ago
  46. 2299a99 st/glsl_to_tgsi: mark "gaps" in input/output arrays as used by Nicolai Hähnle · 8 years ago
  47. 63193b9 st/glsl_to_tgsi: disable on-the-fly peephole for 64-bit operations by Nicolai Hähnle · 8 years ago
  48. f5f3cad st/glsl_to_tgsi: simpler fixup of empty writemasks by Nicolai Hähnle · 8 years ago
  49. 957d541 st/glsl_to_tgsi: explicit handling of writemask for depth/stencil export by Nicolai Hähnle · 8 years ago
  50. 14aaaa1 glsl: dump explicit location when printing IR by Nicolai Hähnle · 8 years ago
  51. 2b460c7 tgsi/ureg: add ureg_DECL_output_layout by Nicolai Hähnle · 8 years ago
  52. 047a7c7 tgsi/ureg: add layout/component input declarations by Nicolai Hähnle · 8 years ago
  53. f9a01f38 tgsi/scan: fix num_inputs/num_outputs for shaders with overlapping arrays by Nicolai Hähnle · 8 years ago
  54. 700a571 gallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTS by Nicolai Hähnle · 8 years ago
  55. b33cb70 radeonsi: Use the new image load/store intrinsic signatures by Tom Stellard · 8 years ago
  56. ff0df66 radeonsi: Add function for converting LLVM type to intrinsic string by Tom Stellard · 8 years ago
  57. a96a7ea radeonsi: Refactor image store/load intrinsic name creation by Tom Stellard · 8 years ago
  58. d7e74b5 winsys/amdgpu: fix infinite loop w/ RADEON_NOOP=1 caused by unsubmitted fences by Marek Olšák · 8 years ago
  59. e4bbab9 radeonsi: fix R600_DEBUG=precompile for shader-db by Marek Olšák · 8 years ago
  60. 40e1f7e radeonsi: use TC write-back instead of full cache invalidation by Marek Olšák · 8 years ago
  61. 8cdce30 radeonsi: implement TC L2 write-back (flush) without cache invalidation by Marek Olšák · 8 years ago
  62. 65a4d55 radeonsi: don't invalidate VMEM L1 for memory barriers for index buffers by Marek Olšák · 8 years ago
  63. 87b06ca nv50/ir: optimize ADD(SHL(a, b), c) to SHLADD(a, b, c) by Samuel Pitoiset · 8 years ago
  64. 85ba409 mapi: fix out-of-tree build dependencies by Nicolai Hähnle · 8 years ago
  65. 7e86b2d draw: initialize shader inputs by Roland Scheidegger · 8 years ago
  66. cfbf956 radv: trivial case stmt style fixups by Edward O'Callaghan · 8 years ago
  67. fd27d5f anv: Return correct result in EnumeratePhysicalDevices by Nicolas Koch · 8 years ago
  68. 2871d4d anv: Allow vp_info to be NULL in 3DSTATE_CLIP code. by Kenneth Graunke · 8 years ago
  69. ba38a9d anv: Fix anv_pipeline_validate_create_info assertions. by Kenneth Graunke · 8 years ago
  70. 389d6de trace: add invalidate_resource callback by Ilia Mirkin · 8 years ago
  71. c3f3c6b radv/winsys: Fix radv_amdgpu_cs_grow min_size argument. (v2) by Gustaw Smolarczyk · 8 years ago
  72. a22b5f2 radv: fix strict aliasing violation by Grigori Goronzy · 8 years ago
  73. 0b539ab radv: fix uninitialized variables by Grigori Goronzy · 8 years ago
  74. 7ca44f8 radv: add missing unreachable by Grigori Goronzy · 8 years ago
  75. 8cc9f89 radv: remove the validation layer and some related bits. by Dave Airlie · 8 years ago
  76. 014ec78 radv: drop entrypoint split out. by Dave Airlie · 8 years ago
  77. 12301c5 radv: drop the RADV_CALL macro. by Dave Airlie · 8 years ago
  78. fc28f89 radv: check driver name before calling amdgpu. by Dave Airlie · 8 years ago
  79. 6215b47 radv: fix memory leak from physical device if wsi fails by Dave Airlie · 8 years ago
  80. e0641c6 radv/winsys: Fix mem leak at failed do_winsys_init() call site by Edward O'Callaghan · 8 years ago
  81. 4a0db58 radv/winsys: Trivial style and readability fixups by Edward O'Callaghan · 8 years ago
  82. b425b57 radeonsi: emit TA_CS_BC_BASE_ADDR on SI only if the kernel allows it by Marek Olšák · 8 years ago
  83. 9db9c61 swr: [rasterizer archrast] update proto file by Tim Rowley · 8 years ago
  84. 3805e40 swr: [rasterizer archrast] add support for stats files by Tim Rowley · 8 years ago
  85. f4684cd swr: [rasterizer jitter] remove architecture override by Tim Rowley · 8 years ago
  86. 185a531 swr: [rasterizer jitter] adjust jitmanager assert by Tim Rowley · 8 years ago
  87. eaec263 swr: [rasterizer] eliminate unused label warnings on gcc by Tim Rowley · 8 years ago
  88. 12e6f4c swr: [rasterizer core] implement depth bounds test by Tim Rowley · 8 years ago
  89. 1b86c05 swr: [rasterizer core] update/add formats by Tim Rowley · 8 years ago
  90. a907b7a swr: [rasterizer core] SwrStoreTiles api change by Tim Rowley · 8 years ago
  91. 5d5179a swr: [rasterizer scripts] add ENABLE_ASSERT_DIALOGS knob for windows by Tim Rowley · 8 years ago
  92. 07326d4 swr: [rasterizer archrast] add mako template by Tim Rowley · 8 years ago
  93. e845eeb swr: [rasterizer core] disable cull for rect_list by Tim Rowley · 8 years ago
  94. b3bd8bb swr: [rasterizer core] add support for "RAW" surface format by Tim Rowley · 8 years ago
  95. 2966d9c swr: [rasterizer core] align Macrotile FIFO memory to SIMD size by Tim Rowley · 8 years ago
  96. 6b3691c swr: [rasterizer common] remove threadviz code by Tim Rowley · 8 years ago
  97. 2550b04 swr: [rasterizer memory] split load/store for compile speed by Tim Rowley · 8 years ago
  98. 0a606a4 egl: add eglSwapBuffersWithDamageKHR by Eric Engestrom · 8 years ago
  99. b9e6395 intel/genxml: fix building rules for aubinator required headers by Mauro Rossi · 8 years ago
  100. 0b54c02 radv: automake: move libamdgpu_addrlib.la to VULKAN_LIB_DEPS by Emil Velikov · 8 years ago