summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_texture.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-07softpipe: simplify an assertionBrian Paul1-1/+1
2009-02-02gallium: remove pipe_buffer from surfacesZack Rusin1-8/+13
2009-01-30gallium: make p_winsys internalZack Rusin1-10/+10
2009-01-29gallium: give the screen priority when it comes to buffer allocationsZack Rusin1-9/+9
2009-01-20gallium: Remove the standalone surfaces.José Fonseca1-35/+8
2008-12-22softpipe: Don't fill surfaces's winsys fields.José Fonseca1-2/+0
2008-12-22softpipe: Call surface_alloc_storage to get the pipebuffer for display targets.José Fonseca1-15/+34
2008-12-22softpipe: initialize refcount and winsysJerome Glisse1-0/+2
2008-12-22softpipe: convert to use texture instead of surfaceJerome Glisse1-35/+30
2008-09-04softpipe: Use pipe_buffer_* inlines as much as possible.José Fonseca1-2/+2
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca1-3/+3
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-1/+2
2008-07-05softpipe: Compute block size for display targets.José Fonseca1-1/+3
2008-07-05softpipe: Implement texture blankets.José Fonseca1-0/+34
2008-06-27gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca1-8/+12
2008-06-23gallium: in softpipe_get_tex_surface() use the pitch specified in the softpip...Brian Paul1-1/+1
2008-06-20gallium: fix some surface usage bugsBrian Paul1-2/+9
2008-05-07gallium: Propagate tex_usage flags down to winsys.José Fonseca1-1/+2
2008-05-02gallium: Add texture usage flags, special-case allocation of display targetsKeith Whitwell1-34/+67
2008-05-01softpipe: use CPU flags for mappingKeith Whitwell1-3/+31
2008-05-01gallium: tex surface checkpointKeith Whitwell1-22/+65
2008-03-22gallium: remove temporary _screen suffix from function namesBrian1-10/+10
2008-03-19gallium: add face, dirtyLevels params to pipe->texture_update()Brian Paul1-1/+2
2008-03-14gallium: remove DOS carriage returnsBrian1-202/+202
2008-03-05gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell1-202/+202
2008-02-27gallium: remove unnecessary assignmentBrian1-1/+0
2008-02-27gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian1-47/+13
2008-02-27gallium: implement pipe_screen for softpipe driverBrian1-8/+49
2008-02-27gallium: softpipe_init_texture_funcs(), make texture func staticBrian1-4/+15
2008-02-26gallium: remove pipe parameter from pipe_texture_reference()Brian1-0/+1
2008-02-22gallium: fix brokenb buildBrian1-1/+1
2008-02-23gallium: Fix build on Windows.Michal Krol1-1/+1
2008-02-20gallium: replace some ordinary assignments with pipe_reference_texture()Brian1-1/+4
2008-02-20gallium: fix bad ptr comparisonBrian1-1/+1
2008-02-20gallium: new pipe->texture_update() functionBrian1-0/+15
2008-02-15Code reorganization: move files into their places.José Fonseca1-0/+166