index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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
*
radeonsi: Cache LLVMTargetMachineRef in context instead of in screen
Michel Dänzer
2015-03-30
1
-1
/
+3
*
radeonsi: implement line and polygon smoothing
Marek Olšák
2015-03-16
1
-4
/
+17
*
radeonsi: small cleanup in si_shader_selector_key
Marek Olšák
2015-03-16
1
-12
/
+12
*
radeonsi: only preload VertexID for the GS copy shader
Marek Olšák
2015-02-24
1
-4
/
+6
*
radeonsi: fix a warning caused by previous commit
Marek Olšák
2015-02-23
1
-1
/
+1
*
radeonsi: fix point sprites
Marek Olšák
2015-02-23
1
-1
/
+1
*
radeonsi: small fix in SPI state
Marek Olšák
2015-02-17
1
-2
/
+4
*
radeonsi: implement polygon stippling
Marek Olšák
2015-02-04
1
-0
/
+5
*
radeonsi: Enable VGPR spilling for all shader types v5
Tom Stellard
2015-01-28
1
-4
/
+126
*
radeonsi: Avoid leaking memory when rebuilding shader states
Marek Olšák
2015-01-28
1
-0
/
+4
*
Revert "radeonsi: only set BC_OPTIMIZE_DISABLE when necessary"
Michel Dänzer
2015-01-15
1
-14
/
+6
*
radeonsi: enable LLVM optimizations that assume no NaNs for non-compute shaders
Marek Olšák
2015-01-07
1
-4
/
+4
*
radeonsi: rename flush flags, split the TC flag into L1 and L2
Marek Olšák
2015-01-07
1
-1
/
+1
*
radeonsi: only set BC_OPTIMIZE_DISABLE when necessary
Marek Olšák
2015-01-07
1
-6
/
+14
*
radeonsi: do not define FACE as an ordinary PS input
Marek Olšák
2015-01-07
1
-1
/
+2
*
radeonsi: remove flatshade from the shader key
Marek Olšák
2015-01-07
1
-6
/
+6
*
radeonsi: force NaNs to 0
Marek Olšák
2014-12-21
1
-4
/
+8
*
radeonsi: only emit line stippling and provoking vertex state when it changes
Marek Olšák
2014-12-10
1
-0
/
+1
*
radeonsi: fix SPI state dependency on sprite_coord_enable
Marek Olšák
2014-12-10
1
-1
/
+4
*
radeonsi: emit clip registers only if VS, GS, or rasterizer is changed
Marek Olšák
2014-12-10
1
-0
/
+2
*
radeonsi: move all shader-related functions to a new file si_state_shaders.c
Marek Olšák
2014-12-10
1
-0
/
+793