summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/xmesaP.h
Commit message (Expand)AuthorAgeFilesLines
* xlib: fix memory leak of and remove vishandle from XMesaVisualInfoJohn Sheu2016-04-151-1/+0
* xlib: s/INLINE/inline/Brian Paul2014-09-041-3/+3
* xlib: switch to c11 mutex functionsBrian Paul2014-03-031-1/+2
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* xlib: remove texture compression hackeryBrian Paul2012-08-241-2/+0
* xlib: derive xmesa_renderbuffer from swrast_renderbufferBrian Paul2012-01-241-1/+2
* xlib: remove xm_span.c and related codeBrian Paul2012-01-241-4/+1
* xlib: remove a ton of old xlib driver cruftBrian Paul2011-11-151-150/+1
* xlib: remove software alpha buffer supportBrian Paul2011-11-151-2/+0
* xlib: implement renderbuffer mapping/unmappingBrian Paul2011-11-071-1/+16
* Remove remnants of legacy glide supportGuillem Jover2011-10-041-7/+0
* Drop some Glide remnantsAdam Jackson2011-09-061-4/+0
* drivers/x11: unifdef XFree86ServerAdam Jackson2010-11-291-16/+2
* x11: fix breakage from gl_config::visualType removalBrian Paul2010-10-131-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-12/+12
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-131-3/+3
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-3/+3
* gl: Remove unused GLcontextModes fieldsKristian Høgsberg2010-10-131-0/+1
* Grammar and spelling fixesJeff Smith2010-03-121-1/+1
* mesa/xlib: fix glXQueryDrawable() bugs, see bug 24320Brian Paul2009-10-071-0/+3
* xlib: option to enable/test meta functions (disabled)Brian Paul2009-08-311-0/+4
* mesa: deprecate the GL/fxmesa.h headerBrian Paul2009-01-101-1/+1
* xmesa: deprecate the "XMesa" interfaceBrian Paul2009-01-101-1/+1
* mesa: prefix more #includes with "main/"Brian Paul2008-09-181-1/+1
* remove old commentsBrian Paul2008-06-211-2/+0
* 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