glx: Implement GLX_EXT_no_config_context
[mesa.git] / src / glx / dri2_glx.c
2019-09-24 Adam Jacksonglx: Implement GLX_EXT_no_config_context
2019-09-19 Bas Nieuwenhuizenglx: Remove redundant null check.
2019-03-12 Grigori Goronzyglx: add support for GLX_ARB_create_context_no_error...
2018-11-16 Eric Anholtglx: Move DRI extensions pointer loading to driOpenDriv...
2018-03-08 Thomas Hellstromglx/dri: Add a driconf option to disable GLX_SGI_video_sync
2017-11-09 Adam JacksonRevert "glx: Implement GLX_EXT_no_config_context (v2)"
2017-11-09 Adam Jacksonglx: Implement GLX_EXT_no_config_context (v2)
2017-11-09 Adam Jacksonglx: Prepare the DRI backends for GLX_EXT_no_config_context
2017-11-06 Neil Robertsglx: Implement GLX_ARB_context_flush_control
2017-06-07 Thomas Hellstromdri: Optionally turn off a couple of GLX extensions...
2017-05-29 Gregory Hainautglx: implement __DRIbackgroundCallableExtension.isThrea...
2017-03-16 Paul Berryglx: Implement __DRI_BACKGROUND_CALLABLE
2017-03-15 Emil Velikovglx: don't expose systemTimeExtension for DRI2/DRI3...
2016-10-18 Emil Velikovloader: remove loader_get_driver_for_fd() driver_type
2016-04-27 Egbert Eichdri2: Check for dummyContext to see if the glx_context...
2016-04-26 Jakob Sinclairglx: Remove every double semi-colon
2016-04-20 Marek Olšákglx: implement GLX part of interop interface (v2)
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-03 Ilia Mirkinglx: update to updated version of EXT_create_context_es...
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-09 Andreas Bollglx: Fix a typo in a comment
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-23 Derek Foremanglx: Use loader_open_device() helper
2015-05-07 Martin Peresglx: report which DRI version is used when in verbose...
2014-06-18 Jon TURNEYglx: Add an error message when a direct renderer's...
2014-04-28 Emil Velikovglx/dri2: explicitly assign struct components for glx_...
2014-04-28 Emil Velikovglx/dri2: rework __DRIextension handling
2014-04-28 Emil Velikovdri_interface: Update __DRItexBufferExtensionRec to...
2014-03-19 Ilia Mirkinloader: add special logic to distinguish nouveau from...
2014-03-18 Charmaine Leeglx: Fix incorrect pdp assignment in dri2_bind_context().
2014-03-13 Adel Gadllahdri3: Add GLX_EXT_buffer_age support
2014-03-11 Emil Velikovglx: cleanup unneeded headers
2014-02-23 Emil Velikovglx/dri2: set the implemented version of __DRIdri2Loade...
2014-02-06 Kristian Høgsbergglx: Pass NULL DRI drawables into the DRI driver for...
2014-01-27 Eric Anholtdri2: Trust our own driver name lookup over the server's.
2014-01-27 Eric Anholtdri2: Open the fd before loading the driver.
2013-12-18 Juha-Pekka Heikkilaglx: add missing null check in dri2_bind_tex_image
2013-12-18 Juha-Pekka Heikkilaglx: Add missing null check in dri2CreateDrawable
2013-12-03 Juha-Pekka Heikkilaglx: Add missing null check in gxl/dri2_glx.c
2013-11-08 Ian Romanickglx/dri2: Add DRI2 support for GLX_MESA_query_renderer
2013-11-08 Ian Romanickglx/dri2: Pull some internal structures out to a separa...
2013-10-24 Eric Anholtdri: Pass in the dlsym()ed driver extension to screen...
2013-10-24 Eric Anholtglx: Add an optional function call for getting the...
2013-10-24 Eric Anholtglx: Move the driver extension-loading to a helper...
2013-09-04 Rico Schüllerglx: Initialize OpenGL version to 1.0
2013-09-02 Chia-I Wuglx: make the interval of LIBGL_SHOW_FPS adjustable
2013-07-18 Tomasz Lisglx: Validate the GLX_RENDER_TYPE value
2013-07-18 Tomasz Lisglx: Retrieve the value of RENDER_TYPE from GLX attribs...
2013-07-18 Tomasz Lisglx: Store the value of renderType while creating context
2013-03-18 Rob ClarkDRI2: HACK: no GLX_INTEL_swap_event if no ScheduleSwap
2013-02-19 Zack RusinDRI2: Don't disable GLX_INTEL_swap_event unconditionally
2013-02-07 Eric Anholtglx: Centralize the code for context flushing.
2013-02-07 Eric Anholtglx: Add a little comment about what dri2FlushFrontBuff...
2013-01-29 Stéphane Marchesinglx: Check that swap_buffers_reply is non-NULL before...
2013-01-25 Zack Rusinglx: only advertise GLX_INTEL_swap_event if it's supported
2012-12-07 Marek Olšákglx/dri2: set the __DRI2_FLUSH_DRAWABLE flag where...
2012-12-01 Marek Olšákglx/dri2: add and use new driver hook flush_with_flags
2012-12-01 Marek Olšákglx: move the glFlush call one layer down
2012-10-17 Owen W. Taylorglx: Fix listing of INTEL_swap_event in glXQueryExtensi...
2012-10-16 Fredrik Höglundglx: Fix a regression in the new XCB code
2012-10-09 Eric Anholtglx: Replace DRI2SwapBuffers() custom protocol with...
2012-10-09 Eric Anholtglx: Fix some indentation.
2012-10-09 Eric Anholtglx: Replace DRI2SwapInterval custom protocol with...
2012-10-09 Eric Anholtglx: Reuse setSwapInterval for setting initial swap...
2012-10-09 Eric Anholtglx: Allow glXSwapInterval(0) when vblank_mode=0.
2012-10-09 Eric Anholtglx: Replace DRI2GetMSC custom protocol with XCB.
2012-10-09 Eric Anholtglx: Replace DRI2WaitForMSC custom protocol with XCB.
2012-10-09 Eric Anholtglx: Replace DRI2WaitForSBC custom protocol with XCB.
2012-10-09 Eric Anholtglx: Unifdef some dri_interface.h defines.
2012-10-03 Marek Olšákglx/dri2: use uint64_t instead of double to represent...
2012-09-06 Matt TurnerUse calloc instead of malloc/memset-0
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-09-06 Matt TurnerRemove Xcalloc/Xmalloc/Xfree calls
2012-08-09 Kenneth Graunkeglx/dri: Initialize reset to __DRI_CTX_RESET_NO_NOTIFIC...
2012-07-11 Ian Romanickglx/dri2: Add support for GLX_ARB_create_context_robustness
2012-03-11 David FriesSet close on exec flag FD_CLOEXEC
2012-02-09 Carl Worthdri: Emit a critical error if a named driver fails...
2012-01-05 Marek Olšákglx/dri2: print FPS when env var LIBGL_SHOW_FPS is...
2012-01-02 Ian Romanickglx: Enable GLX_EXT_create_context_es2_profile
2012-01-02 Ian Romanickglx/dri2: Implement glx_screen_vtable::create_context_a...
2012-01-02 Ian Romanickglx: Add glx_screen_vtable::create_context_attribs
2011-12-19 Ian Romanickglx: Send DestroyContext protocol at the correct times
2011-12-19 Ian Romanickglx: Don't create a shared context if the other context...
2011-12-08 Aaron Plattnerglx: Fix indirect fallback when a non-Mesa GLX extensio...
2011-10-14 Thomas Hellstromdri2: Implement a throttle dri extension.
2011-09-19 Matt TurnerRemove unneeded xdamages header from dri2_glx.c.
2011-09-14 Michel Dänzerglx/dri2: Don't call X server for SwapBuffers when...
2011-09-14 Andrew DeasonGLX: Say something if we cannot connect via DRI2
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-18 Kristian Høgsbergglx: Don't flush twice if we fallback to dri2CopySubBuffer
2011-08-09 Brian Paulglx: move declarations before code
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-20 Jeremy Huddlestonglx: Allow a context-specific fallback for glXGetProcAd...
2011-06-17 Stéphane Marchesinglx: implement drawable refcounting.
2011-06-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-06 Stéphane Marchesindri2: protect dri2FlushFrontBuffer against NULL buffers.
next