aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_texture.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove temporary _screen suffix from function namesBrian2008-03-221-10/+10
* gallium: add face, dirtyLevels params to pipe->texture_update()Brian Paul2008-03-191-1/+2
* gallium: remove DOS carriage returnsBrian2008-03-141-202/+202
* gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell2008-03-051-202/+202
* gallium: remove unnecessary assignmentBrian2008-02-271-1/+0
* gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian2008-02-271-47/+13
* gallium: implement pipe_screen for softpipe driverBrian2008-02-271-8/+49
* gallium: softpipe_init_texture_funcs(), make texture func staticBrian2008-02-271-4/+15
* gallium: remove pipe parameter from pipe_texture_reference()Brian2008-02-261-0/+1
* gallium: fix brokenb buildBrian2008-02-221-1/+1
* gallium: Fix build on Windows.Michal Krol2008-02-231-1/+1
* gallium: replace some ordinary assignments with pipe_reference_texture()Brian2008-02-201-1/+4
* gallium: fix bad ptr comparisonBrian2008-02-201-1/+1
* gallium: new pipe->texture_update() functionBrian2008-02-201-0/+15
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+166