summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/osmesa
Commit message (Expand)AuthorAgeFilesLines
* 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