OSDN Git Service

draw: consolidate all the passthrough line/tri/point funcs
authorKeith Whitwell <keith@tungstengraphics.com>
Mon, 21 Apr 2008 15:10:13 +0000 (16:10 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 21 Apr 2008 15:16:16 +0000 (16:16 +0100)
commita918a9c744f656c8bf2e3fd2841732e01a5ccefc
tree7da85501d80bc58a7d51adebf5c2aad240f5b2b8
parentd3045ebb0642b09b4d353be6d4a258e6766061e6
draw: consolidate all the passthrough line/tri/point funcs
16 files changed:
src/gallium/auxiliary/draw/Makefile
src/gallium/auxiliary/draw/SConscript
src/gallium/auxiliary/draw/draw_pipe.c
src/gallium/auxiliary/draw/draw_pipe.h
src/gallium/auxiliary/draw/draw_pipe_aaline.c
src/gallium/auxiliary/draw/draw_pipe_aapoint.c
src/gallium/auxiliary/draw/draw_pipe_cull.c
src/gallium/auxiliary/draw/draw_pipe_flatshade.c
src/gallium/auxiliary/draw/draw_pipe_offset.c
src/gallium/auxiliary/draw/draw_pipe_pstipple.c
src/gallium/auxiliary/draw/draw_pipe_stipple.c
src/gallium/auxiliary/draw/draw_pipe_twoside.c
src/gallium/auxiliary/draw/draw_pipe_unfilled.c
src/gallium/auxiliary/draw/draw_pipe_util.c [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_pipe_wide_line.c
src/gallium/auxiliary/draw/draw_pipe_wide_point.c