summaryrefslogtreecommitdiff
path: root/src/gallium/targets/osmesa
AgeCommit message (Expand)AuthorFilesLines
2018-04-13gallium/osmesa: link with winsock2 library on WindowsBrian Paul1-0/+3
2018-04-13gallium: move ddebug, noop, rbug, trace to auxiliary to improve build timesMarek Olšák3-8/+4
2018-03-30spirv: Fix building with SConsNeil Roberts1-0/+1
2018-02-07Revert "gallium: build ddebug, noop, rbug, trace as part of auxiliary"Roland Scheidegger1-1/+3
2018-02-07gallium: build ddebug, noop, rbug, trace as part of auxiliaryMarek Olšák1-3/+1
2018-01-19autotools: include meson build files in tarballDylan Baker1-1/+2
2018-01-08meson: Turn on swr for relevant targetsDylan Baker1-3/+2
2017-12-04meson: Add osmesa.sym script as a link dependency (gallium-osmesa)Dylan Baker1-0/+3
2017-12-04meson: use driver_deps for gallium osmesaDylan Baker1-11/+6
2017-11-07meson: standardize .so version to major.minor.patchEric Engestrom1-1/+1
2017-10-27meson: build gallium based osmesaDylan Baker1-0/+68
2017-05-26osmesa: link with libunwind if enabled (v2)Alexandre Demers1-1/+2
2017-04-14swr: Fix swr osmesa buildGeorge Kyriazis1-1/+1
2016-12-05configure.ac: Move llvm_set_environment_variables higher.Tobias Droste1-1/+1
2016-11-21gallium: Add support for SWR compilationGeorge Kyriazis1-0/+4
2016-07-07osmesa: Export OSMesaCreateContextAttribs.Mathias Fröhlich3-0/+3
2016-05-17scons: gallium: link against nir as neededEmil Velikov1-0/+1
2016-03-02mesa/build: add OpenSWR to buildTim Rowley1-0/+6
2016-01-26nir: move shader_enums.[ch] to compilerEmil Velikov1-0/+1
2015-10-21osmesa: Expose GL entry points for Windows build via DEF file.Nigel Stewart2-0/+674
2015-10-19scons: Build nir/glsl_types.cpp once.Jose Fonseca2-9/+1
2015-10-17scons: fix MSVC, MinGW buildBrian Paul2-1/+9
2015-05-20targets/osmesa: drop the -module tag from LDFLAGSEmil Velikov1-1/+0
2015-04-27scons: add target osmesa using gallium state tracker.Olivier Pena4-1/+77
2014-12-12gallium/targets: Add *.sym files to distribution.Matt Turner1-0/+1
2014-11-16targets: bundle all files in the tarballEmil Velikov1-0/+2
2014-05-25automake: correctly append the version-scriptEmil Velikov1-1/+4
2014-05-25targets/osmesa: include mangled gl symbolsEmil Velikov1-0/+1
2014-05-23targets/osmesa: limit the amount of exported symbolsEmil Velikov2-0/+19
2014-05-02targets/osmesa: hide osmesa_create_screenEmil Velikov1-1/+3
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-31gallium/targets: explicitly include a dummy.cpp and remove all the LINK mayhemEmil Velikov1-3/+1
2014-03-11automake: allow only shared buildsEmil Velikov1-4/+0
2014-03-11automake: do not use symbols names for static glapi.laEmil Velikov1-4/+4
2014-03-11gallium/targets: use install-gallium-targets.mkEmil Velikov1-8/+1
2013-08-23gallium/osmesa: Link, not copy, the shared library to the LIB_DIR.Jon Severinsson1-1/+1
2013-08-23gallium/osmesa: Always link with the c++ linker.Jon Severinsson1-9/+2
2013-08-23gallium/osmesa: Make and install an osmesa.pc.Jon Severinsson2-3/+14
2013-08-20gallium/osmesa: link against static libglapi library too to get the gl exportsMaarten Lankhorst1-3/+2
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-03-12target/osmesa: add new Makefile.amBrian Paul1-0/+91
2013-03-12targets/osmesa: new OSMesa gallium targetBrian Paul1-0/+55