index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
radeonsi
/
si_shader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv/radeonsi: Don't count read-only data when reporting code size
Connor Abbott
2019-09-05
1
-1
/
+1
*
ac: drop now useless lookup_interp_param from ABI
Samuel Pitoiset
2019-08-30
1
-1
/
+0
*
ac: import linear/perspective PS input parameters from radv/radeonsi
Samuel Pitoiset
2019-08-30
1
-6
/
+12
*
radeonsi/gfx10: remove incorrect ngg/pos_writes_edgeflag variables
Marek Olšák
2019-08-27
1
-3
/
+6
*
radeonsi/gfx10: add as_ngg variant for VS as ES to select Wave32/64
Marek Olšák
2019-08-27
1
-1
/
+1
*
ac: add has_ls_vgpr_init_bug to ac_gpu_info
Samuel Pitoiset
2019-08-27
1
-1
/
+1
*
ac: add cpdma_prefetch_writes_memory to ac_gpu_info
Samuel Pitoiset
2019-08-27
1
-1
/
+1
*
radeonsi/nir: Add const_index when loading GS inputs
Connor Abbott
2019-08-23
1
-1
/
+1
*
radeonsi/nir: Don't add const offset to indirect
Connor Abbott
2019-08-23
1
-19
/
+6
*
ac,radv,radeonsi: remove LLVM 7 support
Samuel Pitoiset
2019-08-23
1
-5
/
+0
*
radeonsi/nir: always lower ballot masks as 64-bit, codegen handles it
Marek Olšák
2019-08-19
1
-6
/
+12
*
radeonsi: remove the unsafemath debug option
Marek Olšák
2019-08-19
1
-16
/
+0
*
radeonsi: clean up si_llvm_context_set_tgsi
Marek Olšák
2019-08-19
1
-3
/
+3
*
radeonsi/nir: implement default tess level system values
Marek Olšák
2019-08-12
1
-15
/
+35
*
gallium: add TGSI_SEMANTIC_DEFAULT_OUTER/INNER_LEVEL
Marek Olšák
2019-08-12
1
-3
/
+3
*
gallium: add AMD-specific compute TGSI enums
Marek Olšák
2019-08-12
1
-2
/
+2
*
gallium: add TGSI_PROPERTY_VS_BLIT_SGPRS_AMD for tgsi_to_nir
Marek Olšák
2019-08-12
1
-2
/
+2
*
radeonsi/gfx10: add global use_ngg and use_ngg_streamout flags
Marek Olšák
2019-08-06
1
-5
/
+5
*
radeonsi/gfx10: fix input VGPRs for legacy VS
Marek Olšák
2019-08-06
1
-3
/
+2
*
radeonsi: add missing prints into si_dump_shader_key
Marek Olšák
2019-08-06
1
-0
/
+9
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
1
-3
/
+3
*
radeonsi: don't use lp_build_if for the wrapping if block in the VS prolog
Marek Olšák
2019-07-30
1
-7
/
+8
*
radeonsi: don't use lp_build_if for the wrapping if block in merged shaders
Marek Olšák
2019-07-30
1
-4
/
+7
*
radeonsi: don't use lp_build_if (in most common places)
Marek Olšák
2019-07-30
1
-21
/
+16
*
radeonsi: don't use lp_build_alloca
Marek Olšák
2019-07-30
1
-2
/
+2
*
radeonsi/nir: implement FBFETCH for KHR_blend_equation_advanced
Marek Olšák
2019-07-30
1
-0
/
+1
*
radeonsi: fix warning: ‘ret’ may be used uninitialized
Marek Olšák
2019-07-22
1
-1
/
+1
*
radeonsi/gfx10: add as_ngg variant for TES as ES to select Wave32/64
Marek Olšák
2019-07-19
1
-8
/
+16
*
radeonsi/gfx10: implement Wave32
Marek Olšák
2019-07-19
1
-25
/
+37
*
radeonsi/gfx10: use 32-bit wavemasks for Wave32
Marek Olšák
2019-07-19
1
-8
/
+20
*
ac/rtld: add support for Wave32
Marek Olšák
2019-07-19
1
-0
/
+3
*
radeonsi: assume that selector != NULL for compute shaders
Marek Olšák
2019-07-19
1
-14
/
+6
*
radeonsi: set threadgroup size to 0 for threadgroups with only 1 wave
Marek Olšák
2019-07-19
1
-3
/
+3
*
radeonsi/gfx10: set as_ngg for GS prolog
Marek Olšák
2019-07-19
1
-5
/
+8
*
radeonsi/gfx10: combine hw edgeflags with user edgeflags for correct behavior
Marek Olšák
2019-07-19
1
-3
/
+3
*
radeonsi/gfx10: clean up ESGS ring size computation
Marek Olšák
2019-07-19
1
-24
/
+3
*
radeonsi/gfx10: fix unnecessary LDS overallocation for NGG GS
Marek Olšák
2019-07-19
1
-1
/
+1
*
radeonsi: reorder shader IO indices for better IO space usage for tess and GS
Marek Olšák
2019-07-09
1
-18
/
+22
*
radeonsi: cosmetic cleanup in si_shader_io_get_unique_index
Marek Olšák
2019-07-09
1
-2
/
+2
*
radeonsi: fix and clean up shader_type passing
Marek Olšák
2019-07-09
1
-36
/
+47
*
ac: replace glc,slc with cache_policy for loads
Marek Olšák
2019-07-04
1
-11
/
+10
*
ac: replace glc,slc with cache_policy for stores
Marek Olšák
2019-07-04
1
-13
/
+13
*
radeonsi/gfx10: fix legacy GS
Marek Olšák
2019-07-03
1
-1
/
+4
*
ac: rework ac_build_waitcnt for gfx10
Marek Olšák
2019-07-03
1
-7
/
+6
*
radeonsi/gfx10: implement si_shader_vs
Marek Olšák
2019-07-03
1
-4
/
+6
*
radeonsi/gfx10: unpack GS invocation ID
Marek Olšák
2019-07-03
1
-4
/
+11
*
radeonsi/gfx10: cosmetic changes
Marek Olšák
2019-07-03
1
-9
/
+7
*
radeonsi/gfx10: export correct PrimitiveID from NGG vertex shaders
Marek Olšák
2019-07-03
1
-4
/
+14
*
radeonsi/gfx10: fix NGG GS color clamping
Marek Olšák
2019-07-03
1
-0
/
+4
*
radeonsi/gfx10: fix a possible hang with exp pos0 with done=0 and exec=0
Marek Olšák
2019-07-03
1
-0
/
+8
[next]