Apple: Cleaned up some linking and dylib ids issues
[mesa.git] / src / glx /
2008-08-11 Jeremy HuddlestonApple: Cleaned up some linking and dylib ids issues
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-08-08 Jeremy Huddlestonglx/x11: Added some #ifdef GLX_DIRECT_RENDERING protection
2008-08-08 Jeremy Huddlestonglx/x11: Fix missing __GL_EXT_BYTES declaration
2008-08-04 Adam JacksonDrop unused 'entries' field from __glxHashTable.
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-15 Ian Romanickglx: Update my e-mail address. :)
2008-07-15 Ian Romanickglx: Trivial clean-ups to __glXSetArrayEnable
2008-07-13 Dave Airlieglx/dri: only report DRI2 extensions when DRI2 is enabled.
2008-07-12 Dan NicholsonCall mklib with $(SHELL) so the user controls the inter...
2008-07-07 George Sapountzisglx: add LIBGL_ALWAYS_SOFTWARE
2008-07-04 Alan Hourihaneglcontextmodes.c is required remove the reference in...
2008-06-24 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-21 Alan CoopersmithFix builds with compilers other than gcc 3.0 & newer
2008-06-18 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-13 George Sapountzisglx: load swrast_dri.so
2008-06-13 George Sapountzisglx: use ErrorMessageF
2008-06-10 Roland Scheideggercopy msaa visuals capability
2008-06-09 George Sapountzisglx: use goto's vs. nested if's ala xserver
2008-06-09 George Sapountzisglx: add dri_common.c ala xserver
2008-06-05 Alan HourihaneSilence warning
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-05-28 Brian Paulreplace make with $(MAKE) (bug 16133)
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-21 Kristian HøgsbergRevert "glapi: Generate xserver glapi sources in the...
2008-05-09 Dan NicholsonDefault DRI driver directory to match X.Org xserver
2008-05-07 Dan NicholsonNever fail `make clean'
2008-05-06 Dan NicholsonMerge branch 'master' of ssh://git.freedesktop.org...
2008-05-06 Dan NicholsonAlways cleanup the makedepend backup files
2008-05-06 Dan NicholsonError consistently when running recursive make
2008-05-02 Corbin SimpsonMerge branch 'r500test' of git://people.freedesktop...
2008-05-01 Alex DeucherMerge branch 'r500test' of git://people.freedesktop...
2008-04-23 Alan Hourihaneinclude <X11/Xlib.h>
2008-04-23 George Sapountzisglx: nitpick renames
2008-04-23 George Sapountzisglx: split out current context code
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-04-10 Michel DänzerGet the default GLXPixmap texture target from the serve...
2008-04-08 Jie LuoHandle fbconfig comparison correctly for attributes...
2008-04-08 Kristian HøgsbergOnly convert configs if screen creation was successful.
2008-04-02 Kristian HøgsbergPick up dri2proto from the standard proto header includ...
2008-04-02 Kristian HøgsbergInitialize GLX_EXT_texture_from_pixmap attributes corre...
2008-03-31 Kristian HøgsbergDRI interface changes and DRI2 direct rendering support.
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-18 Xiang, Haihaoglx: Add isDirect back to __GLXcontextRec. It is needed
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'
next