summaryrefslogtreecommitdiffstats
path: root/src/glx/dri_glx.c
Commit message (Expand)AuthorAgeFilesLines
* dri: Emit a critical error if a named driver fails to load.Carl Worth2012-02-081-0/+2
* glx: Add glx_screen_vtable::create_context_attribsIan Romanick2012-01-021-1/+2
* 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
* glx: Fix indirect fallback when a non-Mesa GLX extension is present.Aaron Plattner2011-12-071-5/+16
* dri: Remove all DRI1 driversIan Romanick2011-08-261-2/+2
* glx: Allow a context-specific fallback for glXGetProcAddressJeremy Huddleston2011-06-201-0/+1
* glx: implement drawable refcounting.Stéphane Marchesin2011-06-171-2/+4
* glx: Fix leaks in DRI screen creation error paths.Henri Verbeet2011-01-311-19/+20
* glx: Drop broken drawable garbage collectionKristian Høgsberg2010-09-081-2/+2
* glx: Move bind and unbind to context vtableKristian Høgsberg2010-07-281-31/+26
* glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.Kristian Høgsberg2010-07-281-9/+9
* glx: Rename __GLXscreenConfigs to struct glx_screenKristian Høgsberg2010-07-281-8/+8
* glx: Use _X_EXPORT instead of our own PUBLIC macroKristian Høgsberg2010-07-281-2/+2
* glx: Rename __GLcontextModes to struct glx_configKristian Høgsberg2010-07-281-7/+7
* glx: Drop duplicate psc field in dri context structKristian Høgsberg2010-07-261-3/+2
* 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-9/+18
* glx: Move WaitGL, WaitX, UseXFont to context vtable functionsKristian Høgsberg2010-07-221-2/+3
* glx: Allocate the __GLXcontext in the DRI driversKristian Høgsberg2010-07-221-19/+24
* glx: Move DRI CopySubBuffer extension to DRI1 codeKristian Høgsberg2010-07-191-4/+13
* glx: Move driver_configs to DRI screen privatesKristian Høgsberg2010-07-191-1/+3
* glx: Move __DRIdrawable pointers to DRI drawable privatesKristian Høgsberg2010-07-191-27/+46
* glx: Move __driScreen into the dri screen privatesKristian Høgsberg2010-07-191-10/+11
* glx: Move DRI1 specific extensions and code to DRI1 screen privateKristian Høgsberg2010-07-191-1/+123
* glx: Add screen privates for dri drivers and moved some fields thereKristian Høgsberg2010-07-191-49/+78
* glx: Rename various DRI structs away from obnoxious __GLXfooRec conventionKristian Høgsberg2010-07-191-14/+11
* glx: Split tfp functions out to context vtableKristian Høgsberg2010-05-211-0/+7
* apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston2010-04-271-1/+1
* Revert accidental commits from the xquartz treeJeremy Huddleston2010-04-011-1/+1
* apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston2010-04-011-1/+1
* glx: Move initialization of ext_list_first_time to where it's storage is allo...Brian Paul2010-03-051-3/+0
* glx: Silence uninitialized variable warning.Vinson Lee2010-02-141-0/+1
* Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg2010-02-091-0/+751