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_state_shaders.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
1
-11
/
+11
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
1
-3
/
+3
*
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
2017-03-07
1
-2
/
+2
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
1
-2
/
+2
*
radeonsi: add support for an on-disk shader cache
Timothy Arceri
2017-03-03
1
-7
/
+60
*
radeonsi: fix broken tessellation on Carrizo and Stoney
Marek Olšák
2017-02-25
1
-1
/
+3
*
gallium/u_queue: isolate util_queue_fence implementation
Marek Olšák
2017-02-22
1
-3
/
+3
*
radeonsi: fix issues with monolithic shaders
Marek Olšák
2017-02-21
1
-1
/
+2
*
radeonsi: skip TESSINNER/OUTER offchip stores if TES doesn't read them
Marek Olšák
2017-02-21
1
-0
/
+2
*
radeonsi: fix UINT/SINT clamping for 10-bit formats on <= CIK
Nicolai Hähnle
2017-02-21
1
-1
/
+4
*
radeonsi: use R600_RESOURCE_FLAG_UNMAPPABLE where it's desirable
Marek Olšák
2017-02-18
1
-15
/
+26
*
radeonsi: have separate LS and ES main shader parts in the shader selector
Marek Olšák
2017-02-18
1
-4
/
+32
*
radeonsi: don't compile pure monolithic shaders asynchronously
Marek Olšák
2017-02-18
1
-2
/
+6
*
radeonsi: make fix_fetch an array of uint8_t
Marek Olšák
2017-02-18
1
-3
/
+2
*
radeonsi: atomize the scratch buffer state
Marek Olšák
2017-01-30
1
-2
/
+22
*
radeonsi: precompute IA_MULTI_VGT_PARAM values into a table
Marek Olšák
2017-01-30
1
-0
/
+13
*
radeonsi: move VGT_VERTEX_REUSE_BLOCK_CNTL into shader states for Polaris
Marek Olšák
2017-01-30
1
-0
/
+43
*
radeonsi: atomize L2 prefetches
Marek Olšák
2017-01-30
1
-0
/
+3
*
radeonsi: unbind disabled shader stages to prevent useless L2 prefetches
Marek Olšák
2017-01-30
1
-0
/
+6
*
radeonsi: use the correct target machine when building shader variants
Marek Olšák
2017-01-18
1
-14
/
+27
*
radeonsi: move shader pipe context state into a separate structure
Marek Olšák
2017-01-18
1
-8
/
+8
*
radeonsi: fix R600_DEBUG=nooptvariant
Nicolai Hähnle
2017-01-16
1
-1
/
+1
*
radeonsi: make fix_fetch 64-bit
Marek Olšák
2017-01-16
1
-1
/
+1
*
radeonsi: cleanly communicate whether si_shader_dump should check R600_DEBUG
Marek Olšák
2017-01-09
1
-1
/
+1
*
radeonsi: assume that a TES without POSITION precedes GS
Marek Olšák
2017-01-06
1
-1
/
+2
*
radeonsi: update clip_regs if clip_disable changes to fix a hang
Marek Olšák
2017-01-05
1
-0
/
+5
*
radeonsi: shrink the GSVS ring to account for the reduced item sizes
Nicolai Hähnle
2016-12-12
1
-1
/
+1
*
radeonsi: shrink each vertex stream to the actually required size
Nicolai Hähnle
2016-12-12
1
-15
/
+22
*
radeonsi: use a single descriptor for the GSVS ring
Nicolai Hähnle
2016-12-12
1
-36
/
+1
*
radeonsi: update all GSVS ring descriptors for new buffer allocations
Nicolai Hähnle
2016-12-12
1
-1
/
+6
*
radeonsi: add a debug flag that disables optimized shader variants
Marek Olšák
2016-11-23
1
-0
/
+5
*
util: import CRC32 implementation from gallium
Marek Olšák
2016-11-22
1
-1
/
+1
*
radeonsi: remove all varyings for depth-only rendering or rasterization off
Marek Olšák
2016-11-21
1
-1
/
+18
*
radeonsi: eliminate VS outputs that aren't used by PS at runtime
Marek Olšák
2016-11-21
1
-4
/
+33
*
radeonsi: record information about all written and read varyings
Marek Olšák
2016-11-21
1
-0
/
+69
*
radeonsi: make si_shader_io_get_unique_index stricter
Marek Olšák
2016-11-21
1
-1
/
+10
*
radeonsi: don't export ClipVertex and ClipDistance[] if clipping is disabled
Marek Olšák
2016-11-21
1
-2
/
+19
*
radeonsi: add infrastr. for compiling optimized shader variants asynchronously
Marek Olšák
2016-11-21
1
-34
/
+102
*
radeonsi: don't set vs.epilog.export_prim_id if TES is bound
Marek Olšák
2016-11-21
1
-4
/
+4
*
radeonsi: simplify checking for monolithic compilation
Marek Olšák
2016-11-21
1
-0
/
+6
*
radeonsi: split the shader key into 3 logical parts
Marek Olšák
2016-11-21
1
-66
/
+66
*
radeonsi: assume that a VS without POSITION is LS
Marek Olšák
2016-11-21
1
-0
/
+7
*
radeonsi: fix vertex fetches for 2_10_10_10 formats
Nicolai Hähnle
2016-11-04
1
-0
/
+4
*
radeonsi: generate GS prolog to (partially) fix triangle strip adjacency rota...
Nicolai Hähnle
2016-11-03
1
-4
/
+3
*
radeonsi: make the GS copy shader owned by the GS selector
Nicolai Hähnle
2016-11-03
1
-4
/
+18
*
radeonsi: si_shader_vs only depends on the GS selector
Nicolai Hähnle
2016-11-03
1
-2
/
+2
*
radeonsi: si_vgt_gs_mode only depends on the selector
Nicolai Hähnle
2016-11-03
1
-3
/
+3
*
radeonsi: add a driver query for shader cache hits
Marek Olšák
2016-11-01
1
-1
/
+5
*
radeonsi: remove si_resource_create_custom
Marek Olšák
2016-10-26
1
-2
/
+2
*
gallium/radeon: stop using PIPE_BIND_CUSTOM
Marek Olšák
2016-10-26
1
-5
/
+4
[next]