OSDN Git Service

i965: Drop tabs in brw_state.h.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 12 Nov 2016 01:12:13 +0000 (17:12 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Sat, 12 Nov 2016 01:12:46 +0000 (17:12 -0800)
src/mesa/drivers/dri/i965/brw_state.h

index 1413df8..07126e8 100644 (file)
@@ -221,20 +221,20 @@ brw_select_pipeline(struct brw_context *brw, enum brw_pipeline pipeline)
  */
 
 void brw_upload_cache(struct brw_cache *cache,
-                     enum brw_cache_id cache_id,
-                     const void *key,
-                     GLuint key_sz,
-                     const void *data,
-                     GLuint data_sz,
-                     const void *aux,
-                     GLuint aux_sz,
-                     uint32_t *out_offset, void *out_aux);
+                      enum brw_cache_id cache_id,
+                      const void *key,
+                      GLuint key_sz,
+                      const void *data,
+                      GLuint data_sz,
+                      const void *aux,
+                      GLuint aux_sz,
+                      uint32_t *out_offset, void *out_aux);
 
 bool brw_search_cache(struct brw_cache *cache,
-                     enum brw_cache_id cache_id,
-                     const void *key,
-                     GLuint key_size,
-                     uint32_t *inout_offset, void *inout_aux);
+                      enum brw_cache_id cache_id,
+                      const void *key,
+                      GLuint key_size,
+                      uint32_t *inout_offset, void *inout_aux);
 void brw_program_cache_check_size(struct brw_context *brw);
 
 void brw_init_caches( struct brw_context *brw );
@@ -266,7 +266,7 @@ GLuint translate_tex_target(GLenum target);
 
 GLuint translate_tex_format(struct brw_context *brw,
                             mesa_format mesa_format,
-                           GLenum srgb_decode);
+                            GLenum srgb_decode);
 
 int brw_get_texture_swizzle(const struct gl_context *ctx,
                             const struct gl_texture_object *t);