mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
i965: Trivial formatting changes in brw_draw_upload.c
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Acked-by: Jason Ekstrand <jason.ekstrand@intel.com> Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
This commit is contained in:
parent
5b6218395c
commit
680d09b072
1 changed files with 6 additions and 3 deletions
|
|
@ -649,7 +649,8 @@ emit_vertex_buffer_state(struct brw_context *brw,
|
|||
}
|
||||
#define EMIT_VERTEX_BUFFER_STATE(...) __map = emit_vertex_buffer_state(__VA_ARGS__, __map)
|
||||
|
||||
static void brw_emit_vertices(struct brw_context *brw)
|
||||
static void
|
||||
brw_emit_vertices(struct brw_context *brw)
|
||||
{
|
||||
GLuint i;
|
||||
|
||||
|
|
@ -859,7 +860,8 @@ const struct brw_tracked_state brw_vertices = {
|
|||
.emit = brw_emit_vertices,
|
||||
};
|
||||
|
||||
static void brw_upload_indices(struct brw_context *brw)
|
||||
static void
|
||||
brw_upload_indices(struct brw_context *brw)
|
||||
{
|
||||
struct gl_context *ctx = &brw->ctx;
|
||||
const struct _mesa_index_buffer *index_buffer = brw->ib.ib;
|
||||
|
|
@ -939,7 +941,8 @@ const struct brw_tracked_state brw_indices = {
|
|||
.emit = brw_upload_indices,
|
||||
};
|
||||
|
||||
static void brw_emit_index_buffer(struct brw_context *brw)
|
||||
static void
|
||||
brw_emit_index_buffer(struct brw_context *brw)
|
||||
{
|
||||
const struct _mesa_index_buffer *index_buffer = brw->ib.ib;
|
||||
GLuint cut_index_setting;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue