summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pipe_wide_point.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: fix wide point / point coord semantic info (generic, not fog)Brian Paul2008-09-171-2/+2
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+2
* gallium: emit sprite coords (gl_PointCoord)Brian Paul2008-08-111-0/+21
* draw: don't assume vertex position is in data[0]Keith Whitwell2008-06-111-4/+5
* draw: move some state into a new 'vs' areaKeith Whitwell2008-05-231-2/+2
* draw: propogate lots of errorsKeith Whitwell2008-04-211-1/+10
* draw: consolidate all the passthrough line/tri/point funcsKeith Whitwell2008-04-211-20/+3
* draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell2008-04-191-2/+3
* draw: rename pipeline files to draw_pipe_*Keith Whitwell2008-04-191-0/+281