OSDN Git Service

i965: Add support for loops to the new FS backend.
authorEric Anholt <eric@anholt.net>
Sun, 29 Aug 2010 06:31:09 +0000 (23:31 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 30 Aug 2010 17:26:05 +0000 (10:26 -0700)
commit1fcb5a9858b7513c5130006933edc224b69be82d
tree607f57f4d475aea94b06dc3cfda2595be6c44971
parent352dff62f8005add9e71e6b5ba3b3321cb953d73
i965: Add support for loops to the new FS backend.

This includes a handy little safety check to prevent the loop from
going "too long", as permitted by the spec.  I haven't gone out of my
way to test it, though…

Fixes 20 more piglit tests.
src/mesa/drivers/dri/i965/brw_fs.cpp