summaryrefslogtreecommitdiff
path: root/src/glx/drisw_glx.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-18glx: Validate the GLX_RENDER_TYPE valueTomasz Lis1-0/+9
2013-07-18glx: Retrieve the value of RENDER_TYPE from GLX attribs arrayTomasz Lis1-2/+2
2013-07-18glx: Store the value of renderType while creating contextTomasz Lis1-0/+5
2012-12-02glx: move the glFlush call one layer downMarek Olšák1-1/+6
2012-09-05Remove useless memset after callocMatt Turner1-1/+0
2012-09-05Use calloc instead of malloc/memset-0Matt Turner1-6/+3
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-2/+1
2012-09-05Remove Xcalloc/Xmalloc/Xfree callsMatt Turner1-18/+18
2012-08-08glx/dri: Initialize reset to __DRI_CTX_RESET_NO_NOTIFICATION.Kenneth Graunke1-1/+1
2012-07-11glx/dri2: Add support for GLX_ARB_create_context_robustnessIan Romanick1-1/+5
2012-03-24glx/drisw: avoid segfaults when we fail to get visualDave Airlie1-2/+9
2012-02-08dri: Emit a critical error if the swrast driver fails to load.Carl Worth1-2/+4
2012-01-04drisw: Fix drawable creation against non-default screensAdam Jackson1-2/+1
2012-01-02glx: Enable GLX_EXT_create_context_es2_profileIan Romanick1-0/+5
2012-01-02glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRISW contextsIan Romanick1-1/+88
2011-12-19glx: Send DestroyContext protocol at the correct timesIan Romanick1-3/+0
2011-12-19glx: Don't create a shared context if the other context isn't the same kindIan Romanick1-0/+7
2011-12-17drisw: remove unused variableMarek Olšák1-1/+2
2011-12-07glx: Fix indirect fallback when a non-Mesa GLX extension is present.Aaron Plattner1-4/+19
2011-11-01drisw: Enable SGI_make_current_read for direct contextsAdam Jackson1-0/+2
2011-09-06Enable GLX_EXT_texture_from_pixmap in software.nobled1-2/+81
2011-07-15drisw: Fix 24bpp software rendering, take 2Marc Pignat1-0/+7
2011-07-14Rename swrastg_dri to swrast_driMarek Olšák1-3/+0
2011-06-29drisw: Remove cargo culting that breaks GLX 1.3 ctorsAdam Jackson1-4/+0
2011-06-20glx: Allow a context-specific fallback for glXGetProcAddressJeremy Huddleston1-0/+1
2011-06-17glx: implement drawable refcounting.Stéphane Marchesin1-2/+4
2011-05-24drisw: Namespace better for ease of navigationAdam Jackson1-14/+14
2011-05-24drisw: dead store removalAdam Jackson1-3/+1
2011-01-31glx: Fix leaks in DRISW screen creation error paths.Henri Verbeet1-2/+5
2010-09-08glx: Drop broken drawable garbage collectionKristian Høgsberg1-2/+2
2010-08-04glx: Fix use after free in drisw error pathKristian Høgsberg1-2/+1
2010-08-04glx: We no longer need screen extensions for driswKristian Høgsberg1-2/+0
2010-07-28glx: Move bind and unbind to context vtableKristian Høgsberg1-13/+19
2010-07-28glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.Kristian Høgsberg1-7/+7
2010-07-28glx: Rename __GLXscreenConfigs to struct glx_screenKristian Høgsberg1-5/+5
2010-07-28glx: Rename __GLcontextModes to struct glx_configKristian Høgsberg1-4/+4
2010-07-24glx: Drop duplicate psc field in drisw context structKristian Høgsberg1-3/+3
2010-07-23glx: Don't destroy context with XID 0Kristian Høgsberg1-1/+2
2010-07-23glx: zero out drawable structs after allocationKristian Høgsberg1-0/+1
2010-07-23glx: Refactor and simplify context creationKristian Høgsberg1-4/+8
2010-07-23glx: Move context destroy to context vtableKristian Høgsberg1-2/+9
2010-07-22glx: Move WaitGL, WaitX, UseXFont to context vtable functionsKristian Høgsberg1-2/+9
2010-07-22glx: Allocate the __GLXcontext in the DRI driversKristian Høgsberg1-12/+18
2010-07-19glx: Move DRI CopySubBuffer extension to DRI1 codeKristian Høgsberg1-1/+0
2010-07-19glx: Move driver_configs to DRI screen privatesKristian Høgsberg1-1/+4
2010-07-19glx: Move __DRIdrawable pointers to DRI drawable privatesKristian Høgsberg1-14/+14
2010-07-19glx: Move __driScreen into the dri screen privatesKristian Høgsberg1-9/+10
2010-07-19glx: Move DRI1 specific extensions and code to DRI1 screen privateKristian Høgsberg1-1/+0
2010-07-19glx: Add screen privates for dri drivers and moved some fields thereKristian Høgsberg1-51/+75
2010-07-19glx: Rename various DRI structs away from obnoxious __GLXfooRec conventionKristian Høgsberg1-20/+16