Преглед изворни кода

draw: Decorate callbacks with PIPE_CDECL.

tags/mesa_20090313
Michal Krol пре 17 година
родитељ
комит
ff44dd5cde
1 измењених фајлова са 8 додато и 8 уклоњено
  1. 8
    8
      src/gallium/auxiliary/draw/draw_vs_varient.c

+ 8
- 8
src/gallium/auxiliary/draw/draw_vs_varient.c Прегледај датотеку

@@ -130,10 +130,10 @@ static void do_viewport( struct draw_vs_varient_generic *vsvg,
}

static void vsvg_run_elts( struct draw_vs_varient *varient,
const unsigned *elts,
unsigned count,
void *output_buffer)
static void PIPE_CDECL vsvg_run_elts( struct draw_vs_varient *varient,
const unsigned *elts,
unsigned count,
void *output_buffer )
{
struct draw_vs_varient_generic *vsvg = (struct draw_vs_varient_generic *)varient;
@@ -186,10 +186,10 @@ static void vsvg_run_elts( struct draw_vs_varient *varient,
}


static void vsvg_run_linear( struct draw_vs_varient *varient,
unsigned start,
unsigned count,
void *output_buffer )
static void PIPE_CDECL vsvg_run_linear( struct draw_vs_varient *varient,
unsigned start,
unsigned count,
void *output_buffer )
{
struct draw_vs_varient_generic *vsvg = (struct draw_vs_varient_generic *)varient;

Loading…
Откажи
Сачувај