summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11
AgeCommit message (Expand)Author
2007-03-06fix renderbuffer mem leakBrian
2007-03-06formatting fixBrian
2007-03-06Fix/improve framebuffer object reference counting.Brian
2007-02-27fix commentBrian
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
2007-01-23fixes for C++ warnings/errorsBrian
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2006-11-09Fix some && (logical) that should clearly have been & (bitwise).Adam Jackson
2006-11-02merge current trunk into vbo branchAlan Hourihane
2006-11-01Remove x/y/width/height parameters from Clear functions.Brian Paul
2006-10-30switch several dri drivers overKeith Whitwell
2006-10-29switch over to vbo moduleKeith Whitwell
2006-10-18Don't use x/y/w/h params given to Clear().Brian Paul
2006-10-17Remove get_buffer_size()Brian Paul
2006-10-16remove some old code that could cause infinite recursionBrian Paul
2006-10-14Big re-org of buffer size management.Brian Paul
2006-10-14assorted clean-upsBrian Paul
2006-10-11In xmesa_DrawPixels_8R8G8B() check if drawing into a window system buffer,Brian Paul
2006-10-11List of source (.c) files in each directory.Brian Paul
2006-09-20make current GLX context per-threadBrian Paul
2006-09-20fix a memleak in DestroyContext()Brian Paul
2006-09-10don't use xmesa_DrawPixels_8R8G8B() if there's a software alpha channelBrian Paul
2006-08-31check if ext->name is null before strcmp()Brian Paul
2006-08-30Use XAddExtension() to register an XCloseDisplay() callback function.Brian Paul
2006-07-06Don't include unused header files.Kristian Høgsberg
2006-06-13Do a cheesy implementation of glXWait/GetVideoSyncSGI() functions, butBrian Paul
2006-06-13GLX_BAD_CONTEXT checks in video-sync functionsBrian Paul
2006-05-19added some CHAN_BITS testsBrian Paul
2006-05-08fix warningBrian Paul
2006-05-07added CHAN_BITS != 8 testBrian Paul
2006-04-27assorted clean-ups, fixesBrian Paul
2006-04-27replace a bunch of casts with GET_XRB macroBrian Paul
2006-04-26minor clean-upBrian Paul
2006-04-26remove old XFree86 tagBrian Paul
2006-03-30When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fieldsBrian Paul
2006-03-28a little code movement so we don't make invalid casts from gl_renderbuffers t...Brian Paul
2006-03-16added #undef GET_DISPATCHBrian Paul
2006-03-16Moved _glapi_check_multithread() call into drivers, instead of inBrian Paul
2006-03-01added Flush in glXCopyContext()Brian Paul
2006-02-24need to check for _NEW_BUFFERS in xmesa_update_state()Brian Paul
2006-01-26New comments, clean-up of fields related to point/line/triangle validation.Brian Paul
2006-01-10added a couple new assertions to help debug XGL problemBrian Paul
2006-01-09only call xmesa_set_renderbuffer_funcs() when really necessaryBrian Paul
2006-01-09check XGetGeometry() return valueBrian Paul
2005-12-07Updates for GL_EXT_timer_query:Brian Paul
2005-12-06C++ fixes, mostly casts (Stephane Conversy)Brian Paul
2005-12-02Fix two failures encountered when running out of memory during XImageBrian Paul
2005-11-04MESA_GLX_ALPHA_BITS env var to force visual with alpha channelBrian Paul