Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa
[mesa.git] / src / mesa / drivers / x11 /
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-02-28 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-02-27 Brianfix comment
2007-02-26 BrianRewrite code related to buffer destruction.
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...
2005-09-23 Jouk Jansen Committing in .
2005-09-23 Brian PaulAdded a fast xor_line() function. Uses XDrawLine with...
2005-09-23 Brian PaulAdd Wrapper field to gl_renderbuffer. Used for wrappin...
2005-09-23 Brian Paulimprove the test for using software alpha buffer
2005-09-22 Brian PaulReplace gl_renderbuffer.ComponentSizes[] with separate...
2005-09-21 Brian PaulRemove ACCUM_BITS.
2005-09-20 Brian Paulremove 31-bit Z buffer work-around
2005-09-12 Brian Pauladded a return upon out-of-memory, remove a needless...
2005-09-12 Brian Paulrestore brace lost in previous check-in
2005-09-08 Jouk Jansen Committing in .
2005-09-07 Brian Paulsome clean-up and re-org for renderbuffers
2005-09-02 Brian PaulPrototype implementation of new GL_EXT_timer_query...
2005-08-25 Brian Paulfix segfault in Fake_glXCreatePBuffer(), bug 4235
2005-08-22 Brian Pauladded GL_X_RENDERABLE to glXChooseFBConfig (bug 4181)
2005-08-09 Brian Paulactually free the renderbuffer in xmesa_delete_renderbu...
2005-08-09 Brian Paul_mesa_free_framebuffer_data() call frees the renderbuff...
2005-07-26 Ian RomanickRemove the last remnants of GLX_BUILT_IN_XMESA. This...
2005-07-22 Jouk Jansen -------------------------------------------------...
2005-07-19 Brian Paulinclude driverfuncs.h
2005-07-16 Adam JacksonXMesaResizeBuffers needs separate paths for client...
2005-07-16 Adam Jacksonstrip out vestigial #ifdef HAVE_CONFIG_H stanzas, they...
2005-07-01 Brian PaulRemove NEW_RENDERBUFFER stuff.
2005-06-26 Brian Paulneed parenthesis in realloc call
2005-06-23 Brian PaulRemove the xmesa_set_buffer() function. No longer...
2005-06-08 Brian Paulfix some renderbuffer problems for Xserver build (Dave...
2005-06-08 Brian Paulcheck for double-buffered buffer in XMesaDestroyBuffer...
2005-05-20 Keith WhitwellRemove debug printfs
2005-05-20 Keith WhitwellRe-enable X11 optimized triangle funcs.
2005-05-13 Alan HourihaneRemove MAX_VISUAL limitations of 100. If running dual...
2005-05-10 Jouk Jansen Committing in .
2005-05-09 Daniel Borcafix some typos in FX code
2005-05-06 Brian Paulremove bad assertion, added new ones in clear_pixmap()
2005-05-05 Brian Paulremove some test code
2005-05-04 Brian PaulFBO changes
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-05-04 Brian Pauldon't call XTranslateCoordinates() if rendering to...
2005-04-20 Brian Paulclean up buffer creation code
2005-04-18 Brian Paulcomments and clean-up
2005-04-12 Brian PaulPF_8A8R8G8B pixel format (Dave Reveman)
next