Re: [Mesa-dev] [PATCH 5/9] ir3/nir: Add a new pass 'ir3_nir_lower_io_offsets'

2019-02-26 Thread Eduardo Lima Mitev
On 2/25/19 6:54 PM, Rob Clark wrote: > On Wed, Feb 13, 2019 at 4:30 PM Eduardo Lima Mitev wrote: >> >> This pass moves to NIR some offset computations that are currently >> implemented on the IR3 backend compiler, to allow NIR to possibly >> optimize them. >> >> For now, it only supports lowering

Re: [Mesa-dev] [PATCH 5/9] ir3/nir: Add a new pass 'ir3_nir_lower_io_offsets'

2019-02-25 Thread Rob Clark
On Wed, Feb 13, 2019 at 4:30 PM Eduardo Lima Mitev wrote: > > This pass moves to NIR some offset computations that are currently > implemented on the IR3 backend compiler, to allow NIR to possibly > optimize them. > > For now, it only supports lowering byte-offset computation for image > store

[Mesa-dev] [PATCH 5/9] ir3/nir: Add a new pass 'ir3_nir_lower_io_offsets'

2019-02-13 Thread Eduardo Lima Mitev
This pass moves to NIR some offset computations that are currently implemented on the IR3 backend compiler, to allow NIR to possibly optimize them. For now, it only supports lowering byte-offset computation for image store and atomics. --- src/freedreno/Makefile.sources | 1 +