summaryrefslogtreecommitdiff
path: root/src/gallium/targets/osmesa
AgeCommit message (Expand)AuthorFilesLines
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