summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11/xm_api.c
AgeCommit message (Expand)Author
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2003-02-17Replace some #defines with enums. (Klaus Niederkrueger)Brian Paul
2003-01-24renamed dither-related preprocessor symbols (bug 536406)Brian Paul
2002-11-10changes to vishandle usage to prevent segfault in some circumstancesBrian Paul
2002-10-30use wrappers from imports.h rather than stdio, stdlib, etc functions.Brian Paul
2002-10-29more version bumpsBrian Paul
2002-10-29update versioning/extensions for OpenGL 1.4 / Mesa 5.0Brian Paul
2002-10-25wrapped a few more C library functionsBrian Paul
2002-10-24Header file clean-up:Brian Paul
2002-10-14context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...Brian Paul
2002-10-09disable XMesaCreatePBuffer() for XFree86Brian Paul
2002-10-05Pbuffers seem to work!Brian Paul
2002-10-05more work on fbconfig/pbuffer supportBrian Paul
2002-08-21fix problems in FXgetImage()Brian Paul
2002-07-09Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul
2002-06-17new fix for initial window size problemBrian Paul
2002-06-16fixed window size initialization bugBrian Paul
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul
2002-05-27some initial work for fbconfigs/pbuffersBrian Paul
2002-03-16Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul
2002-03-12Removed the xm_context field from XMesaBuffer. It was preventing N threadsBrian Paul
2002-03-01silence gcc warnings (Marc La France)Brian Paul
2002-02-20check for initialized XMesaBuffer in XMesaGarbageCollect()Brian Paul
2002-02-15use separate GC for SwapBuffers to avoid colormask problemBrian Paul
2001-11-06casts to silence warnings from gcc 2.96Brian Paul
2001-09-12minor re-orgBrian Paul
2001-09-01minor changes, prototype Pbuffer supportBrian Paul
2001-08-31fixed dangling pointer problem (Chris Burghart)Brian Paul
2001-08-28OpenGL 1.3 supportBrian Paul
2001-06-15Enable GL_ARB_texture_compression for XMesa/GLX driver. TextureBrian Paul
2001-06-04removed some code in XMesaDestroyContext() which could lead to a segfaultBrian Paul
2001-05-29removed some old DRI-ismsBrian Paul
2001-05-03minor clean-ups and warning fixesBrian Paul
2001-04-27changed xmesa_visual and xmesa_buffer structs to directly include GLvisual an...Brian Paul
2001-04-10Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...Brian Paul
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell
2001-03-08More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul
2001-01-08revert XMesaCreateContext changesKeith Whitwell
2001-01-08Modify X11 driver and fake glx to store a GLcontextKeith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-12-13tweaked truecolor dither kernel setup codeBrian Paul
2000-12-08fixed bug 123918: glXCopySubBuffer() y position off by oneBrian Paul
2000-11-22 Committing in .Jouk Jansen
2000-11-17Minor header file changes to silence warnings.Brian Paul
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-11-14Removed Driver.Color() and Driver.Index() functions.Brian Paul
2000-11-05Use the new software rasterizer. Reworked optimized line,tri,pointKeith Whitwell
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell