mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
13 lines
653 B
Plaintext
13 lines
653 B
Plaintext
libplacebo is essentially the core rendering algorithms and ideas of
|
|
mpv turned into a library. This grew out of an interest to accomplish
|
|
the following goals:
|
|
|
|
- Clean up mpv's internal rendering abstraction API and make it
|
|
reusable for other projects.
|
|
- Provide a standard library of useful GPU-accelerated image processing
|
|
primitives based on GLSL, so projects like VLC or Firefox can use them
|
|
without incurring a heavy dependency on libmpv.
|
|
- Rewrite core parts of mpv's GPU-accelerated video renderer on top of
|
|
redesigned abstractions. (Basically, I wanted to eliminate stateful APIs like
|
|
shader_cache.c and totally redesign gpu/video.c)
|