summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/Makefile
diff options
context:
space:
mode:
authorRoland Scheidegger <rscheidegger@gmx.ch>2005-09-12 21:20:10 +0000
committerRoland Scheidegger <rscheidegger@gmx.ch>2005-09-12 21:20:10 +0000
commitf20917de5bd2b1fc152e74304d3649a1f6042422 (patch)
tree9a5390f0f8cda2d046edd0387ab1c502981f159c /src/mesa/drivers/dri/r200/Makefile
parent11543624edbee91f1257a614f0778999bc170345 (diff)
add complete support for ATI_fragment_shader for the r200. Most of the new code is in the new file r200_fragshader.c. Reverse engeneered by Dave Airlie and me
Diffstat (limited to 'src/mesa/drivers/dri/r200/Makefile')
-rw-r--r--src/mesa/drivers/dri/r200/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r200/Makefile b/src/mesa/drivers/dri/r200/Makefile
index e4fff5746d..dfeebca5a2 100644
--- a/src/mesa/drivers/dri/r200/Makefile
+++ b/src/mesa/drivers/dri/r200/Makefile
@@ -31,6 +31,7 @@ DRIVER_SOURCES = r200_context.c \
r200_vtxfmt_c.c \
r200_vtxfmt_sse.c \
r200_vtxfmt_x86.c \
+ r200_fragshader.c \
$(EGL_SOURCES)
C_SOURCES = $(COMMON_SOURCES) $(DRIVER_SOURCES)