summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pipe_aaline.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-051-7/+7
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+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-2/+2
* draw: don't assume vertex position is in data[0]Keith Whitwell2008-06-111-11/+14
* draw: Fix build after TGSI declaration interface changes.Michal Krol2008-05-311-18/+17
* Merge branch 'gallium-vertex-linear' into gallium-0.1Jakob Bornecrantz2008-05-281-1/+1
|\
| * draw: move some state into a new 'vs' areaKeith Whitwell2008-05-231-1/+1
* | Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul2008-05-191-0/+8
|\ \
| * | gallium: fix some texture object leaksBrian Paul2008-05-191-0/+8
| |/
* | gallium: tex surface checkpointKeith Whitwell2008-05-011-5/+7
|/
* 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: fix issues in recursive flushingBrian Paul2008-04-231-3/+15
* draw: more propogation -- pstipple stage.Keith Whitwell2008-04-211-0/+1
* draw: propogate lots of errorsKeith Whitwell2008-04-211-5/+5
* draw: propogate errors out of aapoint stageKeith Whitwell2008-04-211-1/+1
* draw: propogate errors out of aaline stageKeith Whitwell2008-04-211-11/+47
* draw: consolidate all the passthrough line/tri/point funcsKeith Whitwell2008-04-211-22/+16
* draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell2008-04-191-0/+1
* draw: rename pipeline files to draw_pipe_*Keith Whitwell2008-04-191-0/+859