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
23.2
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
staging/23.2
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
9 days
radv: Don't advertise features requiring PS epilogs with LLVM
Konstantin Seurer
1
-4
/
+4
2023-08-29
aco: fix emitting TCS epilogs end on GFX9+
Samuel Pitoiset
1
-6
/
+8
2023-08-29
radv: fix emitting TCS epilogs if TES and GS are linked on GFX9+
Samuel Pitoiset
1
-1
/
+1
2023-08-29
radv: rename tcs_shader to tcs in radv_emit_tcs_epilog_state()
Samuel Pitoiset
1
-8
/
+8
2023-08-24
nvk: Plumb no_prefetch through to the DRM back-end
Faith Ekstrand
3
-15
/
+30
2023-08-24
drm-uapi: Sync nouveau_drm.h
Faith Ekstrand
1
-1
/
+7
2023-08-24
radv: stop declaring unused SGPR arguments for PS epilogs
Samuel Pitoiset
1
-6
/
+0
2023-08-24
radv: fix the per-patch data offset when TES isn't linked with TCS
Samuel Pitoiset
4
-7
/
+16
2023-08-22
aco: implement create_tcs_jump_to_epilog()
Samuel Pitoiset
3
-4
/
+128
2023-08-22
aco: allow SGPRs operands with p_jump_to_epilog
Samuel Pitoiset
1
-3
/
+5
2023-08-22
aco: adjust TCS epilogs for RADV
Samuel Pitoiset
2
-6
/
+24
2023-08-22
aco: fix jumping from main TCS to epilog on GFX9+
Samuel Pitoiset
1
-2
/
+2
2023-08-22
radv: add tcs_out_patch_fits_subgroup to radv_tcs_epilog_key
Samuel Pitoiset
2
-0
/
+3
2023-08-22
radv: declare shader arguments for TCS epilogs
Samuel Pitoiset
2
-1
/
+14
2023-08-22
radv: stop declaring the scratch offset argument for TCS epilogs
Samuel Pitoiset
1
-5
/
+0
2023-08-22
radv: use the maximum possible workgroup size for TCS epilogs
Samuel Pitoiset
1
-1
/
+1
2023-08-18
radv: fix emitting TCS epilogs for GFX6-9
Samuel Pitoiset
1
-3
/
+6
2023-08-16
radeonsi: add si_aco_build_shader_part
Qiang Yu
2
-0
/
+90
2023-08-16
radeonsi: change si_fill_aco_options args
Qiang Yu
1
-13
/
+12
2023-08-16
radeonsi: add si_get_tcs_epilog_args
Qiang Yu
3
-45
/
+64
2023-08-16
radeonsi: remove separate_prolog arg from prolog/epilog build
Qiang Yu
5
-21
/
+13
2023-08-16
aco: skip scratch init when no scratch arg provide
Qiang Yu
1
-17
/
+21
2023-08-16
aco: don't emit s_endpgm for tcs with epilog
Qiang Yu
5
-10
/
+19
2023-08-16
aco: add tcs epilog generation for radeonsi
Qiang Yu
2
-3
/
+229
2023-08-16
aco: add pending_lds_access option for insert waitcnt
Qiang Yu
2
-0
/
+8
2023-08-16
aco: allow tcs with epilog to keep nir store output instruction
Qiang Yu
1
-1
/
+5
2023-08-16
aco: add tcs end regs for epilog usage
Qiang Yu
2
-10
/
+89
2023-08-16
aco: move jump to epilog out of ic_merged_wave_info
Qiang Yu
1
-5
/
+5
2023-08-04
drm-uapi: Import nouveau_drm.h
Faith Ekstrand
1
-0
/
+463
2023-08-02
radv: add support for emitting TCS epilogs in cmdbuf
Samuel Pitoiset
2
-1
/
+88
2023-08-02
radv: add support for a TCS epilogs cache in the device
Samuel Pitoiset
3
-0
/
+55
2023-08-02
radv: add infra for creating TCS epilogs
Samuel Pitoiset
4
-0
/
+69
2023-08-02
radv: add radv_tcs_epilog_key
Samuel Pitoiset
2
-0
/
+13
2023-08-02
radv: declare new argument for the TCS epilog PC
Samuel Pitoiset
3
-0
/
+10
2023-08-02
radv: track if TES reads tess factors differently
Samuel Pitoiset
2
-2
/
+4
2023-08-02
radv: do not write tess factors in main TCS when it has an epilog
Samuel Pitoiset
1
-1
/
+2
2023-08-02
radv: assume a TCS needs an epilog unless it's linked with a TES
Samuel Pitoiset
1
-0
/
+4
2023-08-02
radv,aco: move has_epilog to radv_shader_info
Samuel Pitoiset
10
-30
/
+30
2023-08-02
aco: add infra for compiling TCS epilogs
Samuel Pitoiset
7
-5
/
+75
2023-08-02
aco: extract aco_compile_shader_part from aco_compile_ps_epilog
Qiang Yu
3
-9
/
+26
2023-08-02
aco: add aco_shader_info::tcs::has_epilog
Samuel Pitoiset
1
-0
/
+1
2023-07-31
radv: correctly skip MRT output NaN fixup for meta shaders
Rhys Perry
2
-4
/
+3
2023-07-24
radeonsi: simplify si_build_wrapper_function
Qiang Yu
2
-253
/
+76
2023-07-21
radv: bind the pre-compiled PS epilog to the cmdbuf state
Samuel Pitoiset
2
-8
/
+9
2023-07-18
r600/sfn: Add peephole optimization to move a dest to the previous op
Gert Wollny
2
-1
/
+29
2023-06-09
nir: Rematerialize derefs after opt_dead_cf
Mykhailo Skorokhodov
1
-0
/
+1
2023-06-06
iris: Fix memory size with disabled resizable bar
Mykhailo Skorokhodov
1
-1
/
+7
2023-06-05
aco: fix has_color_exports=true for mrtz exports
Rhys Perry
1
-1
/
+1
2023-06-01
mesa: Fallthrough GL_SRB_DECODE_ARB pname
Mykhailo Skorokhodov
1
-9
/
+9
2023-05-26
mesa: Implement GL_CLEAR_TEXTURE flag
Mykhailo Skorokhodov
1
-1
/
+49
[next]