intel-2D: sna vsync

git-svn-id: svn://kolibrios.org@4368 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2013-12-17 05:37:43 +00:00
parent 70b3974a46
commit 122a2a0bd0
6 changed files with 144 additions and 5 deletions

View File

@@ -98,6 +98,10 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define DBG(x)
#endif
# define ENTER() printf("ENTER %s\n", __FUNCTION__)
# define LEAVE() printf("LEAVE %s\n", __FUNCTION__)
# define FAIL() printf("FAIL %s\n", __FUNCTION__)
#define DEBUG_NO_BLT 0
#define DEBUG_FLUSH_BATCH 0