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
23.1
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
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
staging/23.1
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
11 days
softpipe: remove unused tgsi includes
Thomas H.P. Andersen
2
-2
/
+0
2023-05-03
softpipe: use util_unreference_framebuffer_state to unref fb state
Mike Blumenkrantz
1
-2
/
+1
2023-03-31
d3d12/llvmpipe/softpipe: Add support for `get_screen_fd`
Lucas Fryzek
5
-0
/
+50
2023-03-28
mesa/st: Normalize wrap modes for seamless cubes
Alyssa Rosenzweig
3
-54
/
+14
2023-02-20
gallium: create query_memory_info implementation for sw drivers
Yusuf Khan
4
-0
/
+26
2023-02-15
egl: Add a note explaining the swapBuffers badness in dri2_x11_copy_buffers().
Emma Anholt
1
-1
/
+8
2023-01-28
gallium/draw: Enable polygon stipple NIR helpers to generate bool1 or bool32 ...
Ian Romanick
4
-4
/
+25
2022-12-07
st/mesa: always unbind constant buffer 0 when unbinding a shader
Marek Olšák
1
-1
/
+0
2022-12-02
wgl: Fix build break when LLVMPIPE and SOFTPIPE are both off
Giancarlo Devich
1
-0
/
+2
2022-11-22
ci/softpipe: Add another blit flake.
Emma Anholt
1
-0
/
+1
2022-11-17
softpipe: fixes -Werror,-Wunused-but-set-variable for clang-15 in sp_tile_cac...
Yonggang Luo
1
-3
/
+3
2022-11-04
ci: Update piglit-traces tests expectations
Guilherme Gallo
3
-10
/
+18
2022-11-02
docs: name correct driver
Erik Faye-Lund
1
-1
/
+1
2022-11-02
docs: softpipe -> Softpipe
Erik Faye-Lund
8
-10
/
+10
2022-10-31
softpipe: Advertise PIPE_CAP_BUFFER_MAP_PERSISTENT_COHERENT
Alyssa Rosenzweig
2
-1
/
+2
2022-10-29
panfrost,asahi: Support ARB_buffer_storage
Alyssa Rosenzweig
4
-1
/
+4
2022-09-02
meson: Only draw with llvm depends on native directly
pal1000
1
-3
/
+3
2022-09-01
softpipe: Use u_default_set_debug_callback
Alyssa Rosenzweig
3
-19
/
+3
2022-07-21
softpipe: Remove format desc null check
Konstantin Seurer
1
-2
/
+0
2022-07-16
mesa/arbprog: Stop doing optimization in the ARB program IR.
Emma Anholt
7
-1761
/
+0
2022-06-07
glsl: Drop the div-to-mul-rcp lowering for floats.
Emma Anholt
9
-76
/
+37
2022-05-17
softpipe: switch to NIR loop unrolling
Timothy Arceri
2
-3
/
+2
2022-04-08
ci/softpipe: Mark some flakes that have appeared across a few MRs.
Emma Anholt
1
-0
/
+3
2022-04-06
ci: Uprev deqp-runner and piglit.
Emma Anholt
16
-20
/
+52
2022-03-04
nir/opt_shrink_vectors: remove duplicate components from vecN
Daniel Schürmann
1
-38
/
+65
2022-03-04
nir/opt_shrink_vectors: shrink load_const properly
Daniel Schürmann
1
-12
/
+74
2022-02-25
nir: Allow the _replicates opcodes to have num_components != 4.
Emma Anholt
2
-7
/
+2
2022-02-23
ci/softpipe: Move most of testing to shared 64-core runners at Google.
Emma Anholt
4
-28
/
+28
2022-02-21
drisw: fence drawing to the swap/copy buffers.
Dave Airlie
1
-2
/
+13
2022-02-10
nir_to_tgsi: Replace the NIR SSA liveness with TGSI reg-level liveness.
Emma Anholt
3
-79
/
+327
2022-02-07
ci/softpipe,llvmpipe: Disable Xvfb server reset on piglit runs.
Emma Anholt
2
-2
/
+2
2022-01-27
ci/llvmpipe,softpipe: Switch piglit testing to piglit-runner.
Emma Anholt
18
-7262
/
+767
2022-01-26
softpipe: Dispatch 4 CS invocations per tgsi_exec thread.
Emma Anholt
1
-5
/
+6
2022-01-26
softpipe: Initialize the CS dispatch mask at machine setup time.
Emma Anholt
1
-1
/
+1
2022-01-26
softpipe: Improve some local var naming in compute shaders.
Emma Anholt
1
-10
/
+10
2022-01-26
tgsi_exec: Fix shared var stores for >1 real invocation, and overflow checks.
Emma Anholt
1
-37
/
+19
2022-01-25
nir/lower_locals_to_regs: Do an ad-hoc copy propagate on our generated MOV.
Emma Anholt
1
-0
/
+20
2022-01-20
ci/softpipe: Drop the GS sampling known-flakes.
Emma Anholt
1
-2
/
+0
2022-01-20
softpipe: Request that st fix up DST_ALPHA blending for RGB render targets.
Emma Anholt
1
-0
/
+1
2022-01-20
softpipe: respect !independent_blend_enable for color masks.
Emma Anholt
3
-3
/
+1
2022-01-19
nir_to_tgsi: Use nir_opt_offsets for load_ubo_vec4.
Emma Anholt
1
-0
/
+15
2022-01-13
softpipe: enable PIPE_CAP_IMAGE_STORE_FORMATTED
Juan A. Suarez Romero
1
-0
/
+2
2022-01-07
nir_to_tgsi: Enable fdot_replicates flag.
Emma Anholt
5
-0
/
+16
2022-01-04
tgsi/exec: Simplify indirects now that they always use the ADDR file.
Emma Anholt
1
-46
/
+10
2022-01-04
gallium: Delete PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS
Emma Anholt
9
-26
/
+1
2021-12-27
CI: Trigger Windows build on softpipe changes
Jesse Natalie
1
-0
/
+3
2021-12-27
softpipe: Add a dummy field to sp_fragment_shader_variant_key
Jesse Natalie
1
-0
/
+2
2021-12-27
softpipe: Drop duplicate decl of softpipe_find_fs_variant
Emma Anholt
1
-6
/
+0
2021-12-27
softpipe: Use the draw module's poly stipple handling, like llvmpipe.
Emma Anholt
7
-122
/
+4
2021-12-27
softpipe: Drop the quad pstipple stage.
Emma Anholt
7
-94
/
+0
[next]