aboutsummaryrefslogtreecommitdiffstats
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
* Regenerated (see bug 11893)Brian2008-02-191-0/+4
* Regenerated (raise GL_INVALID_VALUE if counter param is negative)Brian2008-02-191-0/+180
* glapi: Generate xserver glapi sources in the mesa treeDan Nicholson2008-02-178-0/+16844
* Assorted patches for miniglx/linux-solo (Gavin Li <[email protected]>)Brian2008-01-231-0/+4
* fix pc vs. gc->ps usage (bug 14197)Brian2008-01-221-4/+4
* Minor followup fixes for the previous commit.Michel Dänzer2007-12-061-1/+4
* Always call dlopen in DriverOpen.George Nassas2007-12-062-2/+7
* remove drawable from hash table when window is deleted (see bug 13091)WuNian2007-11-271-0/+1
* libGL: Make sure a valid value is returned for GLX_BIND_TO_MIPMAP_TEXTURE_EXT.Michel Dänzer2007-11-251-1/+2
* recreate from changed gl_API.xmlRoland Scheidegger2007-11-093-82/+0
* Fix compilation for !GLX_DIRECT_RENDERING.Kristian Høgsberg2007-11-064-68/+83
* Remove a couple of "deprecated" fields from __GLXcontextRec.Kristian Høgsberg2007-11-064-38/+28
* Don't return 0 in a void function.Kristian Høgsberg2007-11-061-2/+2
* Pass the visual id to XF86DRICreateContextWithConfig(), not fbconfig id.Kristian Høgsberg2007-11-061-1/+1
* Lookup visual in visual list, not fbconfig list.Kristian Høgsberg2007-11-051-11/+15
* Filter both visuals and fbconfigs against driver supported configs.Kristian Høgsberg2007-11-051-6/+3
* Fix some build warnings, mostly with XCB.Michel Dänzer2007-10-302-2/+102
* Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesaJesse Barnes2007-10-291-0/+1
|\
| * Remember to call XSync() before resetting X error handler.Chris Rankin2007-10-291-0/+1
* | Refactor and fix core vblank supportJesse Barnes2007-10-291-17/+26
|/
* Pull workaround for unset GLX_DRAWABLE_TYPE back in.Kristian Høgsberg2007-10-171-0/+2
* Handle fbconfigs and glx visuals separately.Kristian Høgsberg2007-10-163-145/+133
* Roll back premature version bump.Kristian Høgsberg2007-10-151-3/+2
* Dont add fbconfigs to array that we didn't allocate for.Kristian Høgsberg2007-10-151-2/+4
* Drop include "dri_interface.h" from xf86dri.hGeorge Sapountzis2007-10-141-2/+0
* Get the width and height from the attrib list in glXCreatePbuffer.Kristian Høgsberg2007-10-131-1/+17
* Convert a left-over private void * to __DRIcontext *.Kristian Høgsberg2007-10-111-2/+2
* Move enabling of DRI extensions into glxextensions.cKristian Høgsberg2007-10-113-91/+59
* Remove now unused getProcAddress from DRIinterfaceMethods.Kristian Høgsberg2007-10-111-15/+0
* Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg2007-10-111-0/+7
* Move media stream counter entry points to new extension.Kristian Høgsberg2007-10-113-31/+43
* Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg2007-10-113-25/+30
* Move GLX_MESA_allocate_memory related functions to new extension mechanism.Kristian Høgsberg2007-10-113-20/+29
* Move swap_interval to new extension mechanism.Kristian Høgsberg2007-10-103-14/+27
* Move the copySubBuffer extension over to the new mechanism.Kristian Høgsberg2007-10-103-4/+17
* Implement new screen extension API.Kristian Høgsberg2007-10-101-0/+14
* Stop passing in unused fbconfigs to createNewScreen.Kristian Høgsberg2007-10-101-3/+1
* Convert all DRI entrypoints to take pointers to __DRI* types.Kristian Høgsberg2007-10-102-27/+23
* Remove screenConfigs from __DRIscreen.Kristian Høgsberg2007-10-103-3/+14
* Drop mostly unused __DRIid typedef.Kristian Høgsberg2007-10-103-7/+7
* Avoid deadlock in GarbageCollectDRIDrawables.Kristian Høgsberg2007-10-101-8/+2
* Drop createContext and destroyContext from DRIinterfaceMethods.Kristian Høgsberg2007-10-103-25/+22
* Drop createDrawable and destroyDrawable fron DRIinterfaceMethods.Kristian Høgsberg2007-10-102-31/+16
* Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-105-102/+156
* Add macros to generate CreateNewScreen entrypoint.Kristian Høgsberg2007-10-051-4/+1
* Remove XIDs from DRI interface (see #5714).Kristian Høgsberg2007-10-057-94/+179
* Pull in the drm hash.Kristian Høgsberg2007-10-053-1/+429
* add support for LDFLAGS env varDan Nicholson2007-09-282-2/+2
* fixed problem with big glDrawArrays (see bug 12141)Colin McDonald2007-08-271-6/+8
* suppress warning about ncon visuals (bug #6689)Roland Scheidegger2007-08-161-2/+5