summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11
AgeCommit message (Expand)Author
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
2005-10-21fix GLX server resize/crash when resizing windowsBrian Paul
2005-10-20fix another renderbuffer wrapping bugBrian Paul
2005-10-11check for PIXMAP in clip routine (SF bug 1323215)Brian Paul
2005-09-28Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul
2005-09-26Added XMesaDrawable to xmesa_renderbuffer. Use it in a few places insteadBrian Paul
2005-09-23 Committing in .Jouk Jansen
2005-09-23Added a fast xor_line() function. Uses XDrawLine with GXxor mode.Brian Paul
2005-09-23Add Wrapper field to gl_renderbuffer. Used for wrapping one renderbufferBrian Paul
2005-09-23improve the test for using software alpha bufferBrian Paul
2005-09-22Replace gl_renderbuffer.ComponentSizes[] with separate RedBits, GreenBits,Brian Paul
2005-09-21Remove ACCUM_BITS.Brian Paul
2005-09-20remove 31-bit Z buffer work-aroundBrian Paul
2005-09-12added a return upon out-of-memory, remove a needless assignmentBrian Paul
2005-09-12restore brace lost in previous check-inBrian Paul
2005-09-08 Committing in .Jouk Jansen
2005-09-07some clean-up and re-org for renderbuffersBrian Paul
2005-09-02Prototype implementation of new GL_EXT_timer_query extension (not finalized y...Brian Paul
2005-08-25fix segfault in Fake_glXCreatePBuffer(), bug 4235Brian Paul
2005-08-22added GL_X_RENDERABLE to glXChooseFBConfig (bug 4181)Brian Paul
2005-08-09actually free the renderbuffer in xmesa_delete_renderbuffer(), fixes a memory...Brian Paul
2005-08-09_mesa_free_framebuffer_data() call frees the renderbuffers, no need to call t...Brian Paul
2005-07-26Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal ofIan Romanick
2005-07-22 ----------------------------------------------------------------------Jouk Jansen
2005-07-19include driverfuncs.hBrian Paul
2005-07-16XMesaResizeBuffers needs separate paths for client and server buildsAdam Jackson
2005-07-16strip out vestigial #ifdef HAVE_CONFIG_H stanzas, they're confusing theAdam Jackson