On Sat, May 06, 2017 at 02:53:56PM -0700, Kenneth Graunke wrote:
> On Saturday, May 6, 2017 12:34:33 AM PDT Pohjolainen, Topi wrote:
> > On Sat, May 06, 2017 at 12:30:05AM -0700, Kenneth Graunke wrote:
> > > On Thursday, May 4, 2017 10:38:53 PM PDT Pohjolainen, Topi wrote:
> > > > On Thu, May 04, 2
On Saturday, May 6, 2017 12:34:33 AM PDT Pohjolainen, Topi wrote:
> On Sat, May 06, 2017 at 12:30:05AM -0700, Kenneth Graunke wrote:
> > On Thursday, May 4, 2017 10:38:53 PM PDT Pohjolainen, Topi wrote:
> > > On Thu, May 04, 2017 at 12:16:53PM -0700, Rafael Antognolli wrote:
> > > > On Thu, May 04,
On Sat, May 06, 2017 at 12:30:05AM -0700, Kenneth Graunke wrote:
> On Thursday, May 4, 2017 10:38:53 PM PDT Pohjolainen, Topi wrote:
> > On Thu, May 04, 2017 at 12:16:53PM -0700, Rafael Antognolli wrote:
> > > On Thu, May 04, 2017 at 11:19:24AM +0300, Pohjolainen, Topi wrote:
> > > > On Mon, May 01
On Thursday, May 4, 2017 10:38:53 PM PDT Pohjolainen, Topi wrote:
> On Thu, May 04, 2017 at 12:16:53PM -0700, Rafael Antognolli wrote:
> > On Thu, May 04, 2017 at 11:19:24AM +0300, Pohjolainen, Topi wrote:
> > > On Mon, May 01, 2017 at 06:43:23PM -0700, Rafael Antognolli wrote:
[snip]
> > > > + i
On Fri, May 05, 2017 at 08:38:53AM +0300, Pohjolainen, Topi wrote:
> On Thu, May 04, 2017 at 12:16:53PM -0700, Rafael Antognolli wrote:
> > On Thu, May 04, 2017 at 11:19:24AM +0300, Pohjolainen, Topi wrote:
> > > On Mon, May 01, 2017 at 06:43:23PM -0700, Rafael Antognolli wrote:
> > > > Some code t
On Thu, May 04, 2017 at 12:16:53PM -0700, Rafael Antognolli wrote:
> On Thu, May 04, 2017 at 11:19:24AM +0300, Pohjolainen, Topi wrote:
> > On Mon, May 01, 2017 at 06:43:23PM -0700, Rafael Antognolli wrote:
> > > Some code that was placed in brw_draw_upload.c and exported to be used
> > > by gen8+
On Thu, May 04, 2017 at 11:19:24AM +0300, Pohjolainen, Topi wrote:
> On Mon, May 01, 2017 at 06:43:23PM -0700, Rafael Antognolli wrote:
> > Some code that was placed in brw_draw_upload.c and exported to be used
> > by gen8+ was also moved to genX_state_upload, and the respective symbols
> > are not
On Mon, May 01, 2017 at 06:43:23PM -0700, Rafael Antognolli wrote:
> Some code that was placed in brw_draw_upload.c and exported to be used
> by gen8+ was also moved to genX_state_upload, and the respective symbols
> are not exported anymore.
>
> v2:
>- Remove code from brw_draw_upload too
>
Some code that was placed in brw_draw_upload.c and exported to be used
by gen8+ was also moved to genX_state_upload, and the respective symbols
are not exported anymore.
v2:
- Remove code from brw_draw_upload too
- Emit vertices for gen4-5 too.
- Use helper to setup brw_address (Kristian)