LGTM, thanks. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Friday, October 11, 2013 10:44 AM To: [email protected] Cc: Junyan He Subject: [Beignet] [PATCH] Delete the redundant intel_batchbuffer_t init in intel_gpgpu_new
From: Junyan He <[email protected]> Signed-off-by: Junyan He <[email protected]> --- src/intel/intel_gpgpu.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/intel/intel_gpgpu.c b/src/intel/intel_gpgpu.c index 5d93a67..21cf09b 100644 --- a/src/intel/intel_gpgpu.c +++ b/src/intel/intel_gpgpu.c @@ -158,7 +158,6 @@ intel_gpgpu_new(intel_driver_t *drv) state->drv = drv; state->batch = intel_batchbuffer_new(state->drv); assert(state->batch); - intel_batchbuffer_init(state->batch, state->drv); exit: return state; -- 1.7.9.5 _______________________________________________ Beignet mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/beignet _______________________________________________ Beignet mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/beignet
