kmscube.c: init_drm(): enable AM3 support
Enable AM3 support by adding "tilcdc" to the modules list.
Signed-off-by: Eric Ruei <e-ruei1@ti.com>
Enable AM3 support by adding "tilcdc" to the modules list.
Signed-off-by: Eric Ruei <e-ruei1@ti.com>
added support for rendering fixed number of frames
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
added signal handler for cleanup
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Added cleanup of GBM, DRM and GL
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
kmscube: change to register only drm fd for select
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
choose the maximum resolution supported by a connector
* select the maximum resolution among all connectors for render surface
* add option to support specification of connector_id by the user
* differentiate between connector_id and display_id
* fix for anti-aliasing artifacts observed with HDMI
essentially choose the first mode of a connector instead of the last mode
Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
* select the maximum resolution among all connectors for render surface
* add option to support specification of connector_id by the user
* differentiate between connector_id and display_id
* fix for anti-aliasing artifacts observed with HDMI
essentially choose the first mode of a connector instead of the last mode
Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
Add support for dual display in DRM
* support for an OpenGLES based dual display application
* checked on Jacinto6 EVM
Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
* support for an OpenGLES based dual display application
* checked on Jacinto6 EVM
Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
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