commit | 048765624598e6c60b9fe4dc82a72b7110f16715 | [log] [tgz] |
---|---|---|
author | Brian Paul <brianp@vmware.com> | Fri Jun 19 08:40:43 2009 -0600 |
committer | Brian Paul <brianp@vmware.com> | Fri Jun 19 08:53:15 2009 -0600 |
tree | a7de4cf9935db001a2c86c05c1315ce98cf778d0 | |
parent | 8f382fd3f396e182255fe084bc32648b98ca1d94 [diff] |
softpipe: return alpha=1 in shadow_compare() function The alpha value wasn't set at all before so we got unpredictable results. Note that we don't currently obey GL_DEPTH_TEXTURE_MODE in the state tracker. For now, we return the result in the default mode (r,r,r,1).