summaryrefslogtreecommitdiff
path: root/GLESv2/yagl_gles3_pixel_formats.h
AgeCommit message (Collapse)AuthorFilesLines
2015-01-08YaGL: Source cleanupjinhyung.jo1-0/+33
Add MIT(or LGPL3.0) boilerplate to the header of the files Add a rule for license file in the spec file Add LICENSE & NOTICE, AUTHOR, COPYING, etc files Change-Id: If2b5c1c07834aaa0f463fb9f47240a2ab463eeff Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
2014-02-05YaGL: Better pixel format handling and validationStanislav Vorobiov1-0/+80
We introduce yagl_pixel_format that is now used to describe pixel formats, it's also capable of doing target <-> host conversions. This is much better than old approach, it allows us to have all format descriptions in one place, validation is also easier and adding new format is a matter of adding new yagl_pixel_format Change-Id: I81cedb55ef2f871420aaf80c7b9d47d9fbf9aca2