[Mesa-dev] [PATCH 0/6] patches to increase the brw eu instruction store size dynamically

Eric Anholt eric at anholt.net
Fri Dec 2 11:25:55 PST 2011


On Thu,  1 Dec 2011 18:26:50 +0800, Yuanhan Liu <yuanhan.liu at linux.intel.com> wrote:
> 
> Actually the first 5 patches are all prepare work for patch 6.
> 
> I checked those patches will all intel oglc testcases, and found no regressions.
> What's better, it fixed something.
> 
> 
> Yuanhan Liu (6):
>   i965: let all the brw_OPCODE functions return an instruction index
>     instead

I don't like the brw_insn_of() thing for the common case of "I just
emitted an instruction and I want to tweak one parameter."  As far as I
can see, it should be possible to store the DO/WHILE/BRK/CONT
information in struct brw_compile so that the only long-lived
brw_instruction * pointers other than p->store go away.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20111202/19511c7f/attachment.pgp>


More information about the mesa-dev mailing list