summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/osmesa
AgeCommit message (Expand)AuthorFilesLines
2014-09-04osmesa: s/INLINE/inline/Brian Paul1-1/+1
2014-08-04osmesa: link with mesautilBrian Paul1-0/+1
2014-08-04util: Gather some common macrosJason Ekstrand2-0/+2
2014-05-01osmesa: Fix typo in _MaxEnabledTexImageUnit.José Fonseca1-1/+1
2014-04-30mesa: Drop _EnabledUnits.Eric Anholt1-2/+2
2014-04-05automake: don't enable -Wl,--no-undefined on OpenBSDJonathan Gray1-1/+1
2014-03-31automake: ask the linker to do garbage collectionEmil Velikov1-0/+1
2014-03-31automake: add -Wl,--no-undefined to all librariesEmil Velikov1-1/+6
2014-03-11automake: allow only shared buildsEmil Velikov1-2/+0
2014-03-11automake: do not use symbols names for static glapi.laEmil Velikov1-3/+3
2014-03-11automake: use install-lib-links.mk across all classic mesaEmil Velikov1-7/+1
2014-02-11osmesa: drop obsolete AM_CXXFLAGSEmil Velikov1-2/+0
2014-01-27mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller1-1/+1
2014-01-27mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller1-7/+7
2014-01-27mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller1-6/+6
2013-11-18osmesa: add missing commaBrian Paul1-1/+1
2013-11-18osmesa: add support for postprocess filtersBrian Paul1-0/+11
2013-11-11osmesa: assorted code clean-upsBrian Paul1-25/+38
2013-11-11osmesa: fix broken triangle/line drawing when using float color bufferBrian Paul1-0/+16
2013-08-21osmesa: Symlink shared library to LIB_DIRArmin K1-0/+1
2013-07-16osmesa: link against static libglapi library too to get the gl exportsMaarten Lankhorst1-3/+3
2013-06-28osmesa: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensionsIan Romanick1-5/+0
2013-06-25mesa: Remove the Initialized field from framebuffers.Eric Anholt1-1/+0
2013-06-25mesa: Remove Driver.GetBufferSize and its callers.Eric Anholt1-1/+0
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-05-01build: remove unused API_DEFINESAndreas Boll1-2/+1
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-03-19osmesa: fix out-of-tree buildAndreas Boll1-0/+1
2013-01-29osmesa: use _mesa_generate_mipmap() for mipmap generation, not metaBrian Paul1-0/+3
2013-01-21mesa: Make the drivers call a non-code-generated dispatch table setup.Eric Anholt1-1/+1
2013-01-21scons: Fix dependencies of generated headers.José Fonseca1-2/+1
2013-01-10Clean up .gitignore filesMatt Turner1-1/+0
2012-12-17mesa osmesa/x11: fix build error introduced in 4bea4cb9Jordan Justen1-5/+5
2012-12-16drivers: compute version and then initialize exec tableJordan Justen1-0/+9
2012-11-30mesa: pass context parameter to gl_renderbuffer::Delete()Brian Paul1-2/+2
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry1-1/+1
2012-11-16Remove OpenVMS supportMatt Turner1-45/+0
2012-10-05mesa: remove the driverCtx parameter to _mesa_create/initialize_context()Brian Paul1-1/+1
2012-10-01build: Add visibility CFLAGS to OSMesaMatt Turner1-2/+4
2012-10-01build: Link OSMesa with glapi, libdl, libstdc++Matt Turner1-5/+12
2012-09-07Set OSMESA_VERSION=8.Johannes Obermayr2-3/+3
2012-08-24build: Only add links to .so files if we're building themMatt Turner1-0/+2
2012-08-24build: Add libOSMesa.so.$(VERSION) link to libdirMatt Turner1-0/+1
2012-08-24build: Replace OSMESA_VERSION with generic VERSION_NUMBERMatt Turner1-1/+1
2012-08-16build: Remove -shared from OSMesa's LDFLAGSMatt Turner1-1/+1
2012-07-31Move installing osmesa.pc to drivers/osmesaJon TURNEY2-2/+15
2012-07-25drivers/osmesa: Link OSMesa using -no-undefined libtool flagJon TURNEY1-1/+1
2012-07-13Don't explicitly link libOsmesa with libmesa's dependency libglslJon TURNEY1-2/+1