Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-08-09 | glx: fix crash in driGetConfigAttribIndex | Dave Miller | 1 | -0/+4 | |
Don't access GLboolean via int pointers | |||||
2008-08-06 | glcontextmodes.[hc] were not added with the removal of the meas symlinks ↵ | Jeremy Huddleston | 3 | -0/+607 | |
patch. Copied from mesa head 2008.08.06. (cherry picked from commit 409e1dd1e9524b5c1a1ae58a759da77e587e3780) | |||||
2008-07-28 | GLX: Unreference drawables bound to the old context, not the new one. | Michel Dänzer | 1 | -3/+3 | |
Apart from the obvious reference counting issue, this fixes http://bugs.freedesktop.org/show_bug.cgi?id=16867 . | |||||
2008-07-28 | AIGLX/DRI1: Pay more attention to return value from DRIGetDrawableInfo(). | Michel Dänzer | 1 | -2/+6 | |
Could have crashed otherwise if the num(Back)ClipRects variables referenced by the caller weren't pre-initialized to 0. | |||||
2008-07-25 | Clean up unused definitions from glx headers. | Kristian Høgsberg | 3 | -57/+0 | |
2008-07-24 | Don't abort if swrast library is not present | Daniel Drake | 2 | -14/+25 | |
GLX is enabled by default, but the current swrast behaviour causes X to abort with fatal error if the swrast dri library dlopen fails. Handle the case where the swrast library is not present, and do not register the GLX extension unless at least one screen has a usable GL provider. | |||||
2008-07-24 | Drop the glx resize hook and stop chaining PositionWindow. | Kristian Høgsberg | 7 | -90/+0 | |
2008-07-24 | Drop unnecessary linked list of contexts from GLXDrawable. | Kristian Høgsberg | 3 | -83/+10 | |
2008-07-21 | Need to unref pixmaps backing pbuffers too. | Kristian Høgsberg | 1 | -1/+5 | |
2008-07-21 | Fix embarrasing GLXPixmap leak. | Kristian Høgsberg | 2 | -4/+5 | |
2008-07-20 | distcheck fixes | Julien Cristau | 1 | -0/+3 | |
Still seems to fail because hw/xquartz has too long filenames | |||||
2008-07-02 | VBO: Regenerate files based on recent changes to gl_API.xml | Ian Romanick | 2 | -2/+14 | |
Since GL_ARB_vertex_buffer_object protocol isn't supported yet, these changes are innocuous. | |||||
2008-06-13 | glx: drop unused cleargc | George Sapountzis | 1 | -7/+0 | |
2008-06-13 | AIGLX/DRI1: Switch to server context for calling pScreen->GetImage. | Michel Dänzer | 1 | -0/+4 | |
Fixes http://bugs.freedesktop.org/show_bug.cgi?id=16292 . | |||||
2008-06-10 | glx: copy msaa visual capabilities | Roland Scheidegger | 1 | -6/+9 | |
2008-06-05 | gl: include assert.h if we're compiling with DEBUG. | Paulo Cesar Pereira de Andrade | 1 | -0/+3 | |
Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au> | |||||
2008-05-23 | glx: fix memory corruption with r5g6b5 | George Sapountzis | 1 | -2/+5 | |
should cherry-pick to xserver-1.5 | |||||
2008-05-23 | glx: missing swrast is fatal | George Sapountzis | 1 | -1/+1 | |
2008-05-23 | glx: drop stray glcore.h include | George Sapountzis | 1 | -6/+0 | |
2008-05-21 | Move GL/glx on level up now that it's the only thing left under GL. | Kristian Høgsberg | 58 | -0/+46366 | |