| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix xserver build after recent XMesa changes. | Michel Dänzer | 2007-05-22 | 1 | -10/+10 |
* | Implement GLX_EXT_texture_from_pixmap. | Brian | 2007-05-19 | 1 | -12/+235 |
* | xmesa: call _glapi_set_dispatch() for all xserver DDXes. | George Sapountzis | 2007-04-20 | 1 | -2/+0 |
* | xmesa: minor cosmetic | George Sapountzis | 2007-04-20 | 1 | -29/+25 |
* | xmesa: split FX functions to separate file, part 2. | George Sapountzis | 2007-04-20 | 1 | -13/+8 |
* | xmesa: split FX functions to separate file, part 1. | George Sapountzis | 2007-04-20 | 1 | -233/+6 |
* | xmesa: spilt FX code to separate functions. | George Sapountzis | 2007-04-20 | 1 | -20/+16 |
* | Revert "xmesa: drop glide (FX) backend." | George Sapountzis | 2007-04-20 | 1 | -2/+256 |
* | xmesa: drop glide (FX) backend. | George Sapountzis | 2007-04-19 | 1 | -256/+2 |
* | xmesa: export xmesa functions used by xfree86. | George Sapountzis | 2007-04-13 | 1 | -4/+15 |
* | Fix some bugs/issues related to alpha channel support. See bug 10483. | Brian | 2007-04-01 | 1 | -31/+23 |
* | Clean and update XMesa/XFree86 interface. | George Sapountzis | 2007-03-30 | 1 | -27/+12 |
* | Implement alpha buffer copy for SwapBuffers(). | Brian | 2007-03-23 | 1 | -5/+7 |
* | Assorted fixes for dealing with zero-size frame/renderbuffers. | Brian | 2007-03-16 | 1 | -6/+8 |
* | added null xmctx check to XMesaResizeBuffers(), bug 7205 | Mathias Hopf | 2007-03-16 | 1 | -0/+2 |
* | clear the b->frontxrb->drawable field in xmesa_free_buffer(), see bug 7205 | Brian | 2007-03-14 | 1 | -0/+6 |
* | formatting fix | Brian | 2007-03-06 | 1 | -4/+2 |
* | Fix/improve framebuffer object reference counting. | Brian | 2007-03-06 | 1 | -2/+2 |
* | Rewrite code related to buffer destruction. | Brian | 2007-02-26 | 1 | -74/+26 |
* | Merge branch 'vbo-0.2' | Keith Whitwell | 2007-02-02 | 1 | -3/+3 |
|\ |
|
| * | switch several dri drivers over | Keith Whitwell | 2006-10-30 | 1 | -1/+1 |
| * | switch over to vbo module | Keith Whitwell | 2006-10-29 | 1 | -3/+3 |
* | | Override Const.CheckArrayBounds for Xserver in XMesaCreateContext(). | George Sapountzis | 2007-01-26 | 1 | -0/+7 |
|/ |
|
* | Remove get_buffer_size() | Brian Paul | 2006-10-17 | 1 | -5/+3 |
* | Big re-org of buffer size management. | Brian Paul | 2006-10-14 | 1 | -354/+228 |
* | assorted clean-ups | Brian Paul | 2006-10-14 | 1 | -56/+38 |
* | Use XAddExtension() to register an XCloseDisplay() callback function. | Brian Paul | 2006-08-30 | 1 | -1/+15 |
* | When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fields | Brian Paul | 2006-03-30 | 1 | -3/+2 |
* | Moved _glapi_check_multithread() call into drivers, instead of in | Brian Paul | 2006-03-16 | 1 | -1/+6 |
* | added a couple new assertions to help debug XGL problem | Brian Paul | 2006-01-10 | 1 | -0/+2 |
* | Fix two failures encountered when running out of memory during XImage | Brian Paul | 2005-12-02 | 1 | -13/+15 |
* | Added XMesaDrawable to xmesa_renderbuffer. Use it in a few places instead | Brian Paul | 2005-09-26 | 1 | -36/+50 |
* | improve the test for using software alpha buffer | Brian Paul | 2005-09-23 | 1 | -1/+16 |
* | added a return upon out-of-memory, remove a needless assignment | Brian Paul | 2005-09-12 | 1 | -2/+2 |
* | restore brace lost in previous check-in | Brian Paul | 2005-09-12 | 1 | -0/+1 |
* | some clean-up and re-org for renderbuffers | Brian Paul | 2005-09-07 | 1 | -65/+52 |
* | Prototype implementation of new GL_EXT_timer_query extension (not finalized y... | Brian Paul | 2005-09-02 | 1 | -1/+4 |
* | _mesa_free_framebuffer_data() call frees the renderbuffers, no need to call t... | Brian Paul | 2005-08-09 | 1 | -4/+0 |
* | 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 |
* | Remove NEW_RENDERBUFFER stuff. | Brian Paul | 2005-07-01 | 1 | -7/+7 |
* | check for double-buffered buffer in XMesaDestroyBuffer() (Dave Reveman) | Brian Paul | 2005-06-08 | 1 | -17/+20 |
* | fix some typos in FX code | Daniel Borca | 2005-05-09 | 1 | -5/+6 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -189/+189 |
* | clean up buffer creation code | Brian Paul | 2005-04-20 | 1 | -106/+75 |
* | PF_8A8R8G8B pixel format (Dave Reveman) | Brian Paul | 2005-04-12 | 1 | -1/+8 |
* | 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 |
* | 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 |