Search
lxdream.org :: lxdream/src/pvr2/scene.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/pvr2/scene.h
changeset 878:c498ba66e851
prev863:a5e5310061e2
next1066:ddffe9d2b332
author nkeynes
date Mon Jan 26 07:26:24 2009 +0000 (15 years ago)
permissions -rw-r--r--
last change Add read_byte_for_write mem function for correct implementation of AND.B and friends
with TLB enabled.
Add read_byte and read_long MMIO stubs to do correct sign extension of IO reads
file annotate diff log raw
1.1 --- a/src/pvr2/scene.h Sun Sep 28 01:09:51 2008 +0000
1.2 +++ b/src/pvr2/scene.h Mon Jan 26 07:26:24 2009 +0000
1.3 @@ -43,13 +43,11 @@
1.4
1.5 struct polygon_struct {
1.6 uint32_t *context;
1.7 - int cull; // culling mode
1.8 uint32_t vertex_count; // number of vertexes in polygon
1.9 uint32_t tex_id;
1.10 int32_t vertex_index; // index of first vertex in vertex buffer
1.11 uint32_t mod_tex_id;
1.12 int32_t mod_vertex_index; // index of first modified vertex in vertex buffer
1.13 - float center_z;
1.14 struct polygon_struct *next; // chain for tri/quad arrays
1.15 };
1.16
.