Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-19 | Fix glPixelMap: s/GLint/GLsizei/ | Brian Paul | |
2003-07-21 | tokens, functions for GL_MESA_program_debug | Brian Paul | |
2003-07-17 | more DOS updates from Daniel Borca | Brian Paul | |
2003-06-16 | DOS updates for new tree (Daniel Borca) | Brian Paul | |
2003-06-13 | Implemented GL_ARB_occlusion_query (not 100% finalized). | Brian Paul | |
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | |
2003-05-10 | updated with new glext.h stuff | Brian Paul | |
2003-05-10 | version 18 of glext.h | Brian Paul | |
2003-05-10 | remove temporary stuff | Brian Paul | |
2003-04-29 | updated for glIsBufferARB | Brian Paul | |
2003-04-28 | fix glIsBufferARB() prototype | Brian Paul | |
2003-04-23 | updated with newest functions | Brian Paul | |
2003-04-23 | fix function prototypes for manging (Bill Hoffman) | Brian Paul | |
2003-04-21 | added GL_EXT_depth_bounds_test | Brian Paul | |
2003-04-18 | more GL_ARB_fragment_program tokens | Brian Paul | |
2003-04-17 | temporary GL_ARB_fragment_program tokens | Brian Paul | |
2003-04-09 | Added function pointer typedefs for GL_NV_fragment_program | Brian Paul | |
2003-04-09 | Added GL_ARB_vertex_buffer_object tokens | Brian Paul | |
2003-03-29 | added GL_ARB_vertex_buffer_object functions | Brian Paul | |
2003-03-08 | DOS update (Daniel Borca) | Brian Paul | |
2003-02-28 | updated version | Brian Paul | |
2003-02-20 | latest DOS updates (Daniel Borca) | Brian Paul | |
2003-02-10 | fix fragment_program for Windows | Alan Hourihane | |
2003-02-04 | DOS updates (Daniel Borca) | Brian Paul | |
2003-02-04 | updated with new functions (Bill Hoffman) | Brian Paul | |
2003-01-21 | GL_ATI_texture_env_combine3 extension | Brian Paul | |
2003-01-14 | GL_NV_fragment_program | Brian Paul | |
2003-01-14 | prototype render-to-texture | Brian Paul | |
2002-12-18 | DOS updates from Daniel Borca. | Brian Paul | |
2002-11-05 | Updates for DOS driver from Daniel Borca. | Brian Paul | |
2002-10-17 | Put back the include of windows.h so we are back to version 17 of the file. | Karl Schultz | |
2002-10-17 | Change for Windows only: Make demos and examples build again. | Karl Schultz | |
Move the inclusion of windows.h from glext.h to gl.h. There are a few good reasons for this: - Including it in gl.h is more strightforward and makes it easier to troubleshoot include file problems. It was sometimes hard to find it in glext.h. - Needed to define APIENTRY correctly. APIENTRY is used in gl.h. - glut.h needs windows.h but does not include it, expecting the app to include it. Including it in gl.h if not already included by the app makes glut.h happy. This allows one to write a gl/glut app without explictly including windows.h, which may only be really important for toy apps like our samples and demos. But a "real" app can still include windows.h if it wants. | |||
2002-10-14 | disable wsPriv field in __GLdrawablePrivateRec to match XFree86/DRI | Brian Paul | |
2002-10-14 | added missing GLX_TRANSPARENT_RGB | Brian Paul | |
2002-10-09 | disable wscx field in __GLimportsRec to be consistant with XFree86 | Brian Paul | |
2002-10-08 | GLX_NV_vertex_array_range and GLX_MESA_agp_offset extensions | Brian Paul | |
2002-10-05 | added XMesaCreatePBuffer() | Brian Paul | |
2002-09-21 | merge updates from 4.0.4 | Brian Paul | |
2002-09-19 | Updated BeOS support (Philippe Houdoin) | Brian Paul | |
2002-09-06 | removed glext.h fix-ups corrected in glext.h version 17 | Brian Paul | |
2002-09-06 | version 17 | Brian Paul | |
2002-08-29 | fix up stuff accidentaly checked in a few days ago | Brian Paul | |
2002-08-27 | define GLAPIENTRY and GLAPI if not defined in gl.h | Brian Paul | |
2002-08-22 | added glXAllocate/FreeMemoryNV() | Brian Paul | |
2002-08-17 | added glutGetProcAddress() | Brian Paul | |
2002-06-10 | GGI driver updates (Filip Spacek) | Brian Paul | |
2002-06-07 | version 15 of glext.h | Brian Paul | |
2002-06-07 | s/GL_MAX_TEXTURE_RECTANGLE_SIZE_NV/GL_MAX_RECTANGLE_TEXTURE_SIZE_NV/ | Brian Paul | |
2002-05-27 | removed experiemental GL_MESA_sprite_point extension | Brian Paul | |
2002-04-23 | Fix up alpha buffer handling for Windows. | Karl Schultz | |
- add two new Pixel Format Descriptors that do not have alpha bits to mirror the two that do. - add logic to wglChoosePixelFormat to match PFD's with respect to alpha. - Create/clear software alpha buffer as required. Now a wgl or GLUT program can control the creation of a software alpha buffer via the PFD or GLUT parms, respectively. |