summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/osmesa
Commit message (Expand)AuthorAgeFilesLines
* osmesa: Unbind the current context when given a null context and buffer.Emilio Cobos Álvarez2016-09-231-0/+7
* osmesa: Export OSMesaCreateContextAttribs.Mathias Fröhlich2016-07-071-0/+1
* Revert "osmesa: don't try to bundle osmesa.def SConscript"Emil Velikov2016-05-301-0/+2
* scons: build osmesa swrast and galliumAndreas Fänger2016-05-302-0/+55
* osmesa: add new OSMesaCreateContextAttribs functionBrian Paul2015-12-161-1/+99
* osmesa: fix OSMesaPixelsStore typoBrian Paul2015-07-151-1/+1
* darwin: Fix install name of libOSMesaJeremy Huddleston Sequoia2015-05-201-1/+0
* osmesa: don't try to bundle osmesa.def SConscriptEmil Velikov2015-04-011-2/+0
* scons: Don't build osmesa.Jose Fonseca2015-03-252-54/+0
* osmesa: include stdio.hBrian Paul2015-03-051-0/+1
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-1/+1
* osmesa: add gallium include dirs to Makefile.amBrian Paul2015-02-231-0/+2
* osmesa: Add osmesa.def to distribution.Matt Turner2014-12-121-1/+1
* mesa: Add scons files to distribution.Matt Turner2014-12-121-0/+2
* osmesa: s/INLINE/inline/Brian Paul2014-09-041-1/+1
* osmesa: link with mesautilBrian Paul2014-08-041-0/+1
* util: Gather some common macrosJason Ekstrand2014-08-042-0/+2
* 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