summaryrefslogtreecommitdiff
path: root/src/glx/x11/glx_pbuffer.c
AgeCommit message (Expand)Author
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg
2010-02-01glx: Remove unnecessary headers.Vinson Lee
2009-09-22Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-21GLX: Warn only once about applications calling GLX 1.3 functionsTormod Volden
2009-09-15Merge commit 'origin/mesa_7_5_branch' into mesa_7_6_branchIan Romanick
2009-09-15GLX: Complain when buggy applications call GLX 1.3 functions.Ian Romanick
2009-08-13glx: indent -br -i3 -npcs --no-tabsRALOVICH, Kristóf
2009-04-03glx: remove unused local var in determineTextureFormat()Brian Paul
2009-03-20Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.Eric Anholt
2009-01-11Fix build with GCC 2.95.Owain G. Ainsworth
2008-11-11Don't mess with emacs tab width.Kristian Høgsberg
2008-10-13glx: indent -br -i3 -npcs --no-tabs glx_pbuffer.cRALOVICH, Kristóf
2008-10-13glx: add a line of Emacs helping variablesRALOVICH, Kristóf
2008-09-18glx: remove #include "glheader.h" linesBrian Paul
2008-06-05Silence warningAlan Hourihane
2008-04-10Get the default GLXPixmap texture target from the server when appropriate.Michel Dänzer
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg
2007-10-13Get the width and height from the attrib list in glXCreatePbuffer.Kristian Høgsberg
2007-05-17get rid of needless static function declarations at top of fileBrian
2007-05-17In DestroyPbuffer(), use GetReq() intead of GetReqExtra(). See bug 10983.Brian
2006-06-13Fix all instances of calling __glXSetupForCommand before GetReqExtra.Kristian Høgsberg
2006-04-11Fix CreateDrawableDavid Reveman
2006-04-07Coverity #943: Avoid a NULL chase.Adam Jackson
2006-02-07David Reveman's GLX_EXT_texture_from_pixmap extension patchBrian Paul
2005-08-11fix X #includes so they're relative to X11/ directory (bug 4047)Brian Paul
2005-07-26Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal ofIan Romanick
2005-03-04Import fixes from X.org tree (Søren Sandmann <sandmann@redhat.com>).Ian Romanick
2004-12-15Fix up glx/x11 to work when built with -fvisibility=hidden.Adam Jackson
2004-10-25Import the GLX client side library, formerly from xc/lib/GL/glx. Build itAdam Jackson