summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_tile_cache.c
AgeCommit message (Expand)Author
2010-04-25softpipe: Make softpipe transfers in-order.José Fonseca
2010-04-25softpipe: Hardcode TILE_CLEAR_OPTIMIZATION to 1.José Fonseca
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-08softpipe: zero-out entire clear_flags array in sp_tile_cache_flush_clear()Brian Paul
2010-03-02softpipe: Rename pipe formats.José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-03Move pf_get_bits/size() to u_format auxiliary module.Michal Krol
2009-11-30gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger
2009-10-10Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-10softpipe: revert 564df9dc5f6335eb8dc68f3c69cf054d2142663cBrian Paul
2009-09-29Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-29softpipe: initialize the clear_flags bitvector in sp_create_tile_cache()Brian Paul
2009-09-23Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-23softpipe: added max texture/surface size sanity checkBrian Paul
2009-09-23softpipe: increase MAX_WIDTH/HEIGTH 4096 to match max texture sizeBrian Paul
2009-08-23Merge branch 'tex-tilecache' into softpipe-optKeith Whitwell
2009-08-21softpipe: minor code refactoring to remove softpipe/tile cache dependenciesBrian Paul
2009-08-18softpipe: fix typo in clear_tileKeith Whitwell
2009-08-18softpipe: split texture and surface tile cachesKeith Whitwell
2009-07-23softpipe: also shortcircuit non-texture tile lookupsKeith Whitwell
2009-07-22softpipe: shortcircuit repeated lookups of the same tileKeith Whitwell
2009-07-22softpipe: make some small steps to flush texture cache less frequentlyKeith Whitwell
2009-07-22softpipe: remove backwards dependency from tilecache to softpipeKeith Whitwell
2009-04-06softpipe: clean up the buffer clear and tile cache code a littleBrian Paul
2009-04-03softpipe: add additional surface formats in tile cache codeBrian Paul
2009-03-18softpipe: more texture transfer fixes.Brian Paul
2009-03-18softpipe: need to set tc->transfer=NULL after destroying the transfer objectBrian Paul
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-02-18Merge branch 'gallium-texture-transfer'Michel Dänzer
2009-02-16softpipe: some improvements to texture tile cacheBrian Paul
2009-02-12gallium: Fix a couple of potential NULL pointer dereferences.Michel Dänzer
2009-02-12softpipe: Unbreak keeping track of cached surface.Michel Dänzer
2009-02-12Cosmetic: Rename struct pipe_transfer pointers from 'ps' to 'pt'.Michel Dänzer
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer
2009-02-02gallium: remove pipe_buffer from surfacesZack Rusin
2008-11-23softpipe: remove old/unneeded dependencies between TGSI exec and softpipeBrian
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-08-07softpipe: add support for PIPE_FORMAT_X8Z24_UNORM, PIPE_FORMAT_Z24X8_UNORMBrian Paul
2008-07-24softpipe: Remove unused variables.José Fonseca
2008-07-13util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.José Fonseca
2008-06-20gallium: fix some surface usage bugsBrian Paul
2008-05-30gallium: fix some PIPE_FORMAT_Z24S8_UNORM bugs in softpipe driverBrian Paul
2008-05-06Merge commit 'origin/gallium-0.1' into gallium-tex-surfacesKeith Whitwell
2008-05-02gallium: fix typos, comments, whitespaceBrian Paul
2008-05-01softpipe: use CPU flags for mappingKeith Whitwell