summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/osmesa
AgeCommit message (Expand)Author
2009-06-04osmesa: Allow building standalone in all three channel widthsDan Nicholson
2009-02-09mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer()Brian Paul
2009-01-07mesa: OSMesa Makefile fixes (use LIB_DIR)Brian Paul
2008-08-11Apple: Cleaned up some linking and dylib ids issuesJeremy Huddleston
2008-07-12Always pass -linker and -ldflags to mklib for shared librariesDan Nicholson
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson
2008-06-05Move construction of libOSMesa.so into src/mesa/drivers/osmesa/MakefileBrian Paul
2008-06-05insert mesa/ before include filesBrian Paul
2008-04-01added some missing calls to _mesa_enable_x_y_extensions()Brian
2007-10-03 Update of OpenVMS makefiles for the use of "new" include file conventionJouk
2007-05-10Updated OpenVMS makefilesJ.Jansen
2007-04-24assorted fixes for Windows/VC8Karl Schultz
2007-04-14set osmesa renderbuffer refcount=1 upon creation, free renderbuffer in OSMesa...Brian
2007-03-28Add missing OSMesaColorClamp functionAlan Hourihane
2007-03-06Fix/improve framebuffer object reference counting.Brian
2006-10-30switch several dri drivers overKeith Whitwell
2006-10-29switch over to vbo moduleKeith Whitwell
2006-10-17Lots of fixes/changes to select color depth at runtime.Brian Paul
2006-10-14Some code movement so that the gl_framebuffer is fully initialized beforeBrian Paul
2006-05-20use new _mesa_remove_renderbuffer()Brian Paul
2006-05-19Allow rendering 8, 16 and 32-bit/channel images without recompiling.Brian Paul
2006-05-14remove some unused macrosBrian Paul
2006-05-14fix typo, remove dead codeBrian Paul
2006-04-25silence warningsBrian Paul
2006-04-01Initialize renderbuffer size.Daniel Borca
2006-03-30When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fieldsBrian Paul
2006-03-28Match pixel addresses with `compute_row_addresses' in RGB mode (also obey RGB...Daniel Borca
2006-03-27PutRowRGB was not initialized for OSMESA_RGB_565Daniel Borca
2006-03-16Moved _glapi_check_multithread() call into drivers, instead of inBrian Paul
2006-01-26remove unneeded init of swrast->invalidate_line/triangleBrian Paul
2005-12-08add {} to RENDER_SPAN macro to fix compilation problemKarl Schultz
2005-11-12Added OSMesaColorClamp(), bug 4917Brian Paul
2005-09-23 Committing in .Jouk Jansen
2005-09-21replace GLdepth with GLuintBrian Paul
2005-09-14remove unused varsBrian Paul
2005-09-14remove _tnl_MakeCurrent callBrian Paul
2005-09-10fix a problem w/ color index mode when CHAN_BITS=16Brian Paul
2005-09-01remove the old set_buffer() routineBrian Paul
2005-05-24moved to windows build dirKarl Schultz
2005-05-17fix some BCOMP/ACOMP typos (fixes Brad King's vtk failures)Brian Paul
2005-05-07remove some dead codeBrian Paul
2005-05-05more updates for users of s_spantemp.hBrian Paul
2005-05-04fix s_spantemp.h includesBrian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-01-29fix initial viewport size bugBrian Paul
2004-11-27Have OSMesaGetProcAddress() return new OSMESAproc typedef.Brian Paul
2004-11-25Use a generic function typedef instead of void * to avoid gcc 3.4 warnings.Brian Paul
2004-04-21check return values of _swrast_CreateContext, etcBrian Paul
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2004-03-14fix stride bug in RGB and BGR span renderingBrian Paul