On Friday, August 08, 2014 02:56:53 PM Eric Anholt wrote:
> Roland Scheidegger writes:
>
> > Am 08.08.2014 22:56, schrieb Neil Roberts:
> >> The i965 driver uses a float pointer to point to the value of a uniform and
> >> also as the destination within the batch buffer. However the same locations
Roland Scheidegger writes:
> Am 08.08.2014 22:56, schrieb Neil Roberts:
>> The i965 driver uses a float pointer to point to the value of a uniform and
>> also as the destination within the batch buffer. However the same locations
>> can also be used to store values for integer uniforms. Previousl
Am 08.08.2014 22:56, schrieb Neil Roberts:
> The i965 driver uses a float pointer to point to the value of a uniform and
> also as the destination within the batch buffer. However the same locations
> can also be used to store values for integer uniforms. Previously the value
> was being copied int
On 08/08/2014 01:56 PM, Neil Roberts wrote:
> The i965 driver uses a float pointer to point to the value of a uniform and
> also as the destination within the batch buffer. However the same locations
> can also be used to store values for integer uniforms. Previously the value
> was being copied in
The i965 driver uses a float pointer to point to the value of a uniform and
also as the destination within the batch buffer. However the same locations
can also be used to store values for integer uniforms. Previously the value
was being copied into the batch buffer with a regular assignment. This