summaryrefslogtreecommitdiff
path: root/src/glx/drisw_glx.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-28Merge branch '7.8'Brian Paul1-1/+1
2010-04-27apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston1-1/+1
2010-04-01Revert accidental commits from the xquartz treeJeremy Huddleston1-1/+1
2010-04-01apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston1-1/+1
2010-03-28drisw: probably better hack for stride and some commentsGeorge Sapountzis1-59/+30
2010-03-27drisw: update commentGeorge Sapountzis1-9/+15
2010-03-27drisw: add comment to libGL about strideGeorge Sapountzis1-1/+9
2010-03-27drisw: make stride issue profoundGeorge Sapountzis1-31/+61
2010-03-27glx: try swrastg_dri, if swrast_dri failsGeorge Sapountzis1-2/+15
2010-03-21glx: minor cosmeticGeorge Sapountzis1-5/+8
2010-03-21glx: swapBuffers prototype has changedGeorge Sapountzis1-2/+9
2010-03-05glx: Move initialization of ext_list_first_time to where it's storage is allo...Brian Paul1-3/+0
2010-03-05glx: Move initialization of ext_list_first_time to where it's storage is allo...Jon TURNEY1-3/+0
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg1-0/+456