summaryrefslogtreecommitdiff
path: root/src/sna/sna.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2012-12-16 15:00:21 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2012-12-16 15:22:58 +0000
commit4580bbeac0051417cb03f272112b0cfe697e31b3 (patch)
tree6ea57241c9742803d8d8e08baedd699a7e25cf0e /src/sna/sna.h
parent58770b7d6401d2d81f7fee1c8c0e788d44149712 (diff)
intel: Support debugging through AccelMethod
Ease debugging by allowing all acceleration or render acceleration to be disabled through AccelMethod: Option "AccelMethod" "off" -> disable all acceleration Option "AccelMethod" "blt" -> disable render acceleration (only use BLT) Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/sna.h')
-rw-r--r--src/sna/sna.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sna/sna.h b/src/sna/sna.h
index 8861fd9a..c7ebbd93 100644
--- a/src/sna/sna.h
+++ b/src/sna/sna.h
@@ -79,7 +79,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define DBG(x)
#endif
-#define DEBUG_NO_RENDER 0
#define DEBUG_NO_BLT 0
#define DEBUG_FLUSH_BATCH 0