summaryrefslogtreecommitdiffstats
path: root/include/GL
Commit message (Collapse)AuthorAgeFilesLines
* added GLX_NV_float_bufferBrian Paul2005-01-041-2/+13
|
* DirectFB driver (Claudio Ciccani)Brian Paul2005-01-031-0/+89
|
* VMS updateBrian Paul2004-12-171-3/+3
|
* added DMesaProc type to prevent gcc 3.4.3 warningsDaniel Borca2004-12-151-3/+4
|
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-8/+9
|
* Check for some header defines before redefining functions. Silences warnings.Alan Hourihane2004-12-081-0/+3
|
* no need to include stddef.h anymoreBrian Paul2004-11-291-3/+1
|
* Have OSMesaGetProcAddress() return new OSMESAproc typedef.Brian Paul2004-11-271-6/+12
|
* typedef GLUTproc, return it from glutGetProcAddress()Brian Paul2004-11-271-1/+2
|
* minor APIENTRY clean-upsBrian Paul2004-11-251-6/+14
|
* Remove need for defining _MSC_VER when building Mesa for windows withBrian Paul2004-11-084-8/+8
| | | | a non MS C compiler (MinGW). (Gregor Anich)
* Import sarea.h from Xorg, needed for client GLX code.Adam Jackson2004-10-251-0/+94
|
* Add support for OES_read_format. As soon as glext.h is updated with theIan Romanick2004-10-161-0/+11
| | | | enums for this extension, the changes to gl.h can be removed.
* bump version numbers to their real valuesDaniel Borca2004-10-123-5/+5
|
* remove unused413 stuff, glDrawBuffersARB uses that slot nowBrian Paul2004-10-021-1/+0
|
* version bumpBrian Paul2004-09-271-1/+1
|
* change include of glx_mangle.h to match other headersBrian Paul2004-09-271-3/+3
|
* Another attempt at fixing name mangling and gl__unused413().Brian Paul2004-09-091-0/+1
|
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch ↵Brian Paul2004-08-251-9/+11
| | | | 1015696)
* version 6 from oss.sgi.comBrian Paul2004-07-281-12/+86
|
* version 24 from oss.sgi.comBrian Paul2004-07-281-4/+55
|
* Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl2004-06-262-7/+10
| | | | | get individual drivers working again. This converts miniglx to the new dri interface. Thanks to Erdi Chen for the new interface code.
* updated to version 23Brian Paul2004-06-231-3/+63
|
* Alexander Gottwald's patch for cygwinBrian Paul2004-06-221-0/+3
|
* Remove the rest of the need for glxclient.h and remove it from the tree.Ian Romanick2004-06-061-0/+27
|
* kill __driRegisterExtensions(), none of the functions did anythingJon Smirl2004-06-031-3/+0
|
* Replace Bool with GLboolean.Ian Romanick2004-06-021-8/+8
|
* XF86DRIDestroyContext, XF86DRICreateDrawable, andIan Romanick2004-06-021-7/+12
| | | | | | | | XF86DRIDestroyDrawable are all called directly from DRI drivers using the new interface. Therefore, prototypes, using available datatypes, must be available in dri_interface.h. Since the prototypes are available there, xf86dri.h is no longer needed for DRI_NEW_INTERFACE_ONLY builds.
* Convert 'Display *' to '__DRInativeDisplay *'. Only portions of theIan Romanick2004-06-011-23/+26
| | | | | | | | interface that are not *strictly* part of the old interface were changed. Replace GetDrawableInfo type (dri_util.h) with PFNGLXGETDRAWABLEINFOPROC (dri_interface.h). Wrap __driCreateScreen (in drivers that use the new interface) with '#ifndef DRI_NEW_INTERFACE_ONLY'.
* Replace all occurances of XF86DRIClipRect (and related typedefs) withIan Romanick2004-06-011-7/+7
| | | | drm_clip_rect_t.
* remove duplicate GLX_DRAWABLE_TYPE token, sorted tokens by enum valueBrian Paul2004-05-211-22/+21
|
* Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell2004-04-291-0/+5
|
* move #define for GL_DOUBLE, to put enums in right orderBrian Paul2004-04-231-1/+1
|
* Correct the comments about when the bindContext3 / unbindContext3Ian Romanick2004-04-151-2/+2
| | | | interface was added.
* added extern "C" for C++ (bug 930933)Brian Paul2004-04-091-4/+12
|
* rename class to c_class if using C++ (bug 922294)Brian Paul2004-03-241-2/+6
|
* new DRI interface headerBrian Paul2004-03-221-0/+499
|
* remove some unneeded macrosBrian Paul2004-03-042-43/+9
|
* upgraded to version 22Brian Paul2004-02-241-4/+11
|
* Refactored several variables out of XMesaVisual in favor of identicalIan Romanick2004-02-192-15/+9
| | | | | fields in __GLcontextModes (the base type). Removed the need to keep the XMesaVisualInfo pointer when building inside the X-server.
* fixed back fxMesaGetCurrentContext to match MakeCurrentDaniel Borca2004-02-102-2/+7
|
* added NUL driver for DMesaDaniel Borca2004-02-071-0/+1
|
* added GLU_INCOMPATIBLE_GL_VERSIONBrian Paul2004-02-061-0/+1
|
* update function mangling and add comment about it to gl.hBrian Paul2004-02-052-1/+52
|
* Missed this commit as part of the addition ofIan Romanick2004-01-271-0/+11
| | | | GL_EXT_blend_equation_separate / GL_ATI_blend_equation_separate.
* accomodated new driver_func initializationDaniel Borca2004-01-231-5/+10
| | | | | | added DMesaGetProcAddress some other minor fixes updated documentation
* remove stuff that's now in glext.hBrian Paul2004-01-131-204/+2
|
* updated to version 21 with OpenGL 1.5 supportBrian Paul2004-01-131-14/+381
|
* regenerated to support new 1.5 functions, etc.Brian Paul2004-01-091-0/+27
|
* DMesa: removed MGA2064W driverDaniel Borca2003-12-192-4/+3
| | | | | | DMesa: added capability to query visuals fxMesa: WGL_3DFX_gamma_control fxMesa: minor fixes to interface (fxQueryHardware vs fxMesaSelect...)