aboutsummaryrefslogtreecommitdiffstats
path: root/src/glx/drisw_glx.c
Commit message (Expand)AuthorAgeFilesLines
* glx: Validate the GLX_RENDER_TYPE valueTomasz Lis2013-07-181-0/+9
* glx: Retrieve the value of RENDER_TYPE from GLX attribs arrayTomasz Lis2013-07-181-2/+2
* glx: Store the value of renderType while creating contextTomasz Lis2013-07-181-0/+5
* glx: move the glFlush call one layer downMarek Olšák2012-12-021-1/+6
* Remove useless memset after callocMatt Turner2012-09-051-1/+0
* Use calloc instead of malloc/memset-0Matt Turner2012-09-051-6/+3
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-2/+1
* Remove Xcalloc/Xmalloc/Xfree callsMatt Turner2012-09-051-18/+18
* glx/dri: Initialize reset to __DRI_CTX_RESET_NO_NOTIFICATION.Kenneth Graunke2012-08-081-1/+1
* glx/dri2: Add support for GLX_ARB_create_context_robustnessIan Romanick2012-07-111-1/+5
* glx/drisw: avoid segfaults when we fail to get visualDave Airlie2012-03-241-2/+9
* dri: Emit a critical error if the swrast driver fails to load.Carl Worth2012-02-081-2/+4
* drisw: Fix drawable creation against non-default screensAdam Jackson2012-01-041-2/+1
* glx: Enable GLX_EXT_create_context_es2_profileIan Romanick2012-01-021-0/+5
* glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRISW contextsIan Romanick2012-01-021-1/+88
* glx: Send DestroyContext protocol at the correct timesIan Romanick2011-12-191-3/+0
* glx: Don't create a shared context if the other context isn't the same kindIan Romanick2011-12-191-0/+7
* drisw: remove unused variableMarek Olšák2011-12-171-1/+2
* glx: Fix indirect fallback when a non-Mesa GLX extension is present.Aaron Plattner2011-12-071-4/+19
* drisw: Enable SGI_make_current_read for direct contextsAdam Jackson2011-11-011-0/+2
* Enable GLX_EXT_texture_from_pixmap in software.nobled2011-09-061-2/+81
* drisw: Fix 24bpp software rendering, take 2Marc Pignat2011-07-151-0/+7
* Rename swrastg_dri to swrast_driMarek Olšák2011-07-141-3/+0
* drisw: Remove cargo culting that breaks GLX 1.3 ctorsAdam Jackson2011-06-291-4/+0
* glx: Allow a context-specific fallback for glXGetProcAddressJeremy Huddleston2011-06-201-0/+1
* glx: implement drawable refcounting.Stéphane Marchesin2011-06-171-2/+4
* drisw: Namespace better for ease of navigationAdam Jackson2011-05-241-14/+14
* drisw: dead store removalAdam Jackson2011-05-241-3/+1
* glx: Fix leaks in DRISW screen creation error paths.Henri Verbeet2011-01-311-2/+5
* glx: Drop broken drawable garbage collectionKristian Høgsberg2010-09-081-2/+2
* glx: Fix use after free in drisw error pathKristian Høgsberg2010-08-041-2/+1
* glx: We no longer need screen extensions for driswKristian Høgsberg2010-08-041-2/+0
* glx: Move bind and unbind to context vtableKristian Høgsberg2010-07-281-13/+19
* glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.Kristian Høgsberg2010-07-281-7/+7
* glx: Rename __GLXscreenConfigs to struct glx_screenKristian Høgsberg2010-07-281-5/+5
* glx: Rename __GLcontextModes to struct glx_configKristian Høgsberg2010-07-281-4/+4
* glx: Drop duplicate psc field in drisw context structKristian Høgsberg2010-07-241-3/+3
* glx: Don't destroy context with XID 0Kristian Høgsberg2010-07-231-1/+2
* glx: zero out drawable structs after allocationKristian Høgsberg2010-07-231-0/+1
* glx: Refactor and simplify context creationKristian Høgsberg2010-07-231-4/+8
* glx: Move context destroy to context vtableKristian Høgsberg2010-07-231-2/+9
* glx: Move WaitGL, WaitX, UseXFont to context vtable functionsKristian Høgsberg2010-07-221-2/+9
* glx: Allocate the __GLXcontext in the DRI driversKristian Høgsberg2010-07-221-12/+18
* glx: Move DRI CopySubBuffer extension to DRI1 codeKristian Høgsberg2010-07-191-1/+0
* glx: Move driver_configs to DRI screen privatesKristian Høgsberg2010-07-191-1/+4
* glx: Move __DRIdrawable pointers to DRI drawable privatesKristian Høgsberg2010-07-191-14/+14
* glx: Move __driScreen into the dri screen privatesKristian Høgsberg2010-07-191-9/+10
* glx: Move DRI1 specific extensions and code to DRI1 screen privateKristian Høgsberg2010-07-191-1/+0
* glx: Add screen privates for dri drivers and moved some fields thereKristian Høgsberg2010-07-191-51/+75
* glx: Rename various DRI structs away from obnoxious __GLXfooRec conventionKristian Høgsberg2010-07-191-20/+16