Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glapi: Do not use glapidispatch.h. | Chia-I Wu | 2010-10-27 | 1 | -3/+2 |
| | | | | | | | | | glapidispatch.h exists so that core mesa (libmesa.a) can be built for DRI drivers or for non-DRI drivers as a compile time decision (whether IN_DRI_DRIVER is defined). It is of no use to glapi. This commit also drops the use of glapidispatch.h in glx and libgl-xlib as they are considered extensions to glapi when it comes to defining public GL entries. | ||||
* | glx: Drop support for GLX_MESA_allocate_memory | Kristian Høgsberg | 2010-07-19 | 1 | -30/+0 |
| | | | | Only r200 implemented it. | ||||
* | drivers/x11: add PUBLIC qualifier to more API functions | Brian Paul | 2010-03-19 | 1 | -7/+8 |
| | | | | Based on a patch from Tom Fogal. | ||||
* | Do not include glapi/dispatch.h outside Mesa core. | Chia-I Wu | 2010-01-21 | 1 | -1/+2 |
| | | | | | Include the glapi*.h directly instead. glapi/dispatch.h became a Mesa core header since 22884db174b9fb0736cec1c6a192f8b9a97500c1. | ||||
* | Merge branch 'master' into opengl-es-v2 | Chia-I Wu | 2010-01-12 | 1 | -0/+3 |
|\ | | | | | | | | | Conflicts: src/mesa/main/dd.h | ||||
| * | DRI2/GLX: add INTEL_swap_event support | Jesse Barnes | 2010-01-08 | 1 | -0/+3 |
| | | | | | | | | | | | | | | Add event support for the GLX swap buffers event, along with DRI2 protocol support for generating GLX swap buffers events in the direct rendered case. Signed-off-by: Jesse Barnes <[email protected]> | ||||
* | | mesa/xlib: Fix missing symbols when GLX_INDIRECT_RENDERING is defined. | Chia-I Wu | 2009-11-05 | 1 | -0/+30 |
|/ | | | | | | | | When GLX_INDIRECT_RENDERING is defined, some symbols are used in libglapi.a but are not defined. Define them through the help of glapitemp.h. Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | mesa: fix _glxapi_get_proc_address() for mangled names | Tom Fogal | 2009-02-23 | 1 | -0/+5 |
| | |||||
* | mesa: move a bunch of compiler-related stuff into new compiler.h header | Brian Paul | 2009-02-22 | 1 | -0/+1 |
| | | | | This trims down and cleans up imports.h and glheader.h quite a bit. | ||||
* | prefix some includes with mesa/ or glapi/ | Brian Paul | 2008-06-05 | 1 | -2/+2 |
| | |||||
* | fix GLX_USE_TLS breakage, fix a warning | Brian | 2007-06-12 | 1 | -2/+2 |
| | |||||
* | Implement GLX_EXT_texture_from_pixmap. | Brian | 2007-05-19 | 1 | -2/+30 |
| | | | | Could be done more efficiently... but works. | ||||
* | fixes for C++ warnings/errors | Brian | 2007-01-23 | 1 | -1/+1 |
| | |||||
* | make current GLX context per-thread | Brian Paul | 2006-09-20 | 1 | -4/+33 |
| | |||||
* | GLX_BAD_CONTEXT checks in video-sync functions | Brian Paul | 2006-06-13 | 1 | -5/+5 |
| | |||||
* | added #undef GET_DISPATCH | Brian Paul | 2006-03-16 | 1 | -2/+5 |
| | |||||
* | Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal of | Ian Romanick | 2005-07-26 | 1 | -62/+1 |
| | | | | the evil, ugly GLX_PREFIX macro as well. | ||||
* | added stub functions for GLX_MESA_allocate_memory | Brian Paul | 2005-03-01 | 1 | -4/+34 |
| | |||||
* | reverse some debug that slipped through | Alan Hourihane | 2004-12-02 | 1 | -3/+0 |
| | |||||
* | Fix some warnings | Alan Hourihane | 2004-12-02 | 1 | -0/+3 |
| | |||||
* | Use __GLXextFuncPtr type instead of void * for generic functions to | Brian Paul | 2004-11-25 | 1 | -213/+249 |
| | | | | | avoid gcc 3.4 compiler warnings. Remove the unused/obsolete GLX_render_texture stuff. | ||||
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
| | |||||
* | initial code for render-to-texture | Brian Paul | 2003-01-14 | 1 | -2/+51 |
| | |||||
* | bring in a few AGP-related bits from 4.0.4 | Brian Paul | 2002-11-18 | 1 | -5/+22 |
| | |||||
* | stub functions for glXAllocate/FreeMemoryNV() | Brian Paul | 2002-08-22 | 1 | -1/+34 |
| | |||||
* | updated comments. removed dead code. | Brian Paul | 2002-03-15 | 1 | -140/+3 |
| | |||||
* | more GL 1.3 and GLX 1.4 updates | Brian Paul | 2001-09-14 | 1 | -1/+11 |
| | |||||
* | more DRI libGL-related changes | Brian Paul | 2001-05-29 | 1 | -15/+18 |
| | |||||
* | removed some old DRI-isms | Brian Paul | 2001-05-29 | 1 | -2/+7 |
| | |||||
* | added new functions to GLX_functions[] | Brian Paul | 2001-05-29 | 1 | -4/+65 |
| | |||||
* | more work on XMesa / libGL integration | Brian Paul | 2001-05-25 | 1 | -117/+79 |
| | |||||
* | added some casts so that older glx.h can be used | Brian Paul | 2001-05-24 | 1 | -5/+5 |
| | |||||
* | Initial changes to allow Mesa and its fake GLX to be built into XFree86 libGL. | Brian Paul | 2001-05-24 | 1 | -35/+44 |
| | |||||
* | prototyping some new stuff | Brian Paul | 2001-05-24 | 1 | -82/+314 |
| | |||||
* | added more GLX extension function stubs | Brian Paul | 2000-12-15 | 1 | -45/+211 |
| | |||||
* | added some more GLX extension entrypoints (fix GLUT link problems when using ↵ | Brian Paul | 2000-12-14 | 1 | -3/+104 |
| | | | | glxext.h) | ||||
* | * More work on the auto* build system | Jon Taylor | 2000-11-19 | 1 | -1/+2 |
| | | | | | * Added missing #includes all over the place * Added GGI-style debugging harness to GGIMesa | ||||
* | variety of updates to better conform to real GLX | Brian Paul | 2000-06-08 | 1 | -25/+25 |
| | |||||
* | added glXGetFBConfigs(), fixed glXChooseFBConfig() | Brian Paul | 2000-04-10 | 1 | -2/+10 |
| | |||||
* | changed glXCopyContext() mask to unsigned long, per GLX spec | Brian Paul | 2000-02-27 | 1 | -2/+2 |
| | |||||
* | changed glXCopyContext mask back to GLuint | Brian Paul | 2000-02-25 | 1 | -3/+2 |
| | |||||
* | changed glXCopyContext's mask to unsigned long | Brian Paul | 2000-02-25 | 1 | -3/+3 |
| | |||||
* | Fog coordinate stage which drivers may use to replace standard fogging | Keith Whitwell | 2000-02-25 | 1 | -2/+2 |
| | | | | | | mechanism. LogicOp state change callback | ||||
* | changed glXCopyContext()'s mask to unsigned long | Brian Paul | 2000-02-23 | 1 | -2/+3 |
| | |||||
* | added glXGetProcAddressARB() | Brian Paul | 1999-12-10 | 1 | -1/+24 |
| | |||||
* | added missing functions in GLX_functions[] array | Brian Paul | 1999-11-28 | 1 | -2/+5 |
| | |||||
* | all new dispatch system | Brian Paul | 1999-11-28 | 1 | -361/+551 |
| | |||||
* | implemented glXMakeContextCurrent() and glXGetCurrentReadDrawable() | Brian Paul | 1999-11-25 | 1 | -7/+13 |
| | |||||
* | added GLX 1.3 functions | Brian Paul | 1999-11-23 | 1 | -1/+159 |
| | |||||
* | added glXGetCurrentDisplay() for GLX 1.2 | Brian Paul | 1999-11-22 | 1 | -1/+14 |
| |