]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/sunxi-mali: fix conflicting data types between GLES2/gl2.h and GLES/gl.h
authorRomain Naour <romain.naour@gmail.com>
Mon, 5 Jun 2017 15:45:18 +0000 (17:45 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 8 Jun 2017 20:04:54 +0000 (22:04 +0200)
commit4688667bc8b9d032bd69decdfc7d7ce49dadda39
tree3ca1adf369cd655ebae0c016a03457282be90c69
parenta52896f755a55d0fa30f6ba5092c69edaa73724d
package/sunxi-mali: fix conflicting data types between GLES2/gl2.h and GLES/gl.h

When OpenGL ES 1.1 and OpenGL ES 2.0 are used at the same time, the
build fail since GLintptr and GLsizeiptr data type are not the same in
GLES2/gl2.h and GLES/gl.h.

Also sync the data type of GLbyte, GLubyte, GLfloat, GLclampf and
GLfixed.

Fixes:
http://autobuild.buildroot.net/results/258/25898b45cefde9661d8ac87dd84bc883bb5283d1

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Spenser Gilliland <spenser@gillilanding.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/sunxi-mali/0003-fix-conflicting-data-types-between-GLES2-gl2.h-and-G.patch [new file with mode: 0644]