summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i915simple/i915_context.c
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-10-15 13:06:53 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-10-15 13:06:53 -0600
commit230225c5d746e4f62d71dda8c2832cc25eb28afe (patch)
tree6a571a9837a26afa1bc04b77f831fe8f92a080aa /src/mesa/pipe/i915simple/i915_context.c
parent8630e5edb36f00de30117d56c1691363d471c0cc (diff)
formatting
Diffstat (limited to 'src/mesa/pipe/i915simple/i915_context.c')
-rw-r--r--src/mesa/pipe/i915simple/i915_context.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mesa/pipe/i915simple/i915_context.c b/src/mesa/pipe/i915simple/i915_context.c
index 8150fcfbf5..161f8ce697 100644
--- a/src/mesa/pipe/i915simple/i915_context.c
+++ b/src/mesa/pipe/i915simple/i915_context.c
@@ -175,10 +175,11 @@ i915_end_query(struct pipe_context *pipe, struct pipe_query_object *q)
}
-static boolean i915_draw_elements( struct pipe_context *pipe,
- struct pipe_buffer_handle *indexBuffer,
- unsigned indexSize,
- unsigned prim, unsigned start, unsigned count)
+static boolean
+i915_draw_elements( struct pipe_context *pipe,
+ struct pipe_buffer_handle *indexBuffer,
+ unsigned indexSize,
+ unsigned prim, unsigned start, unsigned count)
{
struct i915_context *i915 = i915_context( pipe );
struct draw_context *draw = i915->draw;
@@ -187,8 +188,7 @@ static boolean i915_draw_elements( struct pipe_context *pipe,
if (i915->dirty)
i915_update_derived( i915 );
-
- /*
+ /*
* Map vertex buffers
*/
for (i = 0; i < PIPE_ATTRIB_MAX; i++) {