aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_texture.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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