Hmm... I don't see it.

Are you not confused by brw_batch_reloc/brw_state_reloc?

-Lionel

On 05/12/2019 06:56, Ilia Mirkin wrote:
Signed-off-by: Ilia Mirkin <imir...@alum.mit.edu>
---
  src/mesa/drivers/dri/i965/intel_batchbuffer.h | 5 -----
  1 file changed, 5 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/intel_batchbuffer.h 
b/src/mesa/drivers/dri/i965/intel_batchbuffer.h
index 91720dad5b4..137158f168a 100644
--- a/src/mesa/drivers/dri/i965/intel_batchbuffer.h
+++ b/src/mesa/drivers/dri/i965/intel_batchbuffer.h
@@ -67,11 +67,6 @@ uint64_t brw_batch_reloc(struct intel_batchbuffer *batch,
                           struct brw_bo *target,
                           uint32_t target_offset,
                           unsigned flags);
-uint64_t brw_state_reloc(struct intel_batchbuffer *batch,
-                         uint32_t batch_offset,
-                         struct brw_bo *target,
-                         uint32_t target_offset,
-                         unsigned flags);
#define USED_BATCH(_batch) \
     ((uintptr_t)((_batch).map_next - (_batch).batch.map))


_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to