Age | Commit message (Expand) | Author |
2007-08-09 | asst changes to get softpipe rendering again (no zbuf support for now) | Brian |
2007-08-06 | call st_init_driver_functions() | Brian |
2007-08-06 | use new xmesa_create_softpipe() | Brian |
2007-08-02 | pipe->clear() now takes a surface, rather than color/depth/stencil flags. | Brian |
2007-08-01 | Checkpoint: glClear changes - working, bug very rough. | Brian |
2007-07-10 | remove debug printf | Brian |
2007-07-06 | Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa i... | michal |
2007-06-14 | Rename directories again?! | Keith Whitwell |
2007-05-25 | remove #include "GL/glxtokens.h" | Brian |
2007-05-24 | Use the x11 driver as a test harness for the softpipe/state_tracker code. | Keith Whitwell |
2007-05-22 | Fix xserver build after recent XMesa changes. | Michel Dänzer |
2007-05-19 | Implement GLX_EXT_texture_from_pixmap. | 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-13 | xmesa: export xmesa functions used by xfree86. | George Sapountzis |
2007-04-01 | Fix some bugs/issues related to alpha channel support. See bug 10483. | Brian |
2007-03-30 | Clean and update XMesa/XFree86 interface. | George Sapountzis |
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-06 | formatting fix | Brian |
2007-03-06 | Fix/improve framebuffer object reference counting. | Brian |
2007-02-26 | Rewrite code related to buffer destruction. | Brian |
2007-02-02 | Merge branch 'vbo-0.2' | Keith Whitwell |
2007-01-26 | Override Const.CheckArrayBounds for Xserver in XMesaCreateContext(). | George Sapountzis |
2006-10-30 | switch several dri drivers over | Keith Whitwell |
2006-10-29 | switch over to vbo module | Keith Whitwell |
2006-10-17 | Remove get_buffer_size() | Brian Paul |
2006-10-14 | Big re-org of buffer size management. | Brian Paul |
2006-10-14 | assorted clean-ups | Brian Paul |
2006-08-30 | Use XAddExtension() to register an XCloseDisplay() callback function. | Brian Paul |
2006-03-30 | When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fields | Brian Paul |
2006-03-16 | Moved _glapi_check_multithread() call into drivers, instead of in | Brian Paul |
2006-01-10 | added a couple new assertions to help debug XGL problem | Brian Paul |
2005-12-02 | Fix two failures encountered when running out of memory during XImage | Brian Paul |
2005-09-26 | Added XMesaDrawable to xmesa_renderbuffer. Use it in a few places instead | Brian Paul |
2005-09-23 | improve the test for using software alpha buffer | Brian Paul |
2005-09-12 | added a return upon out-of-memory, remove a needless assignment | Brian Paul |
2005-09-12 | restore brace lost in previous check-in | Brian Paul |
2005-09-07 | some clean-up and re-org for renderbuffers | Brian Paul |
2005-09-02 | Prototype implementation of new GL_EXT_timer_query extension (not finalized y... | Brian Paul |
2005-08-09 | _mesa_free_framebuffer_data() call frees the renderbuffers, no need to call t... | Brian Paul |
2005-07-19 | include driverfuncs.h | Brian Paul |
2005-07-16 | XMesaResizeBuffers needs separate paths for client and server builds | Adam Jackson |