OSDN Git Service

Add vdenc common commands for CNL
[android-x86/hardware-intel-common-vaapi.git] / src / i965_render.h
index 227a15b..a373924 100644 (file)
@@ -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);
 };