Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 ---------------------------------------------------------------------- | |||
2005-07-19 | include driverfuncs.h | Brian Paul | |
2005-07-16 | XMesaResizeBuffers needs separate paths for client and server builds | Adam Jackson | |
2005-07-16 | strip out vestigial #ifdef HAVE_CONFIG_H stanzas, they're confusing the | Adam Jackson | |
modular X build | |||
2005-07-01 | Remove NEW_RENDERBUFFER stuff. | Brian Paul | |
Now, OLD_RENDERBUFFER marks code that needs to eventually be removed when all the drivers are updated to no longer need the SetBuffer() function. | |||
2005-06-26 | need parenthesis in realloc call | Brian Paul | |
2005-06-23 | Remove the xmesa_set_buffer() function. No longer needed since the | Brian Paul | |
span functions pass in a gl_renderbuffer to indicate which color buffer should be drawn into. Optimized line/triangle routines are smart enough to know which buffer to draw into as well. The swrast->SetBuffer() routine should eventually be removed from all drivers. | |||
2005-06-08 | fix some renderbuffer problems for Xserver build (Dave Reveman) | Brian Paul | |
2005-06-08 | check for double-buffered buffer in XMesaDestroyBuffer() (Dave Reveman) | Brian Paul | |
2005-05-20 | Remove debug printfs | Keith Whitwell | |
2005-05-20 | Re-enable X11 optimized triangle funcs. | Keith Whitwell | |
2005-05-13 | Remove MAX_VISUAL limitations of 100. If running dual head this can | Alan Hourihane | |
be easily consumed. There are no limitations now and the VisualTable is realloced when necessary. | |||
2005-05-10 | Committing in . | Jouk Jansen | |
OpenVMS compile support update for new buffer-code Modified Files: Mesa/src/mesa/drivers/x11/descrip.mms Mesa/src/mesa/main/descrip.mms Mesa/src/mesa/swrast/descrip.mms ---------------------------------------------------------------------- | |||
2005-05-09 | fix some typos in FX code | Daniel Borca | |
2005-05-06 | remove bad assertion, added new ones in clear_pixmap() | Brian Paul | |
2005-05-05 | remove some test code | Brian Paul | |
2005-05-04 | FBO changes | Brian Paul | |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | |
Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested. | |||
2005-05-04 | don't call XTranslateCoordinates() if rendering to pixmap | Brian Paul | |
2005-04-20 | clean up buffer creation code | Brian Paul | |
2005-04-18 | comments and clean-up | Brian Paul | |
2005-04-12 | PF_8A8R8G8B pixel format (Dave Reveman) | Brian Paul | |
2005-04-06 | Fix Fake_glXChooseFBConfig so passing NULL attribList causes a list of all | Brian Paul | |
fbconfigs to be returned. | |||
2005-04-04 | updated warning string to match patch in bug report 2868 | Brian Paul | |
2005-03-03 | When building in the X-Server, attr.depth doesn't exist. Instead, use | Ian Romanick | |
(XMesaDrawable)w)->depth in the error message. | |||
2005-03-01 | added stub functions for GLX_MESA_allocate_memory | Brian Paul | |
2005-02-23 | minor changes to aid debugging, and a new comment | Brian Paul | |
2005-02-18 | XMesaGetDepthBuffer() returned wrong bytesPerValue (Karl Schultz) | Brian Paul | |
2005-02-07 | improved warning message | Brian Paul | |
2005-01-17 | fix compilation error for fx/Mesa | Daniel Borca | |
2005-01-06 | In choose_visual() we need to know if we're being called from | Brian Paul | |
glXChooseVisual() or glXChooseFBConfig() so that we handle the GLX_DOUBLEBUFFER and GLX_STEREO tokens correctly. Added some new error checking in those functions too. |