mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-02 02:37:59 +02:00
Build against mesa head
This commit is contained in:
parent
24bb0886f9
commit
9ad6fd9b91
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2006-03-06 David Reveman <davidr@novell.com>
|
||||
|
||||
* GL/mesa/swrast/Makefile.am: Update to build against mesa head.
|
||||
|
||||
2006-02-23 David Reveman <davidr@novell.com>
|
||||
|
||||
* configure.ac: Require version 0.5.4 of glitz.
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ INCLUDES = -I@MESA_SOURCE@/include \
|
|||
-I../main \
|
||||
-I../math \
|
||||
-I../shader \
|
||||
-I../shader/slang \
|
||||
-I../swrast \
|
||||
-I../swrast_setup \
|
||||
-I../tnl \
|
||||
|
|
@ -23,6 +24,7 @@ nodist_libswrast_la_SOURCES = s_aaline.c \
|
|||
s_atifragshader.c \
|
||||
s_bitmap.c \
|
||||
s_blend.c \
|
||||
s_blit.c \
|
||||
s_buffers.c \
|
||||
s_context.c \
|
||||
s_copypix.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue