summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_texture.c
Commit message (Expand)AuthorAgeFilesLines
* softpipe: Don't fill surfaces's winsys fields.José Fonseca2008-12-221-2/+0
* softpipe: Call surface_alloc_storage to get the pipebuffer for display targets.José Fonseca2008-12-221-15/+34
* softpipe: initialize refcount and winsysJerome Glisse2008-12-221-0/+2
* softpipe: convert to use texture instead of surfaceJerome Glisse2008-12-221-35/+30
* softpipe: Use pipe_buffer_* inlines as much as possible.José Fonseca2008-09-041-2/+2
* gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca2008-09-031-3/+3
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+2
* softpipe: Compute block size for display targets.José Fonseca2008-07-051-1/+3
* softpipe: Implement texture blankets.José Fonseca2008-07-051-0/+34
* gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca2008-06-271-8/+12
* gallium: in softpipe_get_tex_surface() use the pitch specified in the softpip...Brian Paul2008-06-231-1/+1
* gallium: fix some surface usage bugsBrian Paul2008-06-201-2/+9
* gallium: Propagate tex_usage flags down to winsys.José Fonseca2008-05-071-1/+2
* gallium: Add texture usage flags, special-case allocation of display targetsKeith Whitwell2008-05-021-34/+67
* softpipe: use CPU flags for mappingKeith Whitwell2008-05-011-3/+31
* gallium: tex surface checkpointKeith Whitwell2008-05-011-22/+65
* 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