mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-11 09:33:49 +00:00
bug fix
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@516 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
42fc0825c2
commit
74e2850066
@ -69,7 +69,7 @@ extern void glXDestroyGLXPixmap (Display *dpy, GLXPixmap pix);
|
||||
extern GLXContext glXCreateContext (Display *dpy, XVisualInfo *vis, GLXContext shareList, Bool direct);
|
||||
extern void glXDestroyContext (Display *dpy, GLXContext ctx);
|
||||
extern Bool glXIsDirect (Display *dpy, GLXContext ctx);
|
||||
extern void glXCopyContext (Display *dpy, GLXContext src, GLXContext dst, GLuint mask);
|
||||
extern void glXCopyContext (Display *dpy, GLXContext src, GLXContext dst, GLulong mask);
|
||||
extern Bool glXMakeCurrent (Display *dpy, GLXDrawable drawable, GLXContext ctx);
|
||||
extern GLXContext glXGetCurrentContext (void);
|
||||
extern GLXDrawable glXGetCurrentDrawable (void);
|
||||
|
25
doc/log.html
25
doc/log.html
@ -71,6 +71,31 @@ width="88" height="32" border="0" alt="Support This Project"></a></td></tr>
|
||||
<h2>Change Log</h2>
|
||||
<hr align="center">
|
||||
<ul class="none">
|
||||
<li><b>1.5.0</b> [12-27-07]
|
||||
<ul>
|
||||
<li> New features:
|
||||
<ul>
|
||||
<li> New license (BSD, Mesa 3-D, Khronos)
|
||||
<li> Use OpenGL Registry on <a href="http://www.opengl.org/registry/">www.opengl.org</a>
|
||||
</ul>
|
||||
<li> New extensions:
|
||||
<ul>
|
||||
<li> GL_APPLE_flush_buffer_range
|
||||
<li> GL_GREMEDY_frame_terminator
|
||||
<li> GLX_EXT_texture_from_pixmap
|
||||
</ul>
|
||||
<li> Bug fixes:
|
||||
<ul>
|
||||
<li> Incorrent 64-bit type definitions
|
||||
<li> Do not strip static library on install
|
||||
<li> Missing tokens in GL_ATI_fragment_shader, WGL_{ARB,EXT}_make_current_read
|
||||
<li> Missing functions in GL_VERSION_1_4
|
||||
<li> Incorrect parameter type for glXCopyContext
|
||||
</ul>
|
||||
</ul>
|
||||
</ul>
|
||||
<hr align="center">
|
||||
<ul class="none">
|
||||
<li><b>1.4.0</b> [04-27-07]
|
||||
<ul>
|
||||
<li> New features:
|
||||
|
Loading…
Reference in New Issue
Block a user