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_tile_cache.c
Age
Commit message (
Expand
)
Author
2009-10-08
llvmpipe: import experimental softpipe rasterizer code, wip binning code
Keith Whitwell
2009-10-04
llvmpipe: Ensure tile cache transfers are mapped before flushing it.
José Fonseca
2009-10-04
llvmpipe: Autogenerate lp_tile_soa.c from u_format.csv.
José Fonseca
2009-10-03
llvmpipe: Fetch tile only if a color buffer is bound.
José Fonseca
2009-09-23
llvmpipe: move tile cache datatypes into .c file since they're private
Brian Paul
2009-09-23
llvmpipe: added max texture/surface size sanity check
Brian Paul
2009-09-20
llvmpipe: Fix lp_get_cached_tile.
José Fonseca
2009-09-20
llvmpipe: Update tile status on flush.
José Fonseca
2009-08-29
llvmpipe: Update for changes in master.
José Fonseca
2009-08-29
llvmpipe: Don't limit the number of tiles in the cache.
José Fonseca
2009-08-29
llvmpipe: Clean dead tile cache code.
José Fonseca
2009-08-29
llvmpipe: Simplify tile clears. Use pipe_fill_rect instead of scratch tile.
José Fonseca
2009-08-29
llvmpipe: Start hiding llvmpipe_cached_tile.
José Fonseca
2009-08-29
llvmpipe: Drop depth/stencil support from tile cache.
José Fonseca
2009-08-29
llvmpipe: use align_malloc for all structs containing ALIGN16 members
Keith Whitwell
2009-08-29
llvmpipe: Tile in SoA format identical to the blender function output.
José Fonseca
2009-08-29
llvmpipe: Add missing include.
José Fonseca
2009-08-29
llvmpipe: Tiles in rgba8 format.
José Fonseca
2009-08-29
llvmpipe: Store tile color in SoA.
José Fonseca
2009-08-29
llvmpipe: Split the texture cache from the color/depth/stencil cache.
José Fonseca
2009-08-29
llvmpipe: also shortcircuit non-texture tile lookups
Keith Whitwell
2009-08-29
llvmpipe: shortcircuit repeated lookups of the same tile
Keith Whitwell
2009-08-29
llvmpipe: make some small steps to flush texture cache less frequently
Keith Whitwell
2009-08-29
llvmpipe: remove backwards dependency from tilecache to llvmpipe
Keith Whitwell
2009-08-29
llvmpipe: Fork softpipe for experimentation with llvm.
José Fonseca