Age | Commit message (Expand) | Author |
2009-08-30 | Merge branch 'mesa_7_5_branch' | Michel Dänzer |
2009-08-30 | glx/x11: Fix glXCreateGLXPixmap for direct rendering. | Michel Dänzer |
2009-08-22 | glx/dri2: Always use X drawable ID for DRI2 protocol. | Michel Dänzer |
2009-08-21 | glx: initialize some local vars to silence warnings with -O3 | Brian Paul |
2009-08-13 | glx: indent -br -i3 -npcs --no-tabs | RALOVICH, Kristóf |
2009-08-11 | glx: fix signedness warning | RALOVICH, Kristóf |
2009-08-11 | mesa/glapi: regenerated files from gl_API.xml | Brian Paul |
2009-07-30 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-07-28 | glx: assign per screen driver configs (DRISW) | RALOVICH, Kristóf |
2009-07-28 | glx: assign per screen driver configs (DRI) | RALOVICH, Kristóf |
2009-07-28 | glx: assign per screen driver configs (DRI2) | RALOVICH, Kristóf |
2009-07-28 | glx: properly release DRI configs | RALOVICH, Kristóf |
2009-07-28 | glx: cache DRI configs in __GLXscreenConfigsRec | RALOVICH, Kristóf |
2009-07-27 | glx: remove XTHREADS support | RALOVICH, Kristóf |
2009-07-07 | GLX/DRI1: Mark GLX visuals with depth != screen depth non-conformant. | Michel Dänzer |
2009-07-04 | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz |
2009-06-30 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-06-30 | glx: plug a leak | Kristof Ralovich |
2009-06-30 | glx: fix null pointer dereference segfault (bug 22546) | Brian Paul |
2009-06-22 | Disable SGI_swap_control extension for DRI2 | Owen W. Taylor |
2009-06-19 | Also release direct rendering resources in glXDestroyGLXPixmap. | Michel Dänzer |
2009-06-17 | GLX: attempt to fix glean makeCurrent test cases. | Brian Paul |
2009-06-24 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-06-23 | dri2: Refresh the fake front contents after glXSwapBuffers(). | Eric Anholt |
2009-06-17 | GLX: attempt to fix glean makeCurrent test cases. | Dave Airlie |
2009-06-12 | Disable SGI_swap_control extension for DRI2 | Owen W. Taylor |
2009-06-03 | Thank you git for doing the right thing. | Ian Romanick |
2009-06-03 | Fix compiling indirect.c when GLX_DIRECT_RENDERING is not defined | Ian Romanick |
2009-06-02 | glapi: regenerated files for GL_ARB_copy_buffer | Brian Paul |
2009-05-18 | Initialize psp->waitX/waitGL for swrast_dri.so. | Aidan Thornton |
2009-05-12 | glXChooseVisual: Only consider fbconfig if we can get the corresponding visual. | Michel Dänzer |
2009-05-04 | glx: replace Xmalloc() calls with Xcalloc() | Brian Paul |
2009-04-24 | DRI2: Implement interface for drivers to access DRI2GetBuffersWithFormat | Ian Romanick |
2009-04-24 | DRI2: Implement protocol for DRI2GetBuffersWithFormat | Ian Romanick |
2009-04-15 | glx: added null pointer check in glXGetFBConfigs() | Brian Paul |
2009-04-14 | glx: Make glXGetScreenDriver() work for DRI2 | Adam Jackson |
2009-04-09 | DRI2: Assume that there is always a front buffer | Ian Romanick |
2009-04-09 | DRI2: Provide an interface for drivers to flush front-buffer rendering | Ian Romanick |
2009-04-03 | glx: remove unused local var in determineTextureFormat() | Brian Paul |
2009-04-02 | glx: MakeCurrent fixes. | Thomas Hellstrom |
2009-03-31 | Fix compiling indirect.c when GLX_DIRECT_RENDERING is not defined | Jeremy Huddleston |
2009-03-25 | define __builtin_expect for non-gcc compilers in two more glx files | Alan Coopersmith |
2009-03-25 | Revert "dri2: Avoid round-tripping on DRI2GetBuffers for the same set of buff... | Michel Dänzer |
2009-03-20 | Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format. | Eric Anholt |
2009-03-12 | regenerate glapi | Roland Scheidegger |
2009-02-26 | mesa: Resurrect SPARC asm code. | David S. Miller |
2009-02-23 | glx: add support for a reallyFlush() function before swap occurs. | Alan Hourihane |
2009-02-16 | dri2: support glXWaitX & glXWaitGL by using fake front buffer. | Alan Hourihane |
2009-02-10 | dri2: Don't crash if the server returns more buffers than expected. | Eric Anholt |
2009-02-10 | dri2: Initialize variables for the getbuffers round-trip reduction. | Eric Anholt |