summaryrefslogtreecommitdiff
path: root/glx
AgeCommit message (Expand)Author
2009-08-25glx: Clean up more thoroughly if the drawable of a current context goes away.Michel Dänzer
2009-08-25glx: If a destroyed window is bound to the current context, make it not current.Michel Dänzer
2009-07-06dri2: support glXWaitGL & glXWaitX by copying fake front to front andAlan Hourihane
2009-06-29Build against DRI_TEX_BUFFER_VERSION 1Keith Packard
2009-06-29Support setTexBuffer2 in AIGLX.Kristian Høgsberg
2009-06-11Use a #define instead of a magic numberIan Romanick
2009-06-11DRI2: Implement protocol for DRI2GetBuffersWithFormatIan Romanick
2009-06-11DRI2: Add missing front-buffer flush callback.Ian Romanick
2009-06-11DRI2: Don't leave empty entries in private->buffersIan Romanick
2009-06-11DRI2: Do not send the real front buffer of a window to the clientIan Romanick
2009-04-13glx: Fix drawable private leak on destroyKristian Høgsberg
2009-02-18glx: Inialize best_score before calculating visual scoresIan Romanick
2009-02-17glx: fix retval checks when failures occur for drawable creation.Alan Hourihane
2009-02-17glx: Replace broken GLX visual setup with a fixed "all" mode.Eric Anholt
2009-02-17glx: Don't match fbconfigs to visuals with mismatched channel masks.Eric Anholt
2008-12-16GLX: Changes resulting from changes to Mesa generator scripts / dataIan Romanick
2008-12-09Test for DRI2 extension in dri_internal.h and only enable AIGLX DRI2 if found.Kristian Høgsberg
2008-11-12CopySubBuffer expects GL style coordinates.Kristian Høgsberg
2008-11-04AIGLX: Reinstate call to driver texOffsetFinish hook.Michel Dänzer
2008-11-04AIGLX: Don't truncate offset returned by driver texOffsetStart hook on 32 bit.Michel Dänzer
2008-11-03AIGLX: Allow 2D driver to prevent zero-copy texturing of a pixmap.Michel Dänzer
2008-10-23dri2: fail at context creation if driver fail to create it's contextJerome Glisse
2008-10-21Bug #18159: Spell "anisotropic" correctlyAdam Jackson
2008-10-15GLX: fix build when dri2 _is_ available.Luc Verhaegen
2008-10-15GLX: fix build when dri2 is not available.Luc Verhaegen
2008-10-15dri2: Update to latest protocol draft.Kristian Høgsberg
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson
2008-09-24GLX: Make sure GLX_SGI_make_current_read is enabled when possibleIan Romanick
2008-09-22Upgrade GLX Public License 1.0 to FreeB 2.0.Adam Jackson
2008-09-19Update to SGI FreeB 2.0.Adam Jackson
2008-08-31damage: choose less ambiguous function namesMaarten Maathuis
2008-08-30Removed dead glcontextmodesJeremy Huddleston
2008-08-29{damage,exa}: sanitise damageMaarten Maathuis
2008-08-29DRI2: Drop sarea use, implement server side swap buffers.Kristian Høgsberg
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky
2008-08-26Fix driGetConfigAttribIndex unaligned access to GLboolean.Kristian Høgsberg
2008-08-17glx: avoid possible NULLptr deref, fix #16884Jie Luo
2008-08-09glx: fix crash in driGetConfigAttribIndexDave Miller
2008-08-06glcontextmodes.[hc] were not added with the removal of the meas symlinks patc...Jeremy Huddleston
2008-07-28GLX: Unreference drawables bound to the old context, not the new one.Michel Dänzer
2008-07-28AIGLX/DRI1: Pay more attention to return value from DRIGetDrawableInfo().Michel Dänzer
2008-07-25Clean up unused definitions from glx headers.Kristian Høgsberg
2008-07-24Don't abort if swrast library is not presentDaniel Drake
2008-07-24Drop the glx resize hook and stop chaining PositionWindow.Kristian Høgsberg
2008-07-24Drop unnecessary linked list of contexts from GLXDrawable.Kristian Høgsberg
2008-07-21Need to unref pixmaps backing pbuffers too.Kristian Høgsberg
2008-07-21Fix embarrasing GLXPixmap leak.Kristian Høgsberg
2008-07-20distcheck fixesJulien Cristau
2008-07-02VBO: Regenerate files based on recent changes to gl_API.xmlIan Romanick
2008-06-13glx: drop unused cleargcGeorge Sapountzis