diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-07-09 16:04:08 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-07-09 16:04:08 -0600 |
commit | 10f4b37bd70c12c8caaa85ff5b94aec532788abd (patch) | |
tree | 61ff3cf40104ed0f96584b9c564f20b30243edbf /src | |
parent | 9b32c33e9d87e4571e85efdbb14c6a98a090cae6 (diff) |
Rename/move some files to modularize the primitive/draw code.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/pipe/draw/draw_clip.c (renamed from src/mesa/pipe/softpipe/sp_prim_clip.c) | 0 | ||||
-rw-r--r-- | src/mesa/pipe/draw/draw_context.h (renamed from src/mesa/pipe/softpipe/sp_draw.h) | 0 | ||||
-rw-r--r-- | src/mesa/pipe/draw/draw_cull.c (renamed from src/mesa/pipe/softpipe/sp_prim_cull.c) | 0 | ||||
-rw-r--r-- | src/mesa/pipe/draw/draw_flatshade.c (renamed from src/mesa/pipe/softpipe/sp_prim_flatshade.c) | 0 | ||||
-rw-r--r-- | src/mesa/pipe/draw/draw_offset.c (renamed from src/mesa/pipe/softpipe/sp_prim_offset.c) | 0 | ||||
-rw-r--r-- | src/mesa/pipe/draw/draw_private.h (renamed from src/mesa/pipe/softpipe/sp_prim.h) | 0 | ||||
-rw-r--r-- | src/mesa/pipe/draw/draw_twoside.c (renamed from src/mesa/pipe/softpipe/sp_prim_twoside.c) | 0 | ||||
-rw-r--r-- | src/mesa/pipe/draw/draw_unfilled.c (renamed from src/mesa/pipe/softpipe/sp_prim_unfilled.c) | 0 | ||||
-rw-r--r-- | src/mesa/pipe/draw/draw_vb.c (renamed from src/mesa/pipe/softpipe/sp_draw.c) | 0 |
9 files changed, 0 insertions, 0 deletions
diff --git a/src/mesa/pipe/softpipe/sp_prim_clip.c b/src/mesa/pipe/draw/draw_clip.c index 304c43c3f4..304c43c3f4 100644 --- a/src/mesa/pipe/softpipe/sp_prim_clip.c +++ b/src/mesa/pipe/draw/draw_clip.c diff --git a/src/mesa/pipe/softpipe/sp_draw.h b/src/mesa/pipe/draw/draw_context.h index a138f812fa..a138f812fa 100644 --- a/src/mesa/pipe/softpipe/sp_draw.h +++ b/src/mesa/pipe/draw/draw_context.h diff --git a/src/mesa/pipe/softpipe/sp_prim_cull.c b/src/mesa/pipe/draw/draw_cull.c index 63099fbee0..63099fbee0 100644 --- a/src/mesa/pipe/softpipe/sp_prim_cull.c +++ b/src/mesa/pipe/draw/draw_cull.c diff --git a/src/mesa/pipe/softpipe/sp_prim_flatshade.c b/src/mesa/pipe/draw/draw_flatshade.c index 3a7d9de466..3a7d9de466 100644 --- a/src/mesa/pipe/softpipe/sp_prim_flatshade.c +++ b/src/mesa/pipe/draw/draw_flatshade.c diff --git a/src/mesa/pipe/softpipe/sp_prim_offset.c b/src/mesa/pipe/draw/draw_offset.c index 5fd6ac911a..5fd6ac911a 100644 --- a/src/mesa/pipe/softpipe/sp_prim_offset.c +++ b/src/mesa/pipe/draw/draw_offset.c diff --git a/src/mesa/pipe/softpipe/sp_prim.h b/src/mesa/pipe/draw/draw_private.h index b6cbaae085..b6cbaae085 100644 --- a/src/mesa/pipe/softpipe/sp_prim.h +++ b/src/mesa/pipe/draw/draw_private.h diff --git a/src/mesa/pipe/softpipe/sp_prim_twoside.c b/src/mesa/pipe/draw/draw_twoside.c index 5e9f218d1e..5e9f218d1e 100644 --- a/src/mesa/pipe/softpipe/sp_prim_twoside.c +++ b/src/mesa/pipe/draw/draw_twoside.c diff --git a/src/mesa/pipe/softpipe/sp_prim_unfilled.c b/src/mesa/pipe/draw/draw_unfilled.c index ab0dab09d4..ab0dab09d4 100644 --- a/src/mesa/pipe/softpipe/sp_prim_unfilled.c +++ b/src/mesa/pipe/draw/draw_unfilled.c diff --git a/src/mesa/pipe/softpipe/sp_draw.c b/src/mesa/pipe/draw/draw_vb.c index 3fc30dd203..3fc30dd203 100644 --- a/src/mesa/pipe/softpipe/sp_draw.c +++ b/src/mesa/pipe/draw/draw_vb.c |