From: Michal Danzer Date: Tue, 6 May 2008 18:35:25 +0000 (-0600) Subject: gallium: create renderbuffer surface w/out CPU_READ/WRITE flags X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=973d0c014dba87308e358291de0730d38d50a733;p=mesa.git gallium: create renderbuffer surface w/out CPU_READ/WRITE flags --- diff --git a/src/mesa/state_tracker/st_cb_fbo.c b/src/mesa/state_tracker/st_cb_fbo.c index 1fa82b07e68..e0578f0b4d7 100644 --- a/src/mesa/state_tracker/st_cb_fbo.c +++ b/src/mesa/state_tracker/st_cb_fbo.c @@ -385,8 +385,6 @@ st_render_texture(GLcontext *ctx, att->CubeMapFace, att->TextureLevel, att->Zoffset, - PIPE_BUFFER_USAGE_CPU_READ | - PIPE_BUFFER_USAGE_CPU_WRITE | PIPE_BUFFER_USAGE_GPU_READ | PIPE_BUFFER_USAGE_GPU_WRITE); assert(strb->surface);