summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_shader.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: add max waves / SIMD to shader stats (v2)Marek Olšák2016-01-221-5/+49
* radeonsi: implement SAMPLEPOS system value without a constant buffer loadMarek Olšák2016-01-221-2/+13
* radeonsi: add shader conversion code for all SPI color formatsMarek Olšák2016-01-221-14/+139
* radeonsi: use SPI_SHADER_COL_FORMAT fields instead of export_16bpcMarek Olšák2016-01-221-10/+25
* radeonsi: Avoid warning about LLVM generating R_0286D0_SPI_PS_INPUT_ADDRMichel Dänzer2016-01-181-0/+3
* radeonsi: Print "LLVM emitted unknown config register" warning only onceMichel Dänzer2016-01-181-2/+9
* radeonsi: move POSITION and FACE fragment shader inputs to system valuesMarek Olšák2016-01-131-36/+22
* util/pstipple: allow fragment shader POSITION to be a system valueMarek Olšák2016-01-081-1/+2
* radeon, si: Use TGSI chan name defines in lp_build_emit_fetch() callsEdward O'Callaghan2016-01-081-7/+7
* radeonsi: adjust the parameters of si_shader_dumpMarek Olšák2016-01-071-11/+7
* radeonsi: move si_shader_dump call out of si_compile_llvmMarek Olšák2016-01-071-2/+8
* radeonsi: inline si_shader_binary_readMarek Olšák2016-01-071-7/+1
* radeonsi: move si_shader_dump call out of si_shader_binary_readMarek Olšák2016-01-071-12/+9
* radeonsi: separate shader dumping code to si_shader_dump and *_dump_statsMarek Olšák2016-01-071-12/+30
* radeonsi: add si_shader_destroy_binaryMarek Olšák2016-01-071-5/+9
* radeonsi: don't pass si_shader to si_compile_llvmMarek Olšák2016-01-071-14/+19
* radeonsi: move si_shader_binary_upload out of si_compile_llvmMarek Olšák2016-01-071-4/+8
* radeonsi: always keep shader code, rodata, and relocs in memoryMarek Olšák2016-01-071-7/+3
* radeonsi: don't pass si_shader to si_shader_binary_readMarek Olšák2016-01-071-11/+12
* radeonsi: don't pass si_shader to si_shader_binary_read_configMarek Olšák2016-01-071-14/+14
* radeonsi: add struct si_shader_configMarek Olšák2016-01-071-15/+16
* radeonsi: move NULL exporting into a separate functionMarek Olšák2016-01-071-15/+22
* radeonsi: move MRT color exporting into a separate functionMarek Olšák2016-01-071-41/+57
* radeonsi: use EXP_NULL for pixel shaders without outputsMarek Olšák2016-01-071-1/+1
* radeonsi: only use LLVMBuildLoad once when updating color outputs at the endMarek Olšák2016-01-071-47/+20
* radeonsi: export "undef" values for undefined PS outputsMarek Olšák2016-01-071-9/+10
* radeonsi: move MRTZ export into a separate functionMarek Olšák2016-01-071-51/+62
* radeonsi: simplify setting the DONE bit for PS exportsMarek Olšák2016-01-071-72/+54
* radeonsi: set SPI color formats and CB_SHADER_MASK outside of compilationMarek Olšák2016-01-071-11/+1
* radeonsi: write all MRTs only if there is exactly one outputMarek Olšák2016-01-071-3/+2
* radeonsi: determine SPI_SHADER_Z_FORMAT outside of shader compilationMarek Olšák2016-01-071-7/+0
* radeonsi: determine DB_SHADER_CONTROL outside of shader compilationMarek Olšák2016-01-071-20/+0
* radeonsi: remove unused parameter from si_shader_binary_read_configMarek Olšák2016-01-031-4/+3
* radeonsi: move si_shader_binary_upload out of si_shader_binary_readMarek Olšák2016-01-031-9/+7
* gallium/radeon: dump LLVM module outside of radeon_llvm_compileMarek Olšák2016-01-031-4/+6
* gallium/radeon: always add +DumpCode to the LLVM target machine for LLVM <= 3.5Marek Olšák2016-01-031-1/+1
* gallium/radeon: r600_can_dump_shader should get TGSI processor type directlyMarek Olšák2016-01-031-6/+3
* radeonsi: pass TGSI processor type to si_shader_binary_read for dumpingMarek Olšák2016-01-031-2/+2
* radeonsi: pass TGSI processor type to si_compile_llvm for dumpingMarek Olšák2016-01-031-3/+3
* radeonsi: rename shader parameter definitions and variables for more clarityMarek Olšák2016-01-031-31/+31
* gallium/radeon: pass pipe_debug_callback into radeon_llvm_compile (v2)Nicolai Hähnle2016-01-021-1/+2
* radeonsi: send shader info as debug messages in addition to stderr outputNicolai Hähnle2016-01-021-14/+55
* radeonsi: pass pipe_debug_callback down into si_shader_binary_read (v2)Nicolai Hähnle2016-01-021-8/+13
* radeonsi: add RADEON_REPLACE_SHADERS debug optionNicolai Hähnle2015-12-291-5/+9
* radeonsi: count compilations in si_compile_llvmNicolai Hähnle2015-12-291-0/+2
* gallium/radeon: remove radeon_winsys_cs_handleMarek Olšák2015-12-111-2/+2
* radeonsi: handle loading doubles as geometry shader inputs.Dave Airlie2015-12-091-4/+16
* radeonsi: handle doubles in lds load path.Dave Airlie2015-12-091-0/+8
* radeonsi/compute: Use the compiler's COMPUTE_PGM_RSRC* register valuesTom Stellard2015-11-251-0/+2
* radeonsi: remove dead code after ES-GS linkage changeMarek Olšák2015-11-131-43/+0