summaryrefslogtreecommitdiff
path: root/glx/glxdriswrast.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-30dix: Call SourceValidate before GetImageAdam Jackson1-0/+1
2018-02-26glx: Enable GLX_ARB_create_context_no_error (v2)Adam Jackson1-0/+2
2018-01-08glx: Stop printing messages about what GLX extensions we enableAdam Jackson1-3/+0
2017-12-04glx: Implement GLX_EXT_no_config_context (v2)Adam Jackson1-2/+6
2017-12-01glx: Fix glXQueryContext for GLX_FBCONFIG_ID and GLX_RENDER_TYPE (v2)Adam Jackson1-0/+1
2017-11-07glx: Fix typos that break GLX_ARB_context_flush_controlAdam Jackson1-1/+1
2017-09-08glx: remove unused systemTimeExtensionEmil Velikov1-1/+0
2017-07-31glx: don't export __glXDRISWRastProviderEmil Velikov1-1/+1
2017-06-20glx/drisw: Use scratch GCs for swrastPutImageAdam Jackson1-28/+5
2017-06-20glx/drisw: Remove unused glx_enable_bitsAdam Jackson1-2/+0
2017-06-20glx: Remove some indirection around EXT_texture_from_pixmapAdam Jackson1-6/+2
2016-10-05glx: drisw is not accelerated IGLX, reflect that in log messagesEmil Velikov1-3/+3
2016-09-28glx: Always enable EXT_texture_from_pixmap for DRI swrast glxHans de Goede1-2/+1
2016-09-06glx: Fix computation of GLX_X_RENDERABLE fbconfig attributeAdam Jackson1-4/+2
2016-05-11glx: Code motionAdam Jackson1-24/+24
2016-03-30glx: Implement GLX_EXT_libglvnd (v2)Adam Jackson1-0/+3
2016-03-30glx: Compute the GLX extension string from __glXScreenInitAdam Jackson1-12/+0
2016-03-30glx: Move glx_enable_bits up to the GLX screen base classAdam Jackson1-9/+10
2016-03-30glx: Enable GLX 1.4 unconditionallyAdam Jackson1-3/+0
2016-03-30glx: Enable GLX_SGI_make_current_read in the coreAdam Jackson1-1/+0
2016-03-30glx: Don't enable EXT_texture_from_pixmap unconditionallyAdam Jackson1-1/+2
2016-03-30glx: Remove default server glx extension stringAdam Jackson1-2/+0
2016-03-10glx: Implement GLX_EXT_fbconfig_packed_floatAdam Jackson1-0/+1
2016-01-21glx: Fix GLX_EXT_create_context_es2_profile supportAdam Jackson1-0/+2
2015-09-23glx: fix regression with copy sub buffer disappearingDave Airlie1-2/+3
2015-07-08glx: Implement GLX_ARB_context_flush_controlAdam Jackson1-0/+8
2015-07-08glx/swrast: Do more GLX extension setupAdam Jackson1-3/+34
2014-09-11glx: Fix 'y ' value in swrastGetDrawableInfo()Maks Naumov1-1/+1
2014-04-23glx: Make sure that DRI2/swrast calls haven't changed the GL context.Eric Anholt1-0/+10
2013-12-30glx: unifdef swrast dri_interface.h values from Mesa 7.1.Eric Anholt1-24/+1
2013-12-10drisw: Wire up GetProcAddressAdam Jackson1-0/+5
2013-12-05glx: Fix incorrect use of dri_interface.h version defines in driver probing.Eric Anholt1-2/+2
2013-12-05glx: Fix incorrect use of dri_interface.h version defines in extensions.Eric Anholt1-1/+1
2013-10-29glx: convert to direct GL dispatch (v2)Adam Jackson1-4/+0
2012-05-23glx: Extend __GLXscreen::createContext to take attributesIan Romanick1-1/+11
2012-03-21Introduce a consistent coding styleKeith Packard1-137/+123
2011-11-24glx: don't leak driConfigsPaulo Zanoni1-3/+11
2011-03-28glx: Remove ->forceCurrent from the context vtableAdam Jackson1-14/+0
2011-03-14glx: Factor out glxProbeDriver function.Christopher James Halse Rogers1-36/+6
2011-03-14glx: Add texbuffer2 support to swrastAdam Jackson1-0/+8
2010-11-30glx: Remove swap barrier and hyperpipe supportAdam Jackson1-1/+0
2010-09-13glxdriswrast: Use CreateGC, not CreateScratchGC.Jamey Sharp1-12/+8
2010-06-10glxdriswrast bugfix: configure swapgc, not gc.Jamey Sharp1-1/+1
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp1-2/+2
2010-05-13dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.Jamey Sharp1-11/+5
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-8/+8
2010-05-11dri2: Take an XID for tracking the DRI2 drawableKristian Høgsberg1-3/+5
2010-04-12glx: Set the pbuffer bit for dri2 fbconfigsKristian Høgsberg1-1/+4
2010-01-11DRI2: add support for new DRI2 protocol requestsJesse Barnes1-1/+1
2009-12-14glx: swrast can do GLX 1.4 tooAdam Jackson1-0/+3