summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pipe_aaline.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-041-1/+0
|\
| * gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-301-1/+0
* | Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell2009-12-011-46/+47
|\ \
| * | tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-10/+10
| * | tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-12/+12
| * | tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-241-15/+15
| * | tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-241-20/+20
| * | tgsi: reduce repetition of structure name in its membersKeith Whitwell2009-11-241-7/+7
| * | gallium: simplify tgsi tokens furtherKeith Whitwell2009-11-241-1/+2
* | | draw: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-4/+4
| |/ |/|
* | gallium: don't use arrays for texture width,height,depthKeith Whitwell2009-11-191-5/+5
|/
* gallium/draw: Free specialized versions of driver shadersKeith Whitwell2009-06-011-0/+4
* draw: free more token arraysKeith Whitwell2009-06-011-3/+6
* 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
* 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