X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Fi965_render.h;h=a3739247caac71768f898e4726c6c1ff63c43c24;hb=05eba9435c821f8fc1840593b923d3b43fade550;hp=227a15b2640ddda7309ab4232233ff2f609890a1;hpb=14040e12c3124d01106563539b72ab9428c2537a;p=android-x86%2Fhardware-intel-common-vaapi.git diff --git a/src/i965_render.h b/src/i965_render.h index 227a15b..a373924 100644 --- a/src/i965_render.h +++ b/src/i965_render.h @@ -38,8 +38,7 @@ struct i965_kernel; -struct i965_render_state -{ +struct i965_render_state { struct { dri_bo *vertex_buffer; } vb; @@ -47,7 +46,7 @@ struct i965_render_state struct { dri_bo *state; } vs; - + struct { dri_bo *state; } sf; @@ -75,7 +74,7 @@ struct i965_render_state int pp_flag; /* 0: disable, 1: enable */ struct i965_kernel render_kernels[3]; - + struct { dri_bo *bo; int bo_size; @@ -106,7 +105,7 @@ struct i965_render_state unsigned int blend_state_offset; int blend_state_size; - + unsigned int sf_clip_offset; int sf_clip_size; @@ -118,8 +117,8 @@ struct i965_render_state const VARectangle *dst_rect, unsigned int flags); void (*render_put_subpicture)(VADriverContextP ctx, struct object_surface *, - const VARectangle *src_rec, - const VARectangle *dst_rect); + const VARectangle *src_rec, + const VARectangle *dst_rect); void (*render_terminate)(VADriverContextP ctx); };