summaryrefslogtreecommitdiffstats
path: root/src/glx/x11/glx_pbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg2010-02-091-724/+0
* glx: Remove unnecessary headers.Vinson Lee2010-02-011-2/+0
* Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-221-6/+14
|\
| * GLX: Warn only once about applications calling GLX 1.3 functionsTormod Volden2009-09-211-6/+14
* | Merge commit 'origin/mesa_7_5_branch' into mesa_7_6_branchIan Romanick2009-09-151-0/+28
|\|
| * GLX: Complain when buggy applications call GLX 1.3 functions.Ian Romanick2009-09-151-0/+28
* | glx: indent -br -i3 -npcs --no-tabsRALOVICH, Kristóf2009-08-131-5/+4
|/
* glx: remove unused local var in determineTextureFormat()Brian Paul2009-04-031-1/+0
* Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.Eric Anholt2009-03-201-0/+19
* Fix build with GCC 2.95.Owain G. Ainsworth2009-01-111-2/+2
* Don't mess with emacs tab width.Kristian Høgsberg2008-11-111-1/+0
* glx: indent -br -i3 -npcs --no-tabs glx_pbuffer.cRALOVICH, Kristóf2008-10-131-193/+191
* glx: add a line of Emacs helping variablesRALOVICH, Kristóf2008-10-131-0/+1
* glx: remove #include "glheader.h" linesBrian Paul2008-09-181-1/+0
* 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