draw: rename pipeline files to draw_pipe_*
authorKeith Whitwell <keith@tungstengraphics.com>
Fri, 18 Apr 2008 23:45:05 +0000 (00:45 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Fri, 18 Apr 2008 23:45:05 +0000 (00:45 +0100)
commit26831bdac594a11e51b6c4b09df78bb11444f5dd
treee4d2876ed4fee577664fefb58543bfe35d87eec7
parent43452886e2e33e33bdc57abe7e0b4af0abbbd2b1
draw: rename pipeline files to draw_pipe_*
17 files changed:
src/gallium/auxiliary/draw/Makefile
src/gallium/auxiliary/draw/SConscript
src/gallium/auxiliary/draw/draw_pipe_aaline.c [moved from src/gallium/auxiliary/draw/draw_aaline.c with 100% similarity]
src/gallium/auxiliary/draw/draw_pipe_aapoint.c [moved from src/gallium/auxiliary/draw/draw_aapoint.c with 100% similarity]
src/gallium/auxiliary/draw/draw_pipe_clip.c [moved from src/gallium/auxiliary/draw/draw_clip.c with 100% similarity]
src/gallium/auxiliary/draw/draw_pipe_cull.c [moved from src/gallium/auxiliary/draw/draw_cull.c with 100% similarity]
src/gallium/auxiliary/draw/draw_pipe_flatshade.c [moved from src/gallium/auxiliary/draw/draw_flatshade.c with 100% similarity]
src/gallium/auxiliary/draw/draw_pipe_offset.c [moved from src/gallium/auxiliary/draw/draw_offset.c with 100% similarity]
src/gallium/auxiliary/draw/draw_pipe_pstipple.c [moved from src/gallium/auxiliary/draw/draw_pstipple.c with 100% similarity]
src/gallium/auxiliary/draw/draw_pipe_stipple.c [moved from src/gallium/auxiliary/draw/draw_stipple.c with 100% similarity]
src/gallium/auxiliary/draw/draw_pipe_twoside.c [moved from src/gallium/auxiliary/draw/draw_twoside.c with 100% similarity]
src/gallium/auxiliary/draw/draw_pipe_unfilled.c [moved from src/gallium/auxiliary/draw/draw_unfilled.c with 100% similarity]
src/gallium/auxiliary/draw/draw_pipe_validate.c [moved from src/gallium/auxiliary/draw/draw_validate.c with 100% similarity]
src/gallium/auxiliary/draw/draw_pipe_vbuf.c [moved from src/gallium/auxiliary/draw/draw_vbuf.c with 100% similarity]
src/gallium/auxiliary/draw/draw_pipe_wide_line.c [moved from src/gallium/auxiliary/draw/draw_wide_line.c with 100% similarity]
src/gallium/auxiliary/draw/draw_pipe_wide_point.c [moved from src/gallium/auxiliary/draw/draw_wide_point.c with 100% similarity]
src/gallium/auxiliary/draw/draw_pipe_wide_prims.c [moved from src/gallium/auxiliary/draw/draw_wide_prims.c with 100% similarity]