[Mesa-dev] [PATCH 4/5] i965: Implement interface to edit binding table entries

2015-05-20 Thread Abdiel Janulgue
Unlike normal software binding tables where the driver has to manually generate and fill a binding table array which are then uploaded to the hardware, the resource streamer instead presents the driver with an option to fill out slots for individual binding table indices. The hardware accumlates

Re: [Mesa-dev] [PATCH 4/5] i965: Implement interface to edit binding table entries

2015-05-20 Thread Pohjolainen, Topi
On Wed, May 20, 2015 at 09:32:09AM +0300, Abdiel Janulgue wrote: Unlike normal software binding tables where the driver has to manually generate and fill a binding table array which are then uploaded to the hardware, the resource streamer instead presents the driver with an option to fill out