summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/osmesa
AgeCommit message (Expand)Author
2011-02-08mesa: remove _mesa_initialize_context_for_api()Brian Paul
2011-01-31Remove talloc from the make and automake build systems.Kenneth Graunke
2011-01-24osmesa: mklib requires arguments before objectsChristopher James Halse Rogers
2011-01-04osmesa: pass context to _mesa_update_framebuffer_visual()Brian Paul
2010-10-30osmesa: fix renderbuffer memleak in OSMesaMakeCurrent()Brian Paul
2010-10-20osmesa: link against libtallocOrion Poplawski
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-08-30Add talloc to osmesa library dependenciesJon TURNEY
2010-08-11osmesa: link with new libglsl.a libBrian Paul
2010-07-02osmesa: remove old renderbuffer before adding newBrian Paul
2010-06-16osmesa: always build standalone for internal symbolsDan Nicholson
2010-05-09osmesa: use unsigned 16-bit/channel formatBrian Paul
2010-05-07glapi: Move to src/mapi/.Chia-I Wu
2010-05-04osmesa: remove unused varBrian Paul
2010-05-04osmesa: fix OSMesa for CHAN_BITS=32Brian Paul
2010-03-03mesa: Remove support for creating color-index visualsIan Romanick
2010-03-03osmesa: Remove support for color-index renderingIan Romanick
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-19Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke
2010-02-05osmesa: Add OSMesaColorClamp and OSMesaGetProcAddress to symbol defs.Brian Paul
2009-12-21osmesa: Fix a copy/paste error in building libOSMesaJeremy Huddleston
2009-12-21osmesa: added new GLSL libsBrian Paul
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul
2009-09-20osmesa: call _mesa_meta_init/free()Brian Paul
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