filename | src/pvr2/rendsort.c |
changeset | 893:8eae02de411a |
prev | 876:78cd32021472 |
next | 934:3acd3b3ee6d1 |
author | nkeynes |
date | Fri Oct 24 03:47:30 2008 +0000 (15 years ago) |
permissions | -rw-r--r-- |
last change | Fix depthfunc on individual translucent tri |
file | annotate | diff | log | raw |
1.1 --- a/src/pvr2/rendsort.c Thu Oct 16 04:46:33 2008 +00001.2 +++ b/src/pvr2/rendsort.c Fri Oct 24 03:47:30 2008 +00001.3 @@ -253,7 +253,7 @@1.4 if( num_triangles == 0 ) {1.5 return; /* nothing to do */1.6 } else if( num_triangles == 1 ) { /* Triangle can hardly overlap with itself */1.7 - gl_render_tilelist(tile_entry, GL_LEQUAL);1.8 + gl_render_tilelist(tile_entry, GL_GEQUAL);1.9 } else { /* Ooh boy here we go... */1.10 int i;1.11 struct sort_triangle triangles[num_triangles+1];
.