| Commit message (Expand) | Author | Age | Files | Lines |
* | glapi: Correct size of allocated _glapi_table struct | Jonas Maebe | 2012-04-22 | 1 | -1/+1 |
* | mapi: Fix Android build | Chad Versace | 2012-04-10 | 1 | -4/+7 |
* | glapi: regen for TBO change. | Eric Anholt | 2012-04-09 | 8 | -6681/+6644 |
* | glapi: Mark TexBuffer as an alias of TexBufferARB. | Eric Anholt | 2012-04-09 | 1 | -1/+1 |
* | shared-glapi: Include from builddir | Kristian Høgsberg | 2012-03-29 | 1 | -0/+1 |
* | glapi: add GL_ARB_texture_float | Dylan Noblesmith | 2012-03-26 | 4 | -1/+47 |
* | glapi: add GL_ARB_depth_buffer_float | Dylan Noblesmith | 2012-03-26 | 3 | -1/+18 |
* | glapi: add GL_ARB_texture_compression_rgtc | Dylan Noblesmith | 2012-03-26 | 3 | -1/+17 |
* | glapi: add ARB_texture_rg | Dylan Noblesmith | 2012-03-26 | 4 | -3/+45 |
* | regen for "glapi: sort ARB extensions by number" | Dylan Noblesmith | 2012-03-26 | 2 | -50/+50 |
* | glapi: sort ARB extensions by number | Dylan Noblesmith | 2012-03-26 | 1 | -23/+74 |
* | glapi: ARB_blend_func_extended support + regen. (v2) | Dave Airlie | 2012-03-26 | 10 | -4775/+4950 |
* | mapi: Use -no-undefined libtool flag in src/mapi/shared-glapi/Makefile.am | Jon TURNEY | 2012-03-21 | 1 | -0/+1 |
* | Add Makefile to shared-glapi .gitignore | Kenneth Graunke | 2012-03-20 | 1 | -1/+1 |
* | shared-glapi: Convert to automake | Kristian Høgsberg | 2012-03-19 | 7 | -96/+56 |
* | mapi/glapi: Fix glDebugMessageCallbackARB arg type to GLDEBUGPROCARB | José Fonseca | 2012-03-11 | 5 | -6/+8 |
* | glapi/gen: Add support for pointer types. | José Fonseca | 2012-03-11 | 3 | -3/+5 |
* | glapi: regenerate files | Marek Olšák | 2012-03-10 | 8 | -4140/+4456 |
* | glapi: add ARB_debug_output.xml | nobled | 2012-03-10 | 3 | -0/+96 |
* | scons: Don't build the assembly sources on Mac OS X. | Vinson Lee | 2012-02-25 | 1 | -1/+1 |
* | glapi: Fix incorrect enum value. | Paul Berry | 2012-02-23 | 1 | -1/+1 |
* | glapi: Include GLES2 headers for ES2 extension functions | Ian Romanick | 2012-02-15 | 1 | -0/+10 |
* | mapi/glapi: Never use a generic no-op entry-point on Windows. | José Fonseca | 2012-02-02 | 1 | -2/+6 |
* | mapi: Make initMagic unsigned. | José Fonseca | 2012-01-26 | 1 | -5/+5 |
* | scons: Remove references to u_thread.c | José Fonseca | 2012-01-26 | 3 | -4/+8 |
* | Fix visibility of u_thread functions by inlining them | Matt Turner | 2012-01-26 | 3 | -223/+138 |
* | Revert "Always build shared glapi" | Matt Turner | 2012-01-24 | 2 | -0/+19 |
* | Always build shared glapi | Matt Turner | 2012-01-20 | 2 | -19/+0 |
* | Regenerate files from previous commits | Ian Romanick | 2011-12-13 | 1 | -4/+32 |
* | glapi/glx: For GLX code, use the existing _X_HIDDEN and _X_INTERNAL defines | Ian Romanick | 2011-12-13 | 3 | -25/+25 |
* | glapi/glx: Generate glapi_gentable.c so that the xserver can use it | Ian Romanick | 2011-12-13 | 1 | -5/+33 |
* | glapi/glx: Generate dispatch.h so that the xserver can use it | Ian Romanick | 2011-12-13 | 1 | -0/+4 |
* | glapi/glx: Xserver wants dispatch.h, not glapidispatch.h | Ian Romanick | 2011-12-13 | 2 | -3/+5 |
* | glapi/glx: Don't send GL API files to the xserver | Ian Romanick | 2011-12-13 | 1 | -7/+0 |
* | glapi: Remove mention of nonexistent enums | Ian Romanick | 2011-12-13 | 1 | -2/+7 |
* | glapi/glx: Remove g_disptab.h from xserver generated files | Ian Romanick | 2011-12-13 | 1 | -1/+0 |
* | glapi: add GL_OES_compressed_ETC1_RGB8_texture for GLES | Chia-I Wu | 2011-12-02 | 1 | -0/+4 |
* | glapi: s/INLINE/inline/ for dispatch.h file | Brian Paul | 2011-11-30 | 1 | -2/+2 |
* | Remove windows kernel support code. | José Fonseca | 2011-11-29 | 3 | -179/+174 |
* | glapi: add ARB_texture_rgb10_a2ui support. | Dave Airlie | 2011-11-27 | 2 | -0/+14 |
* | android: clean up libglapi bulid rules a bit | Chia-I Wu | 2011-11-26 | 1 | -12/+27 |
* | mesa,glsl,mapi: Put extern "C" { ... } where appropriate. | José Fonseca | 2011-11-09 | 3 | -5/+32 |
* | glapi: add entry points for OES_EGL_image_external | Chia-I Wu | 2011-11-03 | 1 | -0/+8 |
* | glapi: regenerated API files for GL_ARB_texture_storage | Brian Paul | 2011-10-31 | 8 | -3911/+4385 |
* | glapi: new API specs for GL_ARB_texture_storage | Brian Paul | 2011-10-31 | 3 | -0/+70 |
* | glapi: Enclose glapi.h in an extern "C" block when included by C++. | Kenneth Graunke | 2011-10-04 | 1 | -0/+6 |
* | glapi: regen API files for new extension | Ian Romanick | 2011-10-04 | 7 | -161/+191 |
* | glapi: Add entry point for NV_draw_buffers | Ian Romanick | 2011-10-04 | 2 | -0/+65 |
* | glapi: Move ARB_draw_buffers extension to a separate file | Ian Romanick | 2011-10-04 | 2 | -118/+125 |
* | glapi: Don't emit remap data for individual extensions | Ian Romanick | 2011-09-19 | 1 | -38/+5 |