genode/repos/gems
Norman Feske c48a4ebce8 os: add texture_rgb888.h and texture_rgb565.h
The headers 'texture_rgb565.h' and 'texture_rgb888' contain
template specializations needed for using the 'Texture::rgba' function
for the respective pixel formats. The specializations were formerly
contained in application-local code.
2014-10-13 15:21:53 +02:00
..
include/gems os: add texture_rgb888.h and texture_rgb565.h 2014-10-13 15:21:53 +02:00
lib/mk gems: move reusable code to include/gems 2014-10-13 15:21:53 +02:00
run terminal: fix warning about uninitialized variable 2014-09-11 10:23:39 +02:00
src os: add texture_rgb888.h and texture_rgb565.h 2014-10-13 15:21:53 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

This directory is a source-code repository containing Genode-specific
services and applications. In contrast to the components that come with
the 'os' repository, programs contained in 'gems' are able to leverage
the functionalities provided by higher-level repositories such as
'libports', and 'qt4'. To use the 'gems' repository, make sure to
also add those repositories to your build configuraion.