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_context.h
Age
Commit message (
Expand
)
Author
2010-04-16
Merge the lp-surface-tiling branch into master.
Brian Paul
2010-04-10
Squashed commit of the following:
Keith Whitwell
2010-03-24
llvmpipe: fix texture reference counting bug
Brian Paul
2010-03-13
llvmpipe: Obey rasterization rules.
José Fonseca
2010-03-13
llvmpipe: setup_context -> lp_setup_context
José Fonseca
2010-01-15
llvmpipe: implement scissor test in triangle setup
Brian Paul
2010-01-14
llvmpipe: implement scissor testing
Brian Paul
2010-01-13
llvmpipe: check for texture usage in all scenes
Brian Paul
2010-01-13
llvmpipe: minor comment upgrades
Brian Paul
2010-01-06
llvmpipe: fix double free
Keith Whitwell
2010-01-06
llvmpipe: merge setup and draw vbuf submodules
Keith Whitwell
2009-12-17
llvmpipe: keep copy of framebuffer state in setup context
Keith Whitwell
2009-12-13
llvmpipe: rename bins to scene
Keith Whitwell
2009-12-09
llvmpipe: checkpoint: begin plugging in bin queue code
Brian Paul
2009-12-09
llvmpipe: use new lp_setup_get_current_bins() function
Brian Paul
2009-12-04
llvmpipe: still more bin code reorganization
Brian Paul
2009-12-04
llvmpipe: reorganization of binning data structions and funtions
Brian Paul
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