summaryrefslogtreecommitdiff
path: root/xc/lib/GL/glx
AgeCommit message (Expand)AuthorFilesLines
2004-07-02Make sure glapi_x86.S gets built with the right threading defines.idr1-1/+1
2004-06-17Add client-side GLX protocol support for GL_ARB_texture_compression. Theidr6-2/+398
2004-06-11Warning clean-ups.trunk-20040613idr2-5/+5
2004-06-11Dynamically generate client-side extension string instead of usingidr4-135/+37
2004-06-11Add glx_query.c. Currently, the only function in that file isidr6-82/+124
2004-06-11Remove some dead code.idr2-65/+0
2004-06-11Change the way glGetString(GL_EXTENSIONS) works so thatidr3-10/+13
2004-06-11Enable extensions not specifically listed in the server's extensionidr4-26/+142
2004-06-11Fix a subtle bug that could cause some extensions to be erroneouslyidr1-0/+2
2004-06-11Generalize the existing GLX extension tracking mechanism so that itidr3-54/+430
2004-06-09Update the set of GLX extensions that are "magically" enabled if the serveridr1-6/+15
2004-06-09Report client GLX version of 1.4.idr1-1/+1
2004-06-09Add support for glXQueryContext (part of GLX 1.3).idr2-28/+53
2004-06-09Initial pass at SGIX_pbuffer support. This support is for indirectidr4-121/+561
2004-06-02Add __glXGetDrawableInfo to the internal glXGetProcAddress table andidr1-2/+5
2004-06-02Replace Bool with GLboolean. This is only needed for the functionsidr2-6/+6
2004-06-02Since XF86DRIDestroyContext, XF86DRICreateDrawable, andidr2-17/+17
2004-06-02Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withidr3-148/+53
2004-06-01Convert 'Display *' to '__DRInativeDisplay *'.idr1-1/+1
2004-06-01Replace all occurances of XF86DRIClipRect (and related typedefs) withidr2-42/+19
2004-05-28Move the X protocol related DRI files from lib/GL/dri to lib/GL/glx.idr6-3/+1741
2004-05-27Use dri_util.[ch] and glcontextmodes.[ch] from the Mesa tree.idr3-532/+3
2004-05-06minor fixesalanh10-36/+131
2004-04-19Fix long standing multithreaded GLX deadlock bug.idr1-9/+19
2004-04-15Modify DRI to build using dri_interface.h from the Mesa tree.idr2-346/+2
2004-04-14Forgot to bump the version last night.idr1-1/+2
2004-04-14Modified to use the new bindContext3 / unbindContext3 interface.idr3-16/+57
2004-04-13Fixed a serious bug in a new feature added in the 20031201 version ofidr2-12/+12
2004-04-08silence more warningsalanh2-0/+2
2004-04-08silence some warningsalanh1-1/+1
2004-03-26Make the handling of drawableType consistent with recent changes inidr1-2/+2
2004-03-13Fixes a bad interaction between the new libGL and drivers built in theidr1-14/+41
2004-03-05don't use bitfields.alanh1-4/+4
2004-03-03Merged driinterface-0-0-3driinterface-0-0-3-20040303-mergeidr6-157/+733
2004-02-08There's a client-side and a server-side portion to this commit. Bothidr3-3/+35
2004-02-07Add support for real glDrawArrays protocol. There will be problemsidr3-39/+341
2004-02-07Refactored the body of __glXSendLargeCommand to call a new functionidr2-32/+59
2004-02-07Folks, that's what happens when you're working on 16 things and once,idr1-2/+2
2004-02-07Removed the unused define __GL_BOOLEAN_ARRAY. Re-implementedidr2-31/+13
2004-02-06Client-side vertex array state is now tracked as an array of arrayidr4-422/+293
2004-01-31Added bridge functions to convert EXT vertex array pointer calls to GLidr2-0/+85
2004-01-30Fixed a problem matching visuals when GLX_DONT_CARE is used for theidr2-1/+8
2004-01-30silence warningalanh1-1/+1
2004-01-28restore backwards compatibilityalanh1-6/+5
2004-01-26My previous fixes created a binary compatability problem. The issueidr8-280/+399
2004-01-21Added enums for a couple rare SGIX extensions.idr1-3/+17
2004-01-20A few more vertex array fixes for EXT_secondary_color andidr3-0/+71
2004-01-20indirect.h now pulls double duty. Depending on howidr3-3561/+708
2004-01-19Generate correct GLX protocol for multitexture with vertex arrays.idr2-7/+23
2004-01-19fixes from XFree86 trunkalanh5-39/+39