index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mapi
/
glapi
/
gen
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Remove the generated glapi from source control, and just build it.
Eric Anholt
2012-05-29
1
-1
/
+2
*
glapi: Mark TexBuffer as an alias of TexBufferARB.
Eric Anholt
2012-04-09
1
-1
/
+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
*
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
2
-0
/
+33
*
mapi/glapi: Fix glDebugMessageCallbackARB arg type to GLDEBUGPROCARB
José Fonseca
2012-03-11
2
-1
/
+3
*
glapi/gen: Add support for pointer types.
José Fonseca
2012-03-11
3
-3
/
+5
*
glapi: add ARB_debug_output.xml
nobled
2012-03-10
3
-0
/
+96
*
glapi: Fix incorrect enum value.
Paul Berry
2012-02-23
1
-1
/
+1
*
Revert "Always build shared glapi"
Matt Turner
2012-01-24
1
-0
/
+6
*
Always build shared glapi
Matt Turner
2012-01-20
1
-6
/
+0
*
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
*
glapi: add ARB_texture_rgb10_a2ui support.
Dave Airlie
2011-11-27
2
-0
/
+14
*
glapi: add entry points for OES_EGL_image_external
Chia-I Wu
2011-11-03
1
-0
/
+8
*
glapi: new API specs for GL_ARB_texture_storage
Brian Paul
2011-10-31
3
-0
/
+70
*
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
*
glapi: add ARB_vertex_type_2_10_10_10_rev entrypoints. (v2)
Dave Airlie
2011-09-06
3
-0
/
+229
*
mapi: Silence many "warning: unused parameter"
Ian Romanick
2011-08-26
1
-0
/
+7
*
mesa: Remove support for BeOS
Ian Romanick
2011-08-26
2
-2
/
+2
*
glapi: add glapi_gen.mk to help header generation
Chia-I Wu
2011-08-13
1
-0
/
+44
*
glapi: use gl_and_es_API.xml to generate GLES headers
Chia-I Wu
2011-08-13
3
-11
/
+33
*
glapi: add methods to filter functions
Chia-I Wu
2011-08-13
1
-7
/
+39
*
glapi: add gles_api.py
Chia-I Wu
2011-08-13
2
-0
/
+457
*
glapi: Update specs to correctly list FramebufferTextureLayerARB as an alias ...
Jeremy Huddleston
2011-06-20
1
-1
/
+1
*
glapi: _glapi_create_table_from_handle: Set missing pointers to NoOp rather t...
Jeremy Huddleston
2011-06-14
1
-2
/
+42
*
glapi: Add check for NULL symbol_prefix in gentable and fix warnings
Jeremy Huddleston
2011-06-13
1
-4
/
+7
*
glapi: Add API that can create a _glapi_table from a dlfcn handle
Jeremy Huddleston
2011-06-11
2
-2
/
+138
*
mesa: merge glapidispatch.h into dispatch.h
Chia-I Wu
2011-06-08
2
-12
/
+11
*
mesa: fix GLES remap table setup again
Chia-I Wu
2011-06-08
1
-9
/
+13
*
glapi: add glDrawElementsInstancedBaseVertex() function to xml
Brian Paul
2011-06-02
1
-0
/
+9
*
glapi: Make xserver location error more helpful
Nathan Kidd
2011-06-01
1
-1
/
+4
*
mesa: Fix remap_table setup.
Thierry Reding
2011-05-23
1
-0
/
+5
*
glapi: More type-checking in Get_xxx too.
José Fonseca
2011-05-20
1
-4
/
+8
*
glapi: Implement SET_xxx as inline functions instead of macros.
José Fonseca
2011-05-19
1
-1
/
+4
*
glapi: add functions for AMD_draw_buffers_blend
Marek Olšák
2011-05-03
3
-0
/
+40
*
Squashed commit of the following:
Brian Paul
2011-04-26
3
-0
/
+188
*
mapi/glapi: Avoid warnings about visibility being unsupported on MinGW.
José Fonseca
2011-04-23
1
-1
/
+1
[next]