Am Dienstag 03 April 2007 23:38 schrieb Felix Nawothnig:
dlls/wined3d/state.c | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-)
Some of them should technically be ERRs because we tell the application that we do not support those features, so they should never be used. However, since we want to implement them somewhen I think its fine to downgrade them to FIXMEs
Stefan Dösinger wrote:
Some of them should technically be ERRs because we tell the application that we do not support those features, so they should never be used.
Application bugs shouldn't trigger ERRs, Wine bugs should.
Felix.