Age | Commit message (Expand) | Author |
2008-04-23 | glcore: drop outdated sources files intented for xorg | George Sapountzis |
2008-04-23 | glcore: tree sharing for DRI and XMesa | George Sapountzis |
2008-04-23 | glcore: build from mesa | George Sapountzis |
2008-04-01 | added some missing calls to _mesa_enable_x_y_extensions() | Brian |
2008-02-16 | Fix potential glDrawPixels(GL_DEPTH_COMPONENT) crashes (bug 13915) | Brian |
2008-01-22 | Fix some issues with glDrawBuffer(GL_NONE), bug 14198 | Brian |
2008-01-06 | Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes | Brian |
2008-01-06 | Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835. | Brian |
2007-11-30 | Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesa | joukj |
2007-11-03 | fix typo | Brian |
2007-10-31 | Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesa | Jouk |
2007-10-22 | don't apply ColorMask to main gc | Brian |
2007-10-03 | Update of OpenVMS makefiles for the use of "new" include file convention | Jouk |
2007-07-25 | Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesa | Jouk |
2007-07-23 | fix GLX_STEREO handling (bug 11705) | Brian |
2007-06-12 | fix GLX_USE_TLS breakage, fix a warning | Brian |
2007-06-08 | Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesa | Jouk |
2007-05-25 | remove #include "GL/glxtokens.h" | Brian |
2007-05-22 | Fix xserver build after recent XMesa changes. | Michel Dänzer |
2007-05-21 | return True for GLX_Y_INVERTED_EXT query | Brian |
2007-05-20 | Overhaul/simplify SWvertex and SWspan attribute handling. | Brian |
2007-05-19 | Implement GLX_EXT_texture_from_pixmap. | Brian |
2007-05-10 | Updated OpenVMS makefiles | J.Jansen |
2007-05-02 | fix some renderbuffer/wrapper bugs | Brian |
2007-04-20 | xmesa: call _glapi_set_dispatch() for all xserver DDXes. | George Sapountzis |
2007-04-20 | xmesa: minor cosmetic | George Sapountzis |
2007-04-20 | xmesa: split FX functions to separate file, part 2. | George Sapountzis |
2007-04-20 | xmesa: split FX functions to separate file, part 1. | George Sapountzis |
2007-04-20 | xmesa: spilt FX code to separate functions. | George Sapountzis |
2007-04-20 | Revert "xmesa: drop glide (FX) backend." | George Sapountzis |
2007-04-19 | xmesa: drop glide (FX) backend. | George Sapountzis |
2007-04-16 | use b->display instead of b->xm_visual->display to fix some problems detected... | Brian |
2007-04-13 | xmesa: drop unused XMesaPutImageHelper. | George Sapountzis |
2007-04-13 | xmesa: export xmesa functions used by xfree86. | George Sapountzis |
2007-04-06 | xmesa: use newly added xm_image.[hc] | George Sapountzis |
2007-04-06 | xmesa: add xf86glx_util.[hc] from xserver as xm_image.[hc] | George Sapountzis |
2007-04-04 | remove debug printf | Brian |
2007-04-01 | Fix some bugs/issues related to alpha channel support. See bug 10483. | Brian |
2007-04-01 | If using PF_8A8B8G8R, be sure alpha is correctly handled. | Brian |
2007-04-01 | re-order tokens, fix comments | Brian |
2007-03-30 | Clean and update XMesa/XFree86 interface. | George Sapountzis |
2007-03-25 | Fix some renderbuffer reference counting issues. Also fixes a mem leak. | Brian |
2007-03-23 | Implement alpha buffer copy for SwapBuffers(). | Brian |
2007-03-16 | Assorted fixes for dealing with zero-size frame/renderbuffers. | Brian |
2007-03-16 | added null xmctx check to XMesaResizeBuffers(), bug 7205 | Mathias Hopf |
2007-03-14 | clear the b->frontxrb->drawable field in xmesa_free_buffer(), see bug 7205 | Brian |
2007-03-14 | move CLIENT_ID code in xmesa_delete_framebuffer(), see bug 7205 | Brian |
2007-03-06 | fix renderbuffer mem leak | Brian |
2007-03-06 | formatting fix | Brian |
2007-03-06 | Fix/improve framebuffer object reference counting. | Brian |