| Commit message (Expand) | Author | Age | Files | Lines |
* | glx/x11: Fix glXCreateGLXPixmap for direct rendering. | Michel Dänzer | 2009-08-30 | 1 | -0/+28 |
* | glx: assign per screen driver configs (DRISW) | RALOVICH, Kristóf | 2009-07-28 | 1 | -1/+1 |
* | glx: assign per screen driver configs (DRI) | RALOVICH, Kristóf | 2009-07-28 | 1 | -0/+2 |
* | glx: assign per screen driver configs (DRI2) | RALOVICH, Kristóf | 2009-07-28 | 1 | -0/+2 |
* | glx: properly release DRI configs | RALOVICH, Kristóf | 2009-07-28 | 1 | -0/+6 |
* | glx: cache DRI configs in __GLXscreenConfigsRec | RALOVICH, Kristóf | 2009-07-28 | 1 | -0/+2 |
* | GLX/DRI1: Mark GLX visuals with depth != screen depth non-conformant. | Michel Dänzer | 2009-07-07 | 1 | -0/+23 |
* | glx: plug a leak | Kristof Ralovich | 2009-06-30 | 1 | -0/+2 |
* | glx: fix null pointer dereference segfault (bug 22546) | Brian Paul | 2009-06-30 | 1 | -1/+1 |
* | Disable SGI_swap_control extension for DRI2 | Owen W. Taylor | 2009-06-22 | 1 | -1/+3 |
* | Also release direct rendering resources in glXDestroyGLXPixmap. | Michel Dänzer | 2009-06-19 | 1 | -0/+14 |
* | GLX: attempt to fix glean makeCurrent test cases. | Brian Paul | 2009-06-17 | 1 | -1/+1 |
* | Initialize psp->waitX/waitGL for swrast_dri.so. | Aidan Thornton | 2009-05-18 | 1 | -0/+2 |
* | glXChooseVisual: Only consider fbconfig if we can get the corresponding visual. | Michel Dänzer | 2009-05-12 | 1 | -16/+17 |
* | glx: replace Xmalloc() calls with Xcalloc() | Brian Paul | 2009-05-04 | 2 | -2/+2 |
* | DRI2: Implement interface for drivers to access DRI2GetBuffersWithFormat | Ian Romanick | 2009-04-24 | 1 | -19/+85 |
* | DRI2: Implement protocol for DRI2GetBuffersWithFormat | Ian Romanick | 2009-04-24 | 2 | -0/+80 |
* | glx: added null pointer check in glXGetFBConfigs() | Brian Paul | 2009-04-15 | 1 | -1/+2 |
* | glx: Make glXGetScreenDriver() work for DRI2 | Adam Jackson | 2009-04-14 | 1 | -21/+35 |
* | DRI2: Assume that there is always a front buffer | Ian Romanick | 2009-04-09 | 1 | -7/+3 |
* | DRI2: Provide an interface for drivers to flush front-buffer rendering | Ian Romanick | 2009-04-09 | 1 | -0/+10 |
* | glx: remove unused local var in determineTextureFormat() | Brian Paul | 2009-04-03 | 1 | -1/+0 |
* | glx: MakeCurrent fixes. | Thomas Hellstrom | 2009-04-02 | 2 | -9/+44 |
* | Fix compiling indirect.c when GLX_DIRECT_RENDERING is not defined | Jeremy Huddleston | 2009-03-31 | 1 | -0/+60 |
* | define __builtin_expect for non-gcc compilers in two more glx files | Alan Coopersmith | 2009-03-25 | 2 | -0/+8 |
* | Revert "dri2: Avoid round-tripping on DRI2GetBuffers for the same set of buff... | Michel Dänzer | 2009-03-25 | 2 | -53/+0 |
* | Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format. | Eric Anholt | 2009-03-20 | 3 | -5/+33 |
* | regenerate glapi | Roland Scheidegger | 2009-03-12 | 4 | -0/+45 |
* | mesa: Resurrect SPARC asm code. | David S. Miller | 2009-02-26 | 1 | -86/+0 |
* | glx: add support for a reallyFlush() function before swap occurs. | Alan Hourihane | 2009-02-23 | 3 | -0/+27 |
* | dri2: support glXWaitX & glXWaitGL by using fake front buffer. | Alan Hourihane | 2009-02-16 | 4 | -6/+81 |
* | dri2: Don't crash if the server returns more buffers than expected. | Eric Anholt | 2009-02-10 | 1 | -1/+1 |
* | dri2: Initialize variables for the getbuffers round-trip reduction. | Eric Anholt | 2009-02-10 | 1 | -0/+2 |
* | mesa: merge gallium-0.2 into gallium-master-merge | Brian Paul | 2009-02-09 | 6 | -48/+8 |
|\ |
|
| * | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2009-01-22 | 2 | -24/+32 |
| |\ |
|
| * \ | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2009-01-14 | 3 | -8/+7 |
| |\ \ |
|
| * \ \ | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2008-12-15 | 1 | -6/+4 |
| |\ \ \ |
|
| * \ \ \ | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2008-12-08 | 1 | -1/+0 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2008-11-28 | 5 | -23/+163 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | 2008-11-24 | 1 | -0/+1 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge commit 'origin/master' into gallium-0.2 | Keith Whitwell | 2008-11-15 | 4 | -2/+13 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | 2008-11-11 | 44 | -182/+118 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2008-10-27 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Update DRI2 implementation according to new specification. | Kristian Høgsberg | 2008-10-15 | 7 | -69/+101 |
| * | | | | | | | | | | Revert pointless reindents to avoid merge conflicts. | Kristian Høgsberg | 2008-10-15 | 7 | -3019/+2893 |
| * | | | | | | | | | | glx: indent -br -i3 -npcs --no-tabs glxclient.h | RALOVICH, Kristóf | 2008-10-15 | 1 | -173/+188 |
| * | | | | | | | | | | glx: indent -br -i3 -npcs --no-tabs glcontextmodes.h | RALOVICH, Kristóf | 2008-10-15 | 1 | -15/+15 |
| * | | | | | | | | | | glx: indent -br -i3 -npcs --no-tabs glxextensions.c | RALOVICH, Kristóf | 2008-10-15 | 1 | -178/+183 |
| * | | | | | | | | | | glx: indent -br -i3 -npcs --no-tabs glxextensions.h | RALOVICH, Kristóf | 2008-10-15 | 1 | -24/+32 |
| * | | | | | | | | | | glx: indent -br -i3 -npcs --no-tabs xfont.c | RALOVICH, Kristóf | 2008-10-15 | 1 | -211/+212 |