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_state_fs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvmpipe: s/debug_dump_/util_dump_/
José Fonseca
2010-02-14
1
-17
/
+17
*
llvmpipe: Use util_format_name().
José Fonseca
2010-02-14
1
-2
/
+2
*
llvmpipe: Remove reference to prefilter field.
Michal Krol
2010-02-09
1
-1
/
+0
*
llvmpipe: switch to using dynamic stack allocation instead of registers
Zack Rusin
2010-02-08
1
-5
/
+6
*
llvmpipe: use new os time functions
Brian Paul
2010-02-08
1
-5
/
+5
*
llvmpipe: export the tgsi translation code to a common layer
Zack Rusin
2010-02-08
1
-13
/
+13
*
Merge remote branch 'origin/lp-binning'
José Fonseca
2010-02-05
1
-158
/
+486
|
\
|
*
Merge remote branch 'origin/master' into lp-binning
José Fonseca
2010-01-31
1
-14
/
+13
|
|
\
|
*
|
llvmpipe: count/report time spent in LLVM compilations
Brian Paul
2010-01-27
1
-4
/
+16
|
*
|
llvmpipe: updated comment
Brian Paul
2010-01-20
1
-0
/
+2
|
*
|
llvmpipe: tweak a comment
Brian Paul
2010-01-18
1
-1
/
+1
|
*
|
Merge remote branch 'origin/master' into lp-binning
José Fonseca
2010-01-16
1
-6
/
+5
|
|
\
\
|
*
|
|
llvmpipe: generate two shader varients, one omits triangle in/out testing
Brian Paul
2010-01-15
1
-14
/
+45
|
*
|
|
llvmpipe: asst code changes in lp_state_fs.c
Brian Paul
2010-01-15
1
-27
/
+32
|
*
|
|
llvmpipe: implement scissor testing
Brian Paul
2010-01-14
1
-0
/
+52
|
*
|
|
llvmpipe: comments
Brian Paul
2010-01-13
1
-0
/
+4
|
*
|
|
llvmpipe: Opaque shader implies complete colormask too.
José Fonseca
2010-01-13
1
-0
/
+2
|
*
|
|
llvmpipe: Reset the bin when shading a whole tile with an opaque shader.
José Fonseca
2010-01-13
1
-1
/
+11
|
*
|
|
llvmpipe: silence unused var warnings
Brian Paul
2010-01-12
1
-3
/
+5
|
*
|
|
llvmpipe: disable the all in/out test code for now
Brian Paul
2010-01-11
1
-1
/
+1
|
*
|
|
llvmpipe: move, update comments
Brian Paul
2010-01-11
1
-17
/
+10
|
*
|
|
llvmpipe: refactor generate_fragment() code
Brian Paul
2010-01-11
1
-62
/
+76
|
*
|
|
llvmpipe: do the all-in test on the scalar c0 instead of vector c0
Brian Paul
2010-01-11
1
-24
/
+21
|
*
|
|
llvmpipe: force constant interpolation of flatshade colors
Keith Whitwell
2010-01-11
1
-1
/
+6
|
*
|
|
llvmpipe: initial mrt support
Keith Whitwell
2010-01-10
1
-45
/
+69
|
*
|
|
llvmpipe: optimize case when all four pixels are inside the triangle
Brian Paul
2010-01-08
1
-29
/
+77
|
*
|
|
Merge remote branch 'origin/master' into lp-binning
José Fonseca
2010-01-08
1
-17
/
+64
|
|
\
\
\
|
*
|
|
|
llvmpipe: merge setup and draw vbuf submodules
Keith Whitwell
2010-01-06
1
-1
/
+2
|
*
|
|
|
llvmpipe: remove unused code, added comments, etc
Brian Paul
2009-12-17
1
-5
/
+19
|
*
|
|
|
llvmpipe: improve the in/out test a little
Brian Paul
2009-12-17
1
-18
/
+6
|
*
|
|
|
llvmpipe: do final the pixel in/out triangle test in the fragment shader
Brian Paul
2009-12-16
1
-13
/
+131
|
*
|
|
|
llvmpipe: fix blend debug strings
Brian Paul
2009-12-03
1
-5
/
+5
|
*
|
|
|
llvmpipe: execute shaders on 4x4 blocks instead of 8x2
Brian Paul
2009-12-02
1
-4
/
+8
|
*
|
|
|
llvmpipe: Get jit_context/jit_function across the rasterizer.
José Fonseca
2009-10-09
1
-0
/
+3
|
*
|
|
|
llvmpipe: add LP_DEBUG env var
Keith Whitwell
2009-10-09
1
-36
/
+31
|
*
|
|
|
llvmpipe: Pass state to setup.
José Fonseca
2009-10-09
1
-4
/
+3
|
*
|
|
|
llvmpipe: Eliminate constant mapping/unmapping.
José Fonseca
2009-10-09
1
-3
/
+17
|
*
|
|
|
llvmpipe: Remove quad headers.
José Fonseca
2009-10-08
1
-1
/
+0
*
|
|
|
|
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-0
/
+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge commit 'origin/perrtblend'
Roland Scheidegger
2010-01-28
1
-10
/
+10
|
\
\
\
\
|
*
|
|
|
llvmpipe: adapt to per-rendertarget blend changes
Roland Scheidegger
2010-01-20
1
-10
/
+10
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
gallium: Enable multiple constant buffers for vertex and geometry shaders.
Michal Krol
2010-01-28
1
-1
/
+1
*
|
|
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-2
/
+0
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
llvmpipe: Remove unnecessary headers.
Vinson Lee
2010-01-21
1
-2
/
+0
*
|
|
|
Merge branch 'gallium-noconstbuf'
Roland Scheidegger
2010-01-15
1
-5
/
+4
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
gallium: remove const qualifier from pipe_buffer argument in set_constant_buffer
Roland Scheidegger
2010-01-11
1
-1
/
+1
|
*
|
|
gallium: adapt drivers to pipe_constant_buffer removal
Roland Scheidegger
2009-12-24
1
-5
/
+4
*
|
|
|
llvmpipe: Axe texture sampling code inherited from softpipe.
José Fonseca
2010-01-07
1
-5
/
+0
*
|
|
|
pipe_sampler_state::compare_mode is not a boolean enable flag.
Michal Krol
2010-01-06
1
-2
/
+2
*
|
|
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-31
1
-0
/
+1
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
[next]