OSDN Git Service

Added HelloRAD test sample.
authorNicolas Capens <capn@google.com>
Fri, 17 Oct 2014 16:42:08 +0000 (12:42 -0400)
committerNicolas Capens <nicolascapens@google.com>
Mon, 3 Nov 2014 19:55:11 +0000 (19:55 +0000)
commit7233930e1eed8784adbe3606312b97c6f3d750cd
tree73fecb17571127f1a412aec4d07660bed1956c94
parent9d4c9210801040a565db33f240cd50cc65289a93
Added HelloRAD test sample.

BUG=18218488

Change-Id: Iab4432360de4f3ac6921e4ed84790bcd772d147d
Reviewed-on: https://swiftshader-review.googlesource.com/1222
Reviewed-by: Nicolas Capens <nicolascapens@google.com>
Tested-by: Nicolas Capens <nicolascapens@google.com>
tests/HelloRAD/Makefile [new file with mode: 0644]
tests/HelloRAD/rad.sln [new file with mode: 0644]
tests/HelloRAD/rad.vcproj [new file with mode: 0644]
tests/HelloRAD/src/GL/gl.h [new file with mode: 0644]
tests/HelloRAD/src/GL/glext.h [new file with mode: 0644]
tests/HelloRAD/src/GL/glut.h [new file with mode: 0644]
tests/HelloRAD/src/GL/rad.h [new file with mode: 0644]
tests/HelloRAD/src/app/rad.cpp [new file with mode: 0644]
tests/HelloRAD/src/app/radexample.cpp [new file with mode: 0644]
tests/HelloRAD/src/app/radfnptrinit.c [new file with mode: 0644]
tests/HelloRAD/src/app/radfnptrinit.h [new file with mode: 0644]