Search
lxdream.org :: lxdream/src/pvr2/pvr2.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/pvr2/pvr2.h
changeset 865:e10c081f4b81
prev864:a90f3d5e57e1
next886:2bc6d2329cce
author nkeynes
date Mon Sep 29 06:34:25 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Tidy up punchout handling slightly (doesn't really seem to need sorting...)
file annotate diff log raw
1.1 --- a/src/pvr2/pvr2.h Mon Sep 29 05:55:33 2008 +0000
1.2 +++ b/src/pvr2/pvr2.h Mon Sep 29 06:34:25 2008 +0000
1.3 @@ -273,9 +273,9 @@
1.4
1.5 void render_autosort_tile( pvraddr_t tile_entry, int render_mode );
1.6
1.7 -void render_set_context( uint32_t *context, int render_mode );
1.8 +void render_set_context( uint32_t *context, GLint depth_mode );
1.9
1.10 -void gl_render_tilelist( pvraddr_t tile_entry );
1.11 +void gl_render_tilelist( pvraddr_t tile_entry, GLint depth_mode );
1.12
1.13 render_buffer_t pvr2_create_render_buffer( sh4addr_t addr, int width, int height, GLuint tex_id );
1.14
.