aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_aaline.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: as for aapoints, make the extra texcoord per-shader stateBrian Paul2008-03-261-11/+13
* gallium: be smarter about picking the sampler unit for pstipple, aaalinesBrian2008-03-241-11/+43
* gallium: use pipe_texture_reference() in a few places (fixes refcounting bugs)Brian2008-03-241-2/+7
* gallium: free samplers, textures in destroy()Brian2008-03-221-0/+7
* gallium: add face, dirtyLevels params to pipe->texture_update()Brian Paul2008-03-191-0/+1
* gallium: remove dead code related to shader semantic input/output infoBrian Paul2008-03-131-6/+0
* gallium: remove semantic info from pipe_shader_stateBrian Paul2008-03-131-1/+1
* gallium: rework CSO-related code in state trackerBrian2008-03-111-1/+2
* gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell2008-03-051-24/+30
* gallium: remove the ugly pipe->draw stage lookup code in aaline/point/pstippl...Brian2008-02-291-28/+4
* gallium: remove dependencies on pipe_shader_state's semantic infoBrian2008-02-271-0/+2
* gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian2008-02-271-2/+3
* gallium: re-fix some msvc warningsBrian2008-02-201-8/+8
* gallium: antialiased line drawingBrian2008-02-181-0/+832