summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_texture.h
Commit message (Expand)AuthorAgeFilesLines
* softpipe: add image support to softpipe (v3)Dave Airlie2016-03-311-1/+3
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-3/+3
* softpipe: handle vertex texture sampling when using llvm for drawRoland Scheidegger2014-08-301-0/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* softpipe: use new softpipe_resource_data() accessorBrian Paul2013-07-311-0/+16
* Merge remote branch 'origin/master' into pipe-videoChristian König2010-12-111-4/+1
|\
| * softpipe: increase max texture size to 16KBrian Paul2010-12-021-4/+1
* | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoYounes Manton2010-04-301-9/+31
|\ \ | |/
| * softpipe: rename vars, update comments, etcBrian Paul2010-04-161-1/+8
| * Squashed commit of the following:Keith Whitwell2010-04-101-23/+9
| * Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-0/+3
| * Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2010-03-091-2/+6
| |\
| | * softpipe: define SP_MAX_TEXTURE_2D/3D_LEVELSBrian Paul2010-03-081-2/+6
| * | softpipe: rework to use the llvmpipe winsysKeith Whitwell2010-03-041-2/+9
| |/
* | vl: Get rid of pipe_video_surface.Younes Manton2010-03-121-16/+0
|/
* g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton2009-09-271-0/+16
* Merge branch 'softpipe-opt'Keith Whitwell2009-09-231-1/+5
|\
| * softpipe: rework texture sampling codeKeith Whitwell2009-08-211-0/+4
| * softpipe: make some small steps to flush texture cache less frequentlyKeith Whitwell2009-07-221-1/+1
* | softpipe: remove no-op softpipe_init_texture_funcs() functionBrian Paul2009-09-101-3/+0
|/
* gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-051-1/+14
* gallium: Remove the standalone surfaces.José Fonseca2009-01-201-1/+1
* gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca2008-06-271-1/+1
* gallium: fix some surface usage bugsBrian Paul2008-06-201-0/+2
* gallium: Add texture usage flags, special-case allocation of display targetsKeith Whitwell2008-05-021-1/+1
* gallium: tex surface checkpointKeith Whitwell2008-05-011-1/+0
* gallium: implement pipe_screen for softpipe driverBrian2008-02-271-1/+9
* gallium: softpipe_init_texture_funcs(), make texture func staticBrian2008-02-271-15/+1
* gallium: new pipe->texture_update() functionBrian2008-02-201-0/+4
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+71