From f53057ce9b5eb3c7256a4aca95b4944733e14503 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Thu, 17 Jun 2010 09:11:25 +0000 Subject: [PATCH] Move the profiler and inspector tools to the gl flavor --- {source => flavors/gl/source}/arraystate.cpp | 0 {source => flavors/gl/source}/arraystate.h | 0 {source => flavors/gl/source}/bufferstate.cpp | 0 {source => flavors/gl/source}/bufferstate.h | 0 {source => flavors/gl/source}/glstate.cpp | 0 {source => flavors/gl/source}/glstate.h | 0 {source => flavors/gl/source}/inspector.cpp | 0 {source => flavors/gl/source}/inspector.h | 0 {source => flavors/gl/source}/profiler.cpp | 0 {source => flavors/gl/source}/profiler.h | 0 {source => flavors/gl/source}/texturestate.cpp | 0 {source => flavors/gl/source}/texturestate.h | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename {source => flavors/gl/source}/arraystate.cpp (100%) rename {source => flavors/gl/source}/arraystate.h (100%) rename {source => flavors/gl/source}/bufferstate.cpp (100%) rename {source => flavors/gl/source}/bufferstate.h (100%) rename {source => flavors/gl/source}/glstate.cpp (100%) rename {source => flavors/gl/source}/glstate.h (100%) rename {source => flavors/gl/source}/inspector.cpp (100%) rename {source => flavors/gl/source}/inspector.h (100%) rename {source => flavors/gl/source}/profiler.cpp (100%) rename {source => flavors/gl/source}/profiler.h (100%) rename {source => flavors/gl/source}/texturestate.cpp (100%) rename {source => flavors/gl/source}/texturestate.h (100%) diff --git a/source/arraystate.cpp b/flavors/gl/source/arraystate.cpp similarity index 100% rename from source/arraystate.cpp rename to flavors/gl/source/arraystate.cpp diff --git a/source/arraystate.h b/flavors/gl/source/arraystate.h similarity index 100% rename from source/arraystate.h rename to flavors/gl/source/arraystate.h diff --git a/source/bufferstate.cpp b/flavors/gl/source/bufferstate.cpp similarity index 100% rename from source/bufferstate.cpp rename to flavors/gl/source/bufferstate.cpp diff --git a/source/bufferstate.h b/flavors/gl/source/bufferstate.h similarity index 100% rename from source/bufferstate.h rename to flavors/gl/source/bufferstate.h diff --git a/source/glstate.cpp b/flavors/gl/source/glstate.cpp similarity index 100% rename from source/glstate.cpp rename to flavors/gl/source/glstate.cpp diff --git a/source/glstate.h b/flavors/gl/source/glstate.h similarity index 100% rename from source/glstate.h rename to flavors/gl/source/glstate.h diff --git a/source/inspector.cpp b/flavors/gl/source/inspector.cpp similarity index 100% rename from source/inspector.cpp rename to flavors/gl/source/inspector.cpp diff --git a/source/inspector.h b/flavors/gl/source/inspector.h similarity index 100% rename from source/inspector.h rename to flavors/gl/source/inspector.h diff --git a/source/profiler.cpp b/flavors/gl/source/profiler.cpp similarity index 100% rename from source/profiler.cpp rename to flavors/gl/source/profiler.cpp diff --git a/source/profiler.h b/flavors/gl/source/profiler.h similarity index 100% rename from source/profiler.h rename to flavors/gl/source/profiler.h diff --git a/source/texturestate.cpp b/flavors/gl/source/texturestate.cpp similarity index 100% rename from source/texturestate.cpp rename to flavors/gl/source/texturestate.cpp diff --git a/source/texturestate.h b/flavors/gl/source/texturestate.h similarity index 100% rename from source/texturestate.h rename to flavors/gl/source/texturestate.h -- 2.43.0