mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-31 02:40:25 +01:00
new texture functions
This commit is contained in:
parent
3e147fe8e7
commit
24df8f895f
2 changed files with 1782 additions and 0 deletions
1763
src/mesa/state_tracker/st_cb_texture.c
Normal file
1763
src/mesa/state_tracker/st_cb_texture.c
Normal file
File diff suppressed because it is too large
Load diff
19
src/mesa/state_tracker/st_cb_texture.h
Normal file
19
src/mesa/state_tracker/st_cb_texture.h
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
#ifndef ST_CB_TEXTURE_H
|
||||
#define ST_CB_TEXTURE_H
|
||||
|
||||
|
||||
extern GLuint
|
||||
st_finalize_mipmap_tree(GLcontext *ctx,
|
||||
struct pipe_context *pipe, GLuint unit,
|
||||
GLboolean *needFlush);
|
||||
|
||||
|
||||
extern void
|
||||
st_init_cb_texture( struct st_context *st );
|
||||
|
||||
|
||||
extern void
|
||||
st_destroy_cb_texture( struct st_context *st );
|
||||
|
||||
|
||||
#endif /* ST_CB_TEXTURE_H */
|
||||
Loading…
Add table
Reference in a new issue