]> Git Repo - qemu.git/commit
opengl: add shader build infrastructure
authorGerd Hoffmann <[email protected]>
Fri, 16 Jan 2015 12:59:17 +0000 (13:59 +0100)
committerGerd Hoffmann <[email protected]>
Tue, 5 May 2015 07:03:32 +0000 (09:03 +0200)
commitd98bc0b654b97d130338e76e0928296f84e6d6fd
tree50f2539275c0dd5e544152e83e274980e947db27
parent5bccbb04a4abba7af4398de992bf06d585fd1333
opengl: add shader build infrastructure

perl script to transform shader programs into c include files with
static string constands containing the shader programs, so we can
easily embed them into qemu.  Also some Makefile logic for them.

Signed-off-by: Gerd Hoffmann <[email protected]>
Reviewed-by: Max Reitz <[email protected]>
Makefile
scripts/shaderinclude.pl [new file with mode: 0644]
This page took 0.024684 seconds and 4 git commands to generate.