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: Set SPI_SHADER_COL_FORMAT to what the pixel shader actually exports.
Michel Dänzer
2013-01-17
1
-0
/
+10
*
radeonsi: Pass texture type to sampling intrinsics.
Michel Dänzer
2013-01-17
1
-4
/
+2
*
radeon/llvm: improve cube map handling
Vadim Girlin
2012-12-18
1
-2
/
+12
*
radeonsi: Fix cube texture coordinates.
Michel Dänzer
2012-12-06
1
-0
/
+7
*
radeonsi: Bitcast result of packf16 intrinsic to float for export intrinsic.
Michel Dänzer
2012-11-29
1
-1
/
+5
*
radeonsi: Flesh out support for depth/stencil exports from the pixel shader.
Michel Dänzer
2012-11-28
1
-2
/
+59
*
radeonsi: Handle TGSI TXL opcode.
Michel Dänzer
2012-11-14
1
-0
/
+7
*
radeonsi: Handle TGSI TXB opcode.
Michel Dänzer
2012-11-14
1
-0
/
+7
*
radeonsi: Implement alpha testing in pixel shader.
Michel Dänzer
2012-11-12
1
-0
/
+36
*
radeonsi: Initialize uses_kill boolean from TGSI info.
Michel Dänzer
2012-11-12
1
-0
/
+1
*
radeonsi: Handle TGSI_SEMANTIC_FACE.
Michel Dänzer
2012-10-26
1
-0
/
+27
*
radeonsi: Handle TGSI_SEMANTIC_BCOLOR.
Michel Dänzer
2012-10-26
1
-8
/
+52
*
radeonsi: Don't snoop context state while building shaders.
Michel Dänzer
2012-10-26
1
-2
/
+5
*
radeonsi: remove unused local variables
Marek Olšák
2012-10-11
1
-1
/
+0
*
radeonsi: Fix double compilation of shader variants.
Michel Dänzer
2012-10-02
1
-0
/
+4
*
radeonsi: Better indexing of parameters in the pixel shader.
Michel Dänzer
2012-10-02
1
-4
/
+6
*
radeonsi: define SGPR register numbers
Christian König
2012-10-01
1
-13
/
+5
*
radeonsi: remove unused code
Christian Koenig
2012-09-26
1
-19
/
+0
*
radeonsi: Handle position input parameter for pixel shaders v2
Tom Stellard
2012-09-11
1
-1
/
+15
*
radeonsi: Pass shader type to the compiler
Tom Stellard
2012-09-11
1
-0
/
+12
*
radeonsi: Handle TGSI_SEMANTIC_FOG.
Michel Dänzer
2012-09-07
1
-0
/
+1
*
radeonsi: Enable whole quad mode for pixel shaders.
Michel Dänzer
2012-09-06
1
-2
/
+10
*
radeonsi: stop big offsets from hanging the GPU v2
Christian König
2012-09-04
1
-2
/
+9
*
radeonsi: handle indirect constants gracefully
Christian König
2012-09-03
1
-0
/
+7
*
radeonsi: Handle TGSI_SEMANTIC_PSIZE
Tom Stellard
2012-08-31
1
-0
/
+1
*
radeon/llvm: Declare the interpolation intrinsics as ReadOnly
Tom Stellard
2012-08-29
1
-2
/
+2
*
radeonsi: Use FP16 shader export format when necessary / possible.
Michel Dänzer
2012-08-27
1
-10
/
+41
*
radeonsi: Refactor initialization of shader export intrinsic arguments.
Michel Dänzer
2012-08-27
1
-36
/
+48
*
radeonsi: Maintain cache of pixel shader variants according to contxt state.
Michel Dänzer
2012-08-27
1
-7
/
+7
*
radeonsi: Fix LLVM context leak.
Michel Dänzer
2012-08-16
1
-0
/
+1
*
radeon/llvm: Add live-in registers during DAG lowering
Tom Stellard
2012-08-15
1
-2
/
+3
*
radeonsi: cleanup shader headers
Christian König
2012-08-11
1
-0
/
+28
*
radeonsi: If pixel shader compilation fails, use a dummy shader.
Michel Dänzer
2012-08-08
1
-1
/
+4
*
radeonsi: Properly initialize si_shader_ctx.radeon_bld
Tom Stellard
2012-08-02
1
-0
/
+1
*
radeonsi: Handle TGSI TXP opcode.
Michel Dänzer
2012-08-02
1
-2
/
+24
*
radeonsi: fix TEX writemask
Christian König
2012-08-02
1
-2
/
+2
*
radeonsi: fix shader param and color count
Christian König
2012-08-02
1
-5
/
+6
*
radeonsi: fix texture loads from sampler > 0
Christian König
2012-08-02
1
-2
/
+2
*
radeonsi: fix dummy export in shaders v2
Christian König
2012-07-30
1
-0
/
+19
*
radeonsi: fix vertex buffer and elements
Christian König
2012-07-30
1
-3
/
+3
*
radeonsi: fix shader size and handling
Christian König
2012-07-30
1
-13
/
+13
*
radeonsi: rename r600_resource to si_resource
Christian König
2012-07-30
1
-3
/
+2
*
radeonsi: Add support for loading integers from constant memory
Tom Stellard
2012-07-27
1
-1
/
+3
*
radeonsi: move shaders to new handling
Christian König
2012-07-24
1
-2
/
+2
*
radeonsi: move rasterizer state into new handling
Christian König
2012-07-24
1
-1
/
+2
*
radeonsi: move framebuffer to new handling
Christian König
2012-07-24
1
-1
/
+1
*
radeonsi: Dump TGSI code prior to doing TGSI->LLVM conversion.
Tom Stellard
2012-07-12
1
-1
/
+6
*
radeonsi: Use linear instead of constant interpolation for now.
Michel Dänzer
2012-06-12
1
-0
/
+8
*
radeonsi: Only dump shaders with environment variable RADEON_DUMP_SHADERS=1.
Michel Dänzer
2012-06-12
1
-8
/
+15
*
radeonsi: Remove use.sgpr* intrinsics, use load instructions instead
Tom Stellard
2012-05-29
1
-44
/
+36
[next]