mesa: cleanup state emission and rs for r500
[mesa.git] / src / glx /
2008-03-15 Kristian HøgsbergTest createNewScreen for NULL, not createNewScreenName...
2008-03-14 Xiang, Haihaoglx: fix rotation regression. bug #14963
2008-03-12 Kristian HøgsberglibGL: Pull the drawable hash back out in the generic...
2008-03-12 Kristian HøgsbergAdd another missing check for uninitialized DRI.
2008-03-10 Kristian HøgsbergMove make install logic for libGL back into src/mesa...
2008-03-10 Kristian HøgsbergOnly try to call DRI function if DRI got initialized...
2008-03-10 Brianremove extra #include of assert.h (bug 14932)
2008-03-10 Dave Airliedri: fix function call to add new parameter.
2008-03-09 Kristian HøgsbergProperly revert the libGL loader path breakage.
2008-03-09 Kristian HøgsberglibGL: Fall back to DEFAULT_DRIVER_DIR properly.
2008-03-09 Kristian HøgsbergUse _X_HIDDEN to hide a bunch of leaked symbols.
2008-03-09 Kristian HøgsbergMove DRI context functions into dri_glx.c.
2008-03-09 Kristian HøgsbergMove DRI drawable creation into dri_glx.c.
2008-03-09 Kristian HøgsbergIntroduce __GLXDRIscreen so we can start moving functio...
2008-03-09 Kristian HøgsbergMove DRI specific parts of CreateContext into dri_glx.c.
2008-03-09 Kristian HøgsbergConvert driCreateScreen and driDestroyScreen to functio...
2008-03-09 Kristian HøgsbergAbstract __DRIdisplayPrivateRec away in dri_glx.c.
2008-03-08 Kristian HøgsbergMake __glXCloseDisplay static instead of prototyping...
2008-03-08 Kristian HøgsbergMove libGL install target to the libGL Makefile.
2008-03-08 Kristian HøgsbergSimplify LIBGL_DRIVERS_PATH walking.
2008-03-08 Kristian HøgsbergSimplify dri loading code by eliminating dlopen "cache".
2008-03-08 Kristian HøgsberglibGL: Consolidate DRI initialization in dri_glx.c
2008-02-29 Kristian HøgsbergUpdate libGL DRI loader to latest DRI interface changes.
2008-02-26 Kristian Høgsbergautoconf: Add gcc search patch to MKDEP_OPTIONS to...
2008-02-26 Kristian HøgsbergRemove GetMSC DriverAPI function.
2008-02-19 BrianRegenerated (see bug 11893)
2008-02-19 BrianRegenerated (raise GL_INVALID_VALUE if counter param...
2008-02-18 Dan Nicholsonglapi: Generate xserver glapi sources in the mesa tree
2008-01-23 BrianAssorted patches for miniglx/linux-solo (Gavin Li ...
2008-01-22 Brianfix pc vs. gc->ps usage (bug 14197)
2007-12-06 Michel DänzerMinor followup fixes for the previous commit.
2007-12-06 George NassasAlways call dlopen in DriverOpen.
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-28 WuNianremove drawable from hash table when window is deleted...
2007-11-25 Michel DänzerlibGL: Make sure a valid value is returned for GLX_BIND...
2007-11-09 Roland Scheideggerrecreate from changed gl_API.xml
2007-11-06 Kristian HøgsbergFix compilation for !GLX_DIRECT_RENDERING.
2007-11-06 Kristian HøgsbergRemove a couple of "deprecated" fields from __GLXcontex...
2007-11-06 Kristian HøgsbergDon't return 0 in a void function.
2007-11-06 Kristian HøgsbergPass the visual id to XF86DRICreateContextWithConfig...
2007-11-05 Kristian HøgsbergLookup visual in visual list, not fbconfig list.
2007-11-05 Kristian HøgsbergFilter both visuals and fbconfigs against driver suppor...
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-30 Michel DänzerFix some build warnings, mostly with XCB.
2007-10-29 Eric AnholtMerge branch 'origin'
2007-10-29 Jesse BarnesMerge branch 'master' of ssh://git.freedesktop.org...
2007-10-29 Jesse BarnesRefactor and fix core vblank support
2007-10-29 Chris RankinRemember to call XSync() before resetting X error handler.
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-17 Kristian HøgsbergPull workaround for unset GLX_DRAWABLE_TYPE back in.
2007-10-16 Kristian HøgsbergHandle fbconfigs and glx visuals separately.
2007-10-15 Kristian HøgsbergRoll back premature version bump.
2007-10-15 Kristian HøgsbergDont add fbconfigs to array that we didn't allocate...
2007-10-14 George SapountzisDrop include "dri_interface.h" from xf86dri.h
2007-10-13 Kristian HøgsbergGet the width and height from the attrib list in glXCre...
2007-10-12 Kristian HøgsbergMerge branch 'dri2'
2007-10-11 Kristian HøgsbergConvert a left-over private void * to __DRIcontext *.
2007-10-11 Kristian HøgsbergMove enabling of DRI extensions into glxextensions.c
2007-10-11 Kristian HøgsbergRemove now unused getProcAddress from DRIinterfaceMethods.
2007-10-11 Kristian HøgsbergAdd a DRI_ReadDrawable marker extension to signal read...
2007-10-11 Kristian HøgsbergMove media stream counter entry points to new extension.
2007-10-11 Kristian HøgsbergMove GLX_MESA_swap_frame_usage DRI entry points to...
2007-10-11 Kristian HøgsbergMove GLX_MESA_allocate_memory related functions to...
2007-10-10 Kristian HøgsbergMove swap_interval to new extension mechanism.
2007-10-10 Kristian HøgsbergMove the copySubBuffer extension over to the new mechanism.
2007-10-10 Kristian HøgsbergImplement new screen extension API.
2007-10-10 Kristian HøgsbergStop passing in unused fbconfigs to createNewScreen.
2007-10-10 Kristian HøgsbergConvert all DRI entrypoints to take pointers to __DRI...
2007-10-10 Kristian HøgsbergRemove screenConfigs from __DRIscreen.
2007-10-10 Kristian HøgsbergDrop mostly unused __DRIid typedef.
2007-10-10 Kristian HøgsbergAvoid deadlock in GarbageCollectDRIDrawables.
2007-10-10 Kristian HøgsbergDrop createContext and destroyContext from DRIinterface...
2007-10-10 Kristian HøgsbergDrop createDrawable and destroyDrawable fron DRIinterfa...
2007-10-10 Kristian HøgsbergDrop __DRInativeDisplay and pass in __DRIscreen pointer...
2007-10-05 Kristian HøgsbergAdd macros to generate CreateNewScreen entrypoint.
2007-10-05 Kristian HøgsbergRemove XIDs from DRI interface (see #5714).
2007-10-05 Kristian HøgsbergPull in the drm hash.
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-29 Dan Nicholsonadd support for LDFLAGS env var
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-08-27 Colin McDonaldfixed problem with big glDrawArrays (see bug 12141)
2007-08-16 Roland Scheideggersuppress warning about ncon visuals (bug #6689)
2007-07-05 Eric AnholtMerge branch 'i915-unification' of git+ssh://people...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-06-21 Eric AnholtMerge branch 'origin' into i915-unification
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-06-04 Dave Airlieminiglx: implement GetProcAddressARB in miniglx as...
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-05-17 Brianget rid of needless static function declarations at...
2007-05-17 BrianIn DestroyPbuffer(), use GetReq() intead of GetReqExtra...
2007-05-14 Bruce Merryin __glXGetArrayType() return type, not enabled (bug...
2007-05-08 Dave Airlieminiglx: fixup use of create windows x and y coordinates
2007-05-05 BrianMakefile clean-ups for miniglx.
2007-04-09 Brianremove unneeded initialization code (see bug 10569)
2007-04-09 Brianallocate __GLXdisplayPrivate w/ Xcalloc instead of...
2007-04-08 Adam JacksonMake sure GLX entrypoints are marked PUBLIC.
2007-04-08 Wei Wangfix bug 9823: GL_CLIENT_ATTRIB_STACK_DEPTH query fails...
2007-04-08 Brianfix etags command to find headers
2007-04-05 George SapountzisRemove SI imports/exports remnants.
2007-04-05 George Sapountzisglx: minor cosmetic in glcontextmodes.c
next