summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_texture.c
AgeCommit message (Expand)Author
2008-05-02gallium: Add texture usage flags, special-case allocation of display targetsKeith Whitwell
2008-05-01softpipe: use CPU flags for mappingKeith Whitwell
2008-05-01gallium: tex surface checkpointKeith Whitwell
2008-03-22gallium: remove temporary _screen suffix from function namesBrian
2008-03-19gallium: add face, dirtyLevels params to pipe->texture_update()Brian Paul
2008-03-14gallium: remove DOS carriage returnsBrian
2008-03-05gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell
2008-02-27gallium: remove unnecessary assignmentBrian
2008-02-27gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian
2008-02-27gallium: implement pipe_screen for softpipe driverBrian
2008-02-27gallium: softpipe_init_texture_funcs(), make texture func staticBrian
2008-02-26gallium: remove pipe parameter from pipe_texture_reference()Brian
2008-02-22gallium: fix brokenb buildBrian
2008-02-23gallium: Fix build on Windows.Michal Krol
2008-02-20gallium: replace some ordinary assignments with pipe_reference_texture()Brian
2008-02-20gallium: fix bad ptr comparisonBrian
2008-02-20gallium: new pipe->texture_update() functionBrian
2008-02-15Code reorganization: move files into their places.José Fonseca