Re: [Mesa-dev] [PATCH 1/1] i915: Add support for gl_FragData[0] reads.

2013-12-16 Thread Eric Anholt
Henri Verbeet writes: > Similar to 556a47a2621073185be83a0a721a8ba93392bedb, without this reading from > gl_FragData[0] would cause a software fallback. I thought it might have been an RO register, but the specs say it's RW. Reviewed-by: Eric Anholt pgp4utZzUIbHm.pgp Description: PGP signatu

[Mesa-dev] [PATCH 1/1] i915: Add support for gl_FragData[0] reads.

2013-12-15 Thread Henri Verbeet
Similar to 556a47a2621073185be83a0a721a8ba93392bedb, without this reading from gl_FragData[0] would cause a software fallback. Bugzilla: https://bugs.winehq.org/show_bug.cgi?id=33964 Signed-off-by: Henri Verbeet Cc: 10.0 9.2 9.1 --- src/mesa/drivers/dri/i915/i915_fragprog.c |1 + 1 file cha