This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, generate has been updated via e9cc5c1ae7cc5eff7b688fb8659de8ce7d4cc250 (commit) from 1ffba0f0fa47f6abe46ab253d786833f512fa79c (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/e9cc5c1ae7cc5eff7b688fb8659de8ce7d4cc...
commit e9cc5c1ae7cc5eff7b688fb8659de8ce7d4cc250 Author: Cyril Hrubis metan@ucw.cz Date: Mon Oct 31 22:07:10 2011 +0100
Add pixel type for voipac.
diff --git a/gfxprim_config.py b/gfxprim_config.py index 15b06e7..d603e53 100644 --- a/gfxprim_config.py +++ b/gfxprim_config.py @@ -46,7 +46,7 @@ config = GfxPrimConfig( # Standard RGB types #
- PixelType(name='RGBx8888', pixelsize=PS_32BPP, chanslist=[ + PixelType(name='xRGB8888', pixelsize=PS_32BPP, chanslist=[ ('R', 16, 8), ('G', 8, 8), ('B', 0, 8)]), @@ -71,10 +71,14 @@ config = GfxPrimConfig( ('R', 12, 6), ('G', 6, 6), ('B', 0, 6)]), + + PixelType(name='xRGB4666', pixelsize=PS_32BPP, chanslist=[ + ('R', 12, 6), + ('G', 6, 6), + ('B', 0, 6)]), # # Palette types # - PixelType(name='P2', pixelsize=PS_2BPP_LE, chanslist=[ ('P', 0, 2)]),
@@ -87,7 +91,6 @@ config = GfxPrimConfig( # # Gray-only pixel types # - PixelType(name='G1', pixelsize=PS_1BPP_LE, chanslist=[ ('V', 0, 1)]),
-----------------------------------------------------------------------
Summary of changes: gfxprim_config.py | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.