mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 00:38:48 +02:00
r300: fix missing function declaration
This commit is contained in:
parent
bcef4b63eb
commit
65fe0c86ff
1 changed files with 2 additions and 0 deletions
|
|
@ -659,6 +659,8 @@ extern int r300VertexProgUpdateParams(GLcontext * ctx,
|
|||
struct r300_vertex_program_cont *vp,
|
||||
float *dst);
|
||||
|
||||
extern void r300InitShaderFunctions(r300ContextPtr r300);
|
||||
|
||||
#define r300PackFloat32 radeonPackFloat32
|
||||
#define r300PackFloat24 radeonPackFloat24
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue