1.1 --- a/src/pvr2/pvr2.h Mon Sep 08 07:56:33 2008 +0000
1.2 +++ b/src/pvr2/pvr2.h Thu Sep 11 22:51:24 2008 +0000
1.5 void gl_render_tilelist( pvraddr_t tile_entry );
1.7 +render_buffer_t pvr2_create_render_buffer( sh4addr_t addr, int width, int height, GLuint tex_id );
1.9 +void pvr2_destroy_render_buffer( render_buffer_t buffer );
1.13 * Structure to hold a complete unpacked vertex (excluding modifier
1.14 * volume parameters - generate separate vertexes in that case).
1.17 GLuint texcache_get_texture( uint32_t texture_word, int width, int height );
1.19 +render_buffer_t texcache_get_render_buffer( uint32_t texture_addr, int mode, int width, int height );
1.21 void pvr2_check_palette_changed(void);
1.23 int pvr2_render_save_scene( const gchar *filename );