aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/osmesa
Commit message (Expand)AuthorAgeFilesLines
* gallium/osmesa: Introduce a test.Eric Anholt2019-09-042-0/+52
* meson: expose glapi through osmesaEric Engestrom2019-05-181-2/+2
* delete autotools input filesEric Engestrom2019-04-291-12/+0
* Delete autotoolsDylan Baker2019-04-151-93/+0
* gallium/osmesa: link with winsock2 library on WindowsBrian Paul2018-04-131-0/+3
* gallium: move ddebug, noop, rbug, trace to auxiliary to improve build timesMarek Olšák2018-04-133-8/+4
* spirv: Fix building with SConsNeil Roberts2018-03-301-0/+1
* Revert "gallium: build ddebug, noop, rbug, trace as part of auxiliary"Roland Scheidegger2018-02-071-1/+3
* gallium: build ddebug, noop, rbug, trace as part of auxiliaryMarek Olšák2018-02-071-3/+1
* autotools: include meson build files in tarballDylan Baker2018-01-191-1/+2
* meson: Turn on swr for relevant targetsDylan Baker2018-01-081-3/+2
* meson: Add osmesa.sym script as a link dependency (gallium-osmesa)Dylan Baker2017-12-041-0/+3
* meson: use driver_deps for gallium osmesaDylan Baker2017-12-041-11/+6
* meson: standardize .so version to major.minor.patchEric Engestrom2017-11-071-1/+1
* meson: build gallium based osmesaDylan Baker2017-10-271-0/+68
* osmesa: link with libunwind if enabled (v2)Alexandre Demers2017-05-261-1/+2
* swr: Fix swr osmesa buildGeorge Kyriazis2017-04-141-1/+1
* configure.ac: Move llvm_set_environment_variables higher.Tobias Droste2016-12-051-1/+1
* gallium: Add support for SWR compilationGeorge Kyriazis2016-11-211-0/+4
* osmesa: Export OSMesaCreateContextAttribs.Mathias Fröhlich2016-07-073-0/+3
* scons: gallium: link against nir as neededEmil Velikov2016-05-171-0/+1
* mesa/build: add OpenSWR to buildTim Rowley2016-03-021-0/+6
* nir: move shader_enums.[ch] to compilerEmil Velikov2016-01-261-0/+1
* osmesa: Expose GL entry points for Windows build via DEF file.Nigel Stewart2015-10-212-0/+674
* scons: Build nir/glsl_types.cpp once.Jose Fonseca2015-10-192-9/+1
* scons: fix MSVC, MinGW buildBrian Paul2015-10-172-1/+9
* targets/osmesa: drop the -module tag from LDFLAGSEmil Velikov2015-05-201-1/+0
* scons: add target osmesa using gallium state tracker.Olivier Pena2015-04-274-1/+77
* gallium/targets: Add *.sym files to distribution.Matt Turner2014-12-121-0/+1
* targets: bundle all files in the tarballEmil Velikov2014-11-161-0/+2
* automake: correctly append the version-scriptEmil Velikov2014-05-251-1/+4
* targets/osmesa: include mangled gl symbolsEmil Velikov2014-05-251-0/+1
* targets/osmesa: limit the amount of exported symbolsEmil Velikov2014-05-232-0/+19
* targets/osmesa: hide osmesa_create_screenEmil Velikov2014-05-021-1/+3
* 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
* gallium/targets: explicitly include a dummy.cpp and remove all the LINK mayhemEmil Velikov2014-03-311-3/+1
* automake: allow only shared buildsEmil Velikov2014-03-111-4/+0
* automake: do not use symbols names for static glapi.laEmil Velikov2014-03-111-4/+4
* gallium/targets: use install-gallium-targets.mkEmil Velikov2014-03-111-8/+1
* gallium/osmesa: Link, not copy, the shared library to the LIB_DIR.Jon Severinsson2013-08-231-1/+1
* gallium/osmesa: Always link with the c++ linker.Jon Severinsson2013-08-231-9/+2
* gallium/osmesa: Make and install an osmesa.pc.Jon Severinsson2013-08-232-3/+14
* gallium/osmesa: link against static libglapi library too to get the gl exportsMaarten Lankhorst2013-08-201-3/+2
* 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
* target/osmesa: add new Makefile.amBrian Paul2013-03-121-0/+91
* targets/osmesa: new OSMesa gallium targetBrian Paul2013-03-121-0/+55