summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/osmesa
AgeCommit message (Expand)AuthorFilesLines
2017-06-22mesa: don't update draw buffer bounds in _mesa_update_stateMarek Olšák1-0/+3
2017-06-09mesa: inline vbo_exec_invalidate_state() and call from mesa coreTimothy Arceri1-1/+0
2017-06-09mesa: stop passing state bitfield to UpdateState()Timothy Arceri1-2/+7
2017-04-18mesa: rename _mesa_add_renderbuffer* functionsTimothy Arceri1-7/+7
2017-04-10osmesa: tidy up renderbuffer refCount initialisationTimothy Arceri1-1/+0
2017-01-27dri/osmesa: automake: include builddir prior to srcdirEmil Velikov1-1/+1
2016-09-23osmesa: Unbind the current context when given a null context and buffer.Emilio Cobos Álvarez1-0/+7
2016-07-07osmesa: Export OSMesaCreateContextAttribs.Mathias Fröhlich1-0/+1
2016-05-30Revert "osmesa: don't try to bundle osmesa.def SConscript"Emil Velikov1-0/+2
2016-05-30scons: build osmesa swrast and galliumAndreas Fänger2-0/+55
2015-12-16osmesa: add new OSMesaCreateContextAttribs functionBrian Paul1-1/+99
2015-07-15osmesa: fix OSMesaPixelsStore typoBrian Paul1-1/+1
2015-05-20darwin: Fix install name of libOSMesaJeremy Huddleston Sequoia1-1/+0
2015-04-01osmesa: don't try to bundle osmesa.def SConscriptEmil Velikov1-2/+0
2015-03-25scons: Don't build osmesa.Jose Fonseca2-54/+0
2015-03-05osmesa: include stdio.hBrian Paul1-0/+1
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-1/+1
2015-02-23osmesa: add gallium include dirs to Makefile.amBrian Paul1-0/+2
2014-12-12osmesa: Add osmesa.def to distribution.Matt Turner1-1/+1
2014-12-12mesa: Add scons files to distribution.Matt Turner1-0/+2
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