Hi

I've made a couple of changes on the experimental branch.  The main one
is the removal of SGIS multitexture.  Additionally I've added a pair of
macros:

#define MESA_VERSION MESA_VER(MESA_MAJOR_VERSION, \
                              MESA_MINOR_VERSION, \
                              MESA_BRANCH, \
                              MESA_TINY_VERSION)

#define MESA_VER(x,y,z,w) ((x<<24)+(y<<16)+(z<<10)+w)

which will allow people like the g200 project who use our sources but
aren't tightly integrated to the mesa project to do conditional
compilation on fairly fine grained changes to the mesa sources.  

This relies on the MESA_TINY_VERSION macro being incremented whenever a
change is made to mesa's internal data structures - particularly the
things in types.h, vb.h and dd.h.

Keith


_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to