aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/osmesa
Commit message (Expand)AuthorAgeFilesLines
* osmesa: Fix typo in _MaxEnabledTexImageUnit.José Fonseca2014-05-011-1/+1
* mesa: Drop _EnabledUnits.Eric Anholt2014-04-301-2/+2
* automake: don't enable -Wl,--no-undefined on OpenBSDJonathan Gray2014-04-051-1/+1
* automake: ask the linker to do garbage collectionEmil Velikov2014-03-311-0/+1
* automake: add -Wl,--no-undefined to all librariesEmil Velikov2014-03-311-1/+6
* automake: allow only shared buildsEmil Velikov2014-03-111-2/+0
* automake: do not use symbols names for static glapi.laEmil Velikov2014-03-111-3/+3
* automake: use install-lib-links.mk across all classic mesaEmil Velikov2014-03-111-7/+1
* osmesa: drop obsolete AM_CXXFLAGSEmil Velikov2014-02-111-2/+0
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-1/+1
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-271-7/+7
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-6/+6
* osmesa: add missing commaBrian Paul2013-11-181-1/+1
* osmesa: add support for postprocess filtersBrian Paul2013-11-181-0/+11
* osmesa: assorted code clean-upsBrian Paul2013-11-111-25/+38
* osmesa: fix broken triangle/line drawing when using float color bufferBrian Paul2013-11-111-0/+16
* osmesa: Symlink shared library to LIB_DIRArmin K2013-08-211-0/+1
* osmesa: link against static libglapi library too to get the gl exportsMaarten Lankhorst2013-07-161-3/+3
* osmesa: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensionsIan Romanick2013-06-281-5/+0
* mesa: Remove the Initialized field from framebuffers.Eric Anholt2013-06-251-1/+0
* mesa: Remove Driver.GetBufferSize and its callers.Eric Anholt2013-06-251-1/+0
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* build: remove unused API_DEFINESAndreas Boll2013-05-011-2/+1
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* osmesa: fix out-of-tree buildAndreas Boll2013-03-191-0/+1
* osmesa: use _mesa_generate_mipmap() for mipmap generation, not metaBrian Paul2013-01-291-0/+3
* mesa: Make the drivers call a non-code-generated dispatch table setup.Eric Anholt2013-01-211-1/+1
* scons: Fix dependencies of generated headers.José Fonseca2013-01-211-2/+1
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* mesa osmesa/x11: fix build error introduced in 4bea4cb9Jordan Justen2012-12-171-5/+5
* drivers: compute version and then initialize exec tableJordan Justen2012-12-161-0/+9
* mesa: pass context parameter to gl_renderbuffer::Delete()Brian Paul2012-11-301-2/+2
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-1/+1
* Remove OpenVMS supportMatt Turner2012-11-161-45/+0
* mesa: remove the driverCtx parameter to _mesa_create/initialize_context()Brian Paul2012-10-051-1/+1
* build: Add visibility CFLAGS to OSMesaMatt Turner2012-10-011-2/+4
* build: Link OSMesa with glapi, libdl, libstdc++Matt Turner2012-10-011-5/+12
* Set OSMESA_VERSION=8.Johannes Obermayr2012-09-072-3/+3
* build: Only add links to .so files if we're building themMatt Turner2012-08-241-0/+2
* build: Add libOSMesa.so.$(VERSION) link to libdirMatt Turner2012-08-241-0/+1
* build: Replace OSMESA_VERSION with generic VERSION_NUMBERMatt Turner2012-08-241-1/+1
* build: Remove -shared from OSMesa's LDFLAGSMatt Turner2012-08-161-1/+1
* Move installing osmesa.pc to drivers/osmesaJon TURNEY2012-07-312-2/+15
* drivers/osmesa: Link OSMesa using -no-undefined libtool flagJon TURNEY2012-07-251-1/+1
* Don't explicitly link libOsmesa with libmesa's dependency libglslJon TURNEY2012-07-131-2/+1
* automake: convert libglapiJon TURNEY2012-07-131-1/+1
* automake: convert libmesa and libmesagalliumJon TURNEY2012-07-131-1/+1
* automake: convert libglslJon TURNEY2012-07-131-1/+1