drisw: Try harder to probe whether MIT-SHM works
[mesa.git] / src / glx / glxcmds.c
2018-12-15 Jon Turneyglx: Fix compilation with GLX_USE_WINDOWSGL
2018-12-13 Emil Velikovglx: mandate xf86vidmode only for "drm" dri platforms
2018-11-20 Emil Velikovglx: make xf86vidmode mandatory for direct rendering
2018-11-07 Adam Jacksonglx: Demand success from CreateContext requests (v2)
2018-07-31 Jon TurneyMake glXChooseFBConfig handle unspecified sRGB correctly
2018-06-05 Michel Dänzerglx: Fix number of property values to read in glXImport...
2018-03-12 Emil Velikovglx: remove empty GLX_SGIX_swap_group stubs
2018-03-12 Emil Velikovglx: remove empty GLX_SGIX_swap_barrier stubs
2018-02-01 Jon Turneyglx/apple: include util/debug.h for env_var_as_boolean...
2017-12-01 Adam Jacksonglx: Use __glXSendError instead of open-coding it
2017-12-01 Adam Jacksonglx: Simplify some dummy vtable interactions
2017-11-09 Adam Jacksonglx: Relax validate_renderType_against_config for EXT_n...
2017-09-27 Adam Jacksonglx: Be more tolerant in glXImportContext (v2)
2017-09-12 Eric Engestromglx: turn LIBGL_DUMP_VISUALID into a boolean
2017-08-17 Jeremy Huddleston... glxcmds: Fix a typo in the __APPLE__ codepath
2017-05-04 Emil Velikovglx: glX_proto_send.py: use correct compile guard GLX_I...
2017-04-29 Neha Bhendeglx: add missing sRGB attribute check in fbconfigs_comp...
2017-02-06 Nicolai Hähnleglx: guard swap-interval functions against destroyed...
2017-01-18 Emil Velikovglx: use GLX_ALIAS for glXGetProcAddress
2017-01-18 Emil Velikovmesa: make use of HAVE_FUNC_ATTRIBUTE_ALIAS macro
2016-11-04 Marek Olšákglx: make interop ABI visible again
2016-10-14 Mario Kleinerglx: Perform check for valid fbconfig against proper...
2016-10-06 Emil Velikovglx: rename choose_visual(), drop const argument
2016-08-15 Tapani Pälliglx: apple specific occurences of dummyContext check
2016-08-15 Bernard Kilarskiglx: fix error code when there is no context bound
2016-06-09 Daniel Czarnowskiglx: fix crash with bad fbconfig
2016-05-30 Emil Velikovmesa_glinterop: remove mesa_glinterop typedefs
2016-05-30 Kyle Brennemanglx: Implement the libglvnd interface.
2016-05-24 Emil Velikovmesa_glinterop: make GL interop version field bidirectional
2016-05-24 Emil Velikovmesa_glinterop: remove unneeded GLAPI/GLAPIENTRY/APIENT...
2016-05-23 Jiri Slabyglxcmds: glXGetFBConfigs, fix screen bounds
2016-04-20 Marek Olšákglx: implement GLX part of interop interface (v2)
2015-10-02 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-02 Kyle Brennemanglx: Fix build errors with --enable-mangling (v2)
2015-04-27 Zoë BladeFix a few typos
2014-12-16 Juha-Pekka Heikkilaglx: remove __glXstrdup()
2014-06-10 Jon TURNEYglx: Fix build in GLX_DIRECT_RENDERING !GLX_USE_APPLEGL...
2014-05-23 Jon TURNEYFix build of appleglx
2014-04-02 Juha-Pekka Heikkilaglx: remove unused __glXClientInfo()
2014-03-11 Emil Velikovglx: cleanup unneeded headers
2014-02-26 Fredrik Höglundglx: Fix the GLXFBConfig attrib sort priorities
2014-02-26 Fredrik Höglundglx: Fix the default values for GLXFBConfig attributes
2014-02-07 Juha-Pekka Heikkilaglx: Add missing null checks in glxcmds.c
2013-12-21 Lauri Kasanenglx: Simplify __glxGetMscRate, it only needs the screen...
2013-11-21 Dave Airlieglx: don't fail out when no configs if we have visuals
2013-11-08 Ian Romanickglx: Add functions and GLX plumbing for GLX_MESA_query_...
2013-07-18 Tomasz Lisglx: Require proper drawableType in init_fbconfig_for_c...
2013-07-18 Tomasz Lisglx: Validate the GLX_RENDER_TYPE value
2013-07-18 Tomasz Lisglx: Store the RENDER_TYPE in indirect rendering
2013-07-18 Tomasz Lisglx: Handling RENDER_TYPE in glXCreateContext and init_...
2013-07-18 Tomasz Lisglx: Store the value of renderType while creating context
2013-06-27 Brian Paulglx: return True/False instead of GL_TRUE/GL_FALSE
2013-06-27 Brian Paulglx: move declarations before code
2013-04-05 Alexander MonakovHonor GLX_DONT_CARE in MATCH_MASK
2013-03-15 Brian Paulglx: init screen = 0 to fix optimized build warning
2012-12-01 Marek Olšákglx: move the glFlush call one layer down
2012-10-09 Eric Anholtglx: Unifdef USE_XCB.
2012-09-06 Matt TurnerDon't cast the return value of malloc/realloc
2012-09-06 Matt TurnerRemove Xcalloc/Xmalloc/Xfree calls
2012-01-24 Matt TurnerRevert "Always build shared glapi"
2012-01-20 Matt TurnerAlways build shared glapi
2012-01-02 Ian Romanickglx: Connect glXCreateContextAttribsARB to glXGetProcAd...
2012-01-02 Ian Romanickglx: Initial implementation of glXCreateContextAttribsARB
2011-12-23 Ian Romanickglx: Propagate the glXIsDirect protocol error back...
2011-12-19 Ian Romanickglx: Initialize share_xid in CreateContext
2011-12-19 Ian Romanickglx: Send DestroyContext protocol at the correct times
2011-12-19 Ian Romanickglx: Don't segfault if glXGetContextIDEXT is pased...
2011-12-19 Ian Romanickglx: Fix handling of property list received from the...
2011-12-19 Ian Romanickglx: Don't segfault if xcb_glx_is_direct_reply returns...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-19 Brian Paulglx: use a block to fix declarations after code warning
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-08 Jesse BarnesGLX/DRI2: handle swap event swap count wrapping
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-29 Adam Jacksonglx: Verify that drawable creation on the client side...
2011-06-29 Adam Jacksonglx: Alias glXFreeContextEXT to glXDestroyContext
2011-06-20 Jeremy Huddlestonglx: Allow a context-specific fallback for glXGetProcAd...
2011-06-13 Jeremy Huddlestonglx: Remove check for gc->vtable->destroy
2011-06-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-08 Jeremy Huddlestonapple: Remove apple_glx_get_proc_address
2011-06-06 Jeremy Huddlestonapple: Build darwin using applegl rather than indirect
2011-06-05 Jeremy Huddlestonapple: Rename GLXcontext
2011-06-05 Jeremy Huddlestonapple: Rename _gl_context_modes_find_visual to glx_conf...
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-02 Adam Jacksonglx: Fix another case of using req outside of the displ...
2011-05-27 Stéphane Marchesinglx: Fix glXGetFBConfigFromVisualSGIX.
2011-05-24 Adam Jacksonglx: More comment cleanup
2011-02-28 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-26 Eric Anholtglx: Don't do the implicit glFlush in SwapBuffers if...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-12 nobledglx: Put null check before use
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-20 Chia-I Wuglapi: Fix OpenGL and OpenGL ES interop.
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
next