index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
radeonsi
/
si_state_shaders.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: use simple_mtx_t instead of mtx_t
Marek Olšák
2019-10-07
1
-21
/
+21
*
util/u_queue: track job size and limit the size of queue growth
Timothy Arceri
2019-09-19
1
-2
/
+3
*
radeonsi: fix scratch buffer WAVESIZE setting leading to corruption
Marek Olšák
2019-08-27
1
-30
/
+32
*
radeonsi: align scratch and ring buffer allocations for faster memory access
Marek Olšák
2019-08-27
1
-5
/
+8
*
radeonsi: consolidate determining VGPR_COMP_CNT for API VS
Marek Olšák
2019-08-27
1
-44
/
+32
*
radeonsi/gfx10: set PA_CL_VS_OUT_CNTL with CONTEXT_REG_RMW to fix edge flags
Marek Olšák
2019-08-27
1
-10
/
+30
*
radeonsi/gfx10: remove incorrect ngg/pos_writes_edgeflag variables
Marek Olšák
2019-08-27
1
-10
/
+2
*
radeonsi/gfx10: fix InstanceID for legacy VS+GS
Marek Olšák
2019-08-27
1
-4
/
+9
*
radeonsi/gfx10: add as_ngg variant for VS as ES to select Wave32/64
Marek Olšák
2019-08-27
1
-11
/
+9
*
radeonsi/gfx10: create the GS copy shader if using legacy streamout
Marek Olšák
2019-08-27
1
-1
/
+3
*
radeonsi/gfx10: fix the PRIMITIVES_GENERATED query if using legacy streamout
Marek Olšák
2019-08-27
1
-4
/
+3
*
radeonsi/gfx10: fix tessellation for the legacy pipeline
Marek Olšák
2019-08-27
1
-0
/
+10
*
radeonsi: move some global shader cache flags to per-binary flags
Marek Olšák
2019-08-27
1
-4
/
+20
*
radeonsi/gfx10: fix the legacy pipeline by storing as_ngg in the shader cache
Marek Olšák
2019-08-27
1
-6
/
+7
*
ac: add rbplus_allowed to ac_gpu_info
Samuel Pitoiset
2019-08-27
1
-1
/
+1
*
ac: add has_distributed_tess to ac_gpu_info
Samuel Pitoiset
2019-08-27
1
-1
/
+1
*
radeonsi/nir: always lower ballot masks as 64-bit, codegen handles it
Marek Olšák
2019-08-19
1
-5
/
+2
*
radeonsi: handle the use_ngg_streamout flag in si_update_ngg
Marek Olšák
2019-08-19
1
-5
/
+18
*
radeonsi: move the tess factor ring size assertion to a place where it matters
Marek Olšák
2019-08-19
1
-0
/
+1
*
radeonsi: remove the always_nir option
Marek Olšák
2019-08-12
1
-1
/
+1
*
gallium: add TGSI_PROPERTY_VS_BLIT_SGPRS_AMD for tgsi_to_nir
Marek Olšák
2019-08-12
1
-7
/
+7
*
radeonsi/gfx10: add global use_ngg and use_ngg_streamout flags
Marek Olšák
2019-08-06
1
-4
/
+8
*
radeonsi/gfx10: remove an obsolete VGT_REUSE_OFF workaround
Marek Olšák
2019-08-06
1
-8
/
+0
*
radeonsi/gfx10: implement a bug workaround for GE_PC_ALLOC
Marek Olšák
2019-08-06
1
-11
/
+0
*
radeonsi/gfx10: implement a bug workaround for NGG -> legacy transitions
Marek Olšák
2019-08-06
1
-0
/
+10
*
radeonsi/gfx10: implement a GE bug workaround
Marek Olšák
2019-08-06
1
-0
/
+18
*
radeonsi/gfx10: simplify NGG code in si_update_shaders
Marek Olšák
2019-08-06
1
-9
/
+3
*
radeonsi/gfx10: fix input VGPRs for legacy VS
Marek Olšák
2019-08-06
1
-5
/
+9
*
radeonsi: make sure that DSA state != NULL and remove all NULL checking
Marek Olšák
2019-08-06
1
-4
/
+1
*
radeonsi: make sure that blend state != NULL and remove all NULL checking
Marek Olšák
2019-08-06
1
-31
/
+25
*
radeonsi/nir: lower PS inputs before scanning the shader
Marek Olšák
2019-08-06
1
-15
/
+16
*
radeonsi/nir: add an option to convert TGSI to NIR
Marek Olšák
2019-07-30
1
-4
/
+9
*
radeonsi: simplify si_get_input_prim and remove incorrect TODO comment
Marek Olšák
2019-07-23
1
-5
/
+3
*
radeonsi: stop using info.opcode_count[TGSI_OPCODE_INTERP_SAMPLE]
Marek Olšák
2019-07-23
1
-1
/
+2
*
radeonsi/gfx10: add as_ngg variant for TES as ES to select Wave32/64
Marek Olšák
2019-07-19
1
-4
/
+9
*
radeonsi/gfx10: implement Wave32
Marek Olšák
2019-07-19
1
-7
/
+21
*
radeonsi/gfx10: remove the disable_ngg option
Marek Olšák
2019-07-19
1
-3
/
+1
*
radeonsi/gfx10: combine hw edgeflags with user edgeflags for correct behavior
Marek Olšák
2019-07-19
1
-11
/
+15
*
radeonsi/gfx10: don't compile the GS copy shader if it's 100% not needed
Marek Olšák
2019-07-19
1
-8
/
+11
*
radeonsi/gfx10: set GE_CTNL.PACKET_TO_ONE_PA for NGG
Marek Olšák
2019-07-19
1
-5
/
+0
*
radeonsi/gfx10: update a tunable max_es_verts_base for NGG
Marek Olšák
2019-07-19
1
-3
/
+5
*
radeonsi/gfx10: implement ARB_post_depth_coverage
Marek Olšák
2019-07-19
1
-0
/
+3
*
radeonsi/gfx10: set HS/GS/CS.WGP_MODE
Marek Olšák
2019-07-09
1
-0
/
+3
*
radeonsi/gfx10: set GE_PC_ALLOC
Marek Olšák
2019-07-09
1
-0
/
+11
*
radeonsi/gfx10: support pixel shaders without exports
Marek Olšák
2019-07-09
1
-1
/
+8
*
radeonsi/gfx10: enable vertex shaders without param space allocation
Marek Olšák
2019-07-09
1
-2
/
+7
*
radeonsi: fix and clean up shader_type passing
Marek Olšák
2019-07-09
1
-1
/
+3
*
radeonsi: determine the rasterization primitive type accurately (v2)
Marek Olšák
2019-07-03
1
-0
/
+14
*
radeonsi/gfx10: consolidate & improve input_prim determination for NGG
Marek Olšák
2019-07-03
1
-4
/
+18
*
radeonsi/gfx10: implement si_shader_vs
Marek Olšák
2019-07-03
1
-16
/
+23
[next]