index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
staging/22.3
staging/23.0
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-03
bump version for 20.3.0 final
mesa-20.3.0
Dylan Baker
2
-20
/
+1
2020-12-03
docs: add release notes for 20.3.0
Dylan Baker
1
-0
/
+4695
2020-12-02
freedreno: Break out of "should we free the entry" loop once we've freed.
Eric Anholt
2
-1
/
+2
2020-12-02
gallium: Fix leak of currently bound UBOs at CSO context destruction.
Eric Anholt
2
-5
/
+6
2020-12-02
gallivm: Fix max const buffer count.
Eric Anholt
2
-2
/
+2
2020-12-02
gallium: Fix leak of bound SSBOs at CSO context destruction.
Eric Anholt
2
-1
/
+8
2020-12-02
freedreno: Fix leak of u_transfer_helper.
Eric Anholt
2
-1
/
+3
2020-12-02
gallium: Fix leak of the merged driconf options.
Eric Anholt
2
-1
/
+2
2020-12-02
zink: do not require VK_KHR_external_memory
Erik Faye-Lund
2
-2
/
+2
2020-12-02
freedreno: Add missing dependency to build
Daniel Stone
2
-1
/
+2
2020-12-02
radv: Fix leak in radv_amdgpu_winsys_destroy()
James Park
2
-1
/
+2
2020-12-02
radeonsi: disable WGP mode on gfx10.3 to prevent hangs
Marek Olšák
2
-2
/
+5
2020-12-02
radeonsi: fix a nasty bug in si_pm4.c
Marek Olšák
2
-3
/
+6
2020-12-02
radeonsi: fix a memory leak in si_create_dcc_retile_cs
Marek Olšák
2
-1
/
+2
2020-12-02
.pick_status.json: Update to d3c67d7e7ec6b9cf10fbea0d08e92751b7b0fbae
Dylan Baker
1
-0
/
+1179
2020-12-01
nir/algebraic: Avoid creating new fp64 ops when using softfp64
Kenneth Graunke
2
-5
/
+14
2020-12-01
aco: Fix NGG GS assert failure from the WG scan.
Timur Kristóf
2
-2
/
+2
2020-12-01
etnaviv/drm: fix evil-twin etna_drm_table_lock
Christian Gmeiner
4
-4
/
+3
2020-12-01
st/mesa: fix uninitialized/random clip plane state vars in lower_ucp
Marek Olšák
2
-2
/
+2
2020-12-01
mesa: call FLUSH_VERTICES before changing sampler uniforms
Marek Olšák
2
-6
/
+9
2020-12-01
radv: Deal with unused attachments in mip flush
Bas Nieuwenhuizen
2
-1
/
+4
2020-12-01
r600/sfn: fix component loading from fixed buffer ID
Gert Wollny
2
-49
/
+56
2020-12-01
radv: Fix a hang on CB change by adding flushes.
Bas Nieuwenhuizen
3
-1
/
+77
2020-12-01
docs: document new zink-flag
Erik Faye-Lund
2
-1
/
+3
2020-12-01
nir: fix sampler_lod_parameters_pan indices
Rhys Perry
2
-2
/
+2
2020-12-01
freedreno/a6xx: Fix typo in height alignment calculation in a6xx layout
Danylo Piliaiev
2
-2
/
+2
2020-12-01
anv: fix descriptor pool leak in VMA object
Lionel Landwerlin
2
-2
/
+4
2020-12-01
aco/optimizer: Only set scc_needed when it is actually needed.
Timur Kristóf
2
-2
/
+4
2020-12-01
glsl: avoid an out-of-bound access while setting up a location for variable
Andrii Simiklit
2
-5
/
+7
2020-12-01
radeonsi/gfx10: flush gfx cs on ngg -> legacy transition
Pierre-Eric Pelloux-Prayer
2
-2
/
+7
2020-12-01
nir/unsigned_upper_bound: fix buffer overflow in search_phi_bcsel
Rhys Perry
2
-9
/
+12
2020-12-01
aco: fix v_mul_hi_u32_u24 format
Rhys Perry
2
-2
/
+2
2020-12-01
.pick_status.json: Update to 89f6b72f19dbc503386643c6283047bdb1013bef
Dylan Baker
1
-0
/
+2547
2020-11-30
bump VERSION for 20.3-rc3
mesa-20.3.0-rc3
Dylan Baker
1
-1
/
+1
2020-11-25
appveyor: disable for now
Dylan Baker
1
-71
/
+0
2020-11-24
radv: Fix RB+ blending for VK_FORMAT_E5B9G9R9_UFLOAT_PACK32.
Bas Nieuwenhuizen
2
-1
/
+6
2020-11-24
spirv: Call repair SSA for OpTerminateInvocation
Jason Ekstrand
3
-4
/
+18
2020-11-24
zink: fall back to util_blitter for scaled resolves
Erik Faye-Lund
2
-1
/
+6
2020-11-24
gallium: fix missing bit field in p_state.h
Dave Airlie
2
-2
/
+2
2020-11-24
lavapipe: enable pipeline stats queries
Dave Airlie
4
-11
/
+45
2020-11-24
lavapipe: fixup mipmap precsion bits
Dave Airlie
2
-3
/
+3
2020-11-24
llvmpipe: fix multisample lines.
Dave Airlie
3
-21
/
+19
2020-11-24
llvmpipe: fix multisample point rendering.
Dave Airlie
2
-4
/
+4
2020-11-24
llvmpipe/setup: move point stats collection earlier.
Dave Airlie
2
-5
/
+5
2020-11-24
lavapipe: fix wsi acquire fences
Dave Airlie
2
-10
/
+3
2020-11-24
lavapipe: fixup device allocate + enable private data
Dave Airlie
11
-65
/
+67
2020-11-24
zink: fix layered resolves
Erik Faye-Lund
2
-7
/
+23
2020-11-24
meson: Don't add extra values to shader-cache
Dylan Baker
3
-6
/
+12
2020-11-24
.pick_status.json: Update to 9fa1cdfe7ffd9e7ebd83055e2008f3e4b8ada549
Dylan Baker
1
-0
/
+774
2020-11-23
aco: fix combining add/sub to b2i if a new dest needs to be allocated
Samuel Pitoiset
3
-4
/
+17
[next]