Skip to content

Commit

Permalink
README: drop WIP-warnings
Browse files Browse the repository at this point in the history
The renderer no longer has any abort() code paths, and the API version
indicator is now stable on git master. Hooray!
  • Loading branch information
haasn committed Nov 7, 2018
1 parent cde743b commit 126e4d4
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@ accomplish the following goals:
redesigned abstractions. (Basically, I wanted to eliminate code smell like
`shader_cache.c` and totally redesign `gpu/video.c`)

**NOTE**: libplacebo is currently in a relatively early stage. To reflect
this, the API version as exported by common.h will **NOT** change except on
new beta releases (v0.x). So using libplacebo directly from git master is not
advised; always use one of the tagged releases if you want to play around with
libplacebo in its current stage.

Once the version number hits 1.X, which will mark the first stable release,
the API version will be bumped for every change to the public API - even
changes that happen on git master.

## Authors

libplacebo's main developer is Niklas Haas
Expand Down Expand Up @@ -151,10 +141,6 @@ algorithms depending on the hardware's capabilities, combining the correct
sequence of colorspace transformations and shader passes in order to get the
best overall image quality, and so forth.

**WARNING**: The `renderer.h` is a WIP component and currently doesn't support
the full advertised featureset yet. If you trigger any unimplemented paths, it
will abort(). Use at your own risk.

## Installing

### Gentoo
Expand Down

0 comments on commit 126e4d4

Please sign in to comment.