Age | Commit message (Collapse) | Author | Files | Lines |
|
Signed-off-by: Chad Versace <chad.versace@intel.com>
|
|
|
|
Signed-off-by: Chad Versace <chad.versace@intel.com>
|
|
piglit_include_target_api() facilitates building Piglit with multiple GL
targets (for example, GL and GLES2).
Note: This belongs to a series that add GLES2 support to Piglit.
Signed-off-by: Chad Versace <chad.versace@intel.com>
|
|
Add two new CMakeLists, /cmake/target_api/{gl,gles2}/CMakeLists.txt, each
of which builds Piglit with its respective API. (Of course,
gles2/CMakeLists.txt adds no targets because Piglit does not yet support
building with GLES2.)
The toplevel CMakeLists no longer adds subdirectory /tests; that is now
the responsiblity of the API-specific CMakeLists.
Note: This belongs to a series that adds GLES2 support to Piglit.
Signed-off-by: Chad Versace <chad.versace@intel.com>
|