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
2022-06-01
docs: update sha256 for 22.0.5
22.0
Dylan Baker
1
-1
/
+1
2022-06-01
VERSION: bump for 22.0.5 release
mesa-22.0.5
Dylan Baker
1
-1
/
+1
2022-06-01
docs: add release notes for 22.0.5
Dylan Baker
1
-0
/
+139
2022-06-01
.pick_status.json: Update to 1c63a0beafefccec599ddbe355ec5a8b61df6438
Dylan Baker
1
-0
/
+232
2022-06-01
aco: fix spilling of phis without temp operands
staging/22.0
Daniel Schürmann
2
-14
/
+11
2022-06-01
editorconfig: remove pl-rule
Erik Faye-Lund
2
-5
/
+1
2022-06-01
editorconfig: remove m4-rule
Erik Faye-Lund
2
-5
/
+1
2022-06-01
editorconfig: remove html-rule
Erik Faye-Lund
2
-5
/
+1
2022-06-01
editorconfig: remove scons-ism
Erik Faye-Lund
2
-2
/
+2
2022-06-01
glsl/nir: Stop leaking varyings_info
Jason Ekstrand
2
-1
/
+2
2022-06-01
zink: drop largePoints requirement
Mike Blumenkrantz
3
-4
/
+1
2022-06-01
zink: drop wideLines requirement
Mike Blumenkrantz
3
-4
/
+1
2022-06-01
zink: emit spirv cap for subgroup vote ops
Mike Blumenkrantz
2
-1
/
+2
2022-06-01
zink: require draw params ext/cap in ntv if drawid is used
Mike Blumenkrantz
2
-1
/
+2
2022-06-01
nir: Handle register sources in lower_phis_to_regs_block
Jason Ekstrand
2
-5
/
+11
2022-06-01
mesa: Drop dead #include "sparc/sparc.h"
Matt Turner
2
-5
/
+1
2022-06-01
anv: Don't disable the fragment shader if XFB is enabled
Jason Ekstrand
2
-5
/
+8
2022-06-01
anv: Handle the null FS optimization after compiling shaders
Jason Ekstrand
2
-24
/
+17
2022-06-01
anv: Drop alpha_to_coverage from the NULL FS optimization
Jason Ekstrand
2
-2
/
+1
2022-06-01
intel/fs: Copy color_outputs_valid into wm_prog_data
Jason Ekstrand
3
-1
/
+3
2022-06-01
.pick_status.json: Update to 5067a26f4432ae5e9690e70ef2498ea24798593e
Dylan Baker
1
-0
/
+1832
2022-05-26
radv: fix writing buffer markers with non-zero memory offset
Samuel Pitoiset
2
-2
/
+2
2022-05-26
radeonsi: don't use sel->nir in si_check_blend_dst_sampler_noop
Pierre-Eric Pelloux-Prayer
2
-1
/
+8
2022-05-26
radv: Implement conditional rendering for async compute queue.
Timur Kristóf
2
-9
/
+88
2022-05-26
lavapipe: fix depth bias offset flag enables.
Dave Airlie
3
-2
/
+7
2022-05-26
anv: Update line range
Michael Skorokhodov
2
-2
/
+2
2022-05-26
panfrost: Only write depth / stencil once if MRT is used
Icecream95
2
-2
/
+7
2022-05-26
pan/mdg: Read base for combined stores
Icecream95
2
-7
/
+7
2022-05-26
pan/bi: Read base for combined stores
Icecream95
2
-11
/
+6
2022-05-26
nir: Add store_combined_output_pan BASE back
Icecream95
3
-2
/
+4
2022-05-26
panfrost: Copy blend constant into variant even when reusing it
Icecream95
2
-2
/
+3
2022-05-26
.pick_status.json: Update to 9773ed1dc74b98019640d909cdc2b5d6cffae85a
Dylan Baker
1
-0
/
+784
2022-05-23
aco: fix p_constaddr with a non-zero offset
Rhys Perry
4
-5
/
+7
2022-05-23
turnip: fix assert for max xfb outputs
Mike Blumenkrantz
2
-2
/
+2
2022-05-23
.pick_status.json: Update to ee2278de654853f1d6107e6ef6fc8537a668866e
Dylan Baker
1
-0
/
+744
2022-05-20
zink: fix non-dynamic vertex stride update flagging
Mike Blumenkrantz
2
-6
/
+9
2022-05-20
zink: force render target usage for sampler-only resources
Mike Blumenkrantz
2
-6
/
+25
2022-05-20
zink: fix surface/bufferview cache comparisons
Mike Blumenkrantz
2
-3
/
+9
2022-05-20
zink: add extended usage and retry if resource creation fails
Mike Blumenkrantz
2
-4
/
+13
2022-05-20
zink: remove input attachment usage when pruning surface usage
Mike Blumenkrantz
2
-2
/
+2
2022-05-20
zink: add extra validation for resource creation
Mike Blumenkrantz
2
-2
/
+12
2022-05-20
zink: only reject non-blittable resource creation if it has no other binds
Mike Blumenkrantz
2
-2
/
+2
2022-05-20
spirv: fix barrier scope assert
Mike Blumenkrantz
2
-3
/
+3
2022-05-20
meson: add build-id to pipe libraries
Dave Airlie
2
-2
/
+2
2022-05-20
glx: set max values for pbuffer width / height
Pierre-Eric Pelloux-Prayer
2
-3
/
+3
2022-05-20
radv: Fix RTPSO hashing of pGroups.
Hans-Kristian Arntzen
2
-3
/
+13
2022-05-20
radeonsi: lower nir_intrinsic_sparse_residency_code_and
Qiang Yu
2
-1
/
+3
2022-05-20
r300: keep negation if w is an inline constant
Filip Gawin
3
-4
/
+14
2022-05-20
.pick_status.json: Update to 95d4e5435bf63239105a50370ebbbbdeb7fed2f8
Dylan Baker
1
-0
/
+2240
2022-05-19
docs: add sha256sum to 22.0.4 notes
Dylan Baker
1
-1
/
+1
[next]