summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
authorDave Airlie <airliedfreedesktop.org>2004-12-19 03:06:59 +0000
committerDave Airlie <airliedfreedesktop.org>2004-12-19 03:06:59 +0000
commit7f752fed993e5e9423abac200dd59141edbada56 (patch)
tree06eba28f01c81dfbd8c4a9104206765f8731528c /src/mesa/sources
parenta803b0c891404dcd7c376e91f6a033cd4e42abc3 (diff)
Implement software ATI_fragment_shader
no error detection, slow, may not be 100% correct but a good start
Diffstat (limited to 'src/mesa/sources')
-rw-r--r--src/mesa/sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index 404249d047..b3301b218c 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -77,6 +77,7 @@ SWRAST_SOURCES = \
swrast/s_accum.c \
swrast/s_alpha.c \
swrast/s_alphabuf.c \
+ swrast/s_atifragshader.c \
swrast/s_auxbuffer.c \
swrast/s_bitmap.c \
swrast/s_blend.c \
@@ -138,6 +139,7 @@ SHADER_SOURCES = \
shader/arbprogparse.c \
shader/arbprogram.c \
shader/arbvertparse.c \
+ shader/atifragshader.c \
shader/grammar_mesa.c \
shader/nvfragparse.c \
shader/nvprogram.c \