mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
intel: Fix prototype warning.
This commit is contained in:
parent
e32721c46a
commit
a04aeea5c0
1 changed files with 2 additions and 0 deletions
|
|
@ -493,6 +493,8 @@ extern int intel_translate_stencil_op(GLenum op);
|
|||
extern int intel_translate_blend_factor(GLenum factor);
|
||||
extern int intel_translate_logic_op(GLenum opcode);
|
||||
|
||||
void intel_update_renderbuffers(__DRIcontext *context,
|
||||
__DRIdrawable *drawable);
|
||||
|
||||
/*======================================================================
|
||||
* Inline conversion functions.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue