1. 0187f88 Revert "configure.ac: honour LLVM_LIBDIR when linking against LLVM" by Emil Velikov · 8 years ago
  2. b21912e radeonsi: fix/silence unused variable warnings in optimized builds by Nicolai Hähnle · 8 years ago
  3. b46a9c5 gallivm: fix [IU]MUL_HI regression harder by Nicolai Hähnle · 8 years ago
  4. 9ca6711 Revert "wayland: Block for the frame callback in get_back_bo not dri2_swap_buffers" by Daniel Stone · 8 years ago
  5. 8933417 glsl: validate output blocks against input blocks by Iago Toral Quiroga · 8 years ago
  6. 19decd8 radv: fixup botched llvm API changes. by Dave Airlie · 8 years ago
  7. 2fdaf38 ac/nir/llvm: adopt to new LLVM attribute API. by Dave Airlie · 8 years ago
  8. 302f641 vulkan/wsi/wayland: Clean up some error handling paths by Jason Ekstrand · 8 years ago
  9. 3b6abfc vulkan/wsi/wayland: Include pthread.h by Jason Ekstrand · 8 years ago
  10. b1217ea anv/device: Implicitly unmap memory objects in FreeMemory by Jason Ekstrand · 8 years ago
  11. 920f34a anv/device: Return the right error for failed maps by Jason Ekstrand · 8 years ago
  12. 73ef9c8 anv/device: Add some asserts to MapMemory by Jason Ekstrand · 8 years ago
  13. 843775b anv: Rework fences by Jason Ekstrand · 8 years ago
  14. 73701be anv/wsi: Set the fence to signaled in AcquireNextImageKHR by Jason Ekstrand · 8 years ago
  15. 7139704 anv/gen8: Stall when needed in Cmd(Set|Reset)Event by Jason Ekstrand · 8 years ago
  16. 73f53c0 glsl: record number of components used in each slot for varying packing by Ilia Mirkin · 8 years ago
  17. 885c788 glsl: fix slot_end calculations and simplify reserved_slots check by Ilia Mirkin · 8 years ago
  18. 828faae swr: correct setting of independentAlphaBlendEnable by Ilia Mirkin · 8 years ago
  19. 5be635d swr: [rasterizer] add a .dir-locals.el to support 4-space indents by Ilia Mirkin · 8 years ago
  20. 36e5d68 swr: set halfz rasterizer setting by Ilia Mirkin · 8 years ago
  21. 4b5b87e swr: [rasterizer core] allow an OpenGL driver to specify halfz clipping by Ilia Mirkin · 8 years ago
  22. 4af25e7 swr: fix support for inverted depth scales by Ilia Mirkin · 8 years ago
  23. aed517f swr: [rasterizer jitter] fix logic op to work with unorm/snorm by Ilia Mirkin · 8 years ago
  24. 08d5148 vc4: Clamp the shadow comparison value. by Eric Anholt · 8 years ago
  25. e887341 vc4: Don't pair up TLB scoreboard locking instructions early in QPU sched. by Eric Anholt · 8 years ago
  26. 695a2e2 vc4: Print a reg pressure estimate in our reg allocation failure dump. by Eric Anholt · 8 years ago
  27. 4d019bd vc4: Don't abort when a shader compile fails. by Eric Anholt · 8 years ago
  28. aaee3da mesa: Fix pixel shader scratch space allocation on Gen9+ platforms. by Kenneth Graunke · 8 years ago
  29. 1d6fe13 mesa/extensions: expose OES_vertex_half_float for ES2 by Kevin Strasser · 8 years ago
  30. aeaf21a Revert "egl: remove explicit config_id management from dri2_add_config()" by Emil Velikov · 8 years ago
  31. 5b92008 util: add MSVC HAS_TRIVIAL_DESTRUCTOR implementation by Brian Paul · 8 years ago
  32. 0f434a6 radv: Suffix the radeon_icd file with the host CPU by Emil Velikov · 8 years ago
  33. abe110d radv: use correct .specVersion for extensions by Emil Velikov · 8 years ago
  34. f373a91 anv: use correct .specVersion for extensions by Emil Velikov · 8 years ago
  35. 190bae7 amd/addrlib: limit fastcall/regparm to GCC i386 by Emil Velikov · 8 years ago
  36. a39ad18 configure.ac: honour LLVM_LIBDIR when linking against LLVM by Emil Velikov · 8 years ago
  37. 3652d1d egl: remove explicit config_id management from dri2_add_config() by Emil Velikov · 8 years ago
  38. 084105c linker: Accurately track gl_uniform_block::stageref by Ian Romanick · 8 years ago
  39. 392fabc linker: Slight code rearrange to prevent duplication in the next commit by Ian Romanick · 8 years ago
  40. a529acf linker: Trivial coding standards fixes by Ian Romanick · 8 years ago
  41. fbc1a4b glsl: Add some comments to methods of ir_variable_refcount_visitor by Ian Romanick · 8 years ago
  42. 1492633 llvmpipe: Fix build after removal of deprecated attribute API v2 by Aaron Watry · 8 years ago
  43. 8bdd52c gallivm: Fix build after removal of deprecated attribute API v3 by Tom Stellard · 8 years ago
  44. fb50245 radv: fix GetFenceStatus for signaled fences by Dave Airlie · 8 years ago
  45. 3c9af75 radv: enable conditional discard optimisation on radv. by Dave Airlie · 8 years ago
  46. b16dff2 nir: add conditional discard optimisation (v4) by Dave Airlie · 8 years ago
  47. dd77fae ac/nir: add support for discard_if intrinsic (v2) by Dave Airlie · 8 years ago
  48. b3a29f2 anv: Do relocations in userspace before execbuf ioctl by Kristian Høgsberg Kristensen · 8 years ago
  49. 8b61c57 anv: Move relocation handling from EndCommandBuffer to QueueSubmit by Jason Ekstrand · 8 years ago
  50. 595400d anv/batch: Move last_ss_pool_bo_offset to the command buffer by Jason Ekstrand · 8 years ago
  51. 0fe6829 anv: Add an anv_execbuf helper struct by Jason Ekstrand · 8 years ago
  52. 095c48a anv/batch_chain: Improve write_reloc by Jason Ekstrand · 8 years ago
  53. d46bfb6 anv: Initialize anv_bo::offset to -1 by Jason Ekstrand · 8 years ago
  54. bd0f8d5 anv/allocator: Simplify anv_scratch_pool by Jason Ekstrand · 8 years ago
  55. 6283b6d anv: Add a new bo_pool_init helper by Jason Ekstrand · 8 years ago
  56. ba1eea4 anv: Don't presume to know what address is in a surface relocation by Jason Ekstrand · 8 years ago
  57. db9f4b2 anv: Add a cmd_buffer_execbuf helper by Jason Ekstrand · 8 years ago
  58. 07798c9 anv/device: Add an execbuf wrapper by Jason Ekstrand · 8 years ago
  59. 64b1404 anv: Make anv_finishme only warn once per call-site by Jason Ekstrand · 8 years ago
  60. 7bcb94b i965/compute: Allow ARB_compute_shader in compat profile by Jordan Justen · 8 years ago
  61. 4d5346a Revert "draw: use vectorized calculations for fetch" by Roland Scheidegger · 8 years ago
  62. f037afb swr: disable logic op when the rt format is float or srgb by Ilia Mirkin · 8 years ago
  63. e2e40e2 swr: fix AND_INVERTED logic op conversion by Ilia Mirkin · 8 years ago
  64. bef4a48 swr: add support for EXT_depth_bounds_test by Ilia Mirkin · 8 years ago
  65. aa62fa8 swr: [rasterizer core] set depth hottile when depth bounds test enabled by Ilia Mirkin · 8 years ago
  66. b9df225 i965: Fix GPU hang related to multiple render targets and alpha testing by Anuj Phogat · 8 years ago
  67. 95ed1c1 swr: allow alphatest without blend or logicop by Tim Rowley · 8 years ago
  68. bafc75b radv: emit correct last export when Z/stencil export is enabled by Dave Airlie · 8 years ago
  69. bdd48e4 tgsi/scan: turn a huge if-else-if.. chain into a switch statement by Marek Olšák · 8 years ago
  70. f864547 tgsi/scan: fix images_buffers regression by Marek Olšák · 8 years ago
  71. 6b7cc8a anv: Document cmd_buffer_alloc_binding_table by Jason Ekstrand · 8 years ago
  72. 406cd9d intel/blorp: Emit all the binding tables by Jason Ekstrand · 8 years ago
  73. 112a2ba i965/gen9: Allow sampling with hiz when supported by Jordan Justen · 8 years ago
  74. 3b0c2bc i965/gen9: Add HiZ auxiliary buffer support by Ben Widawsky · 8 years ago
  75. c0f505c i965: Add function to indicate when sampling with hiz is supported by Jordan Justen · 8 years ago
  76. c53e9c9 i965/miptree: Create a hiz mcs type by Ben Widawsky · 8 years ago
  77. 36d1c55 i965: Drop the aux mt when not used by Ben Widawsky · 8 years ago
  78. 42db7ab i965/miptree: Directly gtt map the mcs buffer by Ben Widawsky · 8 years ago
  79. 0041169 i965: Wrap MCS miptree in intel_miptree_aux_buffer by Jordan Justen · 8 years ago
  80. 88f791d gallivm: fix [IU]MUL_HI regression by Nicolai Hähnle · 8 years ago
  81. 3fa10ff draw: use vectorized calculations for fetch by Roland Scheidegger · 8 years ago
  82. 29279f4 gallivm: introduce 32x32->64bit lp_build_mul_32_lohi function by Roland Scheidegger · 8 years ago
  83. b0554c2 i965: Add space before paren by Anuj Phogat · 8 years ago
  84. 501d608 i965: Remove unnecessary white space by Anuj Phogat · 8 years ago
  85. 329ae92 i965: Fix alpha-to-coverage and alpha test enabled checks by Anuj Phogat · 8 years ago
  86. a1bd2f6 mesa: Add helper function _mesa_is_alpha_to_coverage_enabled() by Anuj Phogat · 8 years ago
  87. 0295c79 mesa: Add helper function _mesa_is_alpha_test_enabled() by Anuj Phogat · 8 years ago
  88. 7fed077 mesa: Use separate line for function return type by Anuj Phogat · 8 years ago
  89. e32e5d2 nvc0: simplify draw parameters upload for vertex shaders by Samuel Pitoiset · 8 years ago
  90. 381edca gallium/hud: protect against and initialization race by Steven Toth · 8 years ago
  91. 5a58323 gallium/hud: close a previously opened handle by Steven Toth · 8 years ago
  92. 6ffed08 gallium/hud: fix a problem where objects are free'd while in use. by Steven Toth · 8 years ago
  93. a5e733c mesa: drop current draw/read buffer when ctx is released by Rob Clark · 8 years ago
  94. cc49505 clover: Add CL_PROGRAM_BINARY_TYPE support (CL1.2). by Serge Martin · 8 years ago
  95. 05fcc73 clover: add missing clGetDeviceInfo CL1.2 queries by Serge Martin · 8 years ago
  96. 8cc4a74 nvc0: get rid of NVE4_COMPUTE_MP_PM_{A,B}_SIGSEL_XXX by Samuel Pitoiset · 8 years ago
  97. a295364 gm107/ir: emit RED instead of ATOM when no dst by Samuel Pitoiset · 8 years ago
  98. cfb5a9a st/mesa: initialize members of glsl_to_tgsi_instruction in emit_asm() by Brian Paul · 8 years ago
  99. 0148313 android: amd/common: add support for libmesa_amd_common by Mauro Rossi · 8 years ago
  100. 0f72f72 winsys/radeon: don't call surface_best for FMASK by Marek Olšák · 8 years ago