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: 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
*
radeonsi: mark most intrinsics as readnone/nounwind
Christian König
2013-03-26
1
-8
/
+10
*
radeonsi: mark all loads as constant
Christian König
2013-03-26
1
-7
/
+25
*
radeonsi: remove wqm intrinsic
Christian König
2013-03-26
1
-9
/
+0
*
radeonsi: enable indirect adressing
Christian König
2013-03-19
1
-5
/
+0
*
radeonsi: implement indirect adressing of constants
Christian König
2013-03-19
1
-6
/
+8
*
radeonsi: switch to using resource destribtors for constants v2
Christian König
2013-03-19
1
-18
/
+16
*
radeonsi: add LLVMNoUnwindAttribute to intrinsic
Christian König
2013-03-07
1
-1
/
+1
*
radeonsi: rework input interpolation
Christian König
2013-03-07
1
-33
/
+55
*
radeonsi: remove SI.vs.load.buffer.index
Christian König
2013-03-07
1
-10
/
+11
*
radeon/llvm: make SGPRs proper function arguments v2
Christian König
2013-03-07
1
-73
/
+33
*
radeon/llvm: replace shader type intrinsic with function attribute
Christian König
2013-03-07
1
-12
/
+2
*
radeonsi: switch to v*i8 for resources and samplers v2
Christian König
2013-03-07
1
-18
/
+12
*
radeonsi: fix trivial warning
Christian König
2013-03-06
1
-1
/
+0
*
radeonsi: Fix w component of TGSI_SEMANTIC_POSITION fragment shader inputs.
Michel Dänzer
2013-02-21
1
-0
/
+8
*
radeonsi: Fix up and enable flat shading.
Michel Dänzer
2013-02-21
1
-10
/
+1
*
radeonsi: Handle TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS
Michel Dänzer
2013-02-14
1
-0
/
+29
*
radeonsi: remove constant index limitation v3
Christian König
2013-02-12
1
-6
/
+0
*
radeonsi: support constants as TEX coordinates
Christian König
2013-02-12
1
-0
/
+9
*
radeonsi: Remove incorrect (and dead) assignment in tex_fetch_args().
Michel Dänzer
2013-02-07
1
-2
/
+0
*
radeonsi: Use unique names for referring to texture sampling intrinsics.
Michel Dänzer
2013-02-07
1
-3
/
+18
*
radeonsi: Improve packing of texture address parameters.
Michel Dänzer
2013-02-04
1
-30
/
+97
*
radeonsi: Adapt to sample intrinsics changes.
Michel Dänzer
2013-02-04
1
-24
/
+31
*
radeonsi: Fall back to dummy pixel shader instead of trying indirect addressing.
Michel Dänzer
2013-01-24
1
-0
/
+5
*
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
[next]