Files
mesa/src
Kenneth Graunke 456c7355e0 i965: Don't use brw->fragment_program in the old brw_wm_pass2.c.
According to Eric, this shouldn't matter since we don't do precompiles
using the old backend.  In other words, brw->fragment_program (the
currently active program) should equal c->fp (the program currently
being compiled).

However, it's just not a good idea to access brw->fragment_program
directly in compiler code.  It's totally illegal in the new backend, so
let's just not do it here either.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reported-by: Paul Berry <stereotype441@gmail.com>
2012-09-05 06:50:10 -07:00
..
2012-08-31 19:51:02 +02:00
2012-08-31 19:51:02 +02:00
2012-08-22 11:08:06 -07:00
2012-08-14 10:54:39 -07:00
2012-08-31 10:58:15 -07:00