summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pstipple.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: fix compiler warningKeith Whitwell2008-03-101-2/+1
* gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell2008-03-051-25/+26
* 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/+4
* gallium: Fix MSVC warnings.José Fonseca2008-02-241-2/+2
* gallium: new draw stage for polygon stipple.Brian2008-02-211-0/+717