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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add caps to expose support for multi indirect draws
Ilia Mirkin
2016-01-07
1
-0
/
+2
*
radeonsi: adjust the parameters of si_shader_dump
Marek Olšák
2016-01-07
3
-20
/
+11
*
radeonsi: move si_shader_dump call out of si_compile_llvm
Marek Olšák
2016-01-07
2
-2
/
+11
*
radeonsi: inline si_shader_binary_read
Marek Olšák
2016-01-07
3
-11
/
+3
*
radeonsi: move si_shader_dump call out of si_shader_binary_read
Marek Olšák
2016-01-07
3
-20
/
+21
*
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
2
-5
/
+10
*
radeonsi: don't pass si_shader to si_compile_llvm
Marek Olšák
2016-01-07
3
-18
/
+28
*
radeonsi: move si_shader_binary_upload out of si_compile_llvm
Marek Olšák
2016-01-07
2
-4
/
+9
*
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
3
-14
/
+19
*
radeonsi: don't pass si_shader to si_shader_binary_read_config
Marek Olšák
2016-01-07
3
-17
/
+19
*
radeonsi: add struct si_shader_config
Marek Olšák
2016-01-07
5
-64
/
+68
*
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
2
-6
/
+3
*
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
2
-73
/
+55
*
radeonsi: set SPI color formats and CB_SHADER_MASK outside of compilation
Marek Olšák
2016-01-07
3
-16
/
+28
*
radeonsi: write all MRTs only if there is exactly one output
Marek Olšák
2016-01-07
2
-4
/
+5
*
radeonsi: determine SPI_SHADER_Z_FORMAT outside of shader compilation
Marek Olšák
2016-01-07
3
-9
/
+6
*
radeonsi: determine DB_SHADER_CONTROL outside of shader compilation
Marek Olšák
2016-01-07
3
-28
/
+40
*
gallium/drivers: Remove unnecessary semicolons
Edward O'Callaghan
2016-01-06
1
-1
/
+1
*
radeonsi: remove unused parameter from si_shader_binary_read_config
Marek Olšák
2016-01-03
3
-10
/
+7
*
radeonsi: move si_shader_binary_upload out of si_shader_binary_read
Marek Olšák
2016-01-03
3
-11
/
+10
*
gallium/radeon: dump LLVM module outside of radeon_llvm_compile
Marek Olšák
2016-01-03
1
-4
/
+6
*
gallium/radeon: always add +DumpCode to the LLVM target machine for LLVM <= 3.5
Marek Olšák
2016-01-03
1
-1
/
+1
*
gallium/radeon: r600_can_dump_shader should get TGSI processor type directly
Marek Olšák
2016-01-03
1
-6
/
+3
*
radeonsi: pass TGSI processor type to si_shader_binary_read for dumping
Marek Olšák
2016-01-03
3
-4
/
+5
*
radeonsi: pass TGSI processor type to si_compile_llvm for dumping
Marek Olšák
2016-01-03
3
-5
/
+5
*
radeonsi: rename shader parameter definitions and variables for more clarity
Marek Olšák
2016-01-03
3
-43
/
+43
*
gallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate UP2H/PK2H support
Ilia Mirkin
2016-01-03
1
-0
/
+1
*
gallium/radeon: pass pipe_debug_callback into radeon_llvm_compile (v2)
Nicolai Hähnle
2016-01-02
1
-1
/
+2
*
radeonsi: send shader info as debug messages in addition to stderr output
Nicolai Hähnle
2016-01-02
1
-14
/
+55
*
radeonsi: pass pipe_debug_callback down into si_shader_binary_read (v2)
Nicolai Hähnle
2016-01-02
4
-14
/
+22
*
u_upload_mgr: pass alignment to u_upload_data manually
Marek Olšák
2016-01-02
1
-1
/
+1
*
u_upload_mgr: pass alignment to u_upload_alloc manually
Marek Olšák
2016-01-02
2
-4
/
+4
*
gallium: add PIPE_CAP_DRAW_PARAMETERS
Ilia Mirkin
2015-12-30
1
-0
/
+1
*
radeonsi: add RADEON_REPLACE_SHADERS debug option
Nicolai Hähnle
2015-12-29
3
-5
/
+105
*
radeonsi: count compilations in si_compile_llvm
Nicolai Hähnle
2015-12-29
2
-1
/
+2
*
radeonsi: fix viewport clipping handling. (v2)
Dave Airlie
2015-12-22
1
-1
/
+4
*
radeonsi: fix perfcounter selection for SI_PC_MULTI_BLOCK layouts
Nicolai Hähnle
2015-12-15
1
-1
/
+1
*
gallium/radeon: remove radeon_winsys_cs_handle
Marek Olšák
2015-12-11
6
-15
/
+13
*
radeonsi: implement fast stencil clear
Marek Olšák
2015-12-11
3
-23
/
+51
*
radeonsi: re-enable Hyper-Z for stencil
Marek Olšák
2015-12-11
1
-9
/
+3
*
radeonsi: don't use the CP DMA workaround on Fiji and newer
Marek Olšák
2015-12-11
1
-16
/
+20
*
radeonsi: apply the streamout workaround to Fiji as well
Marek Olšák
2015-12-11
1
-1
/
+3
*
radeonsi: also print hexadecimal values for register fields in the IB parser
Marek Olšák
2015-12-11
1
-4
/
+7
[next]