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: enable denorms for 64-bit and 16-bit floats
Marek Olšák
2016-02-09
1
-0
/
+14
*
radeonsi: move code writing tess factors into a separate function
Marek Olšák
2016-02-09
1
-9
/
+21
*
radeonsi: make LLVM IR dumping less messy
Marek Olšák
2016-02-09
1
-7
/
+11
*
radeonsi: move a few r600_can_dump_shader calls to where they're needed
Marek Olšák
2016-02-09
1
-5
/
+5
*
radeonsi: remove useless code that handles dx10_clamp_mode
Marek Olšák
2016-02-09
1
-7
/
+0
*
radeonsi: dump SPI_PS_INPUT values along with shader stats
Marek Olšák
2016-02-09
1
-0
/
+7
*
radeonsi: read SPI_PS_INPUT_ADDR from LLVM if it returns it
Marek Olšák
2016-02-09
1
-1
/
+4
*
radeonsi: don't force gl_SampleMaskIn to 1 for smoothing
Marek Olšák
2016-02-09
1
-7
/
+4
*
radeonsi: split PS input interpolation code into its own function
Marek Olšák
2016-02-09
1
-56
/
+71
*
radeonsi: implement forcing per-sample_interpolation using the shader key only
Marek Olšák
2016-02-09
1
-34
/
+12
*
radeonsi: remove si_shader::ps_input_interpolate
Marek Olšák
2016-02-09
1
-5
/
+3
*
radeonsi: move BCOLOR PS input locations after all other inputs
Marek Olšák
2016-02-09
1
-12
/
+13
*
radeonsi: move si_shader_context initialization into a separate function
Marek Olšák
2016-02-09
1
-43
/
+60
*
radeonsi: Allow dumping LLVM IR before optimization passes
Nicolai Hähnle
2016-02-05
1
-2
/
+14
*
gallium/radeon: emit LLVM `ret void` before radeon_llvm_finalize_module
Nicolai Hähnle
2016-02-05
1
-0
/
+2
*
r600,compute: Plug few memory leaks
Jan Vesely
2016-01-26
1
-9
/
+2
*
radeonsi: fix clover crash
Marek Olšák
2016-01-26
1
-1
/
+1
*
radeonsi: use llvm.amdgcn.s.barrier instead of llvm.AMDGPU.barrier.local
Nicolai Hähnle
2016-01-26
1
-1
/
+3
*
radeonsi: do not set the shader->key for gs copy shaders
Nicolai Hähnle
2016-01-25
1
-1
/
+0
*
radeonsi: si_llvm_emit_vs_epilogue is never used with gs copy shaders
Nicolai Hähnle
2016-01-25
1
-2
/
+3
*
radeonsi: move is_gs_copy_shader to si_shader_context
Nicolai Hähnle
2016-01-25
1
-5
/
+5
*
radeonsi: add max waves / SIMD to shader stats (v2)
Marek Olšák
2016-01-22
1
-5
/
+49
*
radeonsi: implement SAMPLEPOS system value without a constant buffer load
Marek Olšák
2016-01-22
1
-2
/
+13
*
radeonsi: add shader conversion code for all SPI color formats
Marek Olšák
2016-01-22
1
-14
/
+139
*
radeonsi: use SPI_SHADER_COL_FORMAT fields instead of export_16bpc
Marek Olšák
2016-01-22
1
-10
/
+25
*
radeonsi: Avoid warning about LLVM generating R_0286D0_SPI_PS_INPUT_ADDR
Michel Dänzer
2016-01-18
1
-0
/
+3
*
radeonsi: Print "LLVM emitted unknown config register" warning only once
Michel Dänzer
2016-01-18
1
-2
/
+9
*
radeonsi: move POSITION and FACE fragment shader inputs to system values
Marek Olšák
2016-01-13
1
-36
/
+22
*
util/pstipple: allow fragment shader POSITION to be a system value
Marek Olšák
2016-01-08
1
-1
/
+2
*
radeon, si: Use TGSI chan name defines in lp_build_emit_fetch() calls
Edward O'Callaghan
2016-01-08
1
-7
/
+7
*
radeonsi: adjust the parameters of si_shader_dump
Marek Olšák
2016-01-07
1
-11
/
+7
*
radeonsi: move si_shader_dump call out of si_compile_llvm
Marek Olšák
2016-01-07
1
-2
/
+8
*
radeonsi: inline si_shader_binary_read
Marek Olšák
2016-01-07
1
-7
/
+1
*
radeonsi: move si_shader_dump call out of si_shader_binary_read
Marek Olšák
2016-01-07
1
-12
/
+9
*
radeonsi: separate shader dumping code to si_shader_dump and *_dump_stats
Marek Olšák
2016-01-07
1
-12
/
+30
*
radeonsi: add si_shader_destroy_binary
Marek Olšák
2016-01-07
1
-5
/
+9
*
radeonsi: don't pass si_shader to si_compile_llvm
Marek Olšák
2016-01-07
1
-14
/
+19
*
radeonsi: move si_shader_binary_upload out of si_compile_llvm
Marek Olšák
2016-01-07
1
-4
/
+8
*
radeonsi: always keep shader code, rodata, and relocs in memory
Marek Olšák
2016-01-07
1
-7
/
+3
*
radeonsi: don't pass si_shader to si_shader_binary_read
Marek Olšák
2016-01-07
1
-11
/
+12
*
radeonsi: don't pass si_shader to si_shader_binary_read_config
Marek Olšák
2016-01-07
1
-14
/
+14
*
radeonsi: add struct si_shader_config
Marek Olšák
2016-01-07
1
-15
/
+16
*
radeonsi: move NULL exporting into a separate function
Marek Olšák
2016-01-07
1
-15
/
+22
*
radeonsi: move MRT color exporting into a separate function
Marek Olšák
2016-01-07
1
-41
/
+57
*
radeonsi: use EXP_NULL for pixel shaders without outputs
Marek Olšák
2016-01-07
1
-1
/
+1
*
radeonsi: only use LLVMBuildLoad once when updating color outputs at the end
Marek Olšák
2016-01-07
1
-47
/
+20
*
radeonsi: export "undef" values for undefined PS outputs
Marek Olšák
2016-01-07
1
-9
/
+10
*
radeonsi: move MRTZ export into a separate function
Marek Olšák
2016-01-07
1
-51
/
+62
*
radeonsi: simplify setting the DONE bit for PS exports
Marek Olšák
2016-01-07
1
-72
/
+54
*
radeonsi: set SPI color formats and CB_SHADER_MASK outside of compilation
Marek Olšák
2016-01-07
1
-11
/
+1
[next]