index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
llvmpipe
/
lp_setup_tri.c
Age
Commit message (
Expand
)
Author
2010-03-18
gallivm/llvmpipe: added lp_rast_shader_inputs::facing and pass through
Brian Paul
2010-03-13
llvmpipe: Obey rasterization rules.
José Fonseca
2010-03-13
llvmpipe: setup_context -> lp_setup_context
José Fonseca
2010-03-03
llvmpipe: Store the original triangle coordinates in the debug build.
José Fonseca
2010-02-11
llvmpipe: Clamp both extremes of triangles to framebuffer size.
José Fonseca
2010-01-21
llvmpipe: s/inline/INLINE/
Brian Paul
2010-01-21
llvmpipe: consolidate lp_scene_alloc_aligned() calls
Brian Paul
2010-01-21
llvmpipe: re-use a1 var in linear_coef()
Brian Paul
2010-01-21
llvmpipe: area is an int here, not float
Brian Paul
2010-01-21
llvmpipe: manually unroll the inputs.step[] setup code
Brian Paul
2010-01-21
llvmpipe: added simple perf/statistics counting facility
Brian Paul
2010-01-19
llvmpipe: updated comments
Brian Paul
2010-01-15
llvmpipe: implement scissor test in triangle setup
Brian Paul
2010-01-15
llvmpipe: remove lp_rast_triangle::min/max fields
Brian Paul
2010-01-15
llvmpipe: change 'in' to boolean, add comments
Brian Paul
2010-01-14
llvmpipe: minor comment update
Brian Paul
2010-01-13
llvmpipe: minor assorted clean-ups
Brian Paul
2010-01-13
llvmpipe: Reset the bin when shading a whole tile with an opaque shader.
José Fonseca
2010-01-13
llvmpipe: tweak subpixel_snap() arithmetic
Brian Paul
2010-01-12
llvmpipe: clamp maxx,maxy to framebuffer size (in terms of tiles)
Brian Paul
2010-01-11
llvmpipe: remove opencoded constant
Keith Whitwell
2010-01-08
Merge remote branch 'origin/master' into lp-binning
José Fonseca
2009-12-16
llvmpipe: do final the pixel in/out triangle test in the fragment shader
Brian Paul
2009-12-13
llvmpipe: rename bins to scene
Keith Whitwell
2009-12-09
llvmpipe: use new lp_setup_get_current_bins() function
Brian Paul
2009-12-04
llvmpipe: reorganization of binning data structions and funtions
Brian Paul
2009-12-04
llvmpipe: move bin-related structures and functions into new lp_bin.[ch]
Brian Paul
2009-12-04
llvmpipe: remove lp_rast_triangle::oneoverarea field
Brian Paul
2009-12-04
llvmpipe: bin state-change commands
Brian Paul
2009-12-04
llvmpipe: fix typo, whitespace
Brian Paul
2009-12-04
llvmpipe: dynamic allocation of triangle a0/dadx/dady arrays
Brian Paul
2009-12-03
llvmpipe: new comment in do_triangle_ccw()
Brian Paul
2009-11-30
llvmpipe: add a bunch of comments
Brian Paul
2009-10-21
llvmpipe: remove one of two definitions of TILESIZE
Keith Whitwell
2009-10-21
llvmpipe: remove dead code
Keith Whitwell
2009-10-20
llvmpipe: minor opts to setup_tri
Keith Whitwell
2009-10-20
llvmpipe: pass mask as a linear encoding of the 4x4 block
Keith Whitwell
2009-10-20
llvmpipe: precalculate some offsets
Keith Whitwell
2009-10-19
llvmpipe: pre-multiply some constants by fixed_one
Keith Whitwell
2009-10-19
llvmpipe: fixed-point rasterization
Keith Whitwell
2009-10-19
llvmpipe: correctly scale top/left fill adjustments
Keith Whitwell
2009-10-19
llvmpipe: fix typo correcting for fill convention
Keith Whitwell
2009-10-09
llvmpipe: fill in tri min/max values
Keith Whitwell
2009-10-09
llvmpipe: Remove partial tile override.
José Fonseca
2009-10-09
llvmpipe: correct binning maths for iterating over whole tiles
Keith Whitwell
2009-10-09
llvmpipe: Get jit_context/jit_function across the rasterizer.
José Fonseca
2009-10-09
llvmpipe: just bin whole tiles for now
Keith Whitwell
2009-10-09
llvmpipe: get lp_setup_tri building
Keith Whitwell
2009-10-09
llvmpipe: use union lp_cmd_rast_arg directly, rather than through a pointer
Keith Whitwell
2009-10-09
llvmpipe: hook up some state, add stub line and point functions
Keith Whitwell
[next]