r300: Further reduced the diff between radeon_span.[ch].

This commit is contained in:
Oliver McFadden 2007-05-09 18:06:10 +00:00
parent cea0c2b144
commit 2db667290a
2 changed files with 3 additions and 2 deletions

View file

@ -40,9 +40,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
#include <unistd.h>
#include "glheader.h"
#include "imports.h"
#include "swrast/swrast.h"
#include "r300_state.h"

View file

@ -179,6 +179,9 @@ radeon_mba_z16(const driRenderbuffer * drb, GLint x, GLint y)
#include "depthtmp.h"
/* 24 bit depth, 8 bit stencil depthbuffer functions
*
* Careful: It looks like the R300 uses ZZZS byte order while the R200
* uses SZZZ for 24 bit depth, 8 bit stencil mode.
*/
#define WRITE_DEPTH( _x, _y, d ) \
do { \