Age | Commit message (Expand) | Author |
2010-03-12 | Grammar and spelling fixes | Jeff Smith |
2009-10-07 | mesa/xlib: fix glXQueryDrawable() bugs, see bug 24320 | Brian Paul |
2009-08-31 | xlib: option to enable/test meta functions (disabled) | Brian Paul |
2009-01-10 | mesa: deprecate the GL/fxmesa.h header | Brian Paul |
2009-01-10 | xmesa: deprecate the "XMesa" interface | Brian Paul |
2008-09-18 | mesa: prefix more #includes with "main/" | Brian Paul |
2008-06-21 | remove old comments | Brian Paul |
2007-11-03 | fix typo | Brian |
2007-05-19 | Implement GLX_EXT_texture_from_pixmap. | Brian |
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-06 | xmesa: use newly added xm_image.[hc] | George Sapountzis |
2007-04-01 | re-order tokens, fix comments | Brian |
2007-03-30 | Clean and update XMesa/XFree86 interface. | George Sapountzis |
2007-03-23 | Implement alpha buffer copy for SwapBuffers(). | Brian |
2007-02-26 | Rewrite code related to buffer destruction. | Brian |
2006-10-18 | Don't use x/y/w/h params given to Clear(). | Brian Paul |
2006-10-14 | Big re-org of buffer size management. | Brian Paul |
2006-08-30 | Use XAddExtension() to register an XCloseDisplay() callback function. | Brian Paul |
2006-07-06 | Don't include unused header files. | Kristian Høgsberg |
2006-04-27 | assorted clean-ups, fixes | Brian Paul |
2006-03-30 | When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fields | Brian Paul |
2006-01-09 | only call xmesa_set_renderbuffer_funcs() when really necessary | Brian Paul |
2005-12-07 | Updates for GL_EXT_timer_query: | Brian Paul |
2005-09-26 | Added XMesaDrawable to xmesa_renderbuffer. Use it in a few places instead | 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-06-23 | Remove the xmesa_set_buffer() function. No longer needed since the | Brian Paul |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul |
2005-04-12 | PF_8A8R8G8B pixel format (Dave Reveman) | Brian Paul |
2004-11-27 | Remove the redundant width, height fields in xmesa_buffer struct. Just use | Brian Paul |
2004-10-12 | SWTC trick (disabled for now) | Daniel Borca |
2004-03-04 | a bunch of assorted clean-ups, etc to fix warnings, etc | Brian Paul |
2004-02-19 | Refactored several variables out of XMesaVisual in favor of identical | Ian Romanick |
2004-01-20 | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul |
2003-10-13 | glide driver (wip) | Daniel Borca |
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick |
2003-04-01 | use structure containment to derive xmesa_context from GLcontext | Brian Paul |
2003-02-25 | fix-up pixel_format enum stuff | Brian Paul |
2003-02-17 | Replace some #defines with enums. (Klaus Niederkrueger) | Brian Paul |
2003-01-24 | renamed dither-related preprocessor symbols (bug 536406) | Brian Paul |
2002-11-10 | changes to vishandle usage to prevent segfault in some circumstances | Brian Paul |
2002-10-05 | Pbuffers seem to work! | Brian Paul |
2002-10-05 | more work on fbconfig/pbuffer support | Brian Paul |
2002-07-09 | Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer() | Brian Paul |
2002-05-27 | some initial work for fbconfigs/pbuffers | Brian Paul |