Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-10 | don't use xmesa_DrawPixels_8R8G8B() if there's a software alpha channel | Brian Paul | |
2006-08-31 | check if ext->name is null before strcmp() | Brian Paul | |
2006-08-30 | Use XAddExtension() to register an XCloseDisplay() callback function. | Brian Paul | |
When the callback is called, free all Mesa's private visual and buffer data structures which are tied to the display. Fixes problems reported by Kitware. | |||
2006-07-06 | Don't include unused header files. | Kristian Høgsberg | |
2006-06-13 | Do a cheesy implementation of glXWait/GetVideoSyncSGI() functions, but | Brian Paul | |
disable reporting the GLX_SGI_video_sync extension anyway. Google Earth works now. | |||
2006-06-13 | GLX_BAD_CONTEXT checks in video-sync functions | Brian Paul | |
2006-05-19 | added some CHAN_BITS tests | Brian Paul | |
2006-05-08 | fix warning | Brian Paul | |
2006-05-07 | added CHAN_BITS != 8 test | Brian Paul | |
2006-04-27 | assorted clean-ups, fixes | Brian Paul | |
2006-04-27 | replace a bunch of casts with GET_XRB macro | Brian Paul | |
2006-04-26 | minor clean-up | Brian Paul | |
2006-04-26 | remove old XFree86 tag | Brian Paul | |
2006-03-30 | When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fields | Brian Paul | |
2006-03-28 | a little code movement so we don't make invalid casts from gl_renderbuffers ↵ | Brian Paul | |
to xmesa_renderbuffers | |||
2006-03-16 | added #undef GET_DISPATCH | Brian Paul | |
2006-03-16 | Moved _glapi_check_multithread() call into drivers, instead of in | Brian Paul | |
_mesa_make_current(). This removes an ugly #if !defined(IN_DRI_DRIVER) from core Mesa. | |||
2006-03-01 | added Flush in glXCopyContext() | Brian Paul | |
2006-02-24 | need to check for _NEW_BUFFERS in xmesa_update_state() | Brian Paul | |
2006-01-26 | New comments, clean-up of fields related to point/line/triangle validation. | Brian Paul | |
2006-01-10 | added a couple new assertions to help debug XGL problem | Brian Paul | |
2006-01-09 | only call xmesa_set_renderbuffer_funcs() when really necessary | Brian Paul | |
2006-01-09 | check XGetGeometry() return value | Brian Paul | |
2005-12-07 | Updates for GL_EXT_timer_query: | Brian Paul | |
New GLint64EXT and GLuint64EXT types (use C99's long long types). New glGetQueryObject[u]i64vEXT() functions. | |||
2005-12-06 | C++ fixes, mostly casts (Stephane Conversy) | Brian Paul | |
2005-12-02 | Fix two failures encountered when running out of memory during XImage | Brian Paul | |
allocation. Append \n to _mesa_warning() strings. | |||
2005-11-04 | MESA_GLX_ALPHA_BITS env var to force visual with alpha channel | Brian Paul | |
2005-10-21 | fix GLX server resize/crash when resizing windows | Brian Paul | |
2005-10-20 | fix another renderbuffer wrapping bug | Brian Paul | |
2005-10-11 | check for PIXMAP in clip routine (SF bug 1323215) | Brian Paul | |
2005-09-28 | Initial work for GL_EXT_packed_depth_stencil extension. | Brian Paul | |
glReadPixels done, glDrawPixels mostly done. | |||
2005-09-26 | Added XMesaDrawable to xmesa_renderbuffer. Use it in a few places instead | Brian Paul | |
of the XMesaPixmap field to avoid some X server-side issues with casting. | |||
2005-09-23 | Committing in . | Jouk Jansen | |
1) change compilation on VMS to use IEEE floating points 2) one more problem with _mesa_sprintf solved Modified Files: Mesa/docs/README.VMS Mesa/progs/demos/descrip.mms Mesa/progs/tests/descrip.mms Mesa/progs/util/descrip.mms Mesa/progs/xdemos/descrip.mms Mesa/src/glu/mesa/descrip.mms Mesa/src/glu/sgi/descrip.mms Mesa/src/glut/glx/descrip.mms Mesa/src/mesa/array_cache/descrip.mms Mesa/src/mesa/drivers/common/descrip.mms Mesa/src/mesa/drivers/osmesa/descrip.mms Mesa/src/mesa/drivers/x11/descrip.mms Mesa/src/mesa/glapi/descrip.mms Mesa/src/mesa/main/descrip.mms Mesa/src/mesa/main/texobj.c Mesa/src/mesa/math/descrip.mms Mesa/src/mesa/shader/descrip.mms Mesa/src/mesa/shader/grammar/descrip.mms Mesa/src/mesa/shader/slang/descrip.mms Mesa/src/mesa/swrast/descrip.mms Mesa/src/mesa/swrast_setup/descrip.mms Mesa/src/mesa/tnl/descrip.mms ---------------------------------------------------------------------- | |||
2005-09-23 | Added a fast xor_line() function. Uses XDrawLine with GXxor mode. | Brian Paul | |
Only used for front-buffer window/pixmap rendering, GL_FLAT shade model, no Z test or other fragment operations. | |||
2005-09-23 | Add Wrapper field to gl_renderbuffer. Used for wrapping one renderbuffer | Brian Paul | |
with another, such as wrapping a hardware/win-sys RGB renderbuffer with a software-based alpha buffer. Previous alpha buffer wrapping was conflicting with the X driver's xmesa_renderbuffer structure containment/inheritance. That lead to memory corruption. | |||
2005-09-23 | improve the test for using software alpha buffer | Brian Paul | |
2005-09-22 | Replace gl_renderbuffer.ComponentSizes[] with separate RedBits, GreenBits, | Brian Paul | |
BlueBits, etc fields. | |||
2005-09-21 | Remove ACCUM_BITS. | Brian Paul | |
2005-09-20 | remove 31-bit Z buffer work-around | Brian Paul | |
2005-09-12 | added a return upon out-of-memory, remove a needless assignment | Brian Paul | |
2005-09-12 | restore brace lost in previous check-in | Brian Paul | |
2005-09-08 | Committing in . | Jouk Jansen | |
Define suseconds_t for OpenVMS Modified Files: Mesa/src/mesa/drivers/x11/xm_dd.c ---------------------------------------------------------------------- | |||
2005-09-07 | some clean-up and re-org for renderbuffers | Brian Paul | |
2005-09-02 | Prototype implementation of new GL_EXT_timer_query extension (not finalized ↵ | Brian Paul | |
yet). Extends the query mechanism to query elapsed time while rendering. | |||
2005-08-25 | fix segfault in Fake_glXCreatePBuffer(), bug 4235 | Brian Paul | |
2005-08-22 | added GL_X_RENDERABLE to glXChooseFBConfig (bug 4181) | Brian Paul | |
2005-08-09 | actually free the renderbuffer in xmesa_delete_renderbuffer(), fixes a ↵ | Brian Paul | |
memory leak | |||
2005-08-09 | _mesa_free_framebuffer_data() call frees the renderbuffers, no need to call ↵ | Brian Paul | |
the Delete methods after | |||
2005-07-26 | Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal of | Ian Romanick | |
the evil, ugly GLX_PREFIX macro as well. | |||
2005-07-22 | ---------------------------------------------------------------------- | Jouk Jansen | |
Committing in . _mesa_sprintf crashes on OpenVMS -> replaced it by the OS-supplied sprintf Modified Files: Mesa/src/mesa/drivers/x11/fakeglx.c ---------------------------------------------------------------------- |