diff options
author | Ilia Mirkin <[email protected]> | 2014-11-28 14:10:50 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2014-12-06 18:18:43 -0500 |
commit | e02ed16cb52973975a097f955ec341a579c8f863 (patch) | |
tree | b2a5e271ecb2a941f31214f51e862e9037e1ec98 /docs/relnotes/10.5.0.html | |
parent | 39a7c049d36bf5d18653e0a8b360dc8317f4b8ec (diff) |
freedreno/a3xx: add support for SRGB render targets
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Rob Clark <[email protected]>
Diffstat (limited to 'docs/relnotes/10.5.0.html')
-rw-r--r-- | docs/relnotes/10.5.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/10.5.0.html b/docs/relnotes/10.5.0.html index c6df2de89b6..2987d536e01 100644 --- a/docs/relnotes/10.5.0.html +++ b/docs/relnotes/10.5.0.html @@ -44,6 +44,7 @@ Note: some of the new features are only available with certain drivers. </p> <ul> +<li>GL_ARB_framebuffer_sRGB on freedreno</li> <li>GL_ARB_texture_rg on freedreno</li> <li>GL_EXT_packed_float on freedreno</li> <li>GL_EXT_texture_shared_exponent on freedreno</li> |