summaryrefslogtreecommitdiff
path: root/xc/lib/GL/glx/glxext.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-11Add glx_query.c. Currently, the only function in that file isidr1-4/+6
2004-06-02Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withidr1-3/+3
2004-06-01Convert 'Display *' to '__DRInativeDisplay *'.idr1-1/+1
2004-05-06minor fixesalanh1-2/+93
2004-04-19Fix long standing multithreaded GLX deadlock bug.idr1-9/+19
2004-04-14Modified to use the new bindContext3 / unbindContext3 interface.idr1-12/+35
2004-03-13Fixes a bad interaction between the new libGL and drivers built in theidr1-14/+41
2004-03-03Merged driinterface-0-0-3driinterface-0-0-3-20040303-mergeidr1-74/+307
2004-02-07Refactored the body of __glXSendLargeCommand to call a new functionidr1-32/+55
2004-01-30Fixed a problem matching visuals when GLX_DONT_CARE is used for theidr1-1/+1
2003-10-04Modify libGL to track __GLcontextModes structures as a linked listidr1-24/+25
2003-09-16update XFree86 taganholt1-1/+1
2003-08-30Modified libGL to use __GLcontextModes internally instead ofidr1-108/+124
2003-08-26Put back static versions of GLX extensions functions that wereidr1-8/+7
2003-08-18Major re-work of GLX extension support. The __glXRegisterExtensionsidr1-6/+4
2003-07-03Added client-side library (libGL.so) and driver infrastructure supportidr1-61/+121
2003-07-03Modify the maximum GLX packet size used to buffer commands or used inidr1-6/+24
2003-06-25Modified GetDRIDrawable to take an explicit drawable parameter. Thisidr1-21/+12
2003-05-13Rename two_part_tags param of __glXInitializeVisualConfigFromTags() toldelgass1-6/+12
2003-04-30Merged texmem-0-0-1texmem-0-0-1-20030429-mergeidr1-82/+402
2003-03-25more mergingalanh1-2/+8
2002-11-25merge from mesa-4-1-branch (Mesa 5.0)brianp1-0/+5
2002-10-22final part of XFree86 4.2.99.2 mergeX_4_2_99_2-20021023-mergealanh1-1/+1
2002-04-17added test for NULL gc in glXMakeCurrent (DRI bug 545241)brianp1-1/+1
2002-02-14First pass of mesa-4-0 branch merge into trunk.dawes1-7/+1
2001-05-01Initial merge for XFree86 4.0.99.3 importdawes1-1/+1
2001-04-09First pass of XFree86 4.0.99.2 merge.dawes1-4/+2
2001-04-05Merged ati-pcigart-1-0-0ati-pcigart-1-0-0-20010405-mergekem1-2/+2
2001-03-30Call the correct createScreen[] function rather than always calling thedawes1-4/+7
2001-03-19Initial XFree86 4.0.99.1 merge.dawes1-3/+3
2001-01-11- Re-enable freeing resources when the screen is destroyedkem1-3/+3
2001-01-08Merged tdfx-3-0-0tdfx-3-0-0-20010109-mergenathanh1-26/+41
2000-12-21XFree86 4.0.2 mergedawes1-1/+1
2000-12-07Added support for DRI-specific full-screen modeX_4_0_1h-20001207-mergefaith1-1/+4
2000-11-08merge with 4.0.1dX_4_0_1d-20001107-mergedawes1-3/+4
2000-10-10call to __glXClientInfo() was accidently commented out from an old debugging ...brianp1-2/+0
2000-09-07Merged tdfx-2-1-branchtdfx-2-1-20000907-mergealanh1-5/+37
2000-02-223.9.18 mergeX_3_9_18-20000222-mergekem1-1/+1
2000-02-15fixed problems when GLX_DIRECT_RENDERING wasn't definedbrianp1-5/+1
2000-02-12Merged dispatch-0-0-2brianp1-10/+52
2000-02-06only initialize IndirectAPI if null, fixed a memory leakbrianp1-1/+2
2000-01-30Merged dispatch-0-0-1dispatch-0-0-1-20000129-mergebrianp1-3/+41
2000-01-07Merge between X_3_9_16 and X_3_9_17faith1-1/+1
1999-12-12I reworked the logic in glXMakeCurrent to fix several problems. The codekem1-99/+110
1999-12-05First DRI release of 3dfx driver.daryll1-2/+2
1999-12-05Initial revisiondaryll1-0/+893