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
/
drivers
/
llvmpipe
/
lp_context.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
llvmpipe: Moved draw pipeline twoside function to llvm setup code
Hui Qi Tay
2010-11-01
1
-0
/
+6
*
llvmpipe: use llvm for attribute interpolant calculation
Keith Whitwell
2010-09-18
1
-4
/
+6
*
llvmpipe: native point rasterization
Hui Qi Tay
2010-08-27
1
-0
/
+3
*
gallium: Implement draw_vbo and set_index_buffer for all drivers.
Chia-I Wu
2010-07-29
1
-0
/
+1
*
llvmpipe: disconnect vertex texture sampling from the setup
Zack Rusin
2010-07-06
1
-0
/
+1
*
llvmpipe: make geometry shaders and stream output work
Zack Rusin
2010-06-22
1
-0
/
+7
*
llvmpipe: limit the number of fragment shader variants kept around
Roland Scheidegger
2010-06-18
1
-0
/
+3
*
llvmpipe: hook up basic gs and multiple constant buffer support
Keith Whitwell
2010-06-07
1
-1
/
+2
*
llvmpipe: Use struct lp_shader_input in the interpolator.
José Fonseca
2010-06-01
1
-0
/
+5
*
llvmpipe: implement occlusion query
Qicheng Christopher Li
2010-05-06
1
-5
/
+1
*
llvmpipe: remove unused psize_slot field
Brian Paul
2010-04-28
1
-3
/
+0
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-1
/
+1
*
Merge commit 'origin/master' into gallium-sampler-view
Keith Whitwell
2010-03-13
1
-2
/
+2
|
\
|
*
llvmpipe: setup_context -> lp_setup_context
José Fonseca
2010-03-13
1
-2
/
+2
*
|
Merge branch 'master' into gallium-sampler-view
Michal Krol
2010-03-10
1
-2
/
+2
|
\
|
|
*
llvmpipe: adapt to new vertex element cso
Roland Scheidegger
2010-03-01
1
-2
/
+2
*
|
llvmpipe: Fix after sampler view changes.
michal
2009-12-10
1
-4
/
+4
|
/
*
llvmpipe: adapt to stencil ref changes
Roland Scheidegger
2010-02-10
1
-0
/
+1
*
gallium: squash-merge of gallium screen context
Keith Whitwell
2010-02-08
1
-0
/
+4
*
Merge remote branch 'origin/master' into lp-binning
José Fonseca
2010-01-16
1
-1
/
+1
|
\
|
*
Merge branch 'gallium-noconstbuf'
Roland Scheidegger
2010-01-15
1
-1
/
+1
|
|
\
|
|
*
gallium: adapt drivers to pipe_constant_buffer removal
Roland Scheidegger
2009-12-24
1
-1
/
+1
*
|
|
llvmpipe: remove scissor cliprect derived state
Keith Whitwell
2010-01-11
1
-3
/
+0
*
|
|
Merge remote branch 'origin/master' into lp-binning
José Fonseca
2010-01-08
1
-0
/
+4
|
\
|
|
|
*
|
llvmpipe: Remove more loose ends of TGSI exec sampling.
José Fonseca
2010-01-07
1
-8
/
+0
|
|
/
|
*
llvmpipe: Port vertex sampler support from softpipe.
José Fonseca
2009-12-04
1
-0
/
+5
|
*
llvmpipe: remove old prim_setup draw stage
Keith Whitwell
2009-11-03
1
-2
/
+3
|
*
llvmpipe: Eliminate constant mapping/unmapping.
José Fonseca
2009-10-09
1
-3
/
+0
*
|
llvmpipe: remove dead code
Keith Whitwell
2010-01-06
1
-1
/
+0
*
|
llvmpipe: merge setup and draw vbuf submodules
Keith Whitwell
2010-01-06
1
-15
/
+0
*
|
llvmpipe: Pass state to setup.
José Fonseca
2009-10-09
1
-2
/
+1
*
|
llvmpipe: Eliminate constant mapping/unmapping.
José Fonseca
2009-10-09
1
-3
/
+0
*
|
llvmpipe: remove some old sampler support structs
Keith Whitwell
2009-10-08
1
-10
/
+2
*
|
llvmpipe: remove tex tile cache and related code
Keith Whitwell
2009-10-08
1
-16
/
+5
*
|
llvmpipe: import experimental softpipe rasterizer code, wip binning code
Keith Whitwell
2009-10-08
1
-2
/
+3
|
/
*
llvmpipe: Pass the alpha ref value and blend color in the jit context.
José Fonseca
2009-08-29
1
-1
/
+1
*
llvmpipe: Pass fragment context to generated function in a single structure.
José Fonseca
2009-08-29
1
-0
/
+3
*
llvmpipe: Drop blend derived state.
José Fonseca
2009-08-29
1
-1
/
+1
*
llvmpipe: Squash the quad pipeline.
José Fonseca
2009-08-29
1
-8
/
+4
*
llvmpipe: Generate the fragment pipeline into a single function.
José Fonseca
2009-08-29
1
-1
/
+0
*
llvmpipe: Code generate the depth test, and include in the shader.
José Fonseca
2009-08-29
1
-2
/
+0
*
llvmpipe: Eliminate non-LLVM fs execution paths.
José Fonseca
2009-08-29
1
-3
/
+1
*
llvmpipe: Tiles in rgba8 format.
José Fonseca
2009-08-29
1
-1
/
+1
*
llvmpipe: Use the generated SoA blending code.
José Fonseca
2009-08-29
1
-2
/
+3
*
llvmpipe: Split the texture cache from the color/depth/stencil cache.
José Fonseca
2009-08-29
1
-1
/
+2
*
llvmpipe: move all depth/stencil/alpha pixel processing into one stage
Keith Whitwell
2009-08-29
1
-6
/
+0
*
llvmpipe: move all color-combine code into lp_quad_blend.c
Keith Whitwell
2009-08-29
1
-2
/
+0
*
llvmpipe: actually pass >1 quad from triangle routine
Keith Whitwell
2009-08-29
1
-1
/
+10
*
llvmpipe: rip out old mulithread support
Keith Whitwell
2009-08-29
1
-12
/
+1
*
llvmpipe: make some small steps to flush texture cache less frequently
Keith Whitwell
2009-08-29
1
-1
/
+2
[prev]
[next]