summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11/xm_api.c
AgeCommit message (Expand)Author
2008-02-15Code reorganization: update build.José Fonseca
2007-10-31fix some breakage from lifting vbo/tnl codeBrian
2007-10-31Lift VBO/tnl stuff up out of driversBrian
2007-10-28Replace supported_formats with is_format_supported interface.Michal Krol
2007-10-26surface_alloc() is now a winsys function.Brian
2007-10-20use combined depth/stencil buffer when possibleBrian
2007-10-18Alternate CopyPixels path based on get/put_tile().Brian
2007-10-14accum buffer supportBrian
2007-08-23fix-up stencil buffersBrian
2007-08-17fix buffer clearing problemsBrian
2007-08-09asst changes to get softpipe rendering again (no zbuf support for now)Brian
2007-08-06call st_init_driver_functions()Brian
2007-08-06use new xmesa_create_softpipe()Brian
2007-08-02pipe->clear() now takes a surface, rather than color/depth/stencil flags.Brian
2007-08-01Checkpoint: glClear changes - working, bug very rough.Brian
2007-07-10remove debug printfBrian
2007-07-06Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa i...michal
2007-06-14Rename directories again?!Keith Whitwell
2007-05-25remove #include "GL/glxtokens.h"Brian
2007-05-24Use the x11 driver as a test harness for the softpipe/state_tracker code.Keith Whitwell
2007-05-22Fix xserver build after recent XMesa changes.Michel Dänzer
2007-05-19Implement GLX_EXT_texture_from_pixmap.Brian
2007-04-20xmesa: call _glapi_set_dispatch() for all xserver DDXes.George Sapountzis
2007-04-20xmesa: minor cosmeticGeorge Sapountzis
2007-04-20xmesa: split FX functions to separate file, part 2.George Sapountzis
2007-04-20xmesa: split FX functions to separate file, part 1.George Sapountzis
2007-04-20xmesa: spilt FX code to separate functions.George Sapountzis
2007-04-20Revert "xmesa: drop glide (FX) backend."George Sapountzis
2007-04-19xmesa: drop glide (FX) backend.George Sapountzis
2007-04-13xmesa: export xmesa functions used by xfree86.George Sapountzis
2007-04-01Fix some bugs/issues related to alpha channel support. See bug 10483.Brian
2007-03-30Clean and update XMesa/XFree86 interface.George Sapountzis
2007-03-23Implement alpha buffer copy for SwapBuffers().Brian
2007-03-16Assorted fixes for dealing with zero-size frame/renderbuffers.Brian
2007-03-16added null xmctx check to XMesaResizeBuffers(), bug 7205Mathias Hopf
2007-03-14clear the b->frontxrb->drawable field in xmesa_free_buffer(), see bug 7205Brian
2007-03-06formatting fixBrian
2007-03-06Fix/improve framebuffer object reference counting.Brian
2007-02-26Rewrite code related to buffer destruction.Brian
2007-02-02Merge branch 'vbo-0.2'Keith Whitwell
2007-01-26Override Const.CheckArrayBounds for Xserver in XMesaCreateContext().George Sapountzis
2006-10-30switch several dri drivers overKeith Whitwell
2006-10-29switch over to vbo moduleKeith Whitwell
2006-10-17Remove get_buffer_size()Brian Paul
2006-10-14Big re-org of buffer size management.Brian Paul
2006-10-14assorted clean-upsBrian Paul
2006-08-30Use XAddExtension() to register an XCloseDisplay() callback function.Brian Paul
2006-03-30When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fieldsBrian Paul
2006-03-16Moved _glapi_check_multithread() call into drivers, instead of inBrian Paul
2006-01-10added a couple new assertions to help debug XGL problemBrian Paul