Various fallbacks, checks and tags.
[mesa.git] / src / mesa / drivers / x11 /
2006-03-01 Brian Pauladded Flush in glXCopyContext()
2006-02-24 Brian Paulneed to check for _NEW_BUFFERS in xmesa_update_state()
2006-01-26 Brian PaulNew comments, clean-up of fields related to point/line...
2006-01-10 Brian Pauladded a couple new assertions to help debug XGL problem
2006-01-09 Brian Paulonly call xmesa_set_renderbuffer_funcs() when really...
2006-01-09 Brian Paulcheck XGetGeometry() return value
2005-12-07 Brian PaulUpdates for GL_EXT_timer_query:
2005-12-06 Brian PaulC++ fixes, mostly casts (Stephane Conversy)
2005-12-02 Brian PaulFix two failures encountered when running out of memory...
2005-11-04 Brian PaulMESA_GLX_ALPHA_BITS env var to force visual with alpha...
2005-10-21 Brian Paulfix GLX server resize/crash when resizing windows
2005-10-20 Brian Paulfix another renderbuffer wrapping bug
2005-10-11 Brian Paulcheck for PIXMAP in clip routine (SF bug 1323215)
2005-09-28 Brian PaulInitial work for GL_EXT_packed_depth_stencil extension.
2005-09-26 Brian PaulAdded XMesaDrawable to xmesa_renderbuffer. Use it...
2005-09-23 Jouk Jansen Committing in .
2005-09-23 Brian PaulAdded a fast xor_line() function. Uses XDrawLine with...
2005-09-23 Brian PaulAdd Wrapper field to gl_renderbuffer. Used for wrappin...
2005-09-23 Brian Paulimprove the test for using software alpha buffer
2005-09-22 Brian PaulReplace gl_renderbuffer.ComponentSizes[] with separate...
2005-09-21 Brian PaulRemove ACCUM_BITS.
2005-09-20 Brian Paulremove 31-bit Z buffer work-around
2005-09-12 Brian Pauladded a return upon out-of-memory, remove a needless...
2005-09-12 Brian Paulrestore brace lost in previous check-in
2005-09-08 Jouk Jansen Committing in .
2005-09-07 Brian Paulsome clean-up and re-org for renderbuffers
2005-09-02 Brian PaulPrototype implementation of new GL_EXT_timer_query...
2005-08-25 Brian Paulfix segfault in Fake_glXCreatePBuffer(), bug 4235
2005-08-22 Brian Pauladded GL_X_RENDERABLE to glXChooseFBConfig (bug 4181)
2005-08-09 Brian Paulactually free the renderbuffer in xmesa_delete_renderbu...
2005-08-09 Brian Paul_mesa_free_framebuffer_data() call frees the renderbuff...
2005-07-26 Ian RomanickRemove the last remnants of GLX_BUILT_IN_XMESA. This...
2005-07-22 Jouk Jansen -------------------------------------------------...
2005-07-19 Brian Paulinclude driverfuncs.h
2005-07-16 Adam JacksonXMesaResizeBuffers needs separate paths for client...
2005-07-16 Adam Jacksonstrip out vestigial #ifdef HAVE_CONFIG_H stanzas, they...
2005-07-01 Brian PaulRemove NEW_RENDERBUFFER stuff.
2005-06-26 Brian Paulneed parenthesis in realloc call
2005-06-23 Brian PaulRemove the xmesa_set_buffer() function. No longer...
2005-06-08 Brian Paulfix some renderbuffer problems for Xserver build (Dave...
2005-06-08 Brian Paulcheck for double-buffered buffer in XMesaDestroyBuffer...
2005-05-20 Keith WhitwellRemove debug printfs
2005-05-20 Keith WhitwellRe-enable X11 optimized triangle funcs.
2005-05-13 Alan HourihaneRemove MAX_VISUAL limitations of 100. If running dual...
2005-05-10 Jouk Jansen Committing in .
2005-05-09 Daniel Borcafix some typos in FX code
2005-05-06 Brian Paulremove bad assertion, added new ones in clear_pixmap()
2005-05-05 Brian Paulremove some test code
2005-05-04 Brian PaulFBO changes
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-05-04 Brian Pauldon't call XTranslateCoordinates() if rendering to...
2005-04-20 Brian Paulclean up buffer creation code
2005-04-18 Brian Paulcomments and clean-up
2005-04-12 Brian PaulPF_8A8R8G8B pixel format (Dave Reveman)
2005-04-06 Brian PaulFix Fake_glXChooseFBConfig so passing NULL attribList...
2005-04-04 Brian Paulupdated warning string to match patch in bug report...
2005-03-03 Ian RomanickWhen building in the X-Server, attr.depth doesn't exist...
2005-03-01 Brian Pauladded stub functions for GLX_MESA_allocate_memory
2005-02-23 Brian Paulminor changes to aid debugging, and a new comment
2005-02-18 Brian PaulXMesaGetDepthBuffer() returned wrong bytesPerValue...
2005-02-07 Brian Paulimproved warning message
2005-01-17 Daniel Borcafix compilation error for fx/Mesa
2005-01-06 Brian PaulIn choose_visual() we need to know if we're being calle...
2004-12-09 Brian Paulcheck if using a PBuffer in clip_for_xgetimage()
2004-12-03 Brian Paulsilence a variety of warnings found with g++ 3.4.2
2004-12-02 Alan Hourihanesilence warnings
2004-12-02 Alan Hourihanereverse some debug that slipped through
2004-12-02 Alan HourihaneFix some warnings
2004-11-28 Brian Paulfix missing width/height error
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
2004-11-27 Brian PaulRemove the redundant width, height fields in xmesa_buff...
2004-11-27 Brian Paulnew GetOverlayInfo() function to reduce code and silenc...
2004-11-25 Brian PaulUse __GLXextFuncPtr type instead of void * for generic...
2004-11-10 Brian PaulGL_(UN)PACK_SKIP_IMAGES should only be applied to 3D...
2004-11-09 Brian Pauldo clipping prior to XGetImage, just in case the image...
2004-11-09 Brian PaulRemoved _swrast_clip_pixelrect(). Use _mesa_clip_drawp...
2004-10-31 Brian PaulRemoved _swrast_validate_pbo_access().
2004-10-12 Daniel BorcaSWTC trick (disabled for now)
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-09-23 Brian Pauljust some comments and formatting changes
2004-07-23 Brian Paulnew MESA_GLX_DEPTH_BITS env var
2004-07-23 Brian Pauladded support for MESA_GLX_FORCE_ALPHA env var
2004-05-29 Brian Paulcheck for null pointer in Fake_glXCreateGLXPbufferSGIGI...
2004-04-30 Alan HourihaneIf we can't allocate the rowimage - bail
2004-04-26 Alan Hourihaneremove DitherValues
2004-04-26 Alan Hourihanebring over build fixes from stable branch
2004-04-21 Brian Paulcheck return values of _swrast_CreateContext, etc
2004-04-09 Brian Paulfix max buffer size test (Kyle Bateman, bug 912828)
2004-03-21 Brian PaulImplemented support for software-based AUX color buffers.
2004-03-13 Brian PaulImplementation of GL_EXT_pixel_buffer_object extension.
2004-03-04 Brian Paula bunch of assorted clean-ups, etc to fix warnings...
2004-03-02 Daniel Borcaworkaround for crash-upon-exit in verbose mode
2004-02-19 Ian RomanickRefactored several variables out of XMesaVisual in...
2004-02-08 Brian Paulimplement Fake_glXCreateWindow() to fix bug #890894
2004-02-04 Brian Paulfix glXChooseFBConfig bug 890167
2004-02-02 Brian PaulglXChooseFBConfig() didn't handle GLX_FBCONFIG_ID option
2004-01-23 Jouk Jansen Committing in .
2004-01-22 Jouk Jansen Committing in .
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2004-01-12 Daniel BorcaGlide driver (windowed mode) fix for Voodoo2
next