summaryrefslogtreecommitdiffstats
path: root/src/glx/x11/glx_pbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* Silence warningAlan Hourihane2008-06-051-1/+1
* Get the default GLXPixmap texture target from the server when appropriate.Michel Dänzer2008-04-101-27/+37
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-1/+69
* Get the width and height from the attrib list in glXCreatePbuffer.Kristian Høgsberg2007-10-131-1/+17
* get rid of needless static function declarations at top of fileBrian2007-05-171-12/+0
* In DestroyPbuffer(), use GetReq() intead of GetReqExtra(). See bug 10983.Brian2007-05-171-1/+1
* Fix all instances of calling __glXSetupForCommand before GetReqExtra.Kristian Høgsberg2006-06-131-15/+35
* Fix CreateDrawableDavid Reveman2006-04-111-1/+7
* Coverity #943: Avoid a NULL chase.Adam Jackson2006-04-071-4/+7
* David Reveman's GLX_EXT_texture_from_pixmap extension patchBrian Paul2006-02-071-21/+30
* fix X #includes so they're relative to X11/ directory (bug 4047)Brian Paul2005-08-111-2/+2
* Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal ofIan Romanick2005-07-261-24/+17
* Import fixes from X.org tree (Søren Sandmann <[email protected]>).Ian Romanick2005-03-041-10/+16
* Fix up glx/x11 to work when built with -fvisibility=hidden.Adam Jackson2004-12-151-14/+15
* Import the GLX client side library, formerly from xc/lib/GL/glx. Build itAdam Jackson2004-10-251-0/+556