mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 23:20:14 +01:00
i965: Make gen6_sf_state.c's get_attr_override non-static.
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
8832920c29
commit
3dc4bc1f78
2 changed files with 5 additions and 1 deletions
|
|
@ -163,4 +163,8 @@ void brw_create_constant_surface(struct brw_context *brw,
|
|||
int width,
|
||||
uint32_t *out_offset);
|
||||
|
||||
/* gen6_sf_state.c */
|
||||
uint32_t
|
||||
get_attr_override(struct brw_context *brw, int fs_attr, int two_side_color);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
#include "main/macros.h"
|
||||
#include "intel_batchbuffer.h"
|
||||
|
||||
static uint32_t
|
||||
uint32_t
|
||||
get_attr_override(struct brw_context *brw, int fs_attr, int two_side_color)
|
||||
{
|
||||
int attr_index = 0, i, vs_attr;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue