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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
automake: Convert src/mapi/glapi/gen to silent build.
Eric Anholt
2012-06-21
1
-24
/
+26
*
automake: Convert src/mapi/glapi/gen/Makefile to automake.
Eric Anholt
2012-06-21
2
-6
/
+3
*
mesa: Add support for GL_ARB_base_instance
Fredrik Höglund
2012-06-19
3
-1
/
+43
*
gles2: Add GL_NV_read_buffer extension
Kristian Høgsberg
2012-06-18
2
-0
/
+9
*
glx/tests and mesa/tests: Update .gitignore files.
Paul Berry
2012-06-14
1
-0
/
+2
*
glapi: Remove GL_NV_vertex_array_range from the dispatch table
Ian Romanick
2012-06-13
2
-5
/
+6
*
glapi: Remove GL_NV_fence from the dispatch table
Ian Romanick
2012-06-13
2
-15
/
+11
*
glapi: Remove GL_NV_register_combiners from the dispatch table
Ian Romanick
2012-06-13
2
-27
/
+17
*
glapi: Remove GL_APPLE_texture_range from the dispatch table
Ian Romanick
2012-06-13
2
-5
/
+6
*
glapi: Remove GL_SGIX_pixel_texture from the dispatch table
Ian Romanick
2012-06-13
2
-3
/
+5
*
glapi: Remove GL_SGIS_pixel_texture from the dispatch table
Ian Romanick
2012-06-13
2
-13
/
+10
*
mesa/tests: Add tests for the generated dispatch table
Ian Romanick
2012-06-13
2
-0
/
+1691
*
glapi: Add missing GL_EXT_texture_sRGB_decode enums
Ian Romanick
2012-06-13
1
-0
/
+6
*
glapi: Add missing GL_EXT_framebuffer_sRGB enums
Ian Romanick
2012-06-13
1
-0
/
+5
*
glapi: Add missing GL_EXT_packed_float enums
Ian Romanick
2012-06-13
1
-0
/
+6
*
glapi: Add missing framebuffer sRGB enum
Ian Romanick
2012-06-13
1
-0
/
+1
*
glapi: Add uniform buffer object enums
Ian Romanick
2012-06-13
1
-0
/
+32
*
glapi: Add missing enums for GL_NV_fragment_program
Ian Romanick
2012-06-13
1
-0
/
+7
*
glapi: Add missing enums for GL_ARB_occlusion_query2
Ian Romanick
2012-06-13
1
-1
/
+6
*
glapi: Remove extraneous GL_ from TEXTURE_IMMUTABLE_FORMAT
Ian Romanick
2012-06-13
1
-1
/
+1
*
glapi: Add missing enums for GL_ATI_fragment_shader
Ian Romanick
2012-06-13
1
-0
/
+111
*
glapi: Add texture swizzle enums
Ian Romanick
2012-06-13
1
-0
/
+5
*
glapi: Add a couple missing 3.0 enums
Ian Romanick
2012-06-13
1
-0
/
+2
*
glapi: Add missing _NV extension on COMBINE4
Ian Romanick
2012-06-13
1
-1
/
+1
*
glapi: Add missing enums for GL_EXT_vertex_array
Ian Romanick
2012-06-13
1
-0
/
+9
*
glapi: Add missing enums for GL_EXT_compiled_vertex_array
Ian Romanick
2012-06-13
1
-0
/
+3
*
automake: Globally add stub automake targets to the old Makefiles.
Eric Anholt
2012-06-11
1
-1
/
+1
*
glapi: .gitignore cleanup
Andreas Boll
2012-06-08
1
-11
/
+0
*
scons: generate the glapitable.h file too
Brian Paul
2012-06-01
1
-0
/
+7
*
scons: add code to generate the various GL API files
Brian Paul
2012-05-31
2
-0
/
+67
*
glapi: Enable silent rules for generation when used from automake.
Eric Anholt
2012-05-29
1
-3
/
+3
*
mesa: Remove the generated glapi from source control, and just build it.
Eric Anholt
2012-05-29
10
-78137
/
+11
*
glapi: Correct size of allocated _glapi_table struct
Jonas Maebe
2012-04-22
1
-1
/
+1
*
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
*
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
*
shared-glapi: Convert to automake
Kristian Høgsberg
2012-03-19
1
-4
/
+4
*
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
[prev]
[next]