Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Lex Nastin 744f0b4006
Update README.md
4 years ago
..
daytona Add source files 4 years ago
win9x Add source files 4 years ago
attrfunc.cpp Add source files 4 years ago
attrfunc.hpp Add source files 4 years ago
cvgmask.cpp Add source files 4 years ago
dirs Add source files 4 years ago
edgefunc.cpp Add source files 4 years ago
edgefunc.hpp Add source files 4 years ago
fragproc.cpp Add source files 4 years ago
fragrslv.cpp Add source files 4 years ago
maplegcy.cpp Add source files 4 years ago
pch.cpp Add source files 4 years ago
pixproc.cpp Add source files 4 years ago
pixref.cpp Add source files 4 years ago
readme.txt Add source files 4 years ago
refrast.cpp Add source files 4 years ago
refrasti.cpp Add source files 4 years ago
refrasti.hpp Add source files 4 years ago
refs3tc.cpp Add source files 4 years ago
rrutil.cpp Add source files 4 years ago
rtarget.cpp Add source files 4 years ago
scancnv.cpp Add source files 4 years ago
setup.cpp Add source files 4 years ago
shadow.cpp Add source files 4 years ago
sources.inc Add source files 4 years ago
texmap.cpp Add source files 4 years ago
texstage.cpp Add source files 4 years ago
texture.cpp Add source files 4 years ago

readme.txt

Direct3D Reference Rasterizer



**** NOTES ****

* texture compression is not implemented yet

* line rendering evaluation has potential small errors in the fixed point
line function evaluation - this should only show up in very very long
lines and is being replaced with a lossless fixed point iteration for the
next release

* allocation of texture controls (such as texture coordinate index
selection and filtering) to per-texture state or per-context (renderstate)
state is still under revision and may change

* 24 bit depth buffer and all stencil functionality is implemented but
completely untested

* texture stage blending has not been comprehensively tested yet

* texture state blending macro ops are not fully specified yet

* need to clearly identify REQUIREMENTS versus suggestions/demonstrations