mesa: refactor: move _mesa_Bind/Gen/DeleteProgram() to arbprogram.c
No API-level functions now in program.c.
This commit is contained in:
@@ -46,10 +46,6 @@
|
||||
extern struct gl_program _mesa_DummyProgram;
|
||||
|
||||
|
||||
/*
|
||||
* Internal functions
|
||||
*/
|
||||
|
||||
extern void
|
||||
_mesa_init_program(GLcontext *ctx);
|
||||
|
||||
@@ -127,19 +123,5 @@ extern GLint
|
||||
_mesa_find_free_register(const struct gl_program *prog, GLuint regFile);
|
||||
|
||||
|
||||
/*
|
||||
* API functions common to ARB/NV_vertex/fragment_program
|
||||
*/
|
||||
|
||||
extern void GLAPIENTRY
|
||||
_mesa_BindProgram(GLenum target, GLuint id);
|
||||
|
||||
extern void GLAPIENTRY
|
||||
_mesa_DeletePrograms(GLsizei n, const GLuint *ids);
|
||||
|
||||
extern void GLAPIENTRY
|
||||
_mesa_GenPrograms(GLsizei n, GLuint *ids);
|
||||
|
||||
|
||||
|
||||
#endif /* PROGRAM_H */
|
||||
|
Reference in New Issue
Block a user