summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/xmesaP.h
Commit message (Expand)AuthorAgeFilesLines
* fix typoBrian2007-11-031-1/+1
* Implement GLX_EXT_texture_from_pixmap.Brian2007-05-191-2/+7
* xmesa: split FX functions to separate file, part 2.George Sapountzis2007-04-201-1/+0
* xmesa: split FX functions to separate file, part 1.George Sapountzis2007-04-201-7/+1
* xmesa: spilt FX code to separate functions.George Sapountzis2007-04-201-3/+4
* Revert "xmesa: drop glide (FX) backend."George Sapountzis2007-04-201-1/+18
* xmesa: drop glide (FX) backend.George Sapountzis2007-04-191-18/+1
* xmesa: export xmesa functions used by xfree86.George Sapountzis2007-04-131-10/+0
* xmesa: use newly added xm_image.[hc]George Sapountzis2007-04-061-5/+3
* re-order tokens, fix commentsBrian2007-04-011-4/+4
* Clean and update XMesa/XFree86 interface.George Sapountzis2007-03-301-2/+3
* Implement alpha buffer copy for SwapBuffers().Brian2007-03-231-0/+1
* Rewrite code related to buffer destruction.Brian2007-02-261-0/+7
* Don't use x/y/w/h params given to Clear().Brian Paul2006-10-181-2/+1
* Big re-org of buffer size management.Brian Paul2006-10-141-47/+65
* Use XAddExtension() to register an XCloseDisplay() callback function.Brian Paul2006-08-301-0/+2
* Don't include unused header files.Kristian Høgsberg2006-07-061-1/+0
* assorted clean-ups, fixesBrian Paul2006-04-271-0/+12
* When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fieldsBrian Paul2006-03-301-1/+1
* only call xmesa_set_renderbuffer_funcs() when really necessaryBrian Paul2006-01-091-3/+3
* Updates for GL_EXT_timer_query:Brian Paul2005-12-071-1/+3
* Added XMesaDrawable to xmesa_renderbuffer. Use it in a few places insteadBrian Paul2005-09-261-3/+13
* some clean-up and re-org for renderbuffersBrian Paul2005-09-071-12/+10
* Prototype implementation of new GL_EXT_timer_query extension (not finalized y...Brian Paul2005-09-021-1/+6
* Remove the xmesa_set_buffer() function. No longer needed since theBrian Paul2005-06-231-4/+0
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-50/+67
* PF_8A8R8G8B pixel format (Dave Reveman)Brian Paul2005-04-121-1/+8
* Remove the redundant width, height fields in xmesa_buffer struct. Just useBrian Paul2004-11-271-2/+0
* SWTC trick (disabled for now)Daniel Borca2004-10-121-0/+3
* a bunch of assorted clean-ups, etc to fix warnings, etcBrian Paul2004-03-041-53/+28
* Refactored several variables out of XMesaVisual in favor of identicalIan Romanick2004-02-191-10/+5
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-4/+7
* glide driver (wip)Daniel Borca2003-10-131-1/+1
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* use structure containment to derive xmesa_context from GLcontextBrian Paul2003-04-011-2/+11
* fix-up pixel_format enum stuffBrian Paul2003-02-251-23/+24
* Replace some #defines with enums. (Klaus Niederkrueger)Brian Paul2003-02-171-18/+20
* renamed dither-related preprocessor symbols (bug 536406)Brian Paul2003-01-241-37/+32
* changes to vishandle usage to prevent segfault in some circumstancesBrian Paul2002-11-101-4/+4
* Pbuffers seem to work!Brian Paul2002-10-051-1/+3
* more work on fbconfig/pbuffer supportBrian Paul2002-10-051-1/+2
* Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul2002-07-091-6/+4
* some initial work for fbconfigs/pbuffersBrian Paul2002-05-271-3/+10
* Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul2002-03-161-2/+4
* Removed the xm_context field from XMesaBuffer. It was preventing N threadsBrian Paul2002-03-121-2/+1
* use separate GC for SwapBuffers to avoid colormask problemBrian Paul2002-02-151-3/+4
* prototype work for Pbuffer supportBrian Paul2001-09-011-1/+2
* removed some old DRI-ismsBrian Paul2001-05-291-30/+3
* minor XFree86 changeBrian Paul2001-05-011-1/+5
* changed xmesa_visual and xmesa_buffer structs to directly include GLvisual an...Brian Paul2001-04-271-5/+5