summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_texture.h
AgeCommit message (Expand)Author
2010-12-02softpipe: increase max texture size to 16KBrian Paul
2010-04-16softpipe: rename vars, update comments, etcBrian Paul
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-09Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell
2010-03-08softpipe: define SP_MAX_TEXTURE_2D/3D_LEVELSBrian Paul
2010-03-04softpipe: rework to use the llvmpipe winsysKeith Whitwell
2009-09-27g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton
2009-09-23Merge branch 'softpipe-opt'Keith Whitwell
2009-09-10softpipe: remove no-op softpipe_init_texture_funcs() functionBrian Paul
2009-08-21softpipe: rework texture sampling codeKeith Whitwell
2009-07-22softpipe: make some small steps to flush texture cache less frequentlyKeith Whitwell
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer
2009-01-20gallium: Remove the standalone surfaces.José Fonseca
2008-06-27gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca
2008-06-20gallium: fix some surface usage bugsBrian Paul
2008-05-02gallium: Add texture usage flags, special-case allocation of display targetsKeith Whitwell
2008-05-01gallium: tex surface checkpointKeith Whitwell
2008-02-27gallium: implement pipe_screen for softpipe driverBrian
2008-02-27gallium: softpipe_init_texture_funcs(), make texture func staticBrian
2008-02-20gallium: new pipe->texture_update() functionBrian
2008-02-15Code reorganization: move files into their places.José Fonseca