Re: [Mesa-dev] [PATCH V5 0/7] Enabling extension enums for OpenGL ES 3.1

2015-07-27 Thread Samuel Iglesias Gonsálvez
Patches 1, 3, 6 and 7 are: Reviewed-by: Samuel Iglesias Gonsálvez Sam On 23/07/15 16:38, Marta Lofstedt wrote: > This is V5 of my patch-set for enabling extension enums for > OpenGL ES 3.1. > > This update address comments from Ilia Mirkin and adds a new > GLES31 label. > > I have my curre

Re: [Mesa-dev] [PATCH V5 0/7] Enabling extension enums for OpenGL ES 3.1

2015-07-26 Thread Samuel Iglesias Gonsálvez
Hello Marta, I have quickly searched the constants in OpenGL ES 3.1 spec but I have not found some of them. As I could do a wrong search, please check if they are defined or not. Thanks, Sam On 23/07/15 16:38, Marta Lofstedt wrote: > This is V5 of my patch-set for enabling extension enums for >

[Mesa-dev] [PATCH V5 0/7] Enabling extension enums for OpenGL ES 3.1

2015-07-23 Thread Marta Lofstedt
This is V5 of my patch-set for enabling extension enums for OpenGL ES 3.1. This update address comments from Ilia Mirkin and adds a new GLES31 label. I have my current GLES 3.1 work on github: https://github.com/MartaLo/mesa For theese patches see the gles31_resent_patches, branch Marta Lofsted