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_setup_context.h
Age
Commit message (
Expand
)
Author
2009-12-04
llvmpipe: simplify framebuffer state code
Brian Paul
2009-12-04
llvmpipe: comments and minor clean-ups
Brian Paul
2009-12-04
llvmpipe: move bin-related structures and functions into new lp_bin.[ch]
Brian Paul
2009-12-04
llvmpipe: bin state-change commands
Brian Paul
2009-12-04
llvmpipe: struct cmd_bin
Brian Paul
2009-12-03
llvmpipe: comments
Brian Paul
2009-12-03
llvmpipe: comments
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-19
llvmpipe: fixed-point rasterization
Keith Whitwell
2009-10-19
llvmpipe: Allocate the blend color from the data store, and ensure it's aligned.
José Fonseca
2009-10-18
llvmpipe: Maintain a copy of the shader constants to prevent clobbering.
José Fonseca
2009-10-09
llvmpipe: Get jit_context/jit_function across the rasterizer.
José Fonseca
2009-10-09
llvmpipe: Put jit_context in store.
José Fonseca
2009-10-09
llvmpipe: Pass state to setup.
José Fonseca
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
2009-10-09
llvmpipe: calculate overall width and height, pass to rasterizer
Keith Whitwell
2009-10-08
llvmpipe: get lp_setup compiling
Keith Whitwell
2009-10-08
llvmpipe: work on clears and coefficients
Keith Whitwell
2009-10-08
llvmpipe: start cleaning up
Keith Whitwell
2009-10-08
llvmpipe: Update more copyright headers.
José Fonseca
2009-10-08
llvmpipe: wip me harder
Keith Whitwell
2009-10-08
llvmpipe: import experimental softpipe rasterizer code, wip binning code
Keith Whitwell