Age | Commit message (Expand) | Author |
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-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 |
2005-10-21 | fix GLX server resize/crash when resizing windows | Brian Paul |
2005-09-28 | Initial work for GL_EXT_packed_depth_stencil extension. | Brian Paul |
2005-09-26 | Added XMesaDrawable to xmesa_renderbuffer. Use it in a few places instead | Brian Paul |
2005-09-08 | Committing in . | Jouk Jansen |
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 y... | Brian Paul |
2005-07-01 | Remove NEW_RENDERBUFFER stuff. | Brian Paul |
2005-06-23 | Remove the xmesa_set_buffer() function. No longer needed since the | Brian Paul |
2005-05-06 | remove bad assertion, added new ones in clear_pixmap() | Brian Paul |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul |
2005-04-18 | comments and clean-up | Brian Paul |
2004-11-27 | Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport(). | Brian Paul |
2004-11-27 | Remove the redundant width, height fields in xmesa_buffer struct. Just use | Brian Paul |
2004-11-25 | Use __GLXextFuncPtr type instead of void * for generic functions to | Brian Paul |
2004-11-10 | GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking | Brian Paul |
2004-11-09 | Removed _swrast_clip_pixelrect(). Use _mesa_clip_drawpixels() instead. | Brian Paul |
2004-10-31 | Removed _swrast_validate_pbo_access(). | Brian Paul |
2004-10-12 | SWTC trick (disabled for now) | Daniel Borca |
2004-10-02 | added support for GL_ARB_draw_buffers | Brian Paul |
2004-04-09 | fix max buffer size test (Kyle Bateman, bug 912828) | Brian Paul |
2004-03-21 | Implemented support for software-based AUX color buffers. | Brian Paul |
2004-03-13 | Implementation of GL_EXT_pixel_buffer_object extension. | Brian Paul |
2004-03-04 | a bunch of assorted clean-ups, etc to fix warnings, etc | Brian Paul |
2004-02-19 | Refactored several variables out of XMesaVisual in favor of identical | Ian Romanick |
2004-01-20 | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul |
2003-12-12 | check swrast->NewState in Draw/CopyPixels functions | Brian Paul |
2003-12-05 | Fix a front/back CopyPixels glitch. | Brian Paul |
2003-12-04 | use _swrast_CopyPixels for XFree86 | Alan Hourihane |
2003-12-04 | don't use new glDrawPixel routines in Xserver | Brian Paul |
2003-12-04 | Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings. | Brian Paul |
2003-11-29 | Use XPutImage() for glDrawPixels() and XCopyArea() for glCopyPixels() when | Brian Paul |
2003-10-19 | Move initialization of default ctx->Driver.buffer-object-functions into | Brian Paul |
2003-10-15 | initialize GetBufferSubData pointer | Brian Paul |
2003-09-17 | GL_ARB_vertex_buffer_object working now, at least for non-indexed | Brian Paul |
2003-07-03 | Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation). | Brian Paul |
2003-04-04 | Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, height | Brian Paul |
2003-04-01 | use structure containment to derive xmesa_context from GLcontext | Brian Paul |
2003-04-01 | New device driver hooks for texture object and texture image creation to | Brian Paul |
2003-03-27 | fixed ColorMask problem for front-buffer rendering | Brian Paul |
2003-03-25 | remove some unfinished code accidently checked in | Brian Paul |
2003-03-25 | histogram code move, remove s_histogram.[ch] from Makefiles | Brian Paul |
2003-01-16 | fix for framebuffer width and height when window hasn't been realized. | Alan Hourihane |
2002-10-30 | use wrappers from imports.h rather than stdio, stdlib, etc functions. | Brian Paul |
2002-10-24 | Header file clean-up: | Brian Paul |
2002-10-14 | context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu... | Brian Paul |