summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_tile_cache.c
Commit message (Expand)AuthorAgeFilesLines
* softpipe: s/Elements/ARRAY_SIZE/Brian Paul2016-04-271-5/+5
* gallium: fix warnings in release buildGrazvydas Ignotas2016-04-251-1/+2
* softpipe: Use STATIC_ASSERT whenever possible.Jose Fonseca2016-04-121-2/+2
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-3/+3
* Remove useless checks for NULL before freeingMatt Turner2014-12-081-2/+1
* softpipe: fix pt->resource assert placementDave Airlie2014-06-111-1/+1
* softpipe: add layering to the surface tile cache.Dave Airlie2014-06-111-58/+95
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* softpipe: fix up NUM_ENTRIES confusionBrian Paul2013-03-141-5/+5
* softpipe: don't assert when creating surfaces with multiple layersRoland Scheidegger2013-03-141-6/+12
* softpipe: add casts to silence MSVC warningsBrian Paul2013-01-251-2/+2
* gallium: unify transfer functionsMarek Olšák2012-10-111-48/+26
* softpipe: remove the 32bits limitation on depth(-stencil) formatsMorgan Armand2012-01-031-3/+15
* softpipe: add integer supportDave Airlie2011-10-111-32/+110
* softpipe: use pipe_get_tile_rgba_format()Brian Paul2011-09-161-5/+6
* softpipe: use util_format_is_depth_or_stencil()Brian Paul2011-09-161-7/+1
* softpipe: pass surface format to get/put_tile functionsBrian Paul2011-01-221-10/+12
* softpipe: increase max texture size to 16KBrian Paul2010-12-021-0/+4
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-5/+5
* softpipe: allocate tile data on demandBrian Paul2010-09-271-38/+108
* softpipe: Check for NULL pointer in sp_destroy_tile_cache().Michal Krol2010-07-231-8/+10
* softpipe: fix sp_tile_cache_flush_clear() regressionBrian Paul2010-07-211-5/+11
* softpipe: Support non-depth-stencil formats in sp_tile_cache_flush_clear().Michal Krol2010-07-201-2/+7
* softpipe: Make softpipe transfers in-order.José Fonseca2010-04-251-1/+2
* softpipe: Hardcode TILE_CLEAR_OPTIMIZATION to 1.José Fonseca2010-04-251-8/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-13/+13
* gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-301-3/+3
* gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-9/+10
* Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-15/+11
* softpipe: zero-out entire clear_flags array in sp_tile_cache_flush_clear()Brian Paul2010-03-081-3/+4
* softpipe: Rename pipe formats.José Fonseca2010-03-021-3/+3
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-1/+1
* Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-3/+5
|\
| * gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-301-4/+6
* | Move pf_get_bits/size() to u_format auxiliary module.Michal Krol2009-12-031-1/+2
|/
* Merge branch 'mesa_7_6_branch'Brian Paul2009-10-101-1/+6
|\
| * softpipe: revert 564df9dc5f6335eb8dc68f3c69cf054d2142663cBrian Paul2009-10-101-1/+6
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-291-0/+5
|\ \ | |/
| * softpipe: initialize the clear_flags bitvector in sp_create_tile_cache()Brian Paul2009-09-291-0/+5
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-231-0/+6
|\ \ | |/
| * softpipe: added max texture/surface size sanity checkBrian Paul2009-09-231-0/+6
| * softpipe: increase MAX_WIDTH/HEIGTH 4096 to match max texture sizeBrian Paul2009-09-231-2/+2
* | Merge branch 'tex-tilecache' into softpipe-optKeith Whitwell2009-08-231-169/+3
|\ \
| * | softpipe: fix typo in clear_tileKeith Whitwell2009-08-181-1/+1
| * | softpipe: split texture and surface tile cachesKeith Whitwell2009-08-181-169/+2
* | | softpipe: minor code refactoring to remove softpipe/tile cache dependenciesBrian Paul2009-08-211-14/+12
|/ /
* | softpipe: also shortcircuit non-texture tile lookupsKeith Whitwell2009-07-231-17/+16
* | softpipe: shortcircuit repeated lookups of the same tileKeith Whitwell2009-07-221-88/+65
* | softpipe: make some small steps to flush texture cache less frequentlyKeith Whitwell2009-07-221-32/+48