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: merge si_pipe_shader into si_shader
Marek Olšák
2014-09-24
1
-28
/
+28
*
radeonsi: set KILL_ENABLE during shader compilation, remove uses_kill flag
Marek Olšák
2014-09-24
1
-1
/
+5
*
radeonsi: remove shader.ps_conservative_z, set db_shader_control instead
Marek Olšák
2014-09-24
1
-3
/
+4
*
gallium/radeon: cleanup header inclusion
Emil Velikov
2014-08-28
1
-2
/
+2
*
radeonsi: don't set CB_SHADER_MASK=1 if there are no color outputs
Marek Olšák
2014-08-19
1
-4
/
+0
*
radeonsi: Use util_memcpy_cpu_to_le32()
Tom Stellard
2014-07-28
1
-16
/
+7
*
radeonsi/compute: Add support scratch buffer support v2
Tom Stellard
2014-07-21
1
-0
/
+5
*
radeonsi: Read rodata from ELF and append it to the end of shaders
Tom Stellard
2014-07-21
1
-1
/
+12
*
radeonsi: use an SGPR instead of VGT_INDX_OFFSET
Marek Olšák
2014-07-18
1
-4
/
+7
*
radeonsi: assume LLVM 3.4.2 is always present
Marek Olšák
2014-07-18
1
-14
/
+0
*
radeonsi: partially revert "switch descriptors to i32 vectors"
Marek Olšák
2014-07-14
1
-0
/
+12
*
radeonsi: rename definitions of shader limits
Marek Olšák
2014-07-11
1
-17
/
+17
*
radeonsi: switch descriptors to i32 vectors
Marek Olšák
2014-07-11
1
-13
/
+16
*
radeonsi: properly implement texture opcodes that take an offset
Marek Olšák
2014-07-11
1
-84
/
+104
*
radeonsi: fix texture fetches with derivatives for 1DArray and 3D textures
Marek Olšák
2014-07-11
1
-4
/
+30
*
radeonsi: fix samplerCubeShadow with bias
Marek Olšák
2014-07-11
1
-6
/
+6
*
gallium: switch dedicated centroid field to interpolation location
Ilia Mirkin
2014-07-09
1
-3
/
+3
*
radeonsi: implement ARB_texture_query_lod
Marek Olšák
2014-06-19
1
-24
/
+39
*
radeonsi: pass ARB_conservative_depth parameters to the hardware
Marek Olšák
2014-06-19
1
-1
/
+20
*
radeonsi: cosmetic changes in si_shader.c
Marek Olšák
2014-06-19
1
-18
/
+13
*
radeonsi: implement ARB_texture_gather and Gather functions from GLSL 4.00
Marek Olšák
2014-06-19
1
-8
/
+115
*
radeonsi: fixup sizes of shader resource and sampler arrays
Marek Olšák
2014-06-16
1
-2
/
+2
*
radeonsi: implement SAMPLEMASK fragment shader output
Marek Olšák
2014-06-02
1
-3
/
+15
*
radeonsi: interpolate varyings at sample when full sample shading is enabled
Marek Olšák
2014-06-02
1
-12
/
+12
*
radeonsi: implement SAMPLEPOS fragment shader input
Marek Olšák
2014-06-02
1
-0
/
+23
*
radeonsi: implement SAMPLEID fragment shader input
Marek Olšák
2014-06-02
1
-1
/
+17
*
radeonsi: prepare depth export registers at compile time
Marek Olšák
2014-05-10
1
-0
/
+8
*
radeonsi: simplify depth/stencil export code
Marek Olšák
2014-05-10
1
-11
/
+5
*
radeonsi: add and use a helper function for loading constants
Marek Olšák
2014-05-10
1
-19
/
+19
*
radeonsi: implement ARB_texture_cube_map_array
Marek Olšák
2014-05-06
1
-4
/
+43
*
radeonsi: Added Diag Handler to receive LLVM Error messages
Darren Powell
2014-04-17
1
-3
/
+9
*
radeon: Rename struct radeon_llvm_binary to radeon_shader_binary v2
Tom Stellard
2014-03-07
1
-1
/
+1
*
radeonsi: Prevent geometry shader from emitting too many vertices
Michel Daenzer
2014-02-27
1
-0
/
+16
*
radeonsi: Use SI_BIG_ENDIAN now that it exists
Tom Stellard
2014-02-24
1
-1
/
+1
*
radeonsi: Use util_cpu_to_le32() instead of bswap32() on big-endian systems
Tom Stellard
2014-02-24
1
-1
/
+1
*
radeonsi: Put GS ring buffer descriptors with streamout buffer descriptors
Michel Dänzer
2014-01-29
1
-8
/
+14
*
radeonsi: Geometry shader micro-optimizations
Michel Dänzer
2014-01-29
1
-12
/
+10
*
radeonsi: Pass VS resource descriptors to the HW ES shader stage as well
Michel Dänzer
2014-01-29
1
-8
/
+4
*
radeonsi: Fix streamout from geometry shader
Michel Dänzer
2014-01-29
1
-10
/
+27
*
radeonsi: Properly match ES outputs to GS inputs
Michel Dänzer
2014-01-29
1
-5
/
+16
*
radeonsi: Really dump TGSI code before any TGSI->LLVM conversion attempt
Michel Dänzer
2014-01-29
1
-8
/
+8
*
radeonsi: Also export clip distances with geometry shader
Michel Dänzer
2014-01-29
1
-0
/
+1
*
radeonsi: Take GS into account for VS state in more places
Michel Dänzer
2014-01-29
1
-0
/
+4
*
radeonsi: Handle TGSI_SEMANTIC_PRIMID
Michel Dänzer
2014-01-29
1
-1
/
+14
*
radeonsi: Generalize counting of shader parameters
Michel Dänzer
2014-01-29
1
-36
/
+46
*
radeonsi: Fix handling of geometry shader output vertex ID
Michel Dänzer
2014-01-29
1
-7
/
+19
*
radeonsi: Initial geometry shader support
Michel Dänzer
2014-01-29
1
-155
/
+582
*
radeonsi: Refactor shader input / output handling code
Michel Dänzer
2014-01-29
1
-218
/
+268
*
radeonsi: cleanup includes, add missing license
Marek Olšák
2014-01-28
1
-8
/
+0
*
r600g,radeonsi: consolidate get_compute_param
Marek Olšák
2014-01-28
1
-1
/
+1
[next]