summaryrefslogtreecommitdiffstats
path: root/src/mapi
Commit message (Expand)AuthorAgeFilesLines
* mapi: Workaround a bug in makedepend.Chia-I Wu2011-01-294-7/+30
* glapi: add @GOTPCREL relocation typeDimitry Andric2011-01-272-2/+4
* Revert "glapi: adding missing @GOTPCREL qualifer in glapi_x86-64.S"Brian Paul2011-01-252-2/+2
* glapi: adding @ char before type specifier in glapi_x86.SDimitry Andric2011-01-252-2/+2
* glapi: adding missing @GOTPCREL qualifer in glapi_x86-64.SDimitry Andric2011-01-252-2/+2
* add machine generated files to .gitignoreTim Wiederhake2011-01-243-0/+4
* scons: Add support for GLES.Chia-I Wu2011-01-223-5/+121
* mapi: ENTRY_CURRENT_TABLE_GET should be stringified.Chia-I Wu2011-01-221-1/+1
* mesa: clean-up _mesa_lookup_prim_by_nr()Brian Paul2011-01-201-16/+27
* glapi: Fix OpenGL and OpenGL ES interop.Chia-I Wu2011-01-205-23/+13201
* glapi: Fix OpenGL ES 1.1 and 2.0 interop.Chia-I Wu2011-01-203-100/+150
* mapi: Add support for bridge mode.Chia-I Wu2011-01-208-33/+149
* mapi: u_current_table may be renamed.Chia-I Wu2011-01-204-5/+9
* mapi: Add a new glapi.h implementation.Chia-I Wu2011-01-203-3/+253
* mapi: Fix glapi printers for gl_and_es_API.xml.Chia-I Wu2011-01-201-18/+503
* mapi: Allow prefix to be macro.Chia-I Wu2011-01-201-3/+7
* mapi: Add the ability to parse GLAPI XML.Chia-I Wu2011-01-201-5/+76
* glapi: Add gl_and_es_API.xml.Chia-I Wu2011-01-206-0/+1255
* Add machine generated files to .gitignoretwied2011-01-192-0/+6
* glapi: regenerated filesBrian Paul2011-01-156-3229/+3429
* glapi: new entrypoint specs for GL_ARB_draw_buffers_blendBrian Paul2011-01-153-0/+41
* glapi: regenerated filesBrian Paul2011-01-158-3234/+3304
* glapi: GL_ARB_instanced_arrays supportBrian Paul2011-01-151-0/+1
* glapi: Regenerate for GL_ARB_ES2_compatibility.Eric Anholt2011-01-146-3146/+3386
* glapi: Add entrypoints and enums for GL_ARB_ES2_compatibility.Eric Anholt2011-01-143-0/+61
* scons: Ensure the OpenVG/EGL import libs are also prefixed with 'lib'.José Fonseca2011-01-131-0/+1
* scons: Build libOpenVG.dll & libEGL.dllJosé Fonseca2011-01-131-0/+3
* scons: Fix build on systems without libOpenVG.soJosé Fonseca2011-01-121-4/+4
* scons: Updates for targets/egl-static.Chia-I Wu2011-01-121-1/+4
* mapi: add missing newline in error messageBrian Paul2010-12-311-1/+1
* mapi: Move mapi_func typedef to entry.h.Chia-I Wu2010-12-244-4/+4
* mapi: Define MAPI_TMP_DEFINES only when needed.Chia-I Wu2010-12-242-1/+1
* mapi: Add and use entry_get_public.Chia-I Wu2010-12-247-16/+66
* mapi: Make struct mapi_stub opaque.Chia-I Wu2010-12-244-15/+61
* mapi: Allow blocks to be disabled from the output.Chia-I Wu2010-12-241-47/+58
* mapi: Fix hidden entries.Chia-I Wu2010-12-241-16/+55
* mapi: Add "handcode" attribute to the script.Chia-I Wu2010-12-241-0/+22
* mapi: Minor ABIPrinter refactoring.Chia-I Wu2010-12-241-21/+32
* mapi: Store alias entry instead of alias name.Chia-I Wu2010-12-241-6/+8
* mapi: Remove unnecessary header.Vinson Lee2010-12-231-1/+0
* mapi: Clean up sources.mk.Chia-I Wu2010-12-186-27/+29
* mapi: Clean up u_current interface.Chia-I Wu2010-12-189-56/+104
* mapi: Add ABI-tag note.Chia-I Wu2010-12-182-0/+26
* mapi: Fix a warning in !THREADS build.Chia-I Wu2010-12-121-1/+1
* mapi: Rewrite mapi_abi.py to get rid of preprocessor magic.Chia-I Wu2010-12-068-374/+326
* mapi: Hack to avoid vgCreateFont being generated as vgCreateFontA.José Fonseca2010-12-021-0/+3
* WIN32_THREADS -> WIN32José Fonseca2010-12-028-12/+11
* st/vega: Update to latest headers.Chia-I Wu2010-12-011-12/+12
* drivers/x11: unifdef XFree86ServerAdam Jackson2010-11-291-12/+1
* mesa: hook up GL 3.x entrypointsBrian Paul2010-11-2112-4694/+5702