r300g: integer and fixed-point 16.16 textures are not supported
[mesa.git] / src / gallium / drivers / trace / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = trace
5
6 C_SOURCES = \
7 tr_context.c \
8 tr_dump.c \
9 tr_dump_state.c \
10 tr_screen.c \
11 tr_texture.c
12
13 include ../../Makefile.template