Fix ARB_fp spec conformance bug WRT shadow sampling.
authorIan Romanick <idr@us.ibm.com>
Thu, 7 Jun 2007 20:38:06 +0000 (13:38 -0700)
committerIan Romanick <idr@us.ibm.com>
Thu, 7 Jun 2007 20:38:06 +0000 (13:38 -0700)
commit84d1b24647c0719551e8bcd5fa4601fbd3b1d555
treeecb5388e9ca2d9f60604136e824992d3796324b7
parent359c6eada7172d61ed52091dcc8f406ad0598b8a
Fix ARB_fp spec conformance bug WRT shadow sampling.

The ARB_fp (and other assembly-level fragment program specs) say that the
depth comparison function is always GL_NONE in fragment program mode.
src/mesa/main/mtypes.h
src/mesa/main/texstate.c
src/mesa/main/texstate.h
src/mesa/swrast/s_fragprog.c
src/mesa/swrast/s_texfilter.c