summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11
AgeCommit message (Expand)Author
2007-08-01rearrange things in xmesa_clear() a bitBrian
2007-08-01Checkpoint: glClear changes - working, bug very rough.Brian
2007-07-31Redesign pipe_surface in terms of pipe_region.Brian
2007-07-30Lots of improvements to the surface-related code.Brian
2007-07-30added map/unmap() stubsBrian
2007-07-27Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa i...michal
2007-07-23fix GLX_STEREO handling (bug 11705)Brian
2007-07-13minor renameBrian
2007-07-11need to clamp floats to [0,1] in write functionsBrian
2007-07-10Checkpoint: stencil roughly working, some bugs to fix...Brian
2007-07-10remove debug printfBrian
2007-07-10Do depth testing with integer values.Brian
2007-07-06Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa i...michal
2007-06-25code for functional Z buffer surfaceBrian
2007-06-20checkpoint: implement z/depth testingBrian
2007-06-20actually use new glClear codeBrian
2007-06-20plug in write_mono_row_ubBrian
2007-06-19Re-org of surface/framebuffer state.Brian
2007-06-14Rename directories again?!Keith Whitwell
2007-06-12fix GLX_USE_TLS breakage, fix a warningBrian
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-21return True for GLX_Y_INVERTED_EXT queryBrian
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian
2007-05-19Implement GLX_EXT_texture_from_pixmap.Brian
2007-05-02fix some renderbuffer/wrapper bugsBrian
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-16use b->display instead of b->xm_visual->display to fix some problems detected...Brian
2007-04-13xmesa: drop unused XMesaPutImageHelper.George Sapountzis
2007-04-13xmesa: export xmesa functions used by xfree86.George Sapountzis
2007-04-06xmesa: use newly added xm_image.[hc]George Sapountzis
2007-04-06xmesa: add xf86glx_util.[hc] from xserver as xm_image.[hc]George Sapountzis
2007-04-04remove debug printfBrian
2007-04-01Fix some bugs/issues related to alpha channel support. See bug 10483.Brian
2007-04-01If using PF_8A8B8G8R, be sure alpha is correctly handled.Brian
2007-04-01re-order tokens, fix commentsBrian
2007-03-30Clean and update XMesa/XFree86 interface.George Sapountzis
2007-03-25Fix some renderbuffer reference counting issues. Also fixes a mem leak.Brian
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-14move CLIENT_ID code in xmesa_delete_framebuffer(), see bug 7205Brian