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
2021-05-20
anv: Support pushing shader constants
staging/21.0
Jason Ekstrand
2
-1
/
+11
2021-05-20
anv: Plumb the shader into push constant helpers
Jason Ekstrand
2
-10
/
+10
2021-05-20
aco: disallow SGPRs on DPP instructions
Rhys Perry
3
-2
/
+4
2021-05-20
draw: Allocate extra padding for extra shader outputs.
Jose Fonseca
8
-13
/
+50
2021-05-20
i965: export GEM handle with RDWR access rights
Maksim Sisov
2
-2
/
+2
2021-05-20
etnaviv: fix vertex sampler setup
Lucas Stach
2
-2
/
+2
2021-05-20
iris: export GEM handle with RDWR access rights
Maksim Sisov
2
-2
/
+2
2021-05-20
midgard: Fix type for vertex_builtin_arg() and compute_builtin_arg().
Emma Anholt
2
-3
/
+3
2021-05-20
i915g: fix implicit fallthrough
Abel García Dorta
4
-1
/
+11
2021-05-20
panfrost: Fix major flaw in BO cache
Alyssa Rosenzweig
2
-2
/
+4
2021-05-20
anv: require rendering support for blit destination feature
Tapani Pälli
2
-10
/
+13
2021-05-20
lavapipe: fix fencing when submitting multiple cmdbufs
Mike Blumenkrantz
4
-12
/
+12
2021-05-20
i915g: add HW atomic counters as unsupported
Abel García Dorta
2
-1
/
+3
2021-05-20
aco/scheduler: Fix register demand computation for upwards moves
Tony Wasserka
2
-7
/
+7
2021-05-20
aco/scheduler: Fix register demand computation for downwards moves
Tony Wasserka
2
-4
/
+16
2021-05-20
isl: require hiz for depth surface in isl_surf_get_ccs_surf
Tapani Pälli
2
-1
/
+6
2021-05-20
nir: handle float atomics in nir_lower_memory_model
Marcin Ślusarz
2
-1
/
+13
2021-05-20
iris: refcount separate screen objects for resource tracking
Mike Blumenkrantz
3
-2
/
+8
2021-05-19
v3d: fix resource leak in error path
Juan A. Suarez Romero
2
-2
/
+2
2021-05-19
egl/x11: don't forget to exit the attrib list loop
Eric Engestrom
2
-2
/
+5
2021-05-19
clover/memory: fix data race in buffer subclasses
Karol Herbst
3
-1
/
+10
2021-05-19
android: nir: add nir_lower_fragcolor.c to Makefile.sources
Mauro Rossi
2
-1
/
+2
2021-05-19
gallivm: handle texture arrays in non-fragment shaders with lod.
Dave Airlie
2
-3
/
+5
2021-05-19
.pick_status.json: Update to e894e83e478c35f8e6b35b65114e376dbdb7da9d
Dylan Baker
1
-0
/
+4563
2021-05-19
zink/ntv: Don't call free() on ralloc'd memory
Adam Jackson
1
-2
/
+1
2021-05-07
radeonsi: check that surface->alignment is != 0
Pierre-Eric Pelloux-Prayer
1
-1
/
+1
2021-05-06
.pick_status.json: Update to 4dc17b898b4420c4705a5b5422222c648c5d611c
Dylan Baker
1
-0
/
+504
2021-05-06
bin/pick: upstream is now main not master
Dylan Baker
1
-2
/
+2
2021-05-05
gallium/u_vbuf: avoid dereferencing NULL pointer
Erik Faye-Lund
3
-5
/
+7
2021-05-05
.pick_status.json: Mark 954f59f2af4a135f2af2d2b6e341b4332ad3cccd as denominated
Dylan Baker
1
-1
/
+1
2021-05-05
.pick_status.json: Mark 4a3f0444732fb95883b70bef1b1ffda86af46e4a as denominated
Dylan Baker
1
-1
/
+1
2021-05-05
docs: do not generate redirects on error
Erik Faye-Lund
2
-3
/
+3
2021-05-05
intel/nir: Set lower txs with non-zero LOD
Jason Ekstrand
2
-1
/
+2
2021-05-05
ir3/postsched: Fix dependencies for a0.x/p0.x
Connor Abbott
2
-2
/
+6
2021-05-05
radv,ac/llvm: use a dword alignment for descriptor loads
Rhys Perry
3
-2
/
+6
2021-05-05
radv: run clang-format on radv_nir_to_llvm.c
Dylan Baker
1
-3815
/
+3458
2021-05-05
radv: fix use-after-free upon GS copy shader cache hits
Rhys Perry
2
-1
/
+3
2021-05-05
radv: run clang-format on radv_pipeline.c
Dylan Baker
1
-5345
/
+5140
2021-05-05
radv: fix emitting depth bias when beginning a command buffer
Samuel Pitoiset
2
-2
/
+3
2021-05-05
radv: run clang-format on radv_cmd_buffer.c
Dylan Baker
1
-6049
/
+5538
2021-05-05
aco: allow SDWA sels smaller than the operand size
Rhys Perry
2
-3
/
+5
2021-05-05
radv: Add clang-format for AMD code.
Bas Nieuwenhuizen
2
-1
/
+97
2021-05-05
.pick_status.json: Update to 13667b157aa0d5ab3fc94948c8691a615bb42540
Dylan Baker
1
-0
/
+1431
2021-05-04
aco: Revert "aco: create VMEM clauses slightly more aggressive"
Tony Wasserka
1
-1
/
+1
2021-05-03
util: disable glthread in CSGO
Timothy Arceri
2
-2
/
+1
2021-05-03
glx: Assign unique serial number to GLXBadFBConfig error
Bastian Beranek
2
-1
/
+4
2021-05-03
.pick_status.json: Update to f5d6a1b916fb163ee72e6a6f356937b1fbac53e0
Dylan Baker
1
-0
/
+1413
2021-05-03
v3d: YUV formats at query_dmabuf_modifiers are external_only
Jose Maria Casanova Crespo
1
-2
/
+2
2021-04-30
intel/isl: Fix isl_color_value_unpack to match the prototype
Jason Ekstrand
2
-2
/
+2
2021-04-30
intel/compiler: Fix INTEL_DEBUG=hex
Jordan Justen
2
-1
/
+2
[next]