summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-07-09 16:04:08 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-07-09 16:04:08 -0600
commit10f4b37bd70c12c8caaa85ff5b94aec532788abd (patch)
tree61ff3cf40104ed0f96584b9c564f20b30243edbf
parent9b32c33e9d87e4571e85efdbb14c6a98a090cae6 (diff)
Rename/move some files to modularize the primitive/draw code.
-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 304c43c3f48..304c43c3f48 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 a138f812fa4..a138f812fa4 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 63099fbee0a..63099fbee0a 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 3a7d9de4667..3a7d9de4667 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 5fd6ac911a5..5fd6ac911a5 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 b6cbaae085d..b6cbaae085d 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 5e9f218d1e9..5e9f218d1e9 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 ab0dab09d4b..ab0dab09d4b 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 3fc30dd2034..3fc30dd2034 100644
--- a/src/mesa/pipe/softpipe/sp_draw.c
+++ b/src/mesa/pipe/draw/draw_vb.c