- 3402bdd cmake: Find spirv/glslang dependencies by Dustin Graves · 9 years ago
- 2264144 linux: use linux naming conventions by Jeremy Hayes · 9 years ago
- b1b2440 remove reference to run_all_tests_with_layers, which has been removed by Tony Barbour · 9 years ago
- e1b8da1 tests: Fix Windows compilation error that popped up recently. by Mark Young · 9 years ago
- 7b60e49 Remove all tests except for layer validation and doc validation by Tony Barbour · 9 years ago
- 44c90ba FIXES: Non-MSVC compilers on Windows were failing. by Mark Young · 9 years ago
- ecf4582 BUILD: Moved 64-bit source dir back to build from build64. by Mark Young · 9 years ago
- 93ecb1d Win32: Get 32-bit Windows build working by Mark Young · 9 years ago
- ce816b6 header: move to version 1.0.1 by Jon Ashburn · 9 years ago
- 0b552b3 loader: update linux version to 1. by Jeremy Hayes · 9 years ago
- 89dc91c Remove FindPkgConfig from Windows build to stop error messages by Tony Barbour · 9 years ago
- 4bb0d30 Windows build: rename vulkan.0.dll to vulkan-0.dll by David Pinedo · 9 years ago
- 12d4c6a layers: Automated checking of validation layer documentation by Tobin Ehlis · 9 years ago
- 28b8f02 vktrace: Glave renaming -- removed all references to *glave* and *glv* by Mark Lobodzinski · 9 years ago
- 3a77cbc vktrace: GLAVE file/directory renaming by Mark Lobodzinski · 9 years ago
- 95cb689 windows: Rename validation scripts to make copies more clear by Cody Northrop · 9 years ago
- 00a5d36 tests: Set macros that ImageMagick 6 wants by Mike Stroyan · 9 years ago
- bcf05fd tests: Fix to find right vulkan library on Windows by Tony Barbour · 9 years ago
- a08771e tests: Change tests/CMakeLists.txt so it can link correctly with glslang by David Pinedo · 9 years ago
- 6fb266c tests: Fix script copy to only happen if necessary by Tony Barbour · 9 years ago
- 4e886bf Tests: Add glave trace/replay test to master by David Pinedo · 9 years ago
- 07d25af tests: Turn on c++11 required for SPIR-V remapping by Cody Northrop · 9 years ago
- 5a95b47 tests: Add SPIR-V stripping/canonicalization to test framework by Cody Northrop · 9 years ago
- 76411ba tests: Document Image Magick dependency by Tony Barbour · 9 years ago
- 856aba3 tests: add scripts for running tests on Windows by Tony Barbour · 9 years ago
- 7ea6aa2 tests: Clean up some MSVC++ compiler warnings by Tony Barbour · 9 years ago
- 500194c tests: Cmake changes for building on Windows by Tony Barbour · 9 years ago
- 159ffe0 tests: Force reporting level in layer validation tests by Mark Lobodzinski · 9 years ago
- f53c3cb renaming: Move many xgl files to vk version by Courtney Goeltzenleuchter · 10 years ago
- d365eeb tests: rename xglbase to vkbase by Courtney Goeltzenleuchter · 10 years ago
- d8e229c Stage 1 of rename by Courtney Goeltzenleuchter · 10 years ago
- 300a608 tests: Start on adding layer validation tests by Tony Barbour · 10 years ago
- d22e3ff tests: Add layer_test_suite.py by Tobin Ehlis · 10 years ago
- c1638cc Fix compilation errors and warnings for latest SPIRV headers. by Steve K · 10 years ago
- a20bae6 tests: Remove Opengl / Glut dependencies by Tony Barbour · 10 years ago
- 96db882 tests: Use XGL to --show-images instead of OpenGL/Glut by Tony Barbour · 10 years ago
- 92400bb tests: Move environment object into sharable file by Tony Barbour · 10 years ago
- 661dc37 Enable additional Linux warnings, for loader/layers/demos. by Ian Elliott · 10 years ago
- 391bb6d xgl: Add xgl header changes for rev30 and 31. by Mark Lobodzinski · 10 years ago
- fb1459b tests: fold xgldevice.{cpp,h} into xglrenderframework.{cpp,h} by Chia-I Wu · 10 years ago
- a6bc0ce tests: fold xglimage.{cpp,h} into xglrenderframework.{cpp,h} by Chia-I Wu · 10 years ago
- 040312a tests: remove unused xglgpu.{cpp,h} by Chia-I Wu · 10 years ago
- 46a3263 tests: remove base_render_test.cpp by Chia-I Wu · 10 years ago
- e34256d tests: remove unused displayengine.{cpp,h} by Chia-I Wu · 10 years ago
- a9a506a tests: use the new binding in blit tests by Chia-I Wu · 10 years ago
- 2953ed3 tests: helper script to run all regression tests by Courtney Goeltzenleuchter · 10 years ago
- 05c7181 tests: untar golden_images.tar.gz by Chia-I Wu · 10 years ago
- e54918b tests: Include golden images by Courtney Goeltzenleuchter · 10 years ago
- ec664fa tests: fix build errors due to ImageMagick dependency by Chia-I Wu · 10 years ago
- d89a3e1 tests: move xglinfo to demos by Chia-I Wu · 10 years ago
- 08f5c88 tests: merge common.[ch] back to xglinfo.c by Chia-I Wu · 10 years ago
- 37f2351 Remove tony_* and compiler render tests by Tony Barbour · 10 years ago
- 9d951a0 Add more tests and move classes to header file by Tony Barbour · 10 years ago
- 247bf37 tests:New Object Oriented Infrastructure by Tony Barbour · 10 years ago
- d7414b0 tests: add basic blit (copy, clear, and resolve) tests by Chia-I Wu · 10 years ago
- 6737ace compiler_render_tests: Turn on the compiler_render_tests build by Cody Northrop · 10 years ago
- fdcfb9f tests: Add matrix library (libglm-dev) and test by Courtney Goeltzenleuchter · 10 years ago
- 336139d tests: Make simple test with everything needed by Courtney Goeltzenleuchter · 10 years ago
- a4b278b tests: Add another class to help implementing tests by Courtney Goeltzenleuchter · 10 years ago
- a43bbd8 cmake: Lift common glslang definitions up to main CMakeLists by Courtney Goeltzenleuchter · 10 years ago
- 9818f78 tests: Add utility function to compile GLSL to BIL by Courtney Goeltzenleuchter · 10 years ago
- 54119a3 tests: Update render_test to use XglTestFramework class by Courtney Goeltzenleuchter · 10 years ago
- a1393b0 tests: Add CreateImage method to Device class by Courtney Goeltzenleuchter · 10 years ago
- f21d32d render_test: Add OpenGL display engine by Courtney Goeltzenleuchter · 10 years ago
- cc5eb3a tests: Add begining of render test by Courtney Goeltzenleuchter · 10 years ago
- 6863ff4 tests: Add basic CreateShader test. by Courtney Goeltzenleuchter · 10 years ago
- 80ea59a tests: Add file for extended image tests by Courtney Goeltzenleuchter · 10 years ago
- cc2c481 tests: Remove old tests that have been ported to gtest by Courtney Goeltzenleuchter · 10 years ago
- cc9da54 tests: Port existing tests to gtest format. by Courtney Goeltzenleuchter · 10 years ago
- b7f5050 tests: Add gpu class by Courtney Goeltzenleuchter · 10 years ago
- 447ed58 tests: Integrate gtest tools by Courtney Goeltzenleuchter · 10 years ago
- 24cec9b tests: Add gtest library by Courtney Goeltzenleuchter · 10 years ago
- b8e71a8 tests: Add xglCreateQueryPool test by Courtney Goeltzenleuchter · 10 years ago
- 0f81054 tests: Add Event test by Courtney Goeltzenleuchter · 10 years ago
- 81e8b9e tests: Add test for xglGetDevceQueue by Courtney Goeltzenleuchter · 10 years ago
- d29b6e6 tests: Add test for xglCreateFence by Courtney Goeltzenleuchter · 10 years ago
- 9179a17 tests: Add AllocMemory test. by Courtney Goeltzenleuchter · 10 years ago
- 43ef1f8 xglinfo: link against libXGL by Chia-I Wu · 10 years ago
- d4bae36 xglinfo: initial commit by Chia-I Wu · 10 years ago