diff options
author | Stéphane Marchesin <[email protected]> | 2011-09-21 17:59:26 -0700 |
---|---|---|
committer | Stéphane Marchesin <[email protected]> | 2011-09-21 18:01:41 -0700 |
commit | fc1fbb2dc183f979d30b8abc8b235c3a8ff32839 (patch) | |
tree | 16fbee6c0f8f604d222c240abc896c7e49d01969 /src/gallium/drivers | |
parent | bfe507bcfffa7a0f5688172911c677186a0d5a87 (diff) |
i915g: Fix some whitespace problems.
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/i915/i915_context.h | 20 | ||||
-rw-r--r-- | src/gallium/drivers/i915/i915_debug_private.h | 4 |
2 files changed, 12 insertions, 12 deletions
diff --git a/src/gallium/drivers/i915/i915_context.h b/src/gallium/drivers/i915/i915_context.h index f16bb725a4b..0f66d13104f 100644 --- a/src/gallium/drivers/i915/i915_context.h +++ b/src/gallium/drivers/i915/i915_context.h @@ -50,18 +50,18 @@ struct i915_winsys_batchbuffer; #define I915_DYNAMIC_MODES4 0 #define I915_DYNAMIC_DEPTHSCALE_0 1 /* just the header */ -#define I915_DYNAMIC_DEPTHSCALE_1 2 +#define I915_DYNAMIC_DEPTHSCALE_1 2 #define I915_DYNAMIC_IAB 3 #define I915_DYNAMIC_BC_0 4 /* just the header */ #define I915_DYNAMIC_BC_1 5 -#define I915_DYNAMIC_BFO_0 6 +#define I915_DYNAMIC_BFO_0 6 #define I915_DYNAMIC_BFO_1 7 -#define I915_DYNAMIC_STP_0 8 -#define I915_DYNAMIC_STP_1 9 -#define I915_DYNAMIC_SC_ENA_0 10 -#define I915_DYNAMIC_SC_RECT_0 11 -#define I915_DYNAMIC_SC_RECT_1 12 -#define I915_DYNAMIC_SC_RECT_2 13 +#define I915_DYNAMIC_STP_0 8 +#define I915_DYNAMIC_STP_1 9 +#define I915_DYNAMIC_SC_ENA_0 10 +#define I915_DYNAMIC_SC_RECT_0 11 +#define I915_DYNAMIC_SC_RECT_1 12 +#define I915_DYNAMIC_SC_RECT_2 13 #define I915_MAX_DYNAMIC 14 @@ -78,7 +78,7 @@ struct i915_winsys_batchbuffer; /* These must mach the order of LI0_STATE_* bits, as they will be used * to generate hardware packets: */ -#define I915_CACHE_STATIC 0 +#define I915_CACHE_STATIC 0 #define I915_CACHE_DYNAMIC 1 /* handled specially */ #define I915_CACHE_SAMPLER 2 #define I915_CACHE_MAP 3 @@ -140,7 +140,7 @@ struct i915_cache_context; /* Use to calculate differences between state emitted to hardware and * current driver-calculated state. */ -struct i915_state +struct i915_state { unsigned immediate[I915_MAX_IMMEDIATE]; unsigned dynamic[I915_MAX_DYNAMIC]; diff --git a/src/gallium/drivers/i915/i915_debug_private.h b/src/gallium/drivers/i915/i915_debug_private.h index b3668d08482..5345aaec128 100644 --- a/src/gallium/drivers/i915/i915_debug_private.h +++ b/src/gallium/drivers/i915/i915_debug_private.h @@ -31,7 +31,7 @@ #ifndef I915_DEBUG_PRIVATE_H #define I915_DEBUG_PRIVATE_H -struct debug_stream +struct debug_stream { unsigned offset; /* current gtt offset */ char *ptr; /* pointer to gtt offset zero */ @@ -39,7 +39,7 @@ struct debug_stream unsigned print_addresses; }; -void i915_disassemble_program(struct debug_stream *stream, +void i915_disassemble_program(struct debug_stream *stream, const unsigned *program, unsigned sz); #endif |