summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pipe_pstipple.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-221-1/+4
* gallium/draw: Free specialized versions of driver shadersKeith Whitwell2009-06-011-0/+4
* draw: avoid leaking tokens when building pstipple fragment shaderKeith Whitwell2009-06-011-0/+1
* gallium/draw: add ability to print out active pipeline stagesKeith Whitwell2009-04-281-0/+1
* gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer2009-03-041-1/+0
* gallium: Unify reference counting.Michel Dänzer2009-03-041-2/+2
* Merge branch 'master' into gallium-texture-transferKeith Whitwell2009-02-161-1/+1
|\
| * draw: Fix build -- rename Size to NrTokens.Michal Krol2009-02-101-1/+1
* | gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-051-9/+8
|/
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+3
* draw: Use KIL instead of KILP.Michal Krol2008-08-131-2/+2
* Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-281-2/+2
* gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca2008-06-271-3/+3
* draw: Fix build after TGSI declaration interface changes.Michal Krol2008-05-311-14/+13
* Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul2008-05-191-0/+5
|\
| * gallium: fix some texture object leaksBrian Paul2008-05-191-0/+5
* | Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell2008-05-021-1/+1
|\ \ | |/
| * added cast for MSVCBrian Paul2008-05-011-1/+1
| * draw: avoid aliasing warningKeith Whitwell2008-05-011-1/+1
* | gallium: tex surface checkpointKeith Whitwell2008-05-011-5/+10
|/
* gallium: use the newer PIPE_FORMAT_x_UNORM format namesBrian Paul2008-04-301-1/+1
* draw: remove unused varsKeith Whitwell2008-04-251-2/+0
* gallium: reorder code to fix a recursive flushBrian Paul2008-04-231-4/+2
* gallium: fix issues in recursive flushingBrian Paul2008-04-231-2/+14
* gallium: fix comments, whitespace changesBrian Paul2008-04-231-14/+7
* gallium: fix bad logic in bind_pstip_fragment_shader(): use &&, not ||Brian Paul2008-04-221-1/+1
* draw: more propogation -- pstipple stage.Keith Whitwell2008-04-211-11/+32
* draw: propogate lots of errorsKeith Whitwell2008-04-211-2/+12
* draw: consolidate all the passthrough line/tri/point funcsKeith Whitwell2008-04-211-22/+3
* draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell2008-04-191-1/+1
* draw: rename pipeline files to draw_pipe_*Keith Whitwell2008-04-191-0/+746