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