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
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
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
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-03-18
VERSION: bump for 20.0.2 release
mesa-20.0.2
Dylan Baker
1
-1
/
+1
2020-03-18
Docs: Add release notes for 20.0.2
Dylan Baker
1
-0
/
+159
2020-03-18
anv: Do an end-of-pipe sync before updating AUX table entries
Jason Ekstrand
2
-2
/
+2
2020-03-18
iris: Wait for the GPU to be idle before invalidating the aux table.
Rafael Antognolli
2
-1
/
+13
2020-03-18
iris: Split aux map initialization from invalidation.
Rafael Antognolli
4
-10
/
+35
2020-03-18
anv: Wait for the GPU to be idle before invalidating the aux table.
Rafael Antognolli
2
-1
/
+11
2020-03-18
anv: Do end-of-pipe sync around MCS/CCS ops instead of CS stall
Jason Ekstrand
3
-9
/
+9
2020-03-18
anv: Use a proper end-of-pipe sync instead of just CS stall
Jason Ekstrand
3
-16
/
+119
2020-03-18
anv: Use the PIPE_CONTROL instead of bits for the CS stall W/A
Jason Ekstrand
2
-4
/
+8
2020-03-18
radv: fix random depth range unrestricted failures due to a cache issue
Samuel Pitoiset
2
-3
/
+7
2020-03-18
amd/llvm: Fix divergent descriptor regressions with radeonsi.
Bas Nieuwenhuizen
2
-12
/
+14
2020-03-18
gallium: fix build with latest meson and gcc10
Dave Airlie
2
-2
/
+2
2020-03-18
.pick_status.json: Update to 94e37859a96cc56cf0c5418a5af00a3e9f5a1bf5
Dylan Baker
1
-0
/
+189
2020-03-17
radv: only inject implicit subpass dependencies if necessary
Samuel Pitoiset
2
-4
/
+40
2020-03-17
llvmpipe: Use uintptr_t for pointer values
Michel Dänzer
2
-3
/
+3
2020-03-17
.pick_status.json: Update to 3dd0d12aa5fefa94123269a541c94cdf57599e34
Dylan Baker
1
-0
/
+207
2020-03-16
meson: Avoid duplicate symbols.
Jose Fonseca
3
-5
/
+14
2020-03-16
st/mesa: Fix signed integer overflow when using util_throttle_memory_usage
Danylo Piliaiev
2
-4
/
+4
2020-03-16
.pick_status.json: Update to ee9e0d1ecae307fa48200d2604d3114070253299
Dylan Baker
1
-0
/
+252
2020-03-13
amd/llvm: Fix divergent descriptor indexing. (v3)
Bas Nieuwenhuizen
2
-104
/
+326
2020-03-13
.pick_status.json: Mark b83c9aca4a5fd02d920c90c1799137fed52dc1d9 as backported
Dylan Baker
1
-1
/
+1
2020-03-13
gallium/cso_context: remove cso_delete_xxx_shader helpers to fix the live cache
Marek Olšák
11
-107
/
+75
2020-03-13
glsl: do not crash if string literal is used outside of #include/#line
Danylo Piliaiev
2
-1
/
+2
2020-03-13
glsl/tests: Fix waiting for disk_cache_put() to finish.
Eric Anholt
4
-43
/
+24
2020-03-13
radv: Enable lowering dynamic quad broadcasts.
Timur Kristóf
2
-1
/
+4
2020-03-13
nir: Add ability to lower non-const quad broadcasts to const ones.
Timur Kristóf
3
-2
/
+43
2020-03-13
gen_release_notes: fix version in "you should wait" message
Eric Engestrom
2
-2
/
+2
2020-03-13
ac/llvm: add missing optimization barrier for 64-bit readlanes
Samuel Pitoiset
2
-28
/
+41
2020-03-13
vulkan/wsi: fix cleanup when dup() fails
Eric Engestrom
2
-2
/
+2
2020-03-13
.pick_status.json: Update to 625d8705f02e211e2733c3fe12845505725c37d4
Dylan Baker
1
-0
/
+1683
2020-03-11
freedreno: android: fix build of perfcounters.
Martin Fuzzey
2
-4
/
+5
2020-03-11
freedreno: android: add a6xx-pack.xml.h generation to android build
Martin Fuzzey
1
-1
/
+6
2020-03-11
freedreno: android: fix build failure on android due to python version
Martin Fuzzey
2
-7
/
+8
2020-03-10
vulkan/wsi: Return an error if dup() fails
Jason Ekstrand
2
-1
/
+2
2020-03-10
vulkan/wsi: Don't leak the FD when GetImageDrmFormatModifierProperties fails
Jason Ekstrand
2
-2
/
+4
2020-03-10
freedreno: fix FD_MESA_DEBUG=inorder
Rob Clark
2
-2
/
+2
2020-03-10
.pick_status.json: Update to ba03e308b66b0b88f60b99d9d47851a5e1522e6e
Eric Engestrom
1
-0
/
+558
2020-03-10
intel/fs: Fix workaround for VxH indirect addressing bug under control flow.
Francisco Jerez
2
-11
/
+29
2020-03-10
st/nine: Fix incompatible-pointer-types-discards-qualifiers errors.
Vinson Lee
2
-3
/
+3
2020-03-10
ac: add a bug workaround for the 100% NGG culling case
Marek Olšák
2
-1
/
+34
2020-03-10
radeonsi: add a bug workaround for NGG - LATE_ALLOC_GS
Marek Olšák
2
-1
/
+7
2020-03-10
anv: Parse VkPhysicalDeviceFeatures2 in CreateDevice
Jason Ekstrand
2
-11
/
+46
2020-03-10
docs/relnotes/20.0: fix vulkan version reported
Eric Engestrom
2
-2
/
+2
2020-03-10
gen_release_notes: fix vulkan version reported
Eric Engestrom
2
-2
/
+2
2020-03-10
.pick_status.json: Update to 24db276d11976905b2e8a44965c684bb48c3d49f
Eric Engestrom
1
-2
/
+1145
2020-03-06
bin/gen_release_notes.py: fix commit list command
Eric Engestrom
2
-2
/
+2
2020-03-06
nir/lower_input_attachments: remove bogus assert in try_lower_input_texop()
Samuel Pitoiset
2
-2
/
+1
2020-03-06
iris: Don't skip fast depth clears if the color changed
Jason Ekstrand
2
-2
/
+6
2020-03-06
isl: Set 3DSTATE_DEPTH_BUFFER::Depth correctly for 3D surfaces
Jason Ekstrand
2
-2
/
+20
2020-03-06
.pick_status.json: Update to 70341d7746c177a4cd7377ef633e9f85afd11d54
Dylan Baker
1
-0
/
+891
[next]