summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_context.h
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2021-02-22 19:04:39 -0800
committerMarge Bot <eric+marge@anholt.net>2021-02-25 21:03:49 +0000
commit5005cbc7ed203ad3fb1d9aa4e49139e14841565d (patch)
tree3b45efb6919b2f32aa64278a3b8db59999e43ee2 /src/mesa/drivers/dri/i965/brw_context.h
parent95bd5fc4639d9debc37487faac35c70c626f91a2 (diff)
i965: Eliminate all tabs except in brw_defines.h
For a while we were doing 3-space indent with 8-space tabs, largely due to the emacs settings of a couple of contributors. We stopped using tabs a long time ago, and they're just a nuisance at this point. Acked-by: Jason Ekstrand <jason@jlekstrand.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9207>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_context.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index a48f20b0bf7..9371527b623 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -1012,12 +1012,12 @@ struct brw_context
/* BRW_NEW_URB_ALLOCATIONS:
*/
struct {
- GLuint vsize; /* vertex size plus header in urb registers */
- GLuint gsize; /* GS output size in urb registers */
- GLuint hsize; /* Tessellation control output size in urb registers */
- GLuint dsize; /* Tessellation evaluation output size in urb registers */
- GLuint csize; /* constant buffer size in urb registers */
- GLuint sfsize; /* setup data size in urb registers */
+ GLuint vsize; /* vertex size plus header in urb registers */
+ GLuint gsize; /* GS output size in urb registers */
+ GLuint hsize; /* Tessellation control output size in urb registers */
+ GLuint dsize; /* Tessellation evaluation output size in urb registers */
+ GLuint csize; /* constant buffer size in urb registers */
+ GLuint sfsize; /* setup data size in urb registers */
bool constrained;
@@ -1366,7 +1366,7 @@ void brw_validate_textures( struct brw_context *brw );
void brw_init_frag_prog_functions(struct dd_function_table *functions);
void brw_get_scratch_bo(struct brw_context *brw,
- struct brw_bo **scratch_bo, int size);
+ struct brw_bo **scratch_bo, int size);
void brw_alloc_stage_scratch(struct brw_context *brw,
struct brw_stage_state *stage_state,
unsigned per_thread_size);
@@ -1452,7 +1452,7 @@ brw_delete_transform_feedback(struct gl_context *ctx,
struct gl_transform_feedback_object *obj);
void
brw_begin_transform_feedback(struct gl_context *ctx, GLenum mode,
- struct gl_transform_feedback_object *obj);
+ struct gl_transform_feedback_object *obj);
void
brw_end_transform_feedback(struct gl_context *ctx,
struct gl_transform_feedback_object *obj);
@@ -1476,7 +1476,7 @@ gen7_begin_transform_feedback(struct gl_context *ctx, GLenum mode,
struct gl_transform_feedback_object *obj);
void
gen7_end_transform_feedback(struct gl_context *ctx,
- struct gl_transform_feedback_object *obj);
+ struct gl_transform_feedback_object *obj);
void
gen7_pause_transform_feedback(struct gl_context *ctx,
struct gl_transform_feedback_object *obj);