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_ff.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/nine: Do not use NineBaseTexture9 in nine_context
Axel Davy
2016-12-20
1
-3
/
+3
*
st/nine: Move pipe and cso to nine_context
Axel Davy
2016-12-20
1
-4
/
+4
*
st/nine: Rename pipe to pipe_data in nine_context
Axel Davy
2016-12-20
1
-10
/
+10
*
st/nine: Track dirty state groups in nine_context
Axel Davy
2016-12-20
1
-12
/
+13
*
st/nine: Back ps to nine_context
Axel Davy
2016-12-20
1
-3
/
+3
*
st/nine: Back all ff states in nine_context
Axel Davy
2016-12-20
1
-59
/
+55
*
st/nine: Put ff data in a separate structure
Axel Davy
2016-12-20
1
-2
/
+2
*
st/nine: Back viewport to nine_context
Axel Davy
2016-12-20
1
-1
/
+1
*
st/nine: Back vs to nine_context
Axel Davy
2016-12-20
1
-4
/
+4
*
st/nine: Back vdecl to nine_context
Axel Davy
2016-12-20
1
-5
/
+5
*
st/nine: Back textures into nine_context
Axel Davy
2016-12-20
1
-3
/
+3
*
st/nine: Move draw calls to nine_state
Axel Davy
2016-12-20
1
-39
/
+45
*
st/nine: Introduce nine_context
Axel Davy
2016-12-20
1
-12
/
+13
*
st/nine: Implement WFOG properly
Axel Davy
2016-12-20
1
-7
/
+35
*
st/nine: Fix ff texture coordinate selection
Axel Davy
2016-12-20
1
-4
/
+5
*
st/nine: Convert redundant check to assert in ff ps
Axel Davy
2016-12-20
1
-2
/
+3
*
st/nine: Fix two special cases in ff ps
Axel Davy
2016-12-20
1
-0
/
+20
*
st/nine: Remove useless code in ff ps
Axel Davy
2016-12-20
1
-5
/
+0
*
st/nine: Fix ff cases when stages should be disabled
Axel Davy
2016-12-20
1
-6
/
+16
*
st/nine: Always initialize current in ff ps
Axel Davy
2016-12-20
1
-24
/
+1
*
st/nine: Fix check for ff specular
Axel Davy
2016-12-20
1
-2
/
+7
*
st/nine: Do not saturate illumination coefficients in ff
Axel Davy
2016-12-20
1
-4
/
+0
*
st/nine: Fix ff COLOR0 w component computation
Axel Davy
2016-12-20
1
-21
/
+10
*
st/nine: Fix specular enable for alpha
Axel Davy
2016-12-20
1
-1
/
+1
*
st/nine: Fix leak in user constant upload path
Axel Davy
2016-12-20
1
-10
/
+12
*
st/nine: Properly declare sampler states for ff
Axel Davy
2016-10-10
1
-1
/
+6
*
st/nine: Handle user clipping planes properly for ff
Axel Davy
2016-10-10
1
-4
/
+17
*
st/nine: Fix specular w coordinate
Axel Davy
2016-10-10
1
-4
/
+2
*
st/nine: Disable parts of lighting calculation if no normal provided
Axel Davy
2016-10-10
1
-26
/
+35
*
st/nine: Fix condition for specular lightning
Axel Davy
2016-10-10
1
-12
/
+11
*
st/nine: Do always accumulate diffuse
Axel Davy
2016-10-10
1
-3
/
+2
*
st/nine: Initialize ps ff registers
Axel Davy
2016-10-10
1
-0
/
+5
*
st/nine: Do not pollute rTmp in ff ps
Axel Davy
2016-10-10
1
-2
/
+4
*
st/nine: Allocate temporaries on demand for ps ff
Axel Davy
2016-10-10
1
-14
/
+10
*
st/nine: Fix ff computation for inverse
Axel Davy
2016-10-10
1
-20
/
+6
*
st/nine: Used normed Vtx for reflectionvector
Axel Davy
2016-10-10
1
-2
/
+5
*
st/nine: Implement SPHEREMAP
Axel Davy
2016-10-10
1
-3
/
+29
*
st/nine: Enable passthrough only if positiont is used
Axel Davy
2016-10-10
1
-0
/
+2
*
st/nine: Fix wrong mask in ff vs
Axel Davy
2016-10-10
1
-1
/
+1
*
st/nine: Fix tweening factor computation
Axel Davy
2016-10-10
1
-2
/
+2
*
st/nine: Disable ff vertex blending if required inputs are missing
Axel Davy
2016-10-10
1
-2
/
+12
*
st/nine: Use materials if source is not given.
Axel Davy
2016-10-10
1
-4
/
+5
*
st/nine: Fix ff SPECULARENABLE
Axel Davy
2016-10-10
1
-10
/
+3
*
st/nine: Undefined specular should be full of zeros
Axel Davy
2016-10-10
1
-6
/
+6
*
st/nine: Implement normal transformation with vertex blending
Axel Davy
2016-10-10
1
-5
/
+21
*
st/nine: Increase MaxVertexBlendMatrixIndex
Axel Davy
2016-10-10
1
-4
/
+4
*
st/nine: Compact ff vs constants a bit
Axel Davy
2016-10-10
1
-9
/
+9
*
st/nine: Fix vertex blending aVtx computation
Axel Davy
2016-10-10
1
-17
/
+10
*
st/nine: Reorganize ff vtx processing
Axel Davy
2016-10-10
1
-52
/
+72
*
st/nine: Small simplification for position_t and fog
Axel Davy
2016-10-10
1
-6
/
+3
[next]