mesa/src/mapi
Vinson Lee aaefc85f3b mesa/sso: Change CreateShaderProgramv return type from uint to GLuint.
This patch fixes this MinGW build error.

  Compiling src/mapi/glapi/glapi_dispatch.c ...
In file included from src/mapi/glapi/glapi_dispatch.c:41:0:
build/windows-x86_64-debug/mapi/glapi/glapitable.h:930:4: error: expected specifier-qualifier-list before 'uint'
    uint (GLAPIENTRYP CreateShaderProgramv)(GLenum type, GLsizei count, const GLchar * const * strings); /* 886 */
    ^

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
2014-02-21 18:05:40 -08:00
..
es1api build: Share the all-local rule for linking libraries into the build dir 2014-01-29 12:58:13 -08:00
es2api build: Share the all-local rule for linking libraries into the build dir 2014-01-29 12:58:13 -08:00
glapi mesa/sso: Change CreateShaderProgramv return type from uint to GLuint. 2014-02-21 18:05:40 -08:00
shared-glapi configure: Try pkg-config first for libselinux 2014-02-17 21:14:16 +00:00
vgapi configure: Try pkg-config first for libselinux 2014-02-17 21:14:16 +00:00
Android.mk
entry.c
entry.h
entry_x86-64_tls.h
entry_x86_tls.h
entry_x86_tsd.h
Makefile.am
Makefile.sources
mapi.c
mapi.h
mapi_abi.py
mapi_glapi.c
mapi_tmp.h
stub.c
stub.h
table.c
table.h
u_compiler.h
u_current.c
u_current.h
u_execmem.c
u_execmem.h
u_macros.h
u_thread.h mapi: Prevent cast from pointer to integer of different size. 2014-01-23 13:21:52 +00:00