radeon: Enable GL_EXT_framebuffer_blit
[mesa.git] / src / mesa / drivers / dri / radeon / radeon_cmdbuf.h
index 63f51c35772c9d9ac0128c859559e046021e58ae..31b95fd661af68d7deb69813cca5dc297eeca9c1 100644 (file)
@@ -28,16 +28,11 @@ void rcommonBeginBatch(radeonContextPtr rmesa,
        const radeonContextPtr b_l_rmesa = rmesa
 
 /**
- * Prepare writing n dwords to the command buffer,
- * including producing any necessary state emits on buffer wraparound.
+ * Prepare writing n dwords to the command buffer.  Does not cause automatic
+ * state emits.
  */
 #define BEGIN_BATCH(n) rcommonBeginBatch(b_l_rmesa, n, __FILE__, __FUNCTION__, __LINE__)
 
-/**
- * Same as BEGIN_BATCH, but do not cause automatic state emits.
- */
-#define BEGIN_BATCH_NO_AUTOSTATE(n) rcommonBeginBatch(b_l_rmesa, n, __FILE__, __FUNCTION__, __LINE__)
-
 /**
  * Write one dword to the command buffer.
  */