Implement GLX_EXT_texture_from_pixmap.
[mesa.git] / src / mesa / drivers / x11 / xm_api.c
2007-05-19 BrianImplement GLX_EXT_texture_from_pixmap.
2007-04-20 George Sapountzisxmesa: call _glapi_set_dispatch() for all xserver DDXes.
2007-04-20 George Sapountzisxmesa: minor cosmetic
2007-04-20 George Sapountzisxmesa: split FX functions to separate file, part 2.
2007-04-20 George Sapountzisxmesa: split FX functions to separate file, part 1.
2007-04-20 George Sapountzisxmesa: spilt FX code to separate functions.
2007-04-20 George SapountzisRevert "xmesa: drop glide (FX) backend."
2007-04-18 George Sapountzisxmesa: drop glide (FX) backend.
2007-04-13 George Sapountzisxmesa: export xmesa functions used by xfree86.
2007-04-02 BrianFix some bugs/issues related to alpha channel support...
2007-03-30 Eric AnholtMerge branch 'origin'
2007-03-30 George SapountzisClean and update XMesa/XFree86 interface.
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-24 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-24 BrianImplement alpha buffer copy for SwapBuffers().
2007-03-21 Brianmerge from master
2007-03-17 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-16 BrianAssorted fixes for dealing with zero-size frame/renderb...
2007-03-16 Mathias Hopfadded null xmctx check to XMesaResizeBuffers(), bug...
2007-03-15 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-14 Brianclear the b->frontxrb->drawable field in xmesa_free_buf...
2007-03-09 Michel DänzerMerge branch 'i915tex-pageflip'
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-07 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-06 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-06 Brianformatting fix
2007-03-06 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-03-06 BrianFix/improve framebuffer object reference counting.
2007-02-27 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-26 BrianRewrite code related to buffer destruction.
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-27 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-01-26 George SapountzisOverride Const.CheckArrayBounds for Xserver in XMesaCre...
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-10-30 Keith Whitwellswitch several dri drivers over
2006-10-29 Keith Whitwellswitch over to vbo module
2006-10-17 Brian PaulRemove get_buffer_size()
2006-10-14 Brian PaulBig re-org of buffer size management.
2006-10-14 Brian Paulassorted clean-ups
2006-08-30 Brian PaulUse XAddExtension() to register an XCloseDisplay()...
2006-03-30 Brian PaulWhen creating front/back renderbuffers, init the Red...
2006-03-16 Brian PaulMoved _glapi_check_multithread() call into drivers...
2006-01-10 Brian Pauladded a couple new assertions to help debug XGL problem
2005-12-02 Brian PaulFix two failures encountered when running out of memory...
2005-09-26 Brian PaulAdded XMesaDrawable to xmesa_renderbuffer. Use it...
2005-09-23 Brian Paulimprove the test for using software alpha buffer
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-07 Brian Paulsome clean-up and re-org for renderbuffers
2005-09-02 Brian PaulPrototype implementation of new GL_EXT_timer_query...
2005-08-09 Brian Paul_mesa_free_framebuffer_data() call frees the renderbuff...
2005-07-19 Brian Paulinclude driverfuncs.h
2005-07-16 Adam JacksonXMesaResizeBuffers needs separate paths for client...
2005-07-01 Brian PaulRemove NEW_RENDERBUFFER stuff.
2005-06-08 Brian Paulcheck for double-buffered buffer in XMesaDestroyBuffer...
2005-05-09 Daniel Borcafix some typos in FX code
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-04-20 Brian Paulclean up buffer creation code
2005-04-12 Brian PaulPF_8A8R8G8B pixel format (Dave Reveman)
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-02-18 Brian PaulXMesaGetDepthBuffer() returned wrong bytesPerValue...
2005-02-07 Brian Paulimproved warning message
2005-01-17 Daniel Borcafix compilation error for fx/Mesa
2004-11-28 Brian Paulfix missing width/height error
2004-11-27 Brian PaulRemove the redundant width, height fields in xmesa_buff...
2004-10-12 Daniel BorcaSWTC trick (disabled for now)
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
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-03-21 Brian PaulImplemented support for software-based AUX color buffers.
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-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2004-01-12 Daniel BorcaGlide driver (windowed mode) fix for Voodoo2
2003-12-19 Daniel BorcaDMesa: removed MGA2064W driver
2003-12-04 Brian PaulPort over changes from XFree86/Mesa 5.0.2, mostly to...
2003-11-25 Brian Paulsilence a warning
2003-10-21 Alan Hourihaneprevent from optimizing out by some compilers (from...
2003-10-13 Daniel Borcaglide driver (wip)
2003-09-17 Brian Pauladded call to _mesa_enable_1_5_extensions()
2003-04-02 Brian Paulfix double-memory free in XMesaDestroyContext
2003-04-01 Brian Pauluse structure containment to derive xmesa_context from...
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-02-17 Brian PaulReplace some #defines with enums. (Klaus Niederkrueger)
2003-01-24 Brian Paulrenamed dither-related preprocessor symbols (bug 536406)
2002-11-10 Brian Paulchanges to vishandle usage to prevent segfault in some...
2002-10-30 Brian Pauluse wrappers from imports.h rather than stdio, stdlib...
2002-10-29 Brian Paulmore version bumps
2002-10-29 Brian Paulupdate versioning/extensions for OpenGL 1.4 / Mesa 5.0
2002-10-25 Brian Paulwrapped a few more C library functions
2002-10-24 Brian PaulHeader file clean-up:
2002-10-14 Brian Paulcontext-related cleanups (ex: _mesa_notifySwapBuffers...
next