st/xa: Solid fill (tested) and composite (yet untested)
[mesa.git] / src / gallium / state_trackers / xa / Makefile
index 7dc47b59ccc36628674500a24da18593203b1d91..92edfd093400d725e0cce9243d1b505c929b9926 100644 (file)
@@ -4,7 +4,7 @@ include $(TOP)/configs/current
 ##### MACROS #####
 
 XA_MAJOR = 0
-XA_MINOR = 2
+XA_MINOR = 3
 XA_TINY = 0
 XA_CFLAGS = -g -fPIC -Wall
 
@@ -25,7 +25,8 @@ SOURCES = \
        xa_context.c \
        xa_renderer.c \
        xa_tgsi.c \
-       xa_yuv.c
+       xa_yuv.c \
+       xa_composite.c
 OBJECTS = $(SOURCES:.c=.o)
 
 ##### RULES #####