summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)AuthorFilesLines
2007-11-27remove drawable from hash table when window is deleted (see bug 13091)WuNian1-0/+1
2007-11-25libGL: Make sure a valid value is returned for GLX_BIND_TO_MIPMAP_TEXTURE_EXT.Michel Dänzer1-1/+2
2007-11-09recreate from changed gl_API.xmlRoland Scheidegger3-82/+0
2007-11-06Fix compilation for !GLX_DIRECT_RENDERING.Kristian Høgsberg4-68/+83
2007-11-06Remove a couple of "deprecated" fields from __GLXcontextRec.Kristian Høgsberg4-38/+28
2007-11-06Don't return 0 in a void function.Kristian Høgsberg1-2/+2
2007-11-06Pass the visual id to XF86DRICreateContextWithConfig(), not fbconfig id.Kristian Høgsberg1-1/+1
2007-11-05Lookup visual in visual list, not fbconfig list.Kristian Høgsberg1-11/+15
2007-11-05Filter both visuals and fbconfigs against driver supported configs.Kristian Høgsberg1-6/+3
2007-10-30Fix some build warnings, mostly with XCB.Michel Dänzer2-2/+102
2007-10-29Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesaJesse Barnes1-0/+1
2007-10-29Refactor and fix core vblank supportJesse Barnes1-17/+26
2007-10-29Remember to call XSync() before resetting X error handler.Chris Rankin1-0/+1
2007-10-17Pull workaround for unset GLX_DRAWABLE_TYPE back in.Kristian Høgsberg1-0/+2
2007-10-16Handle fbconfigs and glx visuals separately.Kristian Høgsberg3-145/+133
2007-10-15Roll back premature version bump.Kristian Høgsberg1-3/+2
2007-10-15Dont add fbconfigs to array that we didn't allocate for.Kristian Høgsberg1-2/+4
2007-10-14Drop include "dri_interface.h" from xf86dri.hGeorge Sapountzis1-2/+0
2007-10-13Get the width and height from the attrib list in glXCreatePbuffer.Kristian Høgsberg1-1/+17
2007-10-11Convert a left-over private void * to __DRIcontext *.Kristian Høgsberg1-2/+2
2007-10-11Move enabling of DRI extensions into glxextensions.cKristian Høgsberg3-91/+59
2007-10-11Remove now unused getProcAddress from DRIinterfaceMethods.Kristian Høgsberg1-15/+0
2007-10-11Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg1-0/+7
2007-10-11Move media stream counter entry points to new extension.Kristian Høgsberg3-31/+43
2007-10-11Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg3-25/+30
2007-10-11Move GLX_MESA_allocate_memory related functions to new extension mechanism.Kristian Høgsberg3-20/+29
2007-10-10Move swap_interval to new extension mechanism.Kristian Høgsberg3-14/+27
2007-10-10Move the copySubBuffer extension over to the new mechanism.Kristian Høgsberg3-4/+17
2007-10-10Implement new screen extension API.Kristian Høgsberg1-0/+14
2007-10-10Stop passing in unused fbconfigs to createNewScreen.Kristian Høgsberg1-3/+1
2007-10-10Convert all DRI entrypoints to take pointers to __DRI* types.Kristian Høgsberg2-27/+23
2007-10-10Remove screenConfigs from __DRIscreen.Kristian Høgsberg3-3/+14
2007-10-10Drop mostly unused __DRIid typedef.Kristian Høgsberg3-7/+7
2007-10-10Avoid deadlock in GarbageCollectDRIDrawables.Kristian Høgsberg1-8/+2
2007-10-10Drop createContext and destroyContext from DRIinterfaceMethods.Kristian Høgsberg3-25/+22
2007-10-10Drop createDrawable and destroyDrawable fron DRIinterfaceMethods.Kristian Høgsberg2-31/+16
2007-10-10Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg5-102/+156
2007-10-05Add macros to generate CreateNewScreen entrypoint.Kristian Høgsberg1-4/+1
2007-10-05Remove XIDs from DRI interface (see #5714).Kristian Høgsberg7-94/+179
2007-10-05Pull in the drm hash.Kristian Høgsberg3-1/+429
2007-09-28add support for LDFLAGS env varDan Nicholson2-2/+2
2007-08-27fixed problem with big glDrawArrays (see bug 12141)Colin McDonald1-6/+8
2007-08-16suppress warning about ncon visuals (bug #6689)Roland Scheidegger1-2/+5
2007-06-05miniglx: implement GetProcAddressARB in miniglx as an alias for GPADave Airlie1-0/+1
2007-05-17get rid of needless static function declarations at top of fileBrian1-12/+0
2007-05-17In DestroyPbuffer(), use GetReq() intead of GetReqExtra(). See bug 10983.Brian1-1/+1
2007-05-14in __glXGetArrayType() return type, not enabled (bug 10938)Bruce Merry1-1/+1
2007-05-08miniglx: fixup use of create windows x and y coordinatesDave Airlie1-3/+3
2007-05-04Makefile clean-ups for miniglx.Brian1-8/+13
2007-04-09remove unneeded initialization code (see bug 10569)Brian1-6/+1