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
/
radeonsi_shader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: Apply si_* file naming scheme.
Andreas Hartmetz
2014-01-14
1
-2058
/
+0
*
radeonsi: fix FS_COLOR0_WRITES_ALL_CBUFS with mixed colorbuffer formats
Marek Olšák
2013-12-12
1
-25
/
+15
*
radeonsi: use the colorbuffer count from the shader key
Marek Olšák
2013-12-12
1
-4
/
+2
*
radeonsi: Remove some stale XXX / FIXME comments
Michel Dänzer
2013-12-05
1
-4
/
+1
*
radeonsi: add driver support for layered rendering and AMD_vertex_shader_layer
Marek Olšák
2013-12-03
1
-1
/
+13
*
radeonsi: implement OpenGL edge flags
Marek Olšák
2013-12-03
1
-6
/
+46
*
radeonsi: implement texture buffer objects
Marek Olšák
2013-11-04
1
-5
/
+59
*
radeonsi: implement uniform buffer objects
Marek Olšák
2013-11-04
1
-28
/
+37
*
radeonsi: Allow longer intrinsic names
Kai Wasserbäch
2013-10-30
1
-1
/
+1
*
radeonsi: add the vertex shader position output if it's missing
Marek Olšák
2013-10-25
1
-0
/
+13
*
radeonsi: respect semantic indices for COLOR[i] fragment shader outputs
Marek Olšák
2013-10-25
1
-5
/
+2
*
radeonsi: Allow Sinking pass to move preloaded const/res/sampl
Vincent Lejeune
2013-10-13
1
-5
/
+27
*
radeonsi: pass alpha_ref value to PS in the user sgpr
Vadim Girlin
2013-10-13
1
-2
/
+6
*
radeon/llvm: show LLVM disassembly when available
Jay Cornwall
2013-10-12
1
-1
/
+1
*
radeonsi/compute: Fix segfault caused by recent refactoring
Tom Stellard
2013-10-03
1
-2
/
+2
*
radeonsi: move debug options to R600_DEBUG
Marek Olšák
2013-09-29
1
-6
/
+2
*
radeonsi: simplify and fix MSAA texture sampling for array textures
Marek Olšák
2013-09-20
1
-26
/
+15
*
radeonsi: fix textureOffset and texelFetchOffset GLSL functions
Marek Olšák
2013-09-20
1
-9
/
+23
*
radeonsi: fix gl_InstanceID with non-zero start_instance
Marek Olšák
2013-09-13
1
-3
/
+4
*
radeonsi: implement streamout shader support
Marek Olšák
2013-09-13
1
-10
/
+269
*
radeonsi: bind streamout buffers to VGT and the vertex shader
Marek Olšák
2013-09-13
1
-0
/
+1
*
radeonsi: use r600_common_context, r600_common_screen, r600_resource
Marek Olšák
2013-08-31
1
-6
/
+6
*
radeonsi: cleanup initialization of SGPR shader parameters
Marek Olšák
2013-08-31
1
-13
/
+19
*
radeonsi: Also set the depth component mask bit for stencil-only exports
Michel Dänzer
2013-08-26
1
-1
/
+4
*
radeonsi: Fix y/z/w component values of TGSI_SEMANTIC_FOG pixel shader inputs
Michel Dänzer
2013-08-22
1
-0
/
+18
*
radeonsi: remove useless code from tex_fetch_args
Marek Olšák
2013-08-17
1
-18
/
+0
*
radeonsi: implement texture fetching for compressed MSAA textures (v2)
Marek Olšák
2013-08-17
1
-5
/
+116
*
radeonsi: implement GL_SAMPLE_ALPHA_TO_ONE
Marek Olšák
2013-08-17
1
-0
/
+14
*
radeonsi: Don't export unused clip distance vectors from vertex shader
Michel Dänzer
2013-08-15
1
-1
/
+9
*
radeonsi: Don't leave gaps between position exports from vertex shader
Michel Dänzer
2013-08-15
1
-56
/
+79
*
radeonsi: Handle TGSI_OPCODE_DDX/Y using local memory
Michel Dänzer
2013-07-10
1
-1
/
+100
*
radeonsi: Handle TGSI_OPCODE_TXD
Michel Dänzer
2013-07-10
1
-2
/
+25
*
radeonsi: Handle TGSI TXQ opcode
Michel Dänzer
2013-05-28
1
-2
/
+32
*
radeonsi: Add support for TGSI TXF opcode
Michel Dänzer
2013-05-28
1
-13
/
+50
*
radeonsi: Use tgsi_util_get_texture_coord_dim()
Michel Dänzer
2013-05-28
1
-25
/
+7
*
radeonsi: Handle TGSI_SEMANTIC_CLIPDIST
Michel Dänzer
2013-05-28
1
-4
/
+17
*
radeonsi: Fix hardware state for dual source blending
Michel Dänzer
2013-05-28
1
-0
/
+5
*
radeonsi: Handle TGSI_SEMANTIC_CLIPVERTEX
Michel Dänzer
2013-05-21
1
-0
/
+62
*
radeonsi: Fix handling of TGSI_SEMANTIC_PSIZE
Michel Dänzer
2013-05-21
1
-1
/
+3
*
radeonsi: increase array size for shader inputs and outputs
Marek Olšák
2013-05-21
1
-0
/
+2
*
radeonsi: Read config values from the .AMDGPU.config ELF section
Tom Stellard
2013-04-15
1
-7
/
+27
*
radeon/llvm: Use a struct for storing compiled code
Tom Stellard
2013-04-15
1
-18
/
+17
*
radeonsi: remove sampler writemask v3
Christian König
2013-04-10
1
-12
/
+7
*
radeonsi: Add compute support v3
Tom Stellard
2013-04-05
1
-45
/
+54
*
gallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers to specify a processor v2
Tom Stellard
2013-04-05
1
-1
/
+3
*
radeonsi: add instance divisor support v3
Christian König
2013-04-02
1
-25
/
+42
*
radeonsi: add start instance support
Christian König
2013-04-02
1
-1
/
+12
*
radeonsi: add instanceid support
Christian König
2013-04-02
1
-3
/
+32
*
radeonsi: add preloading for all samplers
Christian König
2013-03-26
1
-12
/
+45
*
radeonsi: add preloading of all constants
Christian König
2013-03-26
1
-16
/
+51
[next]