index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
softpipe
/
sp_tile_cache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
softpipe: clean up the buffer clear and tile cache code a little
Brian Paul
2009-04-06
1
-36
/
+10
*
softpipe: add additional surface formats in tile cache code
Brian Paul
2009-04-03
1
-0
/
+3
*
softpipe: more texture transfer fixes.
Brian Paul
2009-03-18
1
-4
/
+8
*
softpipe: need to set tc->transfer=NULL after destroying the transfer object
Brian Paul
2009-03-18
1
-0
/
+1
*
gallium: Unify reference counting.
Michel Dänzer
2009-03-04
1
-7
/
+7
*
Merge branch 'gallium-texture-transfer'
Michel Dänzer
2009-02-18
1
-70
/
+92
|
\
|
*
gallium: Fix a couple of potential NULL pointer dereferences.
Michel Dänzer
2009-02-12
1
-22
/
+33
|
*
softpipe: Unbreak keeping track of cached surface.
Michel Dänzer
2009-02-12
1
-4
/
+3
|
*
Cosmetic: Rename struct pipe_transfer pointers from 'ps' to 'pt'.
Michel Dänzer
2009-02-12
1
-14
/
+14
|
*
gallium: No longer allow CPU mapping surfaces directly.
Michel Dänzer
2009-02-05
1
-69
/
+81
*
|
softpipe: some improvements to texture tile cache
Brian Paul
2009-02-16
1
-4
/
+12
|
/
*
gallium: remove pipe_buffer from surfaces
Zack Rusin
2009-02-02
1
-1
/
+1
*
softpipe: remove old/unneeded dependencies between TGSI exec and softpipe
Brian
2008-11-23
1
-2
/
+2
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-2
/
+2
*
softpipe: add support for PIPE_FORMAT_X8Z24_UNORM, PIPE_FORMAT_Z24X8_UNORM
Brian Paul
2008-08-07
1
-0
/
+2
*
softpipe: Remove unused variables.
José Fonseca
2008-07-24
1
-2
/
+0
*
util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.
José Fonseca
2008-07-13
1
-8
/
+8
*
gallium: fix some surface usage bugs
Brian Paul
2008-06-20
1
-0
/
+10
*
gallium: fix some PIPE_FORMAT_Z24S8_UNORM bugs in softpipe driver
Brian Paul
2008-05-30
1
-0
/
+1
*
Merge commit 'origin/gallium-0.1' into gallium-tex-surfaces
Keith Whitwell
2008-05-06
1
-6
/
+6
|
\
|
*
gallium: fix typos, comments, whitespace
Brian Paul
2008-05-02
1
-6
/
+6
*
|
softpipe: use CPU flags for mapping
Keith Whitwell
2008-05-01
1
-7
/
+7
*
|
gallium: tex surface checkpoint
Keith Whitwell
2008-05-01
1
-14
/
+22
|
/
*
gallium: replace old PIPE_FORMAT_U_S8 with PIPE_FORMAT_S8_UNORM
Brian Paul
2008-04-30
1
-1
/
+1
*
softpipe: make NUM_ENTRIES 32 so that div/mods are easier
Keith Whitwell
2008-04-22
1
-1
/
+1
*
gallium: set tc->surface_map = NULL after unmapping
Brian
2008-03-19
1
-0
/
+1
*
gallium: remove pipe_context->texture_create/release/get_tex_surface()
Brian
2008-02-27
1
-1
/
+2
*
gallium: remove pipe parameter from pipe_texture_reference()
Brian
2008-02-26
1
-1
/
+1
*
gallium: new pipe->texture_update() function
Brian
2008-02-20
1
-19
/
+26
*
gallium: use pipe_texture_reference() in sp_tile_cache_set_texture()
Brian
2008-02-20
1
-2
/
+3
*
Code reorganization: update build.
José Fonseca
2008-02-15
1
-1
/
+1
*
Code reorganization: move files into their places.
José Fonseca
2008-02-15
1
-0
/
+585