r300: Removed the "texmicrotile" variable; the tiling code is disabled via a
[mesa.git] / src / mesa / drivers / x11 /
2007-05-02 Brianfix some renderbuffer/wrapper bugs
2007-04-20 George Sapountzisxmesa: call _glapi_set_dispatch() for all xserver DDXes.
2007-04-20 George Sapountzisxmesa: minor cosmetic
2007-04-20 George Sapountzisxmesa: split FX functions to separate file, part 2.
2007-04-20 George Sapountzisxmesa: split FX functions to separate file, part 1.
2007-04-20 George Sapountzisxmesa: spilt FX code to separate functions.
2007-04-20 George SapountzisRevert "xmesa: drop glide (FX) backend."
2007-04-18 George Sapountzisxmesa: drop glide (FX) backend.
2007-04-16 Brianuse b->display instead of b->xm_visual->display to...
2007-04-13 George Sapountzisxmesa: drop unused XMesaPutImageHelper.
2007-04-13 George Sapountzisxmesa: export xmesa functions used by xfree86.
2007-04-06 George Sapountzisxmesa: use newly added xm_image.[hc]
2007-04-06 George Sapountzisxmesa: add xf86glx_util.[hc] from xserver as xm_image...
2007-04-04 Brianremove debug printf
2007-04-02 BrianFix some bugs/issues related to alpha channel support...
2007-04-02 BrianIf using PF_8A8B8G8R, be sure alpha is correctly handled.
2007-04-02 Brianre-order tokens, fix comments
2007-03-30 Eric AnholtMerge branch 'origin'
2007-03-30 George SapountzisClean and update XMesa/XFree86 interface.
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-26 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-25 BrianFix some renderbuffer reference counting issues. Also...
2007-03-24 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-24 BrianImplement alpha buffer copy for SwapBuffers().
2007-03-21 Brianmerge from master
2007-03-17 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-16 BrianAssorted fixes for dealing with zero-size frame/renderb...
2007-03-16 Mathias Hopfadded null xmctx check to XMesaResizeBuffers(), bug...
2007-03-15 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-14 Brianclear the b->frontxrb->drawable field in xmesa_free_buf...
2007-03-14 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-14 Brianmove CLIENT_ID code in xmesa_delete_framebuffer(),...
2007-03-09 Michel DänzerMerge branch 'i915tex-pageflip'
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-07 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-06 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-06 Brianfix renderbuffer mem leak
2007-03-06 Brianformatting fix
2007-03-06 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-03-06 BrianFix/improve framebuffer object reference counting.
2007-03-01 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-28 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-02-27 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-27 Brianfix comment
2007-02-26 BrianRewrite code related to buffer destruction.
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-27 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-01-26 George SapountzisOverride Const.CheckArrayBounds for Xserver in XMesaCre...
2007-01-23 Brianfixes for C++ warnings/errors
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-09 Adam JacksonFix some && (logical) that should clearly have been...
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Brian PaulRemove x/y/width/height parameters from Clear functions.
2006-10-30 Keith Whitwellswitch several dri drivers over
2006-10-29 Keith Whitwellswitch over to vbo module
2006-10-18 Brian PaulDon't use x/y/w/h params given to Clear().
2006-10-17 Brian PaulRemove get_buffer_size()
2006-10-16 Brian Paulremove some old code that could cause infinite recursion
2006-10-14 Brian PaulBig re-org of buffer size management.
2006-10-14 Brian Paulassorted clean-ups
2006-10-11 Brian PaulIn xmesa_DrawPixels_8R8G8B() check if drawing into...
2006-10-11 Brian PaulList of source (.c) files in each directory.
2006-09-20 Brian Paulmake current GLX context per-thread
2006-09-20 Brian Paulfix a memleak in DestroyContext()
2006-09-10 Brian Pauldon't use xmesa_DrawPixels_8R8G8B() if there's a softwa...
2006-08-31 Brian Paulcheck if ext->name is null before strcmp()
2006-08-30 Brian PaulUse XAddExtension() to register an XCloseDisplay()...
2006-07-06 Kristian HøgsbergDon't include unused header files.
2006-06-13 Brian PaulDo a cheesy implementation of glXWait/GetVideoSyncSGI...
2006-06-13 Brian PaulGLX_BAD_CONTEXT checks in video-sync functions
2006-05-19 Brian Pauladded some CHAN_BITS tests
2006-05-08 Brian Paulfix warning
2006-05-07 Brian Pauladded CHAN_BITS != 8 test
2006-04-27 Brian Paulassorted clean-ups, fixes
2006-04-27 Brian Paulreplace a bunch of casts with GET_XRB macro
2006-04-26 Brian Paulminor clean-up
2006-04-26 Brian Paulremove old XFree86 tag
2006-03-30 Brian PaulWhen creating front/back renderbuffers, init the Red...
2006-03-28 Brian Paula little code movement so we don't make invalid casts...
2006-03-16 Brian Pauladded #undef GET_DISPATCH
2006-03-16 Brian PaulMoved _glapi_check_multithread() call into drivers...
2006-03-01 Brian Pauladded Flush in glXCopyContext()
2006-02-24 Brian Paulneed to check for _NEW_BUFFERS in xmesa_update_state()
2006-01-26 Brian PaulNew comments, clean-up of fields related to point/line...
2006-01-10 Brian Pauladded a couple new assertions to help debug XGL problem
2006-01-09 Brian Paulonly call xmesa_set_renderbuffer_funcs() when really...
2006-01-09 Brian Paulcheck XGetGeometry() return value
2005-12-07 Brian PaulUpdates for GL_EXT_timer_query:
2005-12-06 Brian PaulC++ fixes, mostly casts (Stephane Conversy)
2005-12-02 Brian PaulFix two failures encountered when running out of memory...
2005-11-04 Brian PaulMESA_GLX_ALPHA_BITS env var to force visual with alpha...
2005-10-21 Brian Paulfix GLX server resize/crash when resizing windows
2005-10-20 Brian Paulfix another renderbuffer wrapping bug
2005-10-11 Brian Paulcheck for PIXMAP in clip routine (SF bug 1323215)
2005-09-28 Brian PaulInitial work for GL_EXT_packed_depth_stencil extension.
2005-09-26 Brian PaulAdded XMesaDrawable to xmesa_renderbuffer. Use it...
next