| Commit message (Expand) | Author | Age | Files | Lines |
* | fix some renderbuffer/wrapper bugs | Brian | 2007-05-02 | 1 | -6/+6 |
* | Clean and update XMesa/XFree86 interface. | George Sapountzis | 2007-03-30 | 1 | -4/+0 |
* | merge current trunk into vbo branch | Alan Hourihane | 2006-11-02 | 1 | -9/+7 |
* | switch several dri drivers over | Keith Whitwell | 2006-10-30 | 1 | -0/+1 |
* | switch over to vbo module | Keith Whitwell | 2006-10-29 | 1 | -2/+0 |
* | Don't use x/y/w/h params given to Clear(). | Brian Paul | 2006-10-18 | 1 | -158/+58 |
* | Remove get_buffer_size() | Brian Paul | 2006-10-17 | 1 | -10/+1 |
* | Big re-org of buffer size management. | Brian Paul | 2006-10-14 | 1 | -87/+13 |
* | In xmesa_DrawPixels_8R8G8B() check if drawing into a window system buffer, | Brian Paul | 2006-10-11 | 1 | -16/+17 |
* | don't use xmesa_DrawPixels_8R8G8B() if there's a software alpha channel | Brian Paul | 2006-09-10 | 1 | -1/+2 |
* | assorted clean-ups, fixes | Brian Paul | 2006-04-27 | 1 | -10/+18 |
* | minor clean-up | Brian Paul | 2006-04-26 | 1 | -3/+3 |
* | a little code movement so we don't make invalid casts from gl_renderbuffers t... | Brian Paul | 2006-03-28 | 1 | -1/+6 |
* | need to check for _NEW_BUFFERS in xmesa_update_state() | Brian Paul | 2006-02-24 | 1 | -8/+4 |
* | New comments, clean-up of fields related to point/line/triangle validation. | Brian Paul | 2006-01-26 | 1 | -4/+7 |
* | only call xmesa_set_renderbuffer_funcs() when really necessary | Brian Paul | 2006-01-09 | 1 | -41/+47 |
* | check XGetGeometry() return value | Brian Paul | 2006-01-09 | 1 | -1/+13 |
* | Updates for GL_EXT_timer_query: | Brian Paul | 2005-12-07 | 1 | -13/+8 |
* | fix GLX server resize/crash when resizing windows | Brian Paul | 2005-10-21 | 1 | -1/+0 |
* | Initial work for GL_EXT_packed_depth_stencil extension. | Brian Paul | 2005-09-28 | 1 | -8/+10 |
* | Added XMesaDrawable to xmesa_renderbuffer. Use it in a few places instead | Brian Paul | 2005-09-26 | 1 | -2/+2 |
* | Committing in . | Jouk Jansen | 2005-09-08 | 1 | -0/+3 |
* | some clean-up and re-org for renderbuffers | Brian Paul | 2005-09-07 | 1 | -22/+31 |
* | Prototype implementation of new GL_EXT_timer_query extension (not finalized y... | Brian Paul | 2005-09-02 | 1 | -3/+81 |
* | Remove NEW_RENDERBUFFER stuff. | Brian Paul | 2005-07-01 | 1 | -8/+0 |
* | Remove the xmesa_set_buffer() function. No longer needed since the | Brian Paul | 2005-06-23 | 1 | -68/+0 |
* | remove bad assertion, added new ones in clear_pixmap() | Brian Paul | 2005-05-06 | 1 | -2/+6 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -384/+361 |
* | comments and clean-up | Brian Paul | 2005-04-18 | 1 | -25/+27 |
* | 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 | 1 | -37/+30 |
* | Use __GLXextFuncPtr type instead of void * for generic functions to | Brian Paul | 2004-11-25 | 1 | -0/+2 |
* | GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking | Brian Paul | 2004-11-10 | 1 | -2/+2 |
* | Removed _swrast_clip_pixelrect(). Use _mesa_clip_drawpixels() instead. | Brian Paul | 2004-11-09 | 1 | -3/+3 |
* | Removed _swrast_validate_pbo_access(). | Brian Paul | 2004-10-31 | 1 | -8/+52 |
* | SWTC trick (disabled for now) | Daniel Borca | 2004-10-12 | 1 | -0/+21 |
* | added support for GL_ARB_draw_buffers | Brian Paul | 2004-10-02 | 1 | -3/+3 |
* | fix max buffer size test (Kyle Bateman, bug 912828) | Brian Paul | 2004-04-09 | 1 | -8/+2 |
* | Implemented support for software-based AUX color buffers. | Brian Paul | 2004-03-21 | 1 | -4/+11 |
* | Implementation of GL_EXT_pixel_buffer_object extension. | Brian Paul | 2004-03-13 | 1 | -0/+12 |
* | a bunch of assorted clean-ups, etc to fix warnings, etc | Brian Paul | 2004-03-04 | 1 | -2/+36 |
* | Refactored several variables out of XMesaVisual in favor of identical | Ian Romanick | 2004-02-19 | 1 | -2/+5 |
* | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul | 2004-01-20 | 1 | -93/+32 |
* | check swrast->NewState in Draw/CopyPixels functions | Brian Paul | 2003-12-12 | 1 | -0/+9 |
* | Fix a front/back CopyPixels glitch. | Brian Paul | 2003-12-05 | 1 | -2/+4 |
* | use _swrast_CopyPixels for XFree86 | Alan Hourihane | 2003-12-04 | 1 | -2/+3 |
* | don't use new glDrawPixel routines in Xserver | Brian Paul | 2003-12-04 | 1 | -8/+12 |
* | Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings. | Brian Paul | 2003-12-04 | 1 | -2/+4 |
* | Use XPutImage() for glDrawPixels() and XCopyArea() for glCopyPixels() when | Brian Paul | 2003-11-29 | 1 | -28/+172 |
* | Move initialization of default ctx->Driver.buffer-object-functions into | Brian Paul | 2003-10-19 | 1 | -11/+0 |