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: allocate tile data on demand
Brian Paul
2010-09-27
1
-38
/
+108
*
softpipe: Check for NULL pointer in sp_destroy_tile_cache().
Michal Krol
2010-07-23
1
-8
/
+10
*
softpipe: fix sp_tile_cache_flush_clear() regression
Brian Paul
2010-07-21
1
-5
/
+11
*
softpipe: Support non-depth-stencil formats in sp_tile_cache_flush_clear().
Michal Krol
2010-07-20
1
-2
/
+7
*
softpipe: Make softpipe transfers in-order.
José Fonseca
2010-04-25
1
-1
/
+2
*
softpipe: Hardcode TILE_CLEAR_OPTIMIZATION to 1.
José Fonseca
2010-04-25
1
-8
/
+1
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-13
/
+13
*
gallium: adapt all code to the renamed depth/stencil formats
Roland Scheidegger
2010-03-30
1
-3
/
+3
*
gallium: remove pipe_context member from pipe_transfer
Keith Whitwell
2010-03-11
1
-9
/
+10
*
Squashed commit of gallium-context-transfers:
Keith Whitwell
2010-03-11
1
-15
/
+11
*
softpipe: zero-out entire clear_flags array in sp_tile_cache_flush_clear()
Brian Paul
2010-03-08
1
-3
/
+4
*
softpipe: Rename pipe formats.
José Fonseca
2010-03-02
1
-3
/
+3
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-1
/
+1
*
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
2009-12-17
1
-1
/
+1
*
Merge branch 'master' into pipe-format-simplify
Michal Krol
2009-12-17
1
-3
/
+5
|
\
|
*
gallium: interface cleanups, remove nblocksx/y from pipe_texture and more
Roland Scheidegger
2009-11-30
1
-4
/
+6
*
|
Move pf_get_bits/size() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-1
/
+2
|
/
*
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-10
1
-1
/
+6
|
\
|
*
softpipe: revert 564df9dc5f6335eb8dc68f3c69cf054d2142663c
Brian Paul
2009-10-10
1
-1
/
+6
*
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-29
1
-0
/
+5
|
\
|
|
*
softpipe: initialize the clear_flags bitvector in sp_create_tile_cache()
Brian Paul
2009-09-29
1
-0
/
+5
*
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-23
1
-0
/
+6
|
\
|
|
*
softpipe: added max texture/surface size sanity check
Brian Paul
2009-09-23
1
-0
/
+6
|
*
softpipe: increase MAX_WIDTH/HEIGTH 4096 to match max texture size
Brian Paul
2009-09-23
1
-2
/
+2
*
|
Merge branch 'tex-tilecache' into softpipe-opt
Keith Whitwell
2009-08-23
1
-169
/
+3
|
\
\
|
*
|
softpipe: fix typo in clear_tile
Keith Whitwell
2009-08-18
1
-1
/
+1
|
*
|
softpipe: split texture and surface tile caches
Keith Whitwell
2009-08-18
1
-169
/
+2
*
|
|
softpipe: minor code refactoring to remove softpipe/tile cache dependencies
Brian Paul
2009-08-21
1
-14
/
+12
|
/
/
*
|
softpipe: also shortcircuit non-texture tile lookups
Keith Whitwell
2009-07-23
1
-17
/
+16
*
|
softpipe: shortcircuit repeated lookups of the same tile
Keith Whitwell
2009-07-22
1
-88
/
+65
*
|
softpipe: make some small steps to flush texture cache less frequently
Keith Whitwell
2009-07-22
1
-32
/
+48
*
|
softpipe: remove backwards dependency from tilecache to softpipe
Keith Whitwell
2009-07-22
1
-12
/
+8
|
/
*
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
[next]