| Commit message (Expand) | Author | Age | Files | Lines |
* | Prototype implementation of new GL_EXT_timer_query extension (not finalized y... | Brian Paul | 2005-09-02 | 4 | -5/+92 |
* | fix segfault in Fake_glXCreatePBuffer(), bug 4235 | Brian Paul | 2005-08-25 | 1 | -1/+4 |
* | added GL_X_RENDERABLE to glXChooseFBConfig (bug 4181) | Brian Paul | 2005-08-22 | 1 | -2/+14 |
* | actually free the renderbuffer in xmesa_delete_renderbuffer(), fixes a memory... | Brian Paul | 2005-08-09 | 1 | -1/+5 |
* | _mesa_free_framebuffer_data() call frees the renderbuffers, no need to call t... | Brian Paul | 2005-08-09 | 1 | -4/+0 |
* | Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal of | Ian Romanick | 2005-07-26 | 3 | -76/+1 |
* | ---------------------------------------------------------------------- | Jouk Jansen | 2005-07-22 | 1 | -0/+3 |
* | include driverfuncs.h | Brian Paul | 2005-07-19 | 1 | -2/+0 |
* | XMesaResizeBuffers needs separate paths for client and server builds | Adam Jackson | 2005-07-16 | 1 | -0/+7 |
* | strip out vestigial #ifdef HAVE_CONFIG_H stanzas, they're confusing the | Adam Jackson | 2005-07-16 | 1 | -6/+0 |
* | Remove NEW_RENDERBUFFER stuff. | Brian Paul | 2005-07-01 | 2 | -15/+7 |
* | need parenthesis in realloc call | Brian Paul | 2005-06-26 | 1 | -1/+1 |
* | Remove the xmesa_set_buffer() function. No longer needed since the | Brian Paul | 2005-06-23 | 2 | -72/+0 |
* | fix some renderbuffer problems for Xserver build (Dave Reveman) | Brian Paul | 2005-06-08 | 1 | -2/+2 |
* | check for double-buffered buffer in XMesaDestroyBuffer() (Dave Reveman) | Brian Paul | 2005-06-08 | 1 | -17/+20 |
* | Remove debug printfs | Keith Whitwell | 2005-05-20 | 1 | -2/+0 |
* | Re-enable X11 optimized triangle funcs. | Keith Whitwell | 2005-05-20 | 1 | -1/+0 |
* | Remove MAX_VISUAL limitations of 100. If running dual head this can | Alan Hourihane | 2005-05-13 | 1 | -7/+5 |
* | Committing in . | Jouk Jansen | 2005-05-10 | 1 | -2/+3 |
* | fix some typos in FX code | Daniel Borca | 2005-05-09 | 1 | -5/+6 |
* | remove bad assertion, added new ones in clear_pixmap() | Brian Paul | 2005-05-06 | 1 | -2/+6 |
* | remove some test code | Brian Paul | 2005-05-05 | 1 | -5/+0 |
* | FBO changes | Brian Paul | 2005-05-04 | 1 | -1302/+805 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 9 | -1080/+1736 |
* | don't call XTranslateCoordinates() if rendering to pixmap | Brian Paul | 2005-05-04 | 1 | -1/+1 |
* | clean up buffer creation code | Brian Paul | 2005-04-20 | 1 | -106/+75 |
* | comments and clean-up | Brian Paul | 2005-04-18 | 1 | -25/+27 |
* | PF_8A8R8G8B pixel format (Dave Reveman) | Brian Paul | 2005-04-12 | 5 | -3/+419 |
* | Fix Fake_glXChooseFBConfig so passing NULL attribList causes a list of all | Brian Paul | 2005-04-06 | 1 | -22/+29 |
* | updated warning string to match patch in bug report 2868 | Brian Paul | 2005-04-04 | 1 | -2/+4 |
* | When building in the X-Server, attr.depth doesn't exist. Instead, use | Ian Romanick | 2005-03-03 | 1 | -1/+4 |
* | added stub functions for GLX_MESA_allocate_memory | Brian Paul | 2005-03-01 | 1 | -4/+34 |
* | minor changes to aid debugging, and a new comment | Brian Paul | 2005-02-23 | 1 | -3/+11 |
* | XMesaGetDepthBuffer() returned wrong bytesPerValue (Karl Schultz) | Brian Paul | 2005-02-18 | 1 | -2/+3 |
* | improved warning message | Brian Paul | 2005-02-07 | 1 | -1/+1 |
* | fix compilation error for fx/Mesa | Daniel Borca | 2005-01-17 | 1 | -1/+1 |
* | In choose_visual() we need to know if we're being called from | Brian Paul | 2005-01-06 | 1 | -12/+38 |
* | check if using a PBuffer in clip_for_xgetimage() | Brian Paul | 2004-12-09 | 1 | -2/+4 |
* | silence a variety of warnings found with g++ 3.4.2 | Brian Paul | 2004-12-03 | 1 | -6/+6 |
* | silence warnings | Alan Hourihane | 2004-12-02 | 1 | -4/+0 |
* | reverse some debug that slipped through | Alan Hourihane | 2004-12-02 | 1 | -3/+0 |
* | Fix some warnings | Alan Hourihane | 2004-12-02 | 1 | -0/+3 |
* | fix missing width/height error | Brian Paul | 2004-11-28 | 1 | -16/+17 |
* | Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport(). | Brian Paul | 2004-11-27 | 1 | -0/+19 |
* | Remove the redundant width, height fields in xmesa_buffer struct. Just use | Brian Paul | 2004-11-27 | 4 | -93/+65 |
* | new GetOverlayInfo() function to reduce code and silence warnings | Brian Paul | 2004-11-27 | 1 | -87/+58 |
* | Use __GLXextFuncPtr type instead of void * for generic functions to | Brian Paul | 2004-11-25 | 5 | -256/+255 |
* | GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking | Brian Paul | 2004-11-10 | 1 | -2/+2 |
* | do clipping prior to XGetImage, just in case the image would extend beyond th... | Brian Paul | 2004-11-09 | 1 | -1/+53 |
* | Removed _swrast_clip_pixelrect(). Use _mesa_clip_drawpixels() instead. | Brian Paul | 2004-11-09 | 1 | -3/+3 |