summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_texture.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-27treewide: replace usage of boolean to boolYonggang Luo1-2/+2
2016-03-31softpipe: add image support to softpipe (v3)Dave Airlie1-1/+3
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-3/+3
2014-08-30softpipe: handle vertex texture sampling when using llvm for drawRoland Scheidegger1-0/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-07-31softpipe: use new softpipe_resource_data() accessorBrian Paul1-0/+16
2010-12-11Merge remote branch 'origin/master' into pipe-videoChristian König1-4/+1
2010-12-02softpipe: increase max texture size to 16KBrian Paul1-4/+1
2010-04-30Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoYounes Manton1-9/+31
2010-04-16softpipe: rename vars, update comments, etcBrian Paul1-1/+8
2010-04-10Squashed commit of the following:Keith Whitwell1-23/+9
2010-03-12vl: Get rid of pipe_video_surface.Younes Manton1-16/+0
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell1-0/+3
2010-03-09Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell1-2/+6
2010-03-08softpipe: define SP_MAX_TEXTURE_2D/3D_LEVELSBrian Paul1-2/+6
2010-03-04softpipe: rework to use the llvmpipe winsysKeith Whitwell1-2/+9
2009-09-27g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton1-0/+16
2009-09-23Merge branch 'softpipe-opt'Keith Whitwell1-1/+5
2009-09-10softpipe: remove no-op softpipe_init_texture_funcs() functionBrian Paul1-3/+0
2009-08-21softpipe: rework texture sampling codeKeith Whitwell1-0/+4
2009-07-22softpipe: make some small steps to flush texture cache less frequentlyKeith Whitwell1-1/+1
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer1-1/+14
2009-01-20gallium: Remove the standalone surfaces.José Fonseca1-1/+1
2008-06-27gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca1-1/+1
2008-06-20gallium: fix some surface usage bugsBrian Paul1-0/+2
2008-05-02gallium: Add texture usage flags, special-case allocation of display targetsKeith Whitwell1-1/+1
2008-05-01gallium: tex surface checkpointKeith Whitwell1-1/+0
2008-02-27gallium: implement pipe_screen for softpipe driverBrian1-1/+9
2008-02-27gallium: softpipe_init_texture_funcs(), make texture func staticBrian1-15/+1
2008-02-20gallium: new pipe->texture_update() functionBrian1-0/+4
2008-02-15Code reorganization: move files into their places.José Fonseca1-0/+71