add sprite demo from Armin Reese

Also fixed up the copyright header a bit. No comments on the coding
styled used ;-)

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2012-02-08 16:46:57 +01:00
parent e61b917134
commit 6fe3884bc9
6 changed files with 1234 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
sprite_on
+7
View File
@@ -0,0 +1,7 @@
bin_PROGRAMS = \
sprite_on \
$(NULL)
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/lib
AM_CFLAGS = $(DRM_CFLAGS) $(PCIACCESS_CFLAGS) $(CWARNFLAGS)
LDADD = $(top_builddir)/lib/libintel_tools.la $(DRM_LIBS) $(PCIACCESS_LIBS)
+1222
View File
File diff suppressed because it is too large Load Diff