summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pstipple.c
AgeCommit message (Expand)Author
2008-03-24gallium: be smarter about picking the sampler unit for pstipple, aaalinesBrian
2008-03-24gallium: move sampler_unit field to pstip_fragment_shader since it's per-shaderBrian
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: fix bug in stip_first_tri()Brian Paul
2008-03-13gallium: remove semantic info from pipe_shader_stateBrian Paul
2008-03-12gallium: fix polygon stippleBrian
2008-03-11gallium: rework CSO-related code in state trackerBrian
2008-03-10gallium: fix compiler warningKeith Whitwell
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-24gallium: Fix MSVC warnings.José Fonseca
2008-02-21gallium: new draw stage for polygon stipple.Brian