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
/
llvmpipe
/
lp_quad_fs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvmpipe: Code generate the depth test, and include in the shader.
José Fonseca
2009-08-29
1
-11
/
+67
*
llvmpipe: Code generate alpha testing and append to generated fragment shader.
José Fonseca
2009-08-29
1
-10
/
+15
*
llvmpipe: Code generate the position interpolation.
José Fonseca
2009-08-29
1
-41
/
+5
*
llvmpipe: Put the position coefficients together with the inputs.
José Fonseca
2009-08-29
1
-8
/
+8
*
llvmpipe: Put color/depth directly into the quad structure.
José Fonseca
2009-08-29
1
-33
/
+2
*
llvmpipe: use align_malloc for all structs containing ALIGN16 members
Keith Whitwell
2009-08-29
1
-2
/
+4
*
llvmpipe: Rasterize the quads according to what the blend function expects.
José Fonseca
2009-08-29
1
-2
/
+5
*
llvmpipe: Silence compiler warnings.
José Fonseca
2009-08-29
1
-1
/
+0
*
llvmpipe: Implement KIL.
José Fonseca
2009-08-29
1
-4
/
+9
*
llvmpipe: Compute interpolation coeffs directly into SoA layout.
José Fonseca
2009-08-29
1
-24
/
+3
*
llvmpipe: Pass the interpolation factors as scalars.
José Fonseca
2009-08-29
1
-8
/
+6
*
llvmpipe: Eliminate dependency on tgsi_exec_machine.
José Fonseca
2009-08-29
1
-111
/
+55
*
llvmpipe: Eliminate non-LLVM fs execution paths.
José Fonseca
2009-08-29
1
-6
/
+113
*
llvmpipe: move all depth/stencil/alpha pixel processing into one stage
Keith Whitwell
2009-08-29
1
-17
/
+29
*
llvmpipe: expand quad pipeline to process >1 quad at a time
Keith Whitwell
2009-08-29
1
-10
/
+30
*
llvmpipe: Fork softpipe for experimentation with llvm.
José Fonseca
2009-08-29
1
-0
/
+192