1. 39e7bc2 r600/sfn: Fix comparison with different signedness by Gert Wollny · 3 years, 10 months ago
  2. 2d6316c r600/sfn: more fixing of vec4 fetching by Gert Wollny · 3 years, 10 months ago
  3. f46e04a r600/sfn: Fix source swizzle for gradient queries by Gert Wollny · 3 years, 10 months ago
  4. 02581ac r600/sfn: Fix bitfield ops and 2x16 split_y by Gert Wollny · 3 years, 11 months ago
  5. dfa45e2 r600/sfn: Fix split_alu_modifiers by Gert Wollny · 4 years ago
  6. e85c0bd r600/sfn: Lower *sign opcodes in nir by Gert Wollny · 3 years, 11 months ago
  7. c22e0fb r600/sfn: avoid some copies by Gert Wollny · 4 years ago
  8. f2280e0 r600/sfn: Fix ordering of tex param moves by Gert Wollny · 4 years ago
  9. daaa719 r600/sfn: clone shader before lowering to registers and src/dest modifiers by Gert Wollny · 4 years ago
  10. 09558ad r600/sfn: Fix loading vertex attributes by Gert Wollny · 4 years ago
  11. e46b2ad r600/sfn: correct ring op patching by Gert Wollny · 4 years ago
  12. 688680d r600/nir: fetch sources and split uniforms before emittting alu instructions by Gert Wollny · 4 years ago
  13. 85f39ca r600: revert disabling llvm draw by Gert Wollny · 4 years, 1 month ago
  14. f1730be radeonsi: fix guardband handling for large values by Pierre-Eric Pelloux-Prayer · 3 years, 11 months ago
  15. c493bb9 radeonsi: fix quant_mode selection for large negative values by Pierre-Eric Pelloux-Prayer · 3 years, 11 months ago
  16. 7d85396 radeon/vcn: set dec->bs_ptr = NULL on unmap by Pierre-Eric Pelloux-Prayer · 3 years, 11 months ago
  17. eb60849 r600/uvd: set dec->bs_ptr = NULL on unmap by Pierre-Eric Pelloux-Prayer · 3 years, 11 months ago
  18. 15038fe docs/release-calendar: update 20.2 by Eric Engestrom · 3 years, 11 months ago
  19. babe86f docs: add another 20.1.x release to allow for more overlap with 20.2 by Eric Engestrom · 3 years, 11 months ago
  20. fd990aa docs/download: mention tarball GPG signatures and link to the keys by Eric Engestrom · 3 years, 11 months ago
  21. 4790811 Revert "radeonsi: move L2_CACHE_CONTROL registers into si_emit_framebuffer_state" by Marek Olšák · 3 years, 10 months ago
  22. b23013d Revert "radeonsi: set BIG_PAGE fields on gfx10.3" by Marek Olšák · 3 years, 10 months ago
  23. 758ab39 radeonsi: clean up ffma handling by Marek Olšák · 3 years, 11 months ago
  24. 57bf4c2 nir,radeonsi: move ffma fusing to late optimizations for better codegen by Marek Olšák · 3 years, 11 months ago
  25. a3512dd st/mesa: don't enable NV_copy_depth_to_color if NIR doesn't support FP64 by Marek Olšák · 3 years, 11 months ago
  26. 782016e libgl-gdi: Fix unused-variable warnings. by Vinson Lee · 3 years, 11 months ago
  27. bf849b0 spirv: Handle OpTypeOpaque by Jesse Natalie · 3 years, 10 months ago
  28. efff734 turnip: multiViewport and VK_EXT_shader_viewport_index_layer by Jonathan Marek · 4 years ago
  29. 52534c3 freedreno/ir3: add view_zero to shader key by Jonathan Marek · 4 years, 1 month ago
  30. e732750 freedreno/ir3: allow layer/viewport output for VS/GS/DS by Jonathan Marek · 4 years, 1 month ago
  31. 338745c frontends/va: Derive image from interlaced buffers in some cases by Thong Thai · 4 years ago
  32. fcb5583 frontends/va: Derive image from interlaced buffers by Thong Thai · 4 years ago
  33. 8c7ca97 frontends/va: Add support for NV12/P010/P016 to vaDeriveImage by Thong Thai · 4 years ago
  34. 7bfaeaa aco: pass -fno-exceptions and -fno-rtti by Rhys Perry · 4 years ago
  35. 51a6261 iris: remove additional pipe control done before hiz for older gens by Tapani Pälli · 3 years, 11 months ago
  36. 320d80f intel/genxml: make sure test assert are compiled in by Lionel Landwerlin · 3 years, 11 months ago
  37. c7719b8 nv50/ir: Initialize Converter members. by Vinson Lee · 3 years, 11 months ago
  38. e607477 freedreno: Check file descriptor before write. by Vinson Lee · 3 years, 11 months ago
  39. 50f1cd4 ac/llvm: Fix nonportable sizeof. by Vinson Lee · 3 years, 11 months ago
  40. 16e7884 android: aco/isel: Move context initialization code to a dedicated file by Mauro Rossi · 3 years, 11 months ago
  41. f3150ab etnaviv: call nir_opt_shrink_vectors(..) in opt loop by Christian Gmeiner · 4 years ago
  42. b10f34a pan/bit: Fix unit tests by Alyssa Rosenzweig · 3 years, 11 months ago
  43. c4f518c pan/bit: Set d3d=true for CMP tests by Alyssa Rosenzweig · 4 years ago
  44. 322ddbd panfrost: Fix nonzero stencil mask on vertex/compute by Alyssa Rosenzweig · 3 years, 11 months ago
  45. f3109c4 turnip: avoid heap allocations in QueueSubmit when semaphores are used by Jonathan Marek · 3 years, 11 months ago
  46. 00914e2 nir/algebraic: fold some nested comparisons with ball and bany by Italo Nicola · 3 years, 11 months ago
  47. 8a2a9e9 glsl: fix per_vertex_accumulator::fields size by Pierre-Eric Pelloux-Prayer · 3 years, 11 months ago
  48. 26299c8 aco: Add base argument to emit_mbcnt. by Timur Kristóf · 3 years, 11 months ago
  49. f3780e7 aco: Clean up emit_mbcnt. by Timur Kristóf · 3 years, 11 months ago
  50. efa1c76 aco: Fix emit_boolean_exclusive_scan in wave32 mode. by Timur Kristóf · 3 years, 11 months ago
  51. 12567de glsl: mark some builtins with correct glsl(es) version check by Tapani Pälli · 4 years ago
  52. 4868ce1 lima: dont split vec3 unaligned load inputs by Erico Nunes · 3 years, 11 months ago
  53. bea6290 turnip: device global bo list by Jonathan Marek · 3 years, 11 months ago
  54. 20a4235 anv, iris: Set MediaSamplerDOPClockGateEnable for gen12+ by Jordan Justen · 4 years, 4 months ago
  55. e3101c9 anv/image: Disable multi-layer CCS_E on TGL+ by Nanley Chery · 3 years, 11 months ago
  56. 656d8ed nir/opt_vectorize: don't lose exact and no_*_wrap flags by Marek Olšák · 3 years, 11 months ago
  57. eceb4fb freedreno: fix fence-fd leak by Rob Clark · 3 years, 11 months ago
  58. ef980ac radeonsi: fix max syncobj wait timeout by Qiang Yu · 3 years, 11 months ago
  59. 3182209 v3d/compiler: fix V3D double-rounding of .8 fixed-point XY coordinates by Iago Toral Quiroga · 3 years, 11 months ago
  60. 367ac07 disk_cache: move cache item loading code into disk_cache_load_item() helper by Timothy Arceri · 4 years ago
  61. 8598dc1 disk_cache: add new OS specific helper disk_cache_evict_item() by Timothy Arceri · 4 years ago
  62. 7893dc4 disk_cache: move get_cache_file() to an OS specific helper by Timothy Arceri · 4 years ago
  63. 593ef16 disk_cache: create new helper for writing cache items to disk by Timothy Arceri · 4 years ago
  64. b4a3a80 disk_cache: move evict_lru_item() to an OS specific helper by Timothy Arceri · 4 years ago
  65. e123647 disk_cache: move munmap into an OS specific helper by Timothy Arceri · 4 years ago
  66. 889356e disk_cache: move index mmap into OS specific helper by Timothy Arceri · 4 years ago
  67. 62c4339 disk_cache: add disk_cache_enabled() helper by Timothy Arceri · 4 years ago
  68. 4339ecd disk_cache: move cache dir generation into OS specific helper file by Timothy Arceri · 4 years ago
  69. 65d0fa0 nv50/ir: Remove duplicate mask assignment. by Vinson Lee · 3 years, 11 months ago
  70. a2a330a nv50/ir: Add fallthrough statement. by Vinson Lee · 3 years, 11 months ago
  71. 50d3358 nir/algebraic: add late optimizations that optimize out mediump conversions (v3) by Marek Olšák · 3 years, 11 months ago
  72. b86305b nir/algebraic: collapse conversion opcodes (many patterns) by Marek Olšák · 3 years, 11 months ago
  73. cdd498b nir: add new mediump opcodes f2[ui]mp, i2fmp, u2fmp by Marek Olšák · 3 years, 11 months ago
  74. 385b4db nir: enforce 32-bit src type requirement for f2fmp and i2imp by Marek Olšák · 3 years, 11 months ago
  75. 3d3df8d nir: remove redundant opcode u2ump by Marek Olšák · 3 years, 11 months ago
  76. 26fc5e1 nir/algebraic: expand existing 32-bit patterns to all bit sizes using loops by Marek Olšák · 3 years, 11 months ago
  77. 3c8934a nir/algebraic: add flrp patterns for 16 and 64 bits by Marek Olšák · 3 years, 11 months ago
  78. 3064feb pan/mdg: Obey f2fmp size restriction in fuse_io_16 by Alyssa Rosenzweig · 3 years, 11 months ago
  79. 5cd6235 blorp: Drop trailing whitespace in blorp_clear.c by Nanley Chery · 3 years, 11 months ago
  80. 1eff389 blorp: Fix alignment test for HIZ_CCS_WT fast-clears by Nanley Chery · 3 years, 11 months ago
  81. 40f7afc nir: fix lower_mediump_outputs to not require variables by Marek Olšák · 3 years, 11 months ago
  82. c2ae39e nir: add mediump flag to IO semantics by Marek Olšák · 3 years, 11 months ago
  83. 5e9e457 glx/dri3: Implement GLX_EXT_swap_control_tear by Adam Jackson · 3 years, 11 months ago
  84. 60ebeb4 glx: Implement GLX_EXT_swap_control for DRI2 and DRI3 by Adam Jackson · 3 years, 11 months ago
  85. b8239ab glx: Reject glXSwapIntervalMESA greater than INT_MAX by Adam Jackson · 3 years, 11 months ago
  86. e648442 glx: Collect all the non-applegl extensions in the GetProcAddress table by Adam Jackson · 3 years, 11 months ago
  87. 72a0f74 glx: Use GLX_FUNCTION2 only for actually aliased function names by Adam Jackson · 3 years, 11 months ago
  88. 77d2562 wsi/x11: Hook up VK_PRESENT_MODE_FIFO_RELAXED_KHR by Adam Jackson · 3 years, 11 months ago
  89. 2f62a44 ci: do not build libdrm for vc4, reedreno and etnaviv by Christian Gmeiner · 3 years, 11 months ago
  90. 52becd3 turnip: rework vertex buffers draw state handling by Jonathan Marek · 3 years, 11 months ago
  91. 69e65b9 intel/tools: fix possible randomly increased verbosity of error2aub by Marcin Ślusarz · 3 years, 11 months ago
  92. 18eb853 intel/compiler: quiet Coverity warnings by Marcin Ślusarz · 3 years, 11 months ago
  93. 5b6fd2a3 intel/tools: handle ftell errors by Marcin Ślusarz · 3 years, 11 months ago
  94. 46a82aa intel/tools: fix possible memory leak in the error path by Marcin Ślusarz · 3 years, 11 months ago
  95. 5ea0b6a intel/compiler: initialize remaining fields of various classes by Marcin Ślusarz · 3 years, 11 months ago
  96. 40b964d intel/compiler: remove unused fs_validator::param_size by Marcin Ślusarz · 3 years, 11 months ago
  97. d3cd249 anv: fix minor gen_ioctl(I915_PERF_IOCTL_CONFIG) error handling issue by Marcin Ślusarz · 3 years, 11 months ago
  98. 265a3b9 driconf: add option to reuse GL names by Pierre-Eric Pelloux-Prayer · 4 years ago
  99. a56849d mesa: use _mesa_HashFindFreeKeys for GL functions by Pierre-Eric Pelloux-Prayer · 4 years ago
  100. 60ffadc mesa: add _mesa_HashFindFreeKeys by Pierre-Eric Pelloux-Prayer · 4 years ago