]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/kmscube.git/log
glsdk/kmscube.git
10 years agoVersion 0.0.1+20121024-5 1.0.0
Xavier Boudet [Wed, 7 Nov 2012 09:42:41 +0000 (10:42 +0100)]
Version 0.0.1+20121024-5

Signed-off-by: Xavier Boudet <x-boudet@ti.com>
10 years agoupdate debian/control version
Xavier Boudet [Wed, 7 Nov 2012 09:41:08 +0000 (10:41 +0100)]
update debian/control version

Signed-off-by: Xavier Boudet <x-boudet@ti.com>
10 years agoVersion 0.0.1+20121024-4
Vincent Stehlé [Fri, 26 Oct 2012 12:36:06 +0000 (14:36 +0200)]
Version 0.0.1+20121024-4

Signed-off-by: Vincent Stehlé <v-stehle@ti.com>
10 years agoAdd more entries to gitignore
Vincent Stehlé [Fri, 26 Oct 2012 12:34:12 +0000 (14:34 +0200)]
Add more entries to gitignore

Signed-off-by: Vincent Stehlé <v-stehle@ti.com>
10 years agoDepend on recent libgbm >= 9
Vincent Stehlé [Fri, 26 Oct 2012 12:33:06 +0000 (14:33 +0200)]
Depend on recent libgbm >= 9

Signed-off-by: Vincent Stehlé <v-stehle@ti.com>
10 years agoAllow any architecture
Vincent Stehlé [Fri, 26 Oct 2012 14:14:28 +0000 (16:14 +0200)]
Allow any architecture

Signed-off-by: Vincent Stehlé <v-stehle@ti.com>
10 years agoDo not depend on omap specific libraries
Vincent Stehlé [Fri, 26 Oct 2012 10:12:09 +0000 (12:12 +0200)]
Do not depend on omap specific libraries

Signed-off-by: Vincent Stehlé <v-stehle@ti.com>
10 years agodebian: initial debianization
Nicolas Dechesne [Wed, 24 Oct 2012 16:19:19 +0000 (16:19 +0000)]
debian: initial debianization

Signed-off-by: Nicolas Dechesne <n-dechesne@ti.com>
10 years agoMakefile.am: remove need for m4 folder
Nicolas Dechesne [Wed, 24 Oct 2012 19:34:07 +0000 (19:34 +0000)]
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>
10 years agoPut vertex attribute data into a VBO.
Jesse Barker [Thu, 18 Oct 2012 16:30:49 +0000 (09:30 -0700)]
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>
10 years agoupdate copyright
Rob Clark [Tue, 4 Sep 2012 15:38:02 +0000 (10:38 -0500)]
update copyright

Found the original author of the gl cube code, so update the copyright
notice accordingly.

10 years agoinitial commit
Rob Clark [Tue, 4 Sep 2012 00:28:10 +0000 (19:28 -0500)]
initial commit