cairo/util/cairo-script
Maarten Lankhorst a34cb719cd Add support for RGBA128F and RGB96F formats.
IGT wants to add support for planes with a bit depth >10, which
requires a higher precision format than we have currently.

I'm using RGBA as format, because of its existence in OpenGL.
With the new formats we can directly convert our bytes to half float,
or multiply a colro vector with a matrix to go to the Y'CbCr colorspace.

This requires pixman 0.36.0, so bump the version requirement.

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Reviewed-by: Bryce Harrington <bryce@bryceharrington.org>
2019-01-07 19:10:44 -08:00
..
examples [script] Add examples 2008-12-12 12:00:44 +00:00
.gitignore gitignore: refresh 2010-01-22 22:30:43 +00:00
cairo-script-file.c cairo-script: Always include config.h first thing 2015-06-18 12:38:43 -07:00
cairo-script-hash.c cairo-script: Cleanup boilerplate header for consistency 2015-06-18 12:38:51 -07:00
cairo-script-interpreter.c fix warning: inlining failed in call to '_csi_stack_push' 2017-10-21 13:08:39 +10:30
cairo-script-interpreter.h script: Attempt to decompress images in place 2013-01-08 15:01:37 +00:00
cairo-script-objects.c cairo-script: Always include config.h first thing 2015-06-18 12:38:43 -07:00
cairo-script-operators.c Add support for RGBA128F and RGB96F formats. 2019-01-07 19:10:44 -08:00
cairo-script-private.h fix warning: inlining failed in call to '_csi_stack_push' 2017-10-21 13:08:39 +10:30
cairo-script-scanner.c cairo-script: Rename struct member to avoid name collision on AIX 2015-06-18 12:38:59 -07:00
cairo-script-stack.c cairo-script: Always include config.h first thing 2015-06-18 12:38:43 -07:00
COPYING Add CairoScript interpreter 2008-11-13 11:36:55 +00:00
csi-bind.c cairo-script: Prefer cairo from local tree 2015-06-18 12:38:55 -07:00
csi-exec.c cairo-script: Prefer cairo from local tree 2015-06-18 12:38:55 -07:00
csi-replay.c cairo-script: Prefer cairo from local tree 2015-06-18 12:38:55 -07:00
csi-trace.c csi-trace does not show help 2018-04-02 11:55:19 -07:00
Makefile.am script: Recompress strings using LZO whilst binding traces 2013-01-05 21:10:35 +00:00
Makefile.sources script-interpreter: Build on win32 2011-06-24 14:13:09 +02:00
Makefile.win32 script-interpreter: Build on win32 2011-06-24 14:13:09 +02:00