Made debugging output controllable via environment variable
[mesa.git] / src / mesa / drivers / x11 /
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
2004-01-07 Brian Paulreindent the code
2003-12-19 Daniel BorcaDMesa: removed MGA2064W driver
2003-12-12 Brian Paulcheck swrast->NewState in Draw/CopyPixels functions
2003-12-12 Brian Paulfix visinfo typo
2003-12-12 Brian Paulcheck for null dpy in Fake_glXGetConfig()
2003-12-05 Brian PaulFix a front/back CopyPixels glitch.
2003-12-04 Alan Hourihaneuse _swrast_CopyPixels for XFree86
2003-12-04 Brian Pauldon't use new glDrawPixel routines in Xserver
2003-12-04 Brian PaulPort over changes from XFree86/Mesa 5.0.2, mostly to...
2003-11-29 Brian PaulUse XPutImage() for glDrawPixels() and XCopyArea()...
2003-11-25 Brian Paulsilence a warning
2003-10-21 Alan Hourihaneprevent from optimizing out by some compilers (from...
2003-10-19 Brian PaulMove initialization of default ctx->Driver.buffer-objec...
2003-10-15 Brian Paulinitialize GetBufferSubData pointer
2003-10-13 Daniel Borcaglide driver (wip)
2003-09-17 Brian PaulGL_ARB_vertex_buffer_object working now, at least for...
2003-09-17 Brian Pauladded call to _mesa_enable_1_5_extensions()
2003-07-03 Brian PaulImplemented GL_ARB_texture_non_power_of_two (except...
2003-07-02 Jouk Jansen Committing in .
2003-06-17 Jouk Jansen Committing in .
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-05-27 Brian PaulVersion defines. include "version.h" in a few files.
2003-04-21 Brian Pauluse INDEX8_SPAN_ARGS
2003-04-04 Brian PaulRework gl[Copy]Tex[Sub]Image() error checking so that...
2003-04-02 Brian Paulfix double-memory free in XMesaDestroyContext
2003-04-01 Brian Pauluse structure containment to derive xmesa_context from...
2003-04-01 Brian PaulNew device driver hooks for texture object and texture...
2003-03-27 Brian Paulfixed ColorMask problem for front-buffer rendering
2003-03-25 Brian Paulremove some unfinished code accidently checked in
2003-03-25 Brian Paulhistogram code move, remove s_histogram.[ch] from Makefiles
2003-03-24 Brian Pauldisable prototyped GLX_ARB_render_texture extension
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-02-25 Brian Paulfix-up pixel_format enum stuff
2003-02-25 Brian Paulcasts to silence g++ warnings
2003-02-17 Brian PaulReplace some #defines with enums. (Klaus Niederkrueger)
2003-01-24 Brian Paulrenamed dither-related preprocessor symbols (bug 536406)
2003-01-16 Alan Hourihanefix for framebuffer width and height when window hasn...
2003-01-14 Brian Paulinitial code for render-to-texture
2002-11-18 Brian Paulbring in a few AGP-related bits from 4.0.4
2002-11-14 Brian Paulbump version to 5.1
2002-11-14 Brian PaulOverhaul of line drawing template code. Make better...
2002-11-13 Brian Paulmoved function declaration into the template, define...
2002-11-13 Brian Paulcheck for NULL span argument
2002-11-10 Brian Paulchanges to vishandle usage to prevent segfault in some...
2002-11-05 Brian Paulminor multi-sample clean-ups
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-25 Brian Paulinclude GL/glx.h
2002-10-24 Brian PaulHeader file clean-up:
2002-10-14 Brian Paulcontext-related cleanups (ex: _mesa_notifySwapBuffers...
2002-10-11 Brian PaulAnother round of glRead/DrawBuffer() clean-ups and...
2002-10-09 Brian Pauldisable XMesaCreatePBuffer() for XFree86
2002-10-08 Brian Pauladded missing dispatch code for new AGP-related functions
2002-10-05 Brian PaulPbuffers seem to work!
2002-10-05 Brian Paulmore work on fbconfig/pbuffer support
2002-10-04 Brian PaulChanged a number of context fields from GLchan to GLflo...
2002-09-27 Brian Paulnew texture compression infrastructure
2002-09-23 Brian Paulfix bug in index_mask() (bug 609837)
2002-08-22 Brian Paulstub functions for glXAllocate/FreeMemoryNV()
2002-08-21 Brian Paulfix problems in FXgetImage()
2002-08-07 Brian Paulstruct sw_span is again allocated on the stack, but...
next