summaryrefslogtreecommitdiff
path: root/xc/lib/GL/glx/glxcmds.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-11Dynamically generate client-side extension string instead of usingidr1-131/+19
2004-06-11Add glx_query.c. Currently, the only function in that file isidr1-41/+5
2004-06-11Remove some dead code.idr1-63/+0
2004-06-11Change the way glGetString(GL_EXTENSIONS) works so thatidr1-5/+0
2004-06-09Report client GLX version of 1.4.idr1-1/+1
2004-06-09Add support for glXQueryContext (part of GLX 1.3).idr1-27/+47
2004-06-09Initial pass at SGIX_pbuffer support. This support is for indirectidr1-118/+0
2004-06-02Add __glXGetDrawableInfo to the internal glXGetProcAddress table andidr1-2/+5
2004-05-06minor fixesalanh1-6/+6
2004-04-14Forgot to bump the version last night.idr1-1/+2
2004-04-14Modified to use the new bindContext3 / unbindContext3 interface.idr1-4/+6
2004-04-13Fixed a serious bug in a new feature added in the 20031201 version ofidr1-2/+5
2004-03-03Merged driinterface-0-0-3driinterface-0-0-3-20040303-mergeidr1-70/+203
2004-02-08There's a client-side and a server-side portion to this commit. Bothidr1-0/+6
2004-02-07Add support for real glDrawArrays protocol. There will be problemsidr1-0/+1
2004-01-30Fixed a problem matching visuals when GLX_DONT_CARE is used for theidr1-0/+7
2004-01-30silence warningalanh1-1/+1
2004-01-26My previous fixes created a binary compatability problem. The issueidr1-2/+24
2004-01-20indirect.h now pulls double duty. Depending on howidr1-0/+5
2004-01-19fixes from XFree86 trunkalanh1-1/+1
2004-01-16Minor header file clean-up. This files don't need anything fromidr1-1/+1
2004-01-13Added indirect support for GL_EXT_multi_draw_elements (which is partidr1-0/+1
2003-12-09merge newmesa branch to the trunknewmesa-0-0-1-20031209-mergealanh1-1/+0
2003-10-31Fixed a problem where a NULL function pointer could be called if theidr1-2/+2
2003-10-23Modified __driGarbageCollectDrawables and driDestroyDrawable to useidr1-2/+6
2003-10-09Merge from config-0-0-1-branch to the trunk.fxkuehl1-0/+4
2003-10-04Modify libGL to track __GLcontextModes structures as a linked listidr1-49/+84
2003-10-04Massive documentation updates. Converted much existing documentationidr1-14/+109
2003-10-02fix the build for when BuildXF86DRI is NOalanh1-4/+6
2003-09-16remove some cruft from the XFree86 tag lineanholt1-1/+1
2003-09-02Fixed a typo that caused problems linking (but not running)idr1-1/+1
2003-08-30Modified libGL to use __GLcontextModes internally instead ofidr1-207/+66
2003-08-28Added GLX protocol "support" for a few more enum-only extensions.idr1-0/+5
2003-08-28Prevent glXGetProcAddress from calling _glapi_get_proc_address withidr1-8/+18
2003-08-26Put back static versions of GLX extensions functions that wereidr1-18/+24
2003-08-18Added libGL support for MESA_allocate_memory (which replacesidr1-3/+84
2003-08-18Major re-work of GLX extension support. The __glXRegisterExtensionsidr1-81/+139
2003-08-18Added GetGLXScreenConfigs. Did a *lot* of refactoring. This work wasidr1-353/+283
2003-08-17Minor compile fix (oops).idr1-1/+1
2003-08-17Fixed remaining OML_sync_control functions to not need a currentlyidr1-111/+104
2003-08-17Fixed remaining MESA_swap_frame_usage functions to not need aidr1-39/+9
2003-08-16Removed the deprecated __glXRegisterGLXFunction,idr1-173/+7
2003-07-03Added client-side library (libGL.so) and driver infrastructure supportidr1-33/+76
2003-07-03Modify the maximum GLX packet size used to buffer commands or used inidr1-3/+10
2003-07-03Modified GetDRIDrawable to not depend at all on the current context.idr1-28/+32
2003-06-25Numerous small changes to enable a ton of GL extensions for indirectidr1-1/+50
2003-06-25Modified GetDRIDrawable to take an explicit drawable parameter. Thisidr1-37/+36
2003-06-20Use inttypes.h instead of stdint.hkeithw1-1/+1
2003-05-21Moved swap_interval from per-context storage to per-drawable storage.idr1-206/+136
2003-05-13Rename two_part_tags param of __glXInitializeVisualConfigFromTags() toldelgass1-5/+5