1. d82bbf3 docs: add release notes for 12.0.4 by Emil Velikov · 8 years ago
  2. d881e1c glsl: include inttypes.h for PRIx64 macro by Brian Paul · 8 years ago
  3. 2de85eb radv: fix texturesamples to handle single sample case by Dave Airlie · 8 years ago
  4. a6c3d0f anv/cmd_buffer: Enable a CS stall workaround for Sky Lake gt4 by Jason Ekstrand · 8 years ago
  5. 1e3e347 anv/cmd_buffer: Take a command buffer instead of a batch in two helpers by Jason Ekstrand · 8 years ago
  6. e9acae84 glsl/standalone: Add the ability to generate ir_builder code by Ian Romanick · 8 years ago
  7. 191d9a5 glsl: Add a C++ code generator that uses ir_builder to rebuild a program by Ian Romanick · 8 years ago
  8. 984f16b glsl: Generate strings that are the enum names without the ir_*op_ prefix by Ian Romanick · 8 years ago
  9. d0028b2 glsl/standalone: Enable par-linking by Ian Romanick · 8 years ago
  10. 4dc759c glsl/standalone: Optimize dead variable declarations by Ian Romanick · 8 years ago
  11. f45a2a9 glsl/standalone: Optimize add-of-neg to subtract by Ian Romanick · 8 years ago
  12. 9788b3b glsl/linker: Allow link_intrastage_shaders when there is no main() by Ian Romanick · 8 years ago
  13. 7372d21 nir: update nir_gather_info to only mark used array/matrix elements by Timothy Arceri · 8 years ago
  14. 53d1f42 mesa/compiler: move MAX_VARYING to shader_enums.h by Kenneth Graunke · 8 years ago
  15. cd52b4f nir: add more helpers to nir_types.cpp by Timothy Arceri · 8 years ago
  16. ad9d4a4 nir: Generalize the "is per-vertex variable?" helpers and export them. by Kenneth Graunke · 8 years ago
  17. 561f220 nvc0: support MP performance counters on Maxwell by Samuel Pitoiset · 8 years ago
  18. b9578b6 gallium: detect avx512 cpu features by Tim Rowley · 8 years ago
  19. c8c4664 glsl: Parse 0 as a preprocessor INTCONSTANT by Ian Romanick · 8 years ago
  20. e85a747 glcpp: Handle '#version 0' and other invalid values by Ian Romanick · 8 years ago
  21. cbba5e1 linker: Remove unnecessary overload of program_resource_visitor::visit_field by Ian Romanick · 8 years ago
  22. b359f62 radv: automake: list correct file in the EXTRA_DIST by Emil Velikov · 8 years ago
  23. f500c36 mesa: remove LowerShaderSharedVariables by Marek Olšák · 8 years ago
  24. 0f6360e glsl: handle partial swizzles in opt_dead_code_local correctly by Marek Olšák · 8 years ago
  25. e27333a glsl: don't run loop passes if loop unrolling is disabled by Marek Olšák · 8 years ago
  26. ce3f453 radeonsi: fix r600_texture::tc_compatible_htile by Marek Olšák · 8 years ago
  27. ce3189c radeonsi: accept is_store in image_fetch_rsrc instead of dcc_off by Marek Olšák · 8 years ago
  28. f83b2f5 radeonsi: don't rely on tgsi_scan::images_buffers by Marek Olšák · 8 years ago
  29. 4e00e20 radeonsi: re-order cases in si_get_shader_param by Marek Olšák · 8 years ago
  30. 3f6e006 radeonsi: increase MAX_CONTROL_FLOW_DEPTH AKA MaxIfDepth by Marek Olšák · 8 years ago
  31. 0187f88 Revert "configure.ac: honour LLVM_LIBDIR when linking against LLVM" by Emil Velikov · 8 years ago
  32. b21912e radeonsi: fix/silence unused variable warnings in optimized builds by Nicolai Hähnle · 8 years ago
  33. b46a9c5 gallivm: fix [IU]MUL_HI regression harder by Nicolai Hähnle · 8 years ago
  34. 9ca6711 Revert "wayland: Block for the frame callback in get_back_bo not dri2_swap_buffers" by Daniel Stone · 8 years ago
  35. 8933417 glsl: validate output blocks against input blocks by Iago Toral Quiroga · 8 years ago
  36. 19decd8 radv: fixup botched llvm API changes. by Dave Airlie · 8 years ago
  37. 2fdaf38 ac/nir/llvm: adopt to new LLVM attribute API. by Dave Airlie · 8 years ago
  38. 302f641 vulkan/wsi/wayland: Clean up some error handling paths by Jason Ekstrand · 8 years ago
  39. 3b6abfc vulkan/wsi/wayland: Include pthread.h by Jason Ekstrand · 8 years ago
  40. b1217ea anv/device: Implicitly unmap memory objects in FreeMemory by Jason Ekstrand · 8 years ago
  41. 920f34a anv/device: Return the right error for failed maps by Jason Ekstrand · 8 years ago
  42. 73ef9c8 anv/device: Add some asserts to MapMemory by Jason Ekstrand · 8 years ago
  43. 843775b anv: Rework fences by Jason Ekstrand · 8 years ago
  44. 73701be anv/wsi: Set the fence to signaled in AcquireNextImageKHR by Jason Ekstrand · 8 years ago
  45. 7139704 anv/gen8: Stall when needed in Cmd(Set|Reset)Event by Jason Ekstrand · 8 years ago
  46. 73f53c0 glsl: record number of components used in each slot for varying packing by Ilia Mirkin · 8 years ago
  47. 885c788 glsl: fix slot_end calculations and simplify reserved_slots check by Ilia Mirkin · 8 years ago
  48. 828faae swr: correct setting of independentAlphaBlendEnable by Ilia Mirkin · 8 years ago
  49. 5be635d swr: [rasterizer] add a .dir-locals.el to support 4-space indents by Ilia Mirkin · 8 years ago
  50. 36e5d68 swr: set halfz rasterizer setting by Ilia Mirkin · 8 years ago
  51. 4b5b87e swr: [rasterizer core] allow an OpenGL driver to specify halfz clipping by Ilia Mirkin · 8 years ago
  52. 4af25e7 swr: fix support for inverted depth scales by Ilia Mirkin · 8 years ago
  53. aed517f swr: [rasterizer jitter] fix logic op to work with unorm/snorm by Ilia Mirkin · 8 years ago
  54. 08d5148 vc4: Clamp the shadow comparison value. by Eric Anholt · 8 years ago
  55. e887341 vc4: Don't pair up TLB scoreboard locking instructions early in QPU sched. by Eric Anholt · 8 years ago
  56. 695a2e2 vc4: Print a reg pressure estimate in our reg allocation failure dump. by Eric Anholt · 8 years ago
  57. 4d019bd vc4: Don't abort when a shader compile fails. by Eric Anholt · 8 years ago
  58. aaee3da mesa: Fix pixel shader scratch space allocation on Gen9+ platforms. by Kenneth Graunke · 8 years ago
  59. 1d6fe13 mesa/extensions: expose OES_vertex_half_float for ES2 by Kevin Strasser · 8 years ago
  60. aeaf21a Revert "egl: remove explicit config_id management from dri2_add_config()" by Emil Velikov · 8 years ago
  61. 5b92008 util: add MSVC HAS_TRIVIAL_DESTRUCTOR implementation by Brian Paul · 8 years ago
  62. 0f434a6 radv: Suffix the radeon_icd file with the host CPU by Emil Velikov · 8 years ago
  63. abe110d radv: use correct .specVersion for extensions by Emil Velikov · 8 years ago
  64. f373a91 anv: use correct .specVersion for extensions by Emil Velikov · 8 years ago
  65. 190bae7 amd/addrlib: limit fastcall/regparm to GCC i386 by Emil Velikov · 8 years ago
  66. a39ad18 configure.ac: honour LLVM_LIBDIR when linking against LLVM by Emil Velikov · 8 years ago
  67. 3652d1d egl: remove explicit config_id management from dri2_add_config() by Emil Velikov · 8 years ago
  68. 084105c linker: Accurately track gl_uniform_block::stageref by Ian Romanick · 8 years ago
  69. 392fabc linker: Slight code rearrange to prevent duplication in the next commit by Ian Romanick · 8 years ago
  70. a529acf linker: Trivial coding standards fixes by Ian Romanick · 8 years ago
  71. fbc1a4b glsl: Add some comments to methods of ir_variable_refcount_visitor by Ian Romanick · 8 years ago
  72. 1492633 llvmpipe: Fix build after removal of deprecated attribute API v2 by Aaron Watry · 8 years ago
  73. 8bdd52c gallivm: Fix build after removal of deprecated attribute API v3 by Tom Stellard · 8 years ago
  74. fb50245 radv: fix GetFenceStatus for signaled fences by Dave Airlie · 8 years ago
  75. 3c9af75 radv: enable conditional discard optimisation on radv. by Dave Airlie · 8 years ago
  76. b16dff2 nir: add conditional discard optimisation (v4) by Dave Airlie · 8 years ago
  77. dd77fae ac/nir: add support for discard_if intrinsic (v2) by Dave Airlie · 8 years ago
  78. b3a29f2 anv: Do relocations in userspace before execbuf ioctl by Kristian Høgsberg Kristensen · 8 years ago
  79. 8b61c57 anv: Move relocation handling from EndCommandBuffer to QueueSubmit by Jason Ekstrand · 8 years ago
  80. 595400d anv/batch: Move last_ss_pool_bo_offset to the command buffer by Jason Ekstrand · 8 years ago
  81. 0fe6829 anv: Add an anv_execbuf helper struct by Jason Ekstrand · 8 years ago
  82. 095c48a anv/batch_chain: Improve write_reloc by Jason Ekstrand · 8 years ago
  83. d46bfb6 anv: Initialize anv_bo::offset to -1 by Jason Ekstrand · 8 years ago
  84. bd0f8d5 anv/allocator: Simplify anv_scratch_pool by Jason Ekstrand · 8 years ago
  85. 6283b6d anv: Add a new bo_pool_init helper by Jason Ekstrand · 8 years ago
  86. ba1eea4 anv: Don't presume to know what address is in a surface relocation by Jason Ekstrand · 8 years ago
  87. db9f4b2 anv: Add a cmd_buffer_execbuf helper by Jason Ekstrand · 8 years ago
  88. 07798c9 anv/device: Add an execbuf wrapper by Jason Ekstrand · 8 years ago
  89. 64b1404 anv: Make anv_finishme only warn once per call-site by Jason Ekstrand · 8 years ago
  90. 7bcb94b i965/compute: Allow ARB_compute_shader in compat profile by Jordan Justen · 8 years ago
  91. 4d5346a Revert "draw: use vectorized calculations for fetch" by Roland Scheidegger · 8 years ago
  92. f037afb swr: disable logic op when the rt format is float or srgb by Ilia Mirkin · 8 years ago
  93. e2e40e2 swr: fix AND_INVERTED logic op conversion by Ilia Mirkin · 8 years ago
  94. bef4a48 swr: add support for EXT_depth_bounds_test by Ilia Mirkin · 8 years ago
  95. aa62fa8 swr: [rasterizer core] set depth hottile when depth bounds test enabled by Ilia Mirkin · 8 years ago
  96. b9df225 i965: Fix GPU hang related to multiple render targets and alpha testing by Anuj Phogat · 8 years ago
  97. 95ed1c1 swr: allow alphatest without blend or logicop by Tim Rowley · 8 years ago
  98. bafc75b radv: emit correct last export when Z/stencil export is enabled by Dave Airlie · 8 years ago
  99. bdd48e4 tgsi/scan: turn a huge if-else-if.. chain into a switch statement by Marek Olšák · 8 years ago
  100. f864547 tgsi/scan: fix images_buffers regression by Marek Olšák · 8 years ago