aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/osmesa
Commit message (Expand)AuthorAgeFilesLines
* scons: Prune out unnecessary targets.Jose Fonseca2020-03-301-52/+0
* meson: inline `inc_common`Eric Engestrom2020-03-281-1/+1
* gallium/osmesa: Try to fix the test for big-endian.Eric Anholt2020-02-041-0/+21
* gallium/osmesa: Fill out other format tests.Eric Anholt2020-02-041-42/+68
* gallium/osmesa: Fix a typo in the unit test's test names.Eric Anholt2020-02-041-1/+1
* osmesa/tests: Cover OSMESA_RGB GL_UNSIGNED_BYTE caseDanylo Piliaiev2020-02-041-5/+21
* Meson: Remove lib prefix from graw and osmesa when building with Mingw.Prodea Alexandru-Liviu2019-11-071-0/+1
* osmesa/tests: Extend render test to cover other working casesDylan Baker2019-11-071-1/+3
* gallium/osmesa: Convert osmesa test to gtestDylan Baker2019-11-073-49/+108
* osmesa: add missing #include <stdint.h>Eric Engestrom2019-10-181-0/+1
* meson: fix gallium-osmesa to build for windowsDylan Baker2019-10-101-1/+9
* 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