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
/
state_trackers
/
nine
/
nine_shader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/nine: Add asserts for output/input packing
Axel Davy
2016-05-18
1
-0
/
+2
*
st/nine: Fix output shift calculation
Axel Davy
2016-05-18
1
-2
/
+2
*
st/nine: Fix Pointsize in programmable shader
Axel Davy
2016-05-18
1
-6
/
+11
*
st/nine: PositionT and Tessfactor are forbidden as PS input
Axel Davy
2016-05-18
1
-3
/
+5
*
st/nine: Fix some shader failures not triggering error
Axel Davy
2016-05-18
1
-2
/
+5
*
st/nine: Forbid POSITION0 for PS3.0
Axel Davy
2016-05-18
1
-0
/
+5
*
Treewide: Remove Elements() macro
Jan Vesely
2016-05-17
1
-32
/
+32
*
gallium: remove helpers converting to/from TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
1
-12
/
+1
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
1
-9
/
+9
*
st/nine: Use Position input helper for ps3 declared inputs
Axel Davy
2016-02-29
1
-0
/
+7
*
st/nine: Introduce helper for Position shader input
Axel Davy
2016-02-29
1
-16
/
+15
*
st/nine: Enforce centroid for color input when multisampling is on
Axel Davy
2016-02-04
1
-4
/
+8
*
st/nine: Fix centroid flag
Axel Davy
2016-02-04
1
-1
/
+4
*
st/nine: Fix shade mode flat
Patrick Rudolph
2016-02-04
1
-1
/
+2
*
st/nine: Fix rounding issue with vs1.1 a0 reg
Axel Davy
2016-02-04
1
-22
/
+7
*
st/nine: Fix D3DPMISCCAPS_FOGANDSPECULARALPHA support
Axel Davy
2016-02-04
1
-11
/
+1
*
nine: allow fragment shader POSITION and FACE to be system values
Marek Olšák
2016-01-08
1
-11
/
+37
*
st/nine: Silent warning in sm1_declusage_to_tgsi
Axel Davy
2015-08-21
1
-1
/
+1
*
st/nine: Better check shader constant limits
Axel Davy
2015-08-21
1
-9
/
+27
*
st/nine: Programmable ps D3DTTSS_PROJECTED support
Axel Davy
2015-08-21
1
-4
/
+55
*
st/nine: Finish Fog implementation
Axel Davy
2015-08-21
1
-3
/
+44
*
st/nine: Begin programmable shader fog support
Axel Davy
2015-08-21
1
-7
/
+42
*
st/nine: Implement TEXBEM,TEXBEML and BEM
Tiziano Bacocco
2015-08-21
1
-7
/
+119
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-28
/
+28
*
tgsi/ureg: add support for output array declarations
Marek Olšák
2015-06-05
1
-5
/
+8
*
tgsi/ureg: add support for FS input array declarations
Marek Olšák
2015-06-05
1
-1
/
+1
*
st/nine: Fix computation of const_used_size
Xavier Bouchoux
2015-04-29
1
-3
/
+6
*
st/nine: Fix wrong assert in nine_shader
Axel Davy
2015-04-29
1
-4
/
+4
*
st/nine: Handle special LIT case
Axel Davy
2015-04-29
1
-1
/
+18
*
st/nine: Fix use of D3DSP_NOSWIZZLE
Axel Davy
2015-02-06
1
-1
/
+1
*
st/nine: Check for the correct number of constants.
Axel Davy
2015-02-06
1
-4
/
+4
*
st/nine: Introduce failure handling for shader parsing.
Axel Davy
2015-02-06
1
-8
/
+30
*
st/nine: Print warnings for r500 when shader is likely to go wrong
Axel Davy
2015-02-06
1
-0
/
+6
*
st/nine: Declare constants only up to the maximum needed.
Axel Davy
2015-02-06
1
-27
/
+11
*
st/nine: Refactor how user constbufs sizes are calculated
Axel Davy
2015-02-06
1
-3
/
+14
*
st/nine: Correct rules for relative adressing and constants.
Axel Davy
2015-01-22
1
-6
/
+8
*
st/nine: Implement TEXREG2AR, TEXREG2GB and TEXREG2RGB
Axel Davy
2015-01-22
1
-3
/
+36
*
st/nine: Implement TEXDP3TEX
Axel Davy
2015-01-22
1
-1
/
+19
*
st/nine: Implement TEXDP3
Axel Davy
2015-01-22
1
-1
/
+11
*
st/nine: Implement TEXDEPTH
Axel Davy
2015-01-22
1
-1
/
+22
*
st/nine: Implement TEXM3x3SPEC
Axel Davy
2015-01-22
1
-1
/
+38
*
st/nine: Implement TEXM3x2TEX
Axel Davy
2015-01-22
1
-1
/
+19
*
st/nine: implement TEXM3x2DEPTH
Axel Davy
2015-01-22
1
-1
/
+26
*
st/nine: Fix TEXM3x3 and implement TEXM3x3VSPEC
Axel Davy
2015-01-22
1
-17
/
+36
*
st/nine: Fill missing dst and src number for some instructions.
Axel Davy
2015-01-22
1
-23
/
+23
*
st/nine: Implement TEXCOORD special behaviours
Axel Davy
2015-01-22
1
-5
/
+26
*
st/nine: Fix CALLNZ implementation
Axel Davy
2015-01-22
1
-9
/
+4
*
st/nine: Clamp ps 1.X constants
Axel Davy
2015-01-22
1
-0
/
+7
*
st/nine: Remove duplicated code for ps texcoord input declaration
Axel Davy
2015-01-22
1
-8
/
+4
*
st/nine: Fix CND implementation
Axel Davy
2015-01-22
1
-9
/
+13
[next]