summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/fakeglx.c
Commit message (Collapse)AuthorAgeFilesLines
* fix GLX_STEREO handling (bug 11705)Brian2007-07-231-1/+6
|
* return True for GLX_Y_INVERTED_EXT queryBrian2007-05-211-1/+1
|
* Implement GLX_EXT_texture_from_pixmap.Brian2007-05-191-9/+177
| | | | Could be done more efficiently... but works.
* xmesa: spilt FX code to separate functions.George Sapountzis2007-04-201-4/+14
|
* Revert "xmesa: drop glide (FX) backend."George Sapountzis2007-04-201-3/+10
| | | | This reverts commit 2a2f8d806f74619f0a7cf97fdc7f7b3ad1cad81b.
* xmesa: drop glide (FX) backend.George Sapountzis2007-04-191-10/+3
| | | | | | glide is no longer compiled with stand-alone libGL, so this will not link. There are still the glide config files. some code in demos and the GLX_MESA_set_3dfx_mode code which could be removed.
* fix a memleak in DestroyContext()Brian Paul2006-09-201-5/+6
|
* check if ext->name is null before strcmp()Brian Paul2006-08-311-1/+1
|
* Use XAddExtension() to register an XCloseDisplay() callback function.Brian Paul2006-08-301-1/+83
| | | | | | When the callback is called, free all Mesa's private visual and buffer data structures which are tied to the display. Fixes problems reported by Kitware.
* Do a cheesy implementation of glXWait/GetVideoSyncSGI() functions, butBrian Paul2006-06-131-6/+13
| | | | | disable reporting the GLX_SGI_video_sync extension anyway. Google Earth works now.
* added Flush in glXCopyContext()Brian Paul2006-03-011-1/+4
|
* C++ fixes, mostly casts (Stephane Conversy)Brian Paul2005-12-061-1/+1
|
* MESA_GLX_ALPHA_BITS env var to force visual with alpha channelBrian Paul2005-11-041-2/+19
|
* Remove ACCUM_BITS.Brian Paul2005-09-211-8/+15
|
* remove 31-bit Z buffer work-aroundBrian Paul2005-09-201-2/+2
|
* fix segfault in Fake_glXCreatePBuffer(), bug 4235Brian Paul2005-08-251-1/+4
|
* added GL_X_RENDERABLE to glXChooseFBConfig (bug 4181)Brian Paul2005-08-221-2/+14
|
* Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal ofIan Romanick2005-07-261-7/+0
| | | | the evil, ugly GLX_PREFIX macro as well.
* ----------------------------------------------------------------------Jouk Jansen2005-07-221-0/+3
| | | | | | | | | | Committing in . _mesa_sprintf crashes on OpenVMS -> replaced it by the OS-supplied sprintf Modified Files: Mesa/src/mesa/drivers/x11/fakeglx.c ----------------------------------------------------------------------
* need parenthesis in realloc callBrian Paul2005-06-261-1/+1
|
* Remove MAX_VISUAL limitations of 100. If running dual head this canAlan Hourihane2005-05-131-7/+5
| | | | | be easily consumed. There are no limitations now and the VisualTable is realloced when necessary.
* remove some test codeBrian Paul2005-05-051-5/+0
|
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-15/+17
| | | | | | | Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested.
* Fix Fake_glXChooseFBConfig so passing NULL attribList causes a list of allBrian Paul2005-04-061-22/+29
| | | | fbconfigs to be returned.
* minor changes to aid debugging, and a new commentBrian Paul2005-02-231-3/+11
|
* In choose_visual() we need to know if we're being called fromBrian Paul2005-01-061-12/+38
| | | | | | glXChooseVisual() or glXChooseFBConfig() so that we handle the GLX_DOUBLEBUFFER and GLX_STEREO tokens correctly. Added some new error checking in those functions too.
* Remove the redundant width, height fields in xmesa_buffer struct. Just useBrian Paul2004-11-271-6/+6
| | | | | the values in the contained GLframebuffer. Removed some other unneeded code.
* new GetOverlayInfo() function to reduce code and silence warningsBrian Paul2004-11-271-87/+58
|
* Use __GLXextFuncPtr type instead of void * for generic functions toBrian Paul2004-11-251-29/+1
| | | | | avoid gcc 3.4 compiler warnings. Remove the unused/obsolete GLX_render_texture stuff.
* just some comments and formatting changesBrian Paul2004-09-231-32/+36
|
* new MESA_GLX_DEPTH_BITS env varBrian Paul2004-07-231-5/+26
|
* added support for MESA_GLX_FORCE_ALPHA env varBrian Paul2004-07-231-0/+4
|
* check for null pointer in Fake_glXCreateGLXPbufferSGIGIX() (bug 961376)Brian Paul2004-05-291-2/+2
|
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-7/+16
| | | | | | Only available with Xlib driver for now. Assorted clean-ups related to Draw/ReadBuffer(). Renamed FRONT_LEFT_BIT -> DD_FRONT_LEFT_BIT, etc.
* a bunch of assorted clean-ups, etc to fix warnings, etcBrian Paul2004-03-041-10/+0
|
* Refactored several variables out of XMesaVisual in favor of identicalIan Romanick2004-02-191-7/+7
| | | | | fields in __GLcontextModes (the base type). Removed the need to keep the XMesaVisualInfo pointer when building inside the X-server.
* implement Fake_glXCreateWindow() to fix bug #890894Brian Paul2004-02-081-2/+9
|
* fix glXChooseFBConfig bug 890167Brian Paul2004-02-041-4/+5
|
* glXChooseFBConfig() didn't handle GLX_FBCONFIG_ID optionBrian Paul2004-02-021-3/+26
|
* fix visinfo typoBrian Paul2003-12-121-1/+1
|
* check for null dpy in Fake_glXGetConfig()Brian Paul2003-12-121-0/+3
|
* Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul2003-12-041-0/+10
|
* Version defines. include "version.h" in a few files.Brian Paul2003-05-271-3/+2
|
* use structure containment to derive xmesa_context from GLcontextBrian Paul2003-04-011-2/+2
|
* disable prototyped GLX_ARB_render_texture extensionBrian Paul2003-03-241-4/+5
|
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-2/+1
| | | | | Moved type conversion and interpolation macros into macros.h Updated all the files that used to include mmath.h
* casts to silence g++ warningsBrian Paul2003-02-251-5/+5
|
* initial code for render-to-textureBrian Paul2003-01-141-4/+33
|
* bring in a few AGP-related bits from 4.0.4Brian Paul2002-11-181-2/+15
|
* bump version to 5.1Brian Paul2002-11-141-3/+3
|