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.c
Age
Commit message (
Expand
)
Author
2009-10-14
llvmpipe: Use ALIGN_STACK.
José Fonseca
2009-10-09
llvmpipe: Additional checks for binner block lists.
José Fonseca
2009-10-09
llvmpipe: Get jit_context/jit_function across the rasterizer.
José Fonseca
2009-10-09
llvmpipe: set block count/used values back to zero on reset
Keith Whitwell
2009-10-09
llvmpipe: always call begin_binning on transition to active state
Keith Whitwell
2009-10-09
llvmpipe: initialize setup data store
Keith Whitwell
2009-10-09
llvmpipe: initialize setup line/tri/point funcs
Keith Whitwell
2009-10-09
llvmpipe: Put jit_context in store.
José Fonseca
2009-10-09
llvmpipe: trivial/clear works
Keith Whitwell
2009-10-09
llvmpipe: Replace util_pack_color with straight float_to_ubyte.
José Fonseca
2009-10-09
llvmpipe: debug, crash fixes
Keith Whitwell
2009-10-09
llvmpipe: fix crash on init
Keith Whitwell
2009-10-09
llvmpipe: fix a couple of warnings
Keith Whitwell
2009-10-09
llvmpipe: Add stub lp_setup_is_texture_referenced.
José Fonseca
2009-10-09
llvmpipe: Pass state to setup.
José Fonseca
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
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: More assorted build fixes.
José Fonseca
2009-10-08
llvmpipe: start cleaning up
Keith Whitwell
2009-10-08
llvmpipe: wip me harder
Keith Whitwell
2009-10-08
llvmpipe: Update includes and copyright headers.
José Fonseca
2009-10-08
llvmpipe: more wipping
Keith Whitwell
2009-10-08
llvmpipe: import experimental softpipe rasterizer code, wip binning code
Keith Whitwell
2009-10-03
llvmpipe: Fetch tile only if a color buffer is bound.
José Fonseca
2009-09-11
llvmpipe: Update status in README and TODO/FIXME comments throughout the code.
José Fonseca
2009-09-09
llvmpipe: Debug function to check stack alignment.
José Fonseca
2009-08-29
llvmpipe: Pass the alpha ref value and blend color in the jit context.
José Fonseca
2009-08-29
llvmpipe: Pass fragment context to generated function in a single structure.
José Fonseca
2009-08-29
llvmpipe: Squash the quad pipeline.
José Fonseca
2009-08-29
llvmpipe: Hack to force the line/point rasterization also fit the blend funct...
José Fonseca
2009-08-29
llvmpipe: Put the position coefficients together with the inputs.
José Fonseca
2009-08-29
llvmpipe: prefix point/line/tri_setup() functions with llvmpipe_
Brian Paul
2009-08-29
llvmpipe: use align_malloc for all structs containing ALIGN16 members
Keith Whitwell
2009-08-29
llvmpipe: Rasterize the quads according to what the blend function expects.
José Fonseca
2009-08-29
llvmpipe: Compute interpolation coeffs directly into SoA layout.
José Fonseca
2009-08-29
llvmpipe: actually pass >1 quad from triangle routine
Keith Whitwell
2009-08-29
llvmpipe: expand quad pipeline to process >1 quad at a time
Keith Whitwell
2009-08-29
llvmpipe: rip out old mulithread support
Keith Whitwell
2009-08-29
llvmpipe: remove unused vars in lp_setup.c
Keith Whitwell
2009-08-29
llvmpipe: use bitwise logic to setup quad masks in lp_setup
Keith Whitwell
2009-08-29
llvmpipe: simplify flush_spans
Keith Whitwell
2009-08-29
llvmpipe: Rename preprocessor symbols too.
José Fonseca
2009-08-29
llvmpipe: Fork softpipe for experimentation with llvm.
José Fonseca
[prev]