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