mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 00:40:10 +01:00
added WindML driver
This commit is contained in:
parent
976c26ca34
commit
fc1eadefeb
2 changed files with 11 additions and 2 deletions
10
Makefile.X11
10
Makefile.X11
|
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile.X11,v 1.50 2001/07/23 15:09:52 brianp Exp $
|
# $Id: Makefile.X11,v 1.51 2001/08/20 16:16:36 brianp Exp $
|
||||||
|
|
||||||
# Mesa 3-D graphics library
|
# Mesa 3-D graphics library
|
||||||
# Version: 3.5
|
# Version: 3.5
|
||||||
|
|
@ -396,6 +396,7 @@ LIB_FILES = \
|
||||||
$(DIRECTORY)/include/GL/mglmesa.h \
|
$(DIRECTORY)/include/GL/mglmesa.h \
|
||||||
$(DIRECTORY)/include/GL/osmesa.h \
|
$(DIRECTORY)/include/GL/osmesa.h \
|
||||||
$(DIRECTORY)/include/GL/svgamesa.h \
|
$(DIRECTORY)/include/GL/svgamesa.h \
|
||||||
|
$(DIRECTORY)/include/GL/ugl*.h \
|
||||||
$(DIRECTORY)/include/GL/vms_x_fix.h \
|
$(DIRECTORY)/include/GL/vms_x_fix.h \
|
||||||
$(DIRECTORY)/include/GL/wmesa.h \
|
$(DIRECTORY)/include/GL/wmesa.h \
|
||||||
$(DIRECTORY)/include/GL/xmesa.h \
|
$(DIRECTORY)/include/GL/xmesa.h \
|
||||||
|
|
@ -425,6 +426,10 @@ LIB_FILES = \
|
||||||
$(DIRECTORY)/src/tnl/*.[ch] \
|
$(DIRECTORY)/src/tnl/*.[ch] \
|
||||||
$(DIRECTORY)/src/tnl/Makefile* \
|
$(DIRECTORY)/src/tnl/Makefile* \
|
||||||
$(DIRECTORY)/src/tnl/libMesaTnl_la_SOURCES \
|
$(DIRECTORY)/src/tnl/libMesaTnl_la_SOURCES \
|
||||||
|
$(DIRECTORY)/src/windml/*.[ch] \
|
||||||
|
$(DIRECTORY)/src/windml/tornado/*.c \
|
||||||
|
$(DIRECTORY)/src/windml/tornado/*.cdf \
|
||||||
|
$(DIRECTORY)/src/windml/torVars.sample \
|
||||||
$(DIRECTORY)/src/BeOS/*.cpp \
|
$(DIRECTORY)/src/BeOS/*.cpp \
|
||||||
$(DIRECTORY)/src/FX/Makefile.am \
|
$(DIRECTORY)/src/FX/Makefile.am \
|
||||||
$(DIRECTORY)/src/FX/Makefile.in \
|
$(DIRECTORY)/src/FX/Makefile.in \
|
||||||
|
|
@ -619,6 +624,9 @@ DEMO_FILES = \
|
||||||
$(DIRECTORY)/samples/README \
|
$(DIRECTORY)/samples/README \
|
||||||
$(DIRECTORY)/samples/*.c \
|
$(DIRECTORY)/samples/*.c \
|
||||||
$(DIRECTORY)/mtdemos \
|
$(DIRECTORY)/mtdemos \
|
||||||
|
$(DIRECTORY)windmldemos/Makefile.ugl \
|
||||||
|
$(DIRECTORY)windmldemos/*.c \
|
||||||
|
$(DIRECTORY)windmldemos/*.bmp \
|
||||||
$(DIRECTORY)/ggi
|
$(DIRECTORY)/ggi
|
||||||
|
|
||||||
OBSOLETE_DEMO_FILES = \
|
OBSOLETE_DEMO_FILES = \
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
$Id: VERSIONS,v 1.66 2001/08/13 18:09:34 brianp Exp $
|
$Id: VERSIONS,v 1.67 2001/08/20 16:16:37 brianp Exp $
|
||||||
|
|
||||||
|
|
||||||
Mesa Version History
|
Mesa Version History
|
||||||
|
|
@ -873,6 +873,7 @@ Mesa Version History
|
||||||
New:
|
New:
|
||||||
- GL_IBM_rasterpos_clip extension
|
- GL_IBM_rasterpos_clip extension
|
||||||
- GL_EXT_texture_edge_clamp extension (aka GL_SGIS_texture_edge_clamp)
|
- GL_EXT_texture_edge_clamp extension (aka GL_SGIS_texture_edge_clamp)
|
||||||
|
- WindML UGL driver (Stephane Raimbault)
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
- added some missing GLX 1.3 tokens to include/GL/glx.h
|
- added some missing GLX 1.3 tokens to include/GL/glx.h
|
||||||
- GL_COLOR_MATRIX changes weren't recognized by teximage functions
|
- GL_COLOR_MATRIX changes weren't recognized by teximage functions
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue