summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)Author
2008-03-10remove extra #include of assert.h (bug 14932)Brian
2008-03-10dri: fix function call to add new parameter.Dave Airlie
2008-03-09Properly revert the libGL loader path breakage.Kristian Høgsberg
2008-03-09libGL: Fall back to DEFAULT_DRIVER_DIR properly.Kristian Høgsberg
2008-03-08Use _X_HIDDEN to hide a bunch of leaked symbols.Kristian Høgsberg
2008-03-08Move DRI context functions into dri_glx.c.Kristian Høgsberg
2008-03-08Move DRI drawable creation into dri_glx.c.Kristian Høgsberg
2008-03-08Introduce __GLXDRIscreen so we can start moving function pointers in there.Kristian Høgsberg
2008-03-08Move DRI specific parts of CreateContext into dri_glx.c.Kristian Høgsberg
2008-03-08Convert driCreateScreen and driDestroyScreen to function pointers.Kristian Høgsberg
2008-03-08Abstract __DRIdisplayPrivateRec away in dri_glx.c.Kristian Høgsberg
2008-03-08Make __glXCloseDisplay static instead of prototyping it to avoid warning.Kristian Høgsberg
2008-03-08Move libGL install target to the libGL Makefile.Kristian Høgsberg
2008-03-08Simplify LIBGL_DRIVERS_PATH walking.Kristian Høgsberg
2008-03-08Simplify dri loading code by eliminating dlopen "cache".Kristian Høgsberg
2008-03-08libGL: Consolidate DRI initialization in dri_glx.cKristian Høgsberg
2008-02-29Update libGL DRI loader to latest DRI interface changes.Kristian Høgsberg
2008-02-25autoconf: Add gcc search patch to MKDEP_OPTIONS to eliminate warnings.Kristian Høgsberg
2008-02-25Remove GetMSC DriverAPI function.Kristian Høgsberg
2008-02-19Regenerated (see bug 11893)Brian
2008-02-19Regenerated (raise GL_INVALID_VALUE if counter param is negative)Brian
2008-02-17glapi: Generate xserver glapi sources in the mesa treeDan Nicholson
2008-01-23Assorted patches for miniglx/linux-solo (Gavin Li <codeview@gmail.com>)Brian
2008-01-22fix pc vs. gc->ps usage (bug 14197)Brian
2007-12-06Minor followup fixes for the previous commit.Michel Dänzer
2007-12-06Always call dlopen in DriverOpen.George Nassas
2007-11-27remove drawable from hash table when window is deleted (see bug 13091)WuNian
2007-11-25libGL: Make sure a valid value is returned for GLX_BIND_TO_MIPMAP_TEXTURE_EXT.Michel Dänzer
2007-11-09recreate from changed gl_API.xmlRoland Scheidegger
2007-11-06Fix compilation for !GLX_DIRECT_RENDERING.Kristian Høgsberg
2007-11-06Remove a couple of "deprecated" fields from __GLXcontextRec.Kristian Høgsberg
2007-11-06Don't return 0 in a void function.Kristian Høgsberg
2007-11-06Pass the visual id to XF86DRICreateContextWithConfig(), not fbconfig id.Kristian Høgsberg
2007-11-05Lookup visual in visual list, not fbconfig list.Kristian Høgsberg
2007-11-05Filter both visuals and fbconfigs against driver supported configs.Kristian Høgsberg
2007-10-30Fix some build warnings, mostly with XCB.Michel Dänzer
2007-10-29Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesaJesse Barnes
2007-10-29Refactor and fix core vblank supportJesse Barnes
2007-10-29Remember to call XSync() before resetting X error handler.Chris Rankin
2007-10-17Pull workaround for unset GLX_DRAWABLE_TYPE back in.Kristian Høgsberg
2007-10-16Handle fbconfigs and glx visuals separately.Kristian Høgsberg
2007-10-15Roll back premature version bump.Kristian Høgsberg
2007-10-15Dont add fbconfigs to array that we didn't allocate for.Kristian Høgsberg
2007-10-14Drop include "dri_interface.h" from xf86dri.hGeorge Sapountzis
2007-10-13Get the width and height from the attrib list in glXCreatePbuffer.Kristian Høgsberg
2007-10-11Convert a left-over private void * to __DRIcontext *.Kristian Høgsberg
2007-10-11Move enabling of DRI extensions into glxextensions.cKristian Høgsberg
2007-10-11Remove now unused getProcAddress from DRIinterfaceMethods.Kristian Høgsberg
2007-10-11Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg
2007-10-11Move media stream counter entry points to new extension.Kristian Høgsberg