summaryrefslogtreecommitdiffstats
path: root/src/glx/drisw_glx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch '7.8'Brian Paul2010-04-281-1/+1
|\
| * 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
* | drisw: probably better hack for stride and some commentsGeorge Sapountzis2010-03-281-59/+30
* | drisw: update commentGeorge Sapountzis2010-03-271-9/+15
* | drisw: add comment to libGL about strideGeorge Sapountzis2010-03-271-1/+9
* | drisw: make stride issue profoundGeorge Sapountzis2010-03-271-31/+61
* | glx: try swrastg_dri, if swrast_dri failsGeorge Sapountzis2010-03-271-2/+15
* | glx: minor cosmeticGeorge Sapountzis2010-03-211-5/+8
* | glx: swapBuffers prototype has changedGeorge Sapountzis2010-03-211-2/+9
* | glx: Move initialization of ext_list_first_time to where it's storage is allo...Jon TURNEY2010-03-051-3/+0
|/
* Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg2010-02-091-0/+456