summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11/fakeglx.c
AgeCommit message (Expand)Author
2011-02-22xlib: pass Display pointer to XMesaGarbageCollect()Andy Skinner
2010-10-25xlib: silence unused var warningBrian Paul
2010-03-03mesa/xlib: Remove support for color-index renderingIan Romanick
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke
2010-02-19Remove _mesa_atoi in favor of plain atoi.Kenneth Graunke
2010-02-19Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke
2010-02-19Remove _mesa_strncpy in favor of plain strncpy.Kenneth Graunke
2009-10-07mesa/xlib: call XQueryExtension() in glXQueryExtension()Brian Paul
2009-10-07mesa/xlib: fix glXQueryDrawable() bugs, see bug 24320Brian Paul
2009-10-07mesa/xlib: return 0 for errorBase, eventBase in glXQueryExtension()Brian Paul
2009-10-02xlib: use bitwise-and to test GLX_RGBA_BIT in choose_visual()Brian Paul
2009-09-29mesa/xlib: fix GLX_RENDER_TYPE queryBrian Paul
2009-06-17mesa: added null ptr check in Fake_glXCreatePixmap()Brian Paul
2009-02-04mesa: make Xlib glXIsDirect() always return TrueBrian Paul
2009-02-03xlib: use MESA_GLX_FORCE_DIRECT to make glXIsDirect() always return TrueBrian Paul
2009-01-10xmesa: deprecate the "XMesa" interfaceBrian Paul
2008-09-18mesa: prefix more #includes with "main/"Brian Paul
2008-05-27allow GLX_SAMPLES_ARB==0 (bug 16073)Brian Paul
2007-07-23fix GLX_STEREO handling (bug 11705)Brian
2007-05-21return True for GLX_Y_INVERTED_EXT queryBrian
2007-05-19Implement GLX_EXT_texture_from_pixmap.Brian
2007-04-20xmesa: spilt FX code to separate functions.George Sapountzis
2007-04-20Revert "xmesa: drop glide (FX) backend."George Sapountzis
2007-04-19xmesa: drop glide (FX) backend.George Sapountzis
2006-09-20fix a memleak in DestroyContext()Brian Paul
2006-08-31check if ext->name is null before strcmp()Brian Paul
2006-08-30Use XAddExtension() to register an XCloseDisplay() callback function.Brian Paul
2006-06-13Do a cheesy implementation of glXWait/GetVideoSyncSGI() functions, butBrian Paul
2006-03-01added Flush in glXCopyContext()Brian Paul
2005-12-06C++ fixes, mostly casts (Stephane Conversy)Brian Paul
2005-11-04MESA_GLX_ALPHA_BITS env var to force visual with alpha channelBrian Paul
2005-09-21Remove ACCUM_BITS.Brian Paul
2005-09-20remove 31-bit Z buffer work-aroundBrian Paul
2005-08-25fix segfault in Fake_glXCreatePBuffer(), bug 4235Brian Paul
2005-08-22added GL_X_RENDERABLE to glXChooseFBConfig (bug 4181)Brian Paul
2005-07-26Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal ofIan Romanick
2005-07-22 ----------------------------------------------------------------------Jouk Jansen
2005-06-26need parenthesis in realloc callBrian Paul
2005-05-13Remove MAX_VISUAL limitations of 100. If running dual head this canAlan Hourihane
2005-05-05remove some test codeBrian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-04-06Fix Fake_glXChooseFBConfig so passing NULL attribList causes a list of allBrian Paul
2005-02-23minor changes to aid debugging, and a new commentBrian Paul
2005-01-06In choose_visual() we need to know if we're being called fromBrian Paul
2004-11-27Remove the redundant width, height fields in xmesa_buffer struct. Just useBrian Paul
2004-11-27new GetOverlayInfo() function to reduce code and silence warningsBrian Paul
2004-11-25Use __GLXextFuncPtr type instead of void * for generic functions toBrian Paul
2004-09-23just some comments and formatting changesBrian Paul