ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Client.xs
(Generate patch)

Comparing deliantra/Deliantra-Client/Client.xs (file contents):
Revision 1.118 by root, Thu Jun 15 15:47:35 2006 UTC vs.
Revision 1.119 by root, Sat Jun 17 15:07:52 2006 UTC

1715 const_iv (GL_SCISSOR_TEST), 1715 const_iv (GL_SCISSOR_TEST),
1716 const_iv (GL_DEPTH_TEST), 1716 const_iv (GL_DEPTH_TEST),
1717 const_iv (GL_ALPHA_TEST), 1717 const_iv (GL_ALPHA_TEST),
1718 const_iv (GL_NORMALIZE), 1718 const_iv (GL_NORMALIZE),
1719 const_iv (GL_RESCALE_NORMAL), 1719 const_iv (GL_RESCALE_NORMAL),
1720 const_iv (GL_FRONT),
1721 const_iv (GL_BACK),
1720 const_iv (GL_AND), 1722 const_iv (GL_AND),
1721 const_iv (GL_ONE), 1723 const_iv (GL_ONE),
1722 const_iv (GL_ZERO), 1724 const_iv (GL_ZERO),
1723 const_iv (GL_SRC_ALPHA), 1725 const_iv (GL_SRC_ALPHA),
1724 const_iv (GL_DST_ALPHA), 1726 const_iv (GL_DST_ALPHA),
1846 1848
1847void glPopMatrix () 1849void glPopMatrix ()
1848 1850
1849void glLoadIdentity () 1851void glLoadIdentity ()
1850 1852
1853void glDrawBuffer (int buffer)
1854
1855void glReadBuffer (int buffer)
1856
1851# near_ and far_ are due to microsofts buggy "c" compiler 1857# near_ and far_ are due to microsofts buggy "c" compiler
1852void glFrustum (double left, double right, double bottom, double top, double near_, double far_) 1858void glFrustum (double left, double right, double bottom, double top, double near_, double far_)
1853 1859
1854# near_ and far_ are due to microsofts buggy "c" compiler 1860# near_ and far_ are due to microsofts buggy "c" compiler
1855void glOrtho (double left, double right, double bottom, double top, double near_, double far_) 1861void glOrtho (double left, double right, double bottom, double top, double near_, double far_)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines