index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-27
1
-5
/
+5
*
gallium: fix warnings in release build
Grazvydas Ignotas
2016-04-25
1
-1
/
+2
*
softpipe: Use STATIC_ASSERT whenever possible.
Jose Fonseca
2016-04-12
1
-2
/
+2
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-3
/
+3
*
Remove useless checks for NULL before freeing
Matt Turner
2014-12-08
1
-2
/
+1
*
softpipe: fix pt->resource assert placement
Dave Airlie
2014-06-11
1
-1
/
+1
*
softpipe: add layering to the surface tile cache.
Dave Airlie
2014-06-11
1
-58
/
+95
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
softpipe: fix up NUM_ENTRIES confusion
Brian Paul
2013-03-14
1
-5
/
+5
*
softpipe: don't assert when creating surfaces with multiple layers
Roland Scheidegger
2013-03-14
1
-6
/
+12
*
softpipe: add casts to silence MSVC warnings
Brian Paul
2013-01-25
1
-2
/
+2
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
1
-48
/
+26
*
softpipe: remove the 32bits limitation on depth(-stencil) formats
Morgan Armand
2012-01-03
1
-3
/
+15
*
softpipe: add integer support
Dave Airlie
2011-10-11
1
-32
/
+110
*
softpipe: use pipe_get_tile_rgba_format()
Brian Paul
2011-09-16
1
-5
/
+6
*
softpipe: use util_format_is_depth_or_stencil()
Brian Paul
2011-09-16
1
-7
/
+1
*
softpipe: pass surface format to get/put_tile functions
Brian Paul
2011-01-22
1
-10
/
+12
*
softpipe: increase max texture size to 16K
Brian Paul
2010-12-02
1
-0
/
+4
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-5
/
+5
*
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
[next]