mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 14:20:11 +01:00
i965: Make brw_vs_outputs_written static.
Drop a prototype. Trivial.
This commit is contained in:
parent
3e56e4642f
commit
9f6082f6c7
2 changed files with 1 additions and 5 deletions
|
|
@ -69,7 +69,7 @@ brw_select_clip_planes(struct gl_context *ctx)
|
|||
}
|
||||
}
|
||||
|
||||
GLbitfield64
|
||||
static GLbitfield64
|
||||
brw_vs_outputs_written(struct brw_context *brw, struct brw_vs_prog_key *key,
|
||||
GLbitfield64 user_varyings)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -39,10 +39,6 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
GLbitfield64
|
||||
brw_vs_outputs_written(struct brw_context *brw, struct brw_vs_prog_key *key,
|
||||
GLbitfield64 outputs_written);
|
||||
|
||||
void
|
||||
brw_upload_vs_prog(struct brw_context *brw);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue