summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_aaline.c
AgeCommit message (Expand)Author
2008-03-26gallium: as for aapoints, make the extra texcoord per-shader stateBrian Paul
2008-03-24gallium: be smarter about picking the sampler unit for pstipple, aaalinesBrian
2008-03-24gallium: use pipe_texture_reference() in a few places (fixes refcounting bugs)Brian
2008-03-22gallium: free samplers, textures in destroy()Brian
2008-03-19gallium: add face, dirtyLevels params to pipe->texture_update()Brian Paul
2008-03-13gallium: remove dead code related to shader semantic input/output infoBrian Paul
2008-03-13gallium: remove semantic info from pipe_shader_stateBrian Paul
2008-03-11gallium: rework CSO-related code in state trackerBrian
2008-03-05gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell
2008-02-29gallium: remove the ugly pipe->draw stage lookup code in aaline/point/pstippl...Brian
2008-02-27gallium: remove dependencies on pipe_shader_state's semantic infoBrian
2008-02-27gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian
2008-02-20gallium: re-fix some msvc warningsBrian
2008-02-18gallium: antialiased line drawingBrian