summaryrefslogtreecommitdiff
path: root/src/glx/drisw_glx.c
AgeCommit message (Expand)Author
2011-01-31glx: Fix leaks in DRISW screen creation error paths.Henri Verbeet
2010-09-08glx: Drop broken drawable garbage collectionKristian Høgsberg
2010-08-04glx: Fix use after free in drisw error pathKristian Høgsberg
2010-08-04glx: We no longer need screen extensions for driswKristian Høgsberg
2010-07-28glx: Move bind and unbind to context vtableKristian Høgsberg
2010-07-28glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.Kristian Høgsberg
2010-07-28glx: Rename __GLXscreenConfigs to struct glx_screenKristian Høgsberg
2010-07-28glx: Rename __GLcontextModes to struct glx_configKristian Høgsberg
2010-07-24glx: Drop duplicate psc field in drisw context structKristian Høgsberg
2010-07-23glx: Don't destroy context with XID 0Kristian Høgsberg
2010-07-23glx: zero out drawable structs after allocationKristian Høgsberg
2010-07-23glx: Refactor and simplify context creationKristian Høgsberg
2010-07-23glx: Move context destroy to context vtableKristian Høgsberg
2010-07-22glx: Move WaitGL, WaitX, UseXFont to context vtable functionsKristian Høgsberg
2010-07-22glx: Allocate the __GLXcontext in the DRI driversKristian Høgsberg
2010-07-19glx: Move DRI CopySubBuffer extension to DRI1 codeKristian Høgsberg
2010-07-19glx: Move driver_configs to DRI screen privatesKristian Høgsberg
2010-07-19glx: Move __DRIdrawable pointers to DRI drawable privatesKristian Høgsberg
2010-07-19glx: Move __driScreen into the dri screen privatesKristian Høgsberg
2010-07-19glx: Move DRI1 specific extensions and code to DRI1 screen privateKristian Høgsberg
2010-07-19glx: Add screen privates for dri drivers and moved some fields thereKristian Høgsberg
2010-07-19glx: Rename various DRI structs away from obnoxious __GLXfooRec conventionKristian Høgsberg
2010-04-28Merge branch '7.8'Brian Paul
2010-04-27apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston
2010-04-01Revert accidental commits from the xquartz treeJeremy Huddleston
2010-04-01apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston
2010-03-28drisw: probably better hack for stride and some commentsGeorge Sapountzis
2010-03-27drisw: update commentGeorge Sapountzis
2010-03-27drisw: add comment to libGL about strideGeorge Sapountzis
2010-03-27drisw: make stride issue profoundGeorge Sapountzis
2010-03-27glx: try swrastg_dri, if swrast_dri failsGeorge Sapountzis
2010-03-21glx: minor cosmeticGeorge Sapountzis
2010-03-21glx: swapBuffers prototype has changedGeorge Sapountzis
2010-03-05glx: Move initialization of ext_list_first_time to where it's storage is allo...Brian Paul
2010-03-05glx: Move initialization of ext_list_first_time to where it's storage is allo...Jon TURNEY
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg