index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
llvmpipe
/
lp_rast_tri.c
Age
Commit message (
Expand
)
Author
2009-12-01
llvmpipe: added assertions
Brian Paul
2009-12-01
llvmpipe: simplify mask computation
Brian Paul
2009-12-01
llvmpipe: replace shifts with multiplies to be clearer
Brian Paul
2009-12-01
llvmpipe: make nr_blocks unsigned
Brian Paul
2009-12-01
llvmpipe: comments, reformatting and assertions in tri rast code
Brian Paul
2009-10-20
llvmpipe: move block list into rast struct
Keith Whitwell
2009-10-20
llvmpipe: build list of 4x4 blocks to be shaded
Keith Whitwell
2009-10-20
llvmpipe: recursive rasterization within a tile
Keith Whitwell
2009-10-20
llvmpipe: precalculate some offsets
Keith Whitwell
2009-10-19
llvmpipe: calculate masks in format desired by shader
Keith Whitwell
2009-10-19
llvmpipe: pre-multiply some constants by fixed_one
Keith Whitwell
2009-10-19
llvmpipe: Reshape the shader input from 8x2 to 4x4.
José Fonseca
2009-10-19
llvmpipe: fixed-point rasterization
Keith Whitwell
2009-10-10
llvmpipe: Only invoke the shader if necessary.
José Fonseca
2009-10-09
llvmpipe: Fix type in tri bounding box check.
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-08
llvmpipe: triangle struct owns its copy of shader inputs
Keith Whitwell
2009-10-08
llvmpipe: Remove quad headers.
José Fonseca
2009-10-08
llvmpipe: Call lp_rast_shade_quads from tri rasterizer.
José Fonseca
2009-10-08
llvmpipe: rast_tri updates
Keith Whitwell
2009-10-08
llvmpipe: More assorted build fixes.
José Fonseca
2009-10-08
llvmpipe: Update includes and copyright headers.
José Fonseca
2009-10-08
llvmpipe: more wipping
Keith Whitwell