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
/
softpipe
/
sp_tile_cache.c
Age
Commit message (
Expand
)
Author
2010-09-27
softpipe: allocate tile data on demand
Brian Paul
2010-07-23
softpipe: Check for NULL pointer in sp_destroy_tile_cache().
Michal Krol
2010-07-21
softpipe: fix sp_tile_cache_flush_clear() regression
Brian Paul
2010-07-20
softpipe: Support non-depth-stencil formats in sp_tile_cache_flush_clear().
Michal Krol
2010-04-25
softpipe: Make softpipe transfers in-order.
José Fonseca
2010-04-25
softpipe: Hardcode TILE_CLEAR_OPTIMIZATION to 1.
José Fonseca
2010-04-10
Squashed commit of the following:
Keith Whitwell
2010-03-30
gallium: adapt all code to the renamed depth/stencil formats
Roland Scheidegger
2010-03-11
gallium: remove pipe_context member from pipe_transfer
Keith Whitwell
2010-03-11
Squashed commit of gallium-context-transfers:
Keith Whitwell
2010-03-08
softpipe: zero-out entire clear_flags array in sp_tile_cache_flush_clear()
Brian Paul
2010-03-02
softpipe: Rename pipe formats.
José Fonseca
2010-02-02
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2009-12-17
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
2009-12-17
Merge branch 'master' into pipe-format-simplify
Michal Krol
2009-12-03
Move pf_get_bits/size() to u_format auxiliary module.
Michal Krol
2009-11-30
gallium: interface cleanups, remove nblocksx/y from pipe_texture and more
Roland Scheidegger
2009-10-10
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-10
softpipe: revert 564df9dc5f6335eb8dc68f3c69cf054d2142663c
Brian Paul
2009-09-29
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-29
softpipe: initialize the clear_flags bitvector in sp_create_tile_cache()
Brian Paul
2009-09-23
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-23
softpipe: added max texture/surface size sanity check
Brian Paul
2009-09-23
softpipe: increase MAX_WIDTH/HEIGTH 4096 to match max texture size
Brian Paul
2009-08-23
Merge branch 'tex-tilecache' into softpipe-opt
Keith Whitwell
2009-08-21
softpipe: minor code refactoring to remove softpipe/tile cache dependencies
Brian Paul
2009-08-18
softpipe: fix typo in clear_tile
Keith Whitwell
2009-08-18
softpipe: split texture and surface tile caches
Keith Whitwell
2009-07-23
softpipe: also shortcircuit non-texture tile lookups
Keith Whitwell
2009-07-22
softpipe: shortcircuit repeated lookups of the same tile
Keith Whitwell
2009-07-22
softpipe: make some small steps to flush texture cache less frequently
Keith Whitwell
2009-07-22
softpipe: remove backwards dependency from tilecache to softpipe
Keith Whitwell
2009-04-06
softpipe: clean up the buffer clear and tile cache code a little
Brian Paul
2009-04-03
softpipe: add additional surface formats in tile cache code
Brian Paul
2009-03-18
softpipe: more texture transfer fixes.
Brian Paul
2009-03-18
softpipe: need to set tc->transfer=NULL after destroying the transfer object
Brian Paul
2009-03-04
gallium: Unify reference counting.
Michel Dänzer
2009-02-18
Merge branch 'gallium-texture-transfer'
Michel Dänzer
2009-02-16
softpipe: some improvements to texture tile cache
Brian Paul
2009-02-12
gallium: Fix a couple of potential NULL pointer dereferences.
Michel Dänzer
2009-02-12
softpipe: Unbreak keeping track of cached surface.
Michel Dänzer
2009-02-12
Cosmetic: Rename struct pipe_transfer pointers from 'ps' to 'pt'.
Michel Dänzer
2009-02-05
gallium: No longer allow CPU mapping surfaces directly.
Michel Dänzer
2009-02-02
gallium: remove pipe_buffer from surfaces
Zack Rusin
2008-11-23
softpipe: remove old/unneeded dependencies between TGSI exec and softpipe
Brian
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-07
softpipe: add support for PIPE_FORMAT_X8Z24_UNORM, PIPE_FORMAT_Z24X8_UNORM
Brian Paul
2008-07-24
softpipe: Remove unused variables.
José Fonseca
2008-07-13
util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.
José Fonseca
2008-06-20
gallium: fix some surface usage bugs
Brian Paul
[next]