update debian/control version
Signed-off-by: Xavier Boudet <x-boudet@ti.com>
Signed-off-by: Xavier Boudet <x-boudet@ti.com>
Add more entries to gitignore
Signed-off-by: Vincent Stehlé <v-stehle@ti.com>
Signed-off-by: Vincent Stehlé <v-stehle@ti.com>
Depend on recent libgbm >= 9
Signed-off-by: Vincent Stehlé <v-stehle@ti.com>
Signed-off-by: Vincent Stehlé <v-stehle@ti.com>
Allow any architecture
Signed-off-by: Vincent Stehlé <v-stehle@ti.com>
Signed-off-by: Vincent Stehlé <v-stehle@ti.com>
Do not depend on omap specific libraries
Signed-off-by: Vincent Stehlé <v-stehle@ti.com>
Signed-off-by: Vincent Stehlé <v-stehle@ti.com>
debian: initial debianization
Signed-off-by: Nicolas Dechesne <n-dechesne@ti.com>
Signed-off-by: Nicolas Dechesne <n-dechesne@ti.com>
Makefile.am: remove need for m4 folder
The current Makefile.am requires the 'm4' folder, however
there is no need for it for the moment. that causes troubles when
building packages with Debian CDBS 'autoreconf' which does not
use the local autogen.sh script.
Signed-off-by: Nicolas Dechesne <n-dechesne@ti.com>
The current Makefile.am requires the 'm4' folder, however
there is no need for it for the moment. that causes troubles when
building packages with Debian CDBS 'autoreconf' which does not
use the local autogen.sh script.
Signed-off-by: Nicolas Dechesne <n-dechesne@ti.com>
Put vertex attribute data into a VBO.
This makes the division between set up (init_gl()), and draw (draw())
code cleaner, and should be more efficient in general.
Signed-off-by: Jesse Barker <jesse.barker@linaro.org>
This makes the division between set up (init_gl()), and draw (draw())
code cleaner, and should be more efficient in general.
Signed-off-by: Jesse Barker <jesse.barker@linaro.org>
update copyright
Found the original author of the gl cube code, so update the copyright
notice accordingly.
Found the original author of the gl cube code, so update the copyright
notice accordingly.
initial commit