aboutsummaryrefslogtreecommitdiff
path: root/graphics/bonzomatic
Commit message (Collapse)AuthorAgeFilesLines
* graphics/bonzomatic: update 2021-03-07 → 2022-02-05Dmitry Marakasov2022-02-123-15/+4
|
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-0/+1
| | | | | | | | | | Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
* Remove useless Created by: headers mentioning meDmitry Marakasov2021-04-071-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update to 2021-03-07Dmitry Marakasov2021-03-144-433/+17
| | | | Notes: svn path=/head/; revision=568409
* Add compiler:c++11-lang to USES to fix build on GCC-based systems:Mark Linimon2021-02-201-1/+1
| | | | | | | | | cc1plus: error: unrecognized command line option "-std=c++11" Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=566194
* Pacify portlint in preparation for content commit.Mark Linimon2021-02-201-4/+4
| | | | Notes: svn path=/head/; revision=566193
* Add graphics/bonzimatic: Live shader coding tool and Shader Showdown workhorseDmitry Marakasov2021-02-195-0/+469
This is a live-coding tool, where you can write a 2D fragment/pixel shader while it is running in the background. The tool was originally conceived and implemented after the Revision 2014 demoscene party's live coding competition where two contestants improv-code an effect in 25 minutes head-to-head. WWW: https://github.com/Gargaj/Bonzomatic Notes: svn path=/head/; revision=566098