On Thu, Apr 23, 2015 at 10:14 AM, Emil Velikov wrote:
> On 13/04/15 01:51, Matt Turner wrote:
>> On Sun, Apr 12, 2015 at 6:38 PM, Jason Ekstrand wrote:
>>>
>>> On Apr 12, 2015 3:24 PM, "Thomas Helland" wrote:
Hi,
This looks correct as far as I can tell.
I have some comme
On 13/04/15 01:51, Matt Turner wrote:
> On Sun, Apr 12, 2015 at 6:38 PM, Jason Ekstrand wrote:
>>
>> On Apr 12, 2015 3:24 PM, "Thomas Helland" wrote:
>>>
>>> Hi,
>>>
>>> This looks correct as far as I can tell.
>>> I have some comments inline, but I don't feel strongly about
>>> either of them, s
On Wed, Apr 22, 2015 at 6:06 PM, Jason Ekstrand wrote:
> On Wed, Apr 22, 2015 at 3:03 PM, Connor Abbott wrote:
>> I think it would be better to call this "nir_vector" rather than
>> "nir_array," since this is essentially a poor man's version of
>> std::vector<>. Is this ok with you?
>
> I battled
On Wed, Apr 22, 2015 at 3:03 PM, Connor Abbott wrote:
> I think it would be better to call this "nir_vector" rather than
> "nir_array," since this is essentially a poor man's version of
> std::vector<>. Is this ok with you?
I battled over that one for quite a while. In the end, I settled on
nir_
I think it would be better to call this "nir_vector" rather than
"nir_array," since this is essentially a poor man's version of
std::vector<>. Is this ok with you?
On Fri, Apr 10, 2015 at 8:48 PM, Jason Ekstrand wrote:
> ---
> src/glsl/nir/nir_array.h | 96
>
On Sun, Apr 12, 2015 at 6:38 PM, Jason Ekstrand wrote:
>
> On Apr 12, 2015 3:24 PM, "Thomas Helland" wrote:
>>
>> Hi,
>>
>> This looks correct as far as I can tell.
>> I have some comments inline, but I don't feel strongly about
>> either of them, so do as you please.
>>
>> Also, maybe this is a
On Apr 12, 2015 3:24 PM, "Thomas Helland" wrote:
>
> Hi,
>
> This looks correct as far as I can tell.
> I have some comments inline, but I don't feel strongly about
> either of them, so do as you please.
>
> Also, maybe this is a candidate for /src/util ?
Maybe. If so I'm OK leaving it here until
Hi,
This looks correct as far as I can tell.
I have some comments inline, but I don't feel strongly about
either of them, so do as you please.
Also, maybe this is a candidate for /src/util ?
2015-04-11 2:48 GMT+02:00 Jason Ekstrand :
> ---
> src/glsl/nir/nir_array.h | 96
>
---
src/glsl/nir/nir_array.h | 96
1 file changed, 96 insertions(+)
create mode 100644 src/glsl/nir/nir_array.h
diff --git a/src/glsl/nir/nir_array.h b/src/glsl/nir/nir_array.h
new file mode 100644
index 000..1db4e8c
--- /dev/null
+++ b/src/gl