aboutsummaryrefslogtreecommitdiff
path: root/ports/mesa
AgeCommit message (Collapse)Author
2021-08-30[Mesa] update to 21.2.0 (#19612)JonLiu1993
* [Mesa] update to 21.2.0 * update verison
2021-08-11[mesa] Update to 21.1.6 (#18495)Phoebe
* [mesa] Update to 21.1.2 * Update to 21.1.5 * Update to 21.1.6 * Update the baseline version
2021-06-29[llvm] update to 12.0.0, enable zlib and libxml2 (#17302)Yury Bura
* [llvm] update to 12.0.0, enable zlib and libxml2 * [llvm] disable libxml2 by default, arm64-windows should be supported * [llvm] try to fix build with ffi on Windows #17663 * [llvm] re-enable libxml2 * [llvm] fix formatting * [llvm] overwrite version * [mesa] update to v21.1.0 * [llvm] update ci.baseline * [halide] update to the latest master commit * [llvm] disable libxml2 port until complete PR #15390 * update versions * [llvm] fix disabling of external libraries * update version * update ci.baseline * update ci.baseline * fix typo * [llvm] fix libxml2 (depends on #17945) * revert "[halide] update to the latest master commit" * update versions * [halide] fix zlib dependency for tools * update versions * [halide] update to official release v12.0.0 * update versions * [halide] update to v12.0.1 * update version * [mesa] remove llvm from defaults * update version * update ci.baseline * [mesa] update to v21.1.2 and fix build with LLVM on Windows * [llvm] allow to build libunwind project on Windows * update versions * [mesa] update ci.baseline.txt to disable x64-windows-static-md, may be fixed in the PR #18495
2021-01-22[vcpkg baseline] [mesa] Fix conflicts with angle (#15729)NancyLi1013
* [mesa] Remove libs conflicted with angle * Update port_versions check * Use gles-lib-suffix to avoid conflicts with angle * [mesa] Remove libs conflicted with angle * Update port_versions check * Use gles-lib-suffix to avoid conflicts with angle * Update port_versions/m-/mesa.json * Update ports/mesa/portfile.cmake * Update space and versions * Update versions/m-/mesa.json
2021-01-11[mesa] new port (#14640)Alexander Neumann
* [mesa] new port * make mesa build more. * more fine tuning * fix x86 * add supports. * comment about EGL feature. * apply suggestion from CR. added opengl feature. error on disabled shared glapi if multiple GL APIs are selected. * fix boolean option * make sharedgl-api=true the hardcoded default * add suggestion from CR * add mesa:x64-windows-static=fail to ci.baseline.txt due to static crt and parts being a dynamic library. * apply CR sugesstion Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>