| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul | 2009-09-22 | 2 | -6/+15 |
|\ |
|
| * | glx: include string.h to silence missing memset() prototype warning | Brian Paul | 2009-09-22 | 1 | -0/+1 |
| * | GLX: Warn only once about applications calling GLX 1.3 functions | Tormod Volden | 2009-09-21 | 1 | -6/+14 |
* | | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Nicolai Hähnle | 2009-09-20 | 1 | -3/+7 |
|\| |
|
| * | glx: Use initstate_r / random_r instead of corrupting global random number state | Ian Romanick | 2009-09-16 | 1 | -3/+7 |
* | | Merge commit 'origin/mesa_7_5_branch' into mesa_7_6_branch | Ian Romanick | 2009-09-15 | 1 | -0/+28 |
|\| |
|
| * | GLX: Complain when buggy applications call GLX 1.3 functions. | Ian Romanick | 2009-09-15 | 1 | -0/+28 |
* | | Merge branch 'mesa_7_5_branch' | Michel Dänzer | 2009-08-30 | 1 | -0/+28 |
|\| |
|
| * | glx/x11: Fix glXCreateGLXPixmap for direct rendering. | Michel Dänzer | 2009-08-30 | 1 | -0/+28 |
* | | glx/dri2: Always use X drawable ID for DRI2 protocol. | Michel Dänzer | 2009-08-22 | 1 | -5/+5 |
* | | glx: initialize some local vars to silence warnings with -O3 | Brian Paul | 2009-08-21 | 1 | -6/+6 |
* | | glx: indent -br -i3 -npcs --no-tabs | RALOVICH, Kristóf | 2009-08-13 | 14 | -3574/+3705 |
* | | glx: fix signedness warning | RALOVICH, Kristóf | 2009-08-11 | 1 | -1/+1 |
* | | mesa/glapi: regenerated files from gl_API.xml | Brian Paul | 2009-08-11 | 1 | -0/+4 |
* | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-07-30 | 5 | -1/+13 |
|\| |
|
| * | 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: remove XTHREADS support | RALOVICH, Kristóf | 2009-07-27 | 3 | -60/+5 |
* | | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz | 2009-07-04 | 1 | -0/+23 |
|\| |
|
| * | GLX/DRI1: Mark GLX visuals with depth != screen depth non-conformant. | Michel Dänzer | 2009-07-07 | 1 | -0/+23 |
* | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-06-30 | 2 | -1/+3 |
|\| |
|
| * | 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 |
* | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-06-24 | 1 | -0/+14 |
|\| |
|
| * | 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 |
* | | dri2: Refresh the fake front contents after glXSwapBuffers(). | Eric Anholt | 2009-06-23 | 1 | -0/+7 |
* | | GLX: attempt to fix glean makeCurrent test cases. | Dave Airlie | 2009-06-17 | 1 | -1/+1 |
* | | Disable SGI_swap_control extension for DRI2 | Owen W. Taylor | 2009-06-12 | 1 | -1/+3 |
* | | Thank you git for doing the right thing. | Ian Romanick | 2009-06-03 | 1 | -94/+1 |
* | | Fix compiling indirect.c when GLX_DIRECT_RENDERING is not defined | Ian Romanick | 2009-06-03 | 1 | -0/+138 |
* | | glapi: regenerated files for GL_ARB_copy_buffer | Brian Paul | 2009-06-02 | 1 | -60/+0 |
|/ |
|
* | 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 |