aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_buffer_objects.c
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2014-06-28 17:08:21 -0700
committerKenneth Graunke <[email protected]>2014-06-30 14:05:27 -0700
commit5f106b03a96360314d231ad06c8b645d316700ee (patch)
treeb5d10f761b5cb94469d60bc2ea5edfd44f8d9563 /src/mesa/drivers/dri/i965/intel_buffer_objects.c
parent5e20e9a830a4f6a3956e8c1bd21f94fd53b3ceb2 (diff)
i965: Restyle brw_disasm.c.
brw_disasm.c basically wasn't following the Mesa coding style at all. It used 4-space indent instead of 3-space, didn't cuddle braces, didn't put function return types on a separate line, put extra spaces in function calls (between the name and parenthesis), and a number of other things. This made it fairly obnoxious to work on, since my editor is configured to follow Mesa style in the Mesa source repository. Fixing it to follow a consistent style now should save time dealing with it later. These modifications were originally generated by: $ indent -br -i3 -npcs -ce -cs -l80 --no-tabs with some manual changes afterwards to fit our style better. Signed-off-by: Kenneth Graunke <[email protected]> Reviewed-by: Matt Turner <[email protected]> Reviewed-by: Kristian Høgsberg <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/intel_buffer_objects.c')
0 files changed, 0 insertions, 0 deletions