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
*
radeonsi: don't preload constants at the beginning of shaders
Marek Olšák
2016-09-12
1
-20
/
+11
*
radeonsi: fix Gather4 with integer formats
Marek Olšák
2016-09-05
1
-3
/
+96
*
radeonsi: fix a crash in imageSize for cubemap arrays
Marek Olšák
2016-09-05
1
-3
/
+1
*
radeonsi: fix gl_PatchVerticesIn for tessellation evaluation shader
Marek Olšák
2016-09-05
1
-1
/
+6
*
radeonsi: always use the same function signature for llvm.SI.export
Marek Olšák
2016-09-05
1
-4
/
+4
*
radeonsi: Don't use global variables for tess lds
Tom Stellard
2016-08-29
1
-9
/
+6
*
gallium/radeon: add radeon_llvm_bound_index for bounds checking
Nicolai Hähnle
2016-08-17
1
-18
/
+1
*
gallium/radeon: use tgsi_scan_arrays for temp arrays
Nicolai Hähnle
2016-08-17
1
-1
/
+2
*
gallium/radeon: allocate temps array info in radeon_llvm_context_init
Nicolai Hähnle
2016-08-17
1
-3
/
+3
*
radeonsi: add DRAWID parameter to vertex shaders
Nicolai Hähnle
2016-08-09
1
-1
/
+7
*
radeonsi: wire up TGSI_SEMANTIC_BASEINSTANCE
Nicolai Hähnle
2016-08-09
1
-0
/
+5
*
radeonsi: move spi_ps_input_addr override outside of the loop
Nicolai Hähnle
2016-08-08
1
-3
/
+3
*
radeonsi: drop unnecessary u_pstipple.h include
Nicolai Hähnle
2016-08-08
1
-1
/
+0
*
radeonsi: do not pass the return type to buffer_load_const
Nicolai Hähnle
2016-08-08
1
-18
/
+18
*
radeonsi: pre-generate shader logs for ddebug
Marek Olšák
2016-07-26
1
-0
/
+2
*
radeonsi: add empty lines after shader stats
Marek Olšák
2016-07-26
1
-1
/
+1
*
radeonsi: move the shader key dumping to si_shader_dump
Marek Olšák
2016-07-26
1
-3
/
+9
*
radeonsi: emit PS exports last
Marek Olšák
2016-07-19
1
-13
/
+31
*
radeonsi: report accurate SGPR and VGPR spills
Marek Olšák
2016-07-13
1
-5
/
+13
*
radeonsi: add a workaround for a compute VGPR-usage LLVM bug
Marek Olšák
2016-07-13
1
-0
/
+35
*
radeonsi: use LLVMGetTypeKind to tell if an input is an array of descriptors
Marek Olšák
2016-07-13
1
-19
/
+11
*
radeonsi: replace !tbaa with !invariant.load
Marek Olšák
2016-07-13
1
-12
/
+5
*
radeonsi: set dereferenceable attribute on descriptor arrays
Marek Olšák
2016-07-13
1
-4
/
+11
*
radeonsi: clean up shader value metadata code
Marek Olšák
2016-07-13
1
-15
/
+19
*
radeonsi: remove LLVMNoUnwindAttribute uses
Marek Olšák
2016-07-13
1
-36
/
+31
*
radeonsi: fix a typo in SI_PARAM_LINEAR_* handling
Marek Olšák
2016-07-13
1
-1
/
+1
*
radeonsi: print LLVM IRs to ddebug logs
Marek Olšák
2016-07-05
1
-0
/
+12
*
radeonsi: remove an obsolete comment
Marek Olšák
2016-07-05
1
-5
/
+0
*
radeonsi: don't interpolate colors if flatshading is enabled
Marek Olšák
2016-07-05
1
-1
/
+12
*
radeonsi: enable the barycentric optimization in all cases
Marek Olšák
2016-07-05
1
-5
/
+113
*
radeonsi: compute only one set of interpolation (i,j) when MSAA is disabled
Marek Olšák
2016-07-05
1
-1
/
+73
*
radeonsi: split ps.prolog.force_persample_interp into persp and linear bits
Marek Olšák
2016-07-05
1
-35
/
+50
*
radeonsi: don't dump the shader key for non-monolithic shaders early
Marek Olšák
2016-07-05
1
-1
/
+2
*
radeonsi: add a debug flag for unsafe math LLVM optimizations
Marek Olšák
2016-06-21
1
-0
/
+16
*
radeonsi: don't generate "ret void undef"
Marek Olšák
2016-06-14
1
-6
/
+14
*
radeonsi: enable scratch coalescing
Marek Olšák
2016-06-13
1
-2
/
+10
*
radeonsi: convert to 64-bitness checks instead of doubles.
Dave Airlie
2016-06-11
1
-14
/
+14
*
radeonsi: print the number of spilled VGPRs
Marek Olšák
2016-06-08
1
-3
/
+6
*
gallium/radeon: remove dead code creating LLVMTargetMachine
Marek Olšák
2016-06-08
1
-3
/
+1
*
radeonsi: don't enable scratch just for SGPR spills
Marek Olšák
2016-06-08
1
-2
/
+17
*
radeonsi: enable WQM in PS prolog when needed
Nicolai Hähnle
2016-06-07
1
-0
/
+9
*
radeonsi: Add barrier before writing the tess factors.
Bas Nieuwenhuizen
2016-05-26
1
-0
/
+6
*
radeonsi: Enable dynamic HS.
Bas Nieuwenhuizen
2016-05-26
1
-4
/
+15
*
radeonsi: Remove LDS layout user SGPR's from TES.
Bas Nieuwenhuizen
2016-05-26
1
-3
/
+1
*
radeonsi: Use buffer loads and stores for passing data from TCS to TES.
Bas Nieuwenhuizen
2016-05-26
1
-16
/
+50
*
radeonsi: Store inputs to memory when not using a TCS.
Bas Nieuwenhuizen
2016-05-26
1
-0
/
+45
*
radeonsi: Add offchip buffer address calculation.
Bas Nieuwenhuizen
2016-05-26
1
-0
/
+124
*
radeonsi: Add user SGPR for the layout of the offchip buffer.
Bas Nieuwenhuizen
2016-05-26
1
-0
/
+3
*
radeonsi: Add buffer load functions.
Bas Nieuwenhuizen
2016-05-26
1
-0
/
+114
*
radeonsi: Define build_tbuffer_store_dwords earlier to support new users.
Bas Nieuwenhuizen
2016-05-26
1
-69
/
+69
[next]