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
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
2008-05-30
gallium: fix some PIPE_FORMAT_Z24S8_UNORM bugs in softpipe driver
Brian Paul
2008-05-06
Merge commit 'origin/gallium-0.1' into gallium-tex-surfaces
Keith Whitwell
2008-05-02
gallium: fix typos, comments, whitespace
Brian Paul
2008-05-01
softpipe: use CPU flags for mapping
Keith Whitwell
2008-05-01
gallium: tex surface checkpoint
Keith Whitwell
2008-04-30
gallium: replace old PIPE_FORMAT_U_S8 with PIPE_FORMAT_S8_UNORM
Brian Paul
2008-04-22
softpipe: make NUM_ENTRIES 32 so that div/mods are easier
Keith Whitwell
2008-03-19
gallium: set tc->surface_map = NULL after unmapping
Brian
2008-02-27
gallium: remove pipe_context->texture_create/release/get_tex_surface()
Brian
2008-02-26
gallium: remove pipe parameter from pipe_texture_reference()
Brian
2008-02-20
gallium: new pipe->texture_update() function
Brian
2008-02-20
gallium: use pipe_texture_reference() in sp_tile_cache_set_texture()
Brian
2008-02-15
Code reorganization: update build.
José Fonseca
2008-02-15
Code reorganization: move files into their places.
José Fonseca