projects
/
profile
/
extras
/
intel-gpu-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
675c919
)
lib/intel_batchbuffer: Remove BATCH_LOCALS
author
Daniel Vetter
<daniel.vetter@ffwll.ch>
Thu, 13 Mar 2014 00:38:42 +0000
(
01:38
+0100)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Thu, 13 Mar 2014 17:07:21 +0000
(18:07 +0100)
Totally unused, we have frisky implicit assumptions that the
batch is called batch instead.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
lib/intel_batchbuffer.h
patch
|
blob
|
history
diff --git
a/lib/intel_batchbuffer.h
b/lib/intel_batchbuffer.h
index
7dbb575
..
fe000e7
100644
(file)
--- a/
lib/intel_batchbuffer.h
+++ b/
lib/intel_batchbuffer.h
@@
-71,10
+71,6
@@
intel_batchbuffer_require_space(struct intel_batchbuffer *batch,
intel_batchbuffer_flush(batch);
}
-/* Here are the crusty old macros, to be removed:
- */
-#define BATCH_LOCALS
-
#define BEGIN_BATCH(n) do { \
intel_batchbuffer_require_space(batch, (n)*4); \
} while (0)