Re: [Mesa-dev] [PATCH] i965: Implement ABO surface state emission.

2013-10-02 Thread Ian Romanick
gmail.com>> > Hi, > I guess this patch also depends on pending patches, right? > Aiaiai-mesa fails to built it: > > On Oct 2, 2013 9:39 PM, "Aiaiai" wrote: > Hi, > > I have tested your changes: > > [M

Re: [Mesa-dev] [PATCH] i965: Implement ABO surface state emission.

2013-10-02 Thread Adrian M Negreanu
gt; BRW_NEW_UNIFORM_BUFFER in the GS ABO state atom. > v3: Update binding table layout diagrams. > > Reviewed-by: Paul Berry Hi, I guess this patch also depends on pending patches, right? Aiaiai-mesa fails to built it: On Oct 2, 2013 9:39 PM, "Aiaiai" wrote: Hi, I have test

[Mesa-dev] [PATCH] i965: Implement ABO surface state emission.

2013-10-02 Thread Francisco Jerez
The maximum number of atomic buffer objects is somewhat arbitrary, we can change it in the future easily if it turns out it's not enough... v2: Add comments with the relevant mesa dirty bits. Fix usage of BRW_NEW_UNIFORM_BUFFER in the GS ABO state atom. v3: Update binding table layout diagram