Leaked source code of windows server 2003
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.
 
 
 
 
 
 
Shaswata Das 5c6fe3db62
Create README.md
4 years ago
..
daytona commiting as it is 4 years ago
win9x commiting as it is 4 years ago
attrfunc.cpp commiting as it is 4 years ago
attrfunc.hpp commiting as it is 4 years ago
cvgmask.cpp commiting as it is 4 years ago
dirs commiting as it is 4 years ago
edgefunc.cpp commiting as it is 4 years ago
edgefunc.hpp commiting as it is 4 years ago
fragproc.cpp commiting as it is 4 years ago
fragrslv.cpp commiting as it is 4 years ago
maplegcy.cpp commiting as it is 4 years ago
pch.cpp commiting as it is 4 years ago
pixproc.cpp commiting as it is 4 years ago
pixref.cpp commiting as it is 4 years ago
readme.txt commiting as it is 4 years ago
refrast.cpp commiting as it is 4 years ago
refrasti.cpp commiting as it is 4 years ago
refrasti.hpp commiting as it is 4 years ago
refs3tc.cpp commiting as it is 4 years ago
rrutil.cpp commiting as it is 4 years ago
rtarget.cpp commiting as it is 4 years ago
scancnv.cpp commiting as it is 4 years ago
setup.cpp commiting as it is 4 years ago
shadow.cpp commiting as it is 4 years ago
sources.inc commiting as it is 4 years ago
texmap.cpp commiting as it is 4 years ago
texstage.cpp commiting as it is 4 years ago
texture.cpp commiting as it is 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