Re: [Mesa-dev] [PATCH] mesa: Emit definition of GLAPIENTRYP in es_generator.py.

2011-05-20 Thread Jose Fonseca
Applied. Thanks. Jose - Original Message - > GLES uses GL_APIENTRYP instead of GLAPIENTRYP, which breaks with the > latest API table generation code. This fixes the issue by emitting a > definition for GL_APIENTRYP when generating the GLES files. > --- > src/mesa/main/es_generator.py |

[Mesa-dev] [PATCH] mesa: Emit definition of GLAPIENTRYP in es_generator.py.

2011-05-19 Thread Thierry Reding
GLES uses GL_APIENTRYP instead of GLAPIENTRYP, which breaks with the latest API table generation code. This fixes the issue by emitting a definition for GL_APIENTRYP when generating the GLES files. --- src/mesa/main/es_generator.py |4 1 files changed, 4 insertions(+), 0 deletions(-) dif