summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/xm_api.c
Commit message (Expand)AuthorAgeFilesLines
* Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul2003-12-041-0/+2
* silence a warningBrian Paul2003-11-251-1/+2
* prevent from optimizing out by some compilers (from XFree86 CVS)Alan Hourihane2003-10-211-1/+1
* glide driver (wip)Daniel Borca2003-10-131-5/+5
* added call to _mesa_enable_1_5_extensions()Brian Paul2003-09-171-0/+1
* fix double-memory free in XMesaDestroyContextBrian Paul2003-04-021-6/+3
* use structure containment to derive xmesa_context from GLcontextBrian Paul2003-04-011-37/+46
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-2/+1
* Replace some #defines with enums. (Klaus Niederkrueger)Brian Paul2003-02-171-28/+28
* renamed dither-related preprocessor symbols (bug 536406)Brian Paul2003-01-241-14/+14
* changes to vishandle usage to prevent segfault in some circumstancesBrian Paul2002-11-101-6/+1
* use wrappers from imports.h rather than stdio, stdlib, etc functions.Brian Paul2002-10-301-41/+23
* more version bumpsBrian Paul2002-10-291-2/+2
* update versioning/extensions for OpenGL 1.4 / Mesa 5.0Brian Paul2002-10-291-3/+3
* wrapped a few more C library functionsBrian Paul2002-10-251-19/+19
* Header file clean-up:Brian Paul2002-10-241-8/+3
* context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...Brian Paul2002-10-141-3/+4
* disable XMesaCreatePBuffer() for XFree86Brian Paul2002-10-091-1/+5
* Pbuffers seem to work!Brian Paul2002-10-051-7/+9
* more work on fbconfig/pbuffer supportBrian Paul2002-10-051-6/+5
* fix problems in FXgetImage()Brian Paul2002-08-211-15/+14
* Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul2002-07-091-25/+27
* new fix for initial window size problemBrian Paul2002-06-171-3/+1
* fixed window size initialization bugBrian Paul2002-06-161-1/+3
* New _mesa_debug() function to replace fprintf() calls.Brian Paul2002-06-131-11/+6
* some initial work for fbconfigs/pbuffersBrian Paul2002-05-271-7/+5
* Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul2002-03-161-4/+13
* Removed the xm_context field from XMesaBuffer. It was preventing N threadsBrian Paul2002-03-121-63/+6
* silence gcc warnings (Marc La France)Brian Paul2002-03-011-2/+4
* check for initialized XMesaBuffer in XMesaGarbageCollect()Brian Paul2002-02-201-2/+2
* use separate GC for SwapBuffers to avoid colormask problemBrian Paul2002-02-151-13/+22
* casts to silence warnings from gcc 2.96Brian Paul2001-11-061-2/+2
* minor re-orgBrian Paul2001-09-121-4/+1
* minor changes, prototype Pbuffer supportBrian Paul2001-09-011-4/+54
* fixed dangling pointer problem (Chris Burghart)Brian Paul2001-08-311-1/+10
* OpenGL 1.3 supportBrian Paul2001-08-281-3/+3
* Enable GL_ARB_texture_compression for XMesa/GLX driver. TextureBrian Paul2001-06-151-1/+7
* removed some code in XMesaDestroyContext() which could lead to a segfaultBrian Paul2001-06-041-6/+9
* removed some old DRI-ismsBrian Paul2001-05-291-18/+2
* minor clean-ups and warning fixesBrian Paul2001-05-031-2/+2
* changed xmesa_visual and xmesa_buffer structs to directly include GLvisual an...Brian Paul2001-04-271-68/+54
* Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...Brian Paul2001-04-101-5/+6
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-5/+8
* More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul2001-03-081-3/+4
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-4/+4
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-28/+28
* revert XMesaCreateContext changesKeith Whitwell2001-01-081-65/+64
* Modify X11 driver and fake glx to store a GLcontextKeith Whitwell2001-01-081-64/+65
* Major rework of tnl moduleKeith Whitwell2000-12-261-2/+4
* tweaked truecolor dither kernel setup codeBrian Paul2000-12-131-6/+6