Matt Turner writes:
> On Thu, Jun 4, 2015 at 7:48 PM, Matt Turner wrote:
>> On Thu, Jun 4, 2015 at 9:04 AM, Francisco Jerez
>> wrote:
>>> This series migrates the FS compiler back-end to the i965 IR builder I
>>> proposed a while ago as part of my ARB_shader_image_load_store series,
>>> and fi
On Thu, Jun 4, 2015 at 7:48 PM, Matt Turner wrote:
> On Thu, Jun 4, 2015 at 9:04 AM, Francisco Jerez wrote:
>> This series migrates the FS compiler back-end to the i965 IR builder I
>> proposed a while ago as part of my ARB_shader_image_load_store series,
>> and fixes a couple of bugs I found dur
On Thursday, June 04, 2015 07:04:49 PM Francisco Jerez wrote:
> This series migrates the FS compiler back-end to the i965 IR builder I
> proposed a while ago as part of my ARB_shader_image_load_store series,
> and fixes a couple of bugs I found during the process. It doesn't yet
> attempt to conve
On Thu, Jun 4, 2015 at 9:04 AM, Francisco Jerez wrote:
> This series migrates the FS compiler back-end to the i965 IR builder I
> proposed a while ago as part of my ARB_shader_image_load_store series,
> and fixes a couple of bugs I found during the process. It doesn't yet
> attempt to convert the
This series migrates the FS compiler back-end to the i965 IR builder I
proposed a while ago as part of my ARB_shader_image_load_store series,
and fixes a couple of bugs I found during the process. It doesn't yet
attempt to convert the VEC4 back-end, but the VEC4 version of the
builder is also incl