summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11/xmesaP.h
AgeCommit message (Expand)AuthorFilesLines
2021-12-03mesa/x11: Remove the swrast-classic-based fake libGLAdam Jackson1-425/+0
2018-07-27mesa: GL_MESA_framebuffer_flip_y extension [v4]Fritz Koenig1-1/+2
2017-06-09mesa: stop passing state bitfield to UpdateState()Timothy Arceri1-4/+0
2017-06-07tree-wide: remove trailing backslashEric Engestrom1-1/+1
2016-04-15xlib: fix memory leak of and remove vishandle from XMesaVisualInfoJohn Sheu1-1/+0
2014-09-04xlib: s/INLINE/inline/Brian Paul1-3/+3
2014-03-03xlib: switch to c11 mutex functionsBrian Paul1-1/+2
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2012-08-24xlib: remove texture compression hackeryBrian Paul1-2/+0
2012-01-24xlib: derive xmesa_renderbuffer from swrast_renderbufferBrian Paul1-1/+2
2012-01-24xlib: remove xm_span.c and related codeBrian Paul1-4/+1
2011-11-15xlib: remove a ton of old xlib driver cruftBrian Paul1-150/+1
2011-11-15xlib: remove software alpha buffer supportBrian Paul1-2/+0
2011-11-07xlib: implement renderbuffer mapping/unmappingBrian Paul1-1/+16
2011-10-04Remove remnants of legacy glide supportGuillem Jover1-7/+0
2011-09-06Drop some Glide remnantsAdam Jackson1-4/+0
2010-11-29drivers/x11: unifdef XFree86ServerAdam Jackson1-16/+2
2010-10-13x11: fix breakage from gl_config::visualType removalBrian Paul1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-12/+12
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg1-3/+3
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg1-3/+3
2010-10-13gl: Remove unused GLcontextModes fieldsKristian Høgsberg1-0/+1
2010-03-12Grammar and spelling fixesJeff Smith1-1/+1
2009-10-07mesa/xlib: fix glXQueryDrawable() bugs, see bug 24320Brian Paul1-0/+3
2009-08-31xlib: option to enable/test meta functions (disabled)Brian Paul1-0/+4
2009-01-10mesa: deprecate the GL/fxmesa.h headerBrian Paul1-1/+1
2009-01-10xmesa: deprecate the "XMesa" interfaceBrian Paul1-1/+1
2008-09-18mesa: prefix more #includes with "main/"Brian Paul1-1/+1
2008-06-21remove old commentsBrian Paul1-2/+0
2007-11-03fix typoBrian1-1/+1
2007-05-19Implement GLX_EXT_texture_from_pixmap.Brian1-2/+7
2007-04-20xmesa: split FX functions to separate file, part 2.George Sapountzis1-1/+0
2007-04-20xmesa: split FX functions to separate file, part 1.George Sapountzis1-7/+1
2007-04-20xmesa: spilt FX code to separate functions.George Sapountzis1-3/+4
2007-04-20Revert "xmesa: drop glide (FX) backend."George Sapountzis1-1/+18
2007-04-19xmesa: drop glide (FX) backend.George Sapountzis1-18/+1
2007-04-13xmesa: export xmesa functions used by xfree86.George Sapountzis1-10/+0
2007-04-06xmesa: use newly added xm_image.[hc]George Sapountzis1-5/+3
2007-04-01re-order tokens, fix commentsBrian1-4/+4
2007-03-30Clean and update XMesa/XFree86 interface.George Sapountzis1-2/+3
2007-03-23Implement alpha buffer copy for SwapBuffers().Brian1-0/+1
2007-02-26Rewrite code related to buffer destruction.Brian1-0/+7
2006-10-18Don't use x/y/w/h params given to Clear().Brian Paul1-2/+1
2006-10-14Big re-org of buffer size management.Brian Paul1-47/+65
2006-08-30Use XAddExtension() to register an XCloseDisplay() callback function.Brian Paul1-0/+2
2006-07-06Don't include unused header files.Kristian Høgsberg1-1/+0
2006-04-27assorted clean-ups, fixesBrian Paul1-0/+12