summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* 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...)
* fix for C++Alan Hourihane2003-12-121-0/+8
|
* replace gl/mesa_wgl.h with GL/mesa_wgl.h (Simon Goodall)Brian Paul2003-12-111-1/+1
|
* Quash annoying compiler warningKeith Whitwell2003-12-111-1/+1
|
* Remove dead file glcore-new.hKeith Whitwell2003-12-111-424/+0
|
* reverse Keith's 'XFree86Server' glue.Alan Hourihane2003-12-082-8/+0
|
* Can't include <stddef.h> when building XFree86 server - defineKeith Whitwell2003-12-082-0/+8
| | | | ptrdiff_t to int instead
* glFBDev driver from embedded-2 branch.Brian Paul2003-12-061-0/+145
| | | | | Probably won't be actively used/maintained, but bring it to the trunk so it doesn't get lost.
* basic API work for FBConfigs & PbuffersBrian Paul2003-12-061-2/+40
|
* s/APIENTRY/GLAPIENTRY/ for 1.5 functionsBrian Paul2003-12-061-12/+12
|
* check if GLAPIENTRYP is already setAlan Hourihane2003-12-041-0/+3
|
* #define GLAPIENTRYP GLAPIENTRY *Alan Hourihane2003-12-041-0/+1
|
* bring over glcore.h changes from DRI trunkAlan Hourihane2003-12-041-21/+53
|
* include malloc.h to get ptrdiff_t for vertex buffer object's GLintptrBrian Paul2003-11-231-1/+3
|
* added OpenGL 1.5 tokens and functions not yet put into glext.hBrian Paul2003-11-221-0/+111
|
* minor fix to glutSetColor prototype (Evgeny Kotsuba)Brian Paul2003-10-271-1/+1
|
* documentation update; also new makefiles for Win32 MesaFX buildDaniel Borca2003-10-211-1/+1
|
* Define GLAPIENTRYP properly so that GLU compiles on Windows.Karl Schultz2003-10-201-1/+1
|
* added GL_ARB_point_sprite tokensBrian Paul2003-10-161-0/+10
|
* Minor changes to make linux-solo build againJon Smirl2003-10-161-0/+4
|
* Updates to SGI GLU code to get it to compile clean with the Open Watcom ↵Kendall Bennett2003-10-141-1/+1
| | | | | | | | | compiler. Most of the changes were to get rid of warnings, but many of the warnings could not be removed in the code so I also added #pragma's to disable the warnings. Someone really should clean up this code, but I didn't want to mess with it that much (and potentially break it).
* Add missing entry points. (Warren Cashen)Karl Schultz2003-10-101-0/+2
|
* updates from Daniel BorcaBrian Paul2003-10-021-2/+3
|
* Updates required for building the SciTech SNAP version of Mesa. This includes:Kendall Bennett2003-09-302-1031/+1037
| | | | | | | | | | | | | | | | | | | | | | | 1. Changes to the main header files to exclude some stuff is __SCITECH_SNAP__ is defined. The main GL/gl.h header file in SciTech SNAP is actually a wrapper that defines a bunch of necessary stuff and then included GL/gl_mesa.h which is the normal Mesa GL/gl.h header file renamed. 2. Changed APIENTRY * to APIENTRYP macros in the GL/gl.h and GL/glext.h header files. This will better support other compilers like IBM VisualAge C++. I added a basic macro for APIENTRYP to GL/gl.h (inside the !SNAP block), so existing code will compile the same, but when the SNAP version is being built we will use the correc definitions for the target compiler. 3. Changed a few more void * declarations to GLvoid *'s to avoid Open Watcom compiler complaints. 4. Updates the OPENGL_VERSION macro to include a patch number (set to 0 for now). Probably not necessary, but the original macro was wrong and we use that macro in our code. 5. Changed _tnl_end() to _tnl_end_ctx() to avoid conflicts with _tnl_End when using a compiler that has a case insensitive link.