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
/
mesa
/
main
/
api_exec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Remove support for NV_vertex_program's tracked matrices.
Eric Anholt
2012-10-15
1
-2
/
+0
*
mesa: don't enable glVertexPointer() when using API_OPENGLES2.
Paul Berry
2012-10-04
1
-2
/
+0
*
mesa/tests: Sanity check the ES2 dispatch table
Ian Romanick
2012-09-28
1
-1
/
+1
*
mesa: Don't set uniform dispatch pointers for many things in ES2 or core
Ian Romanick
2012-09-28
1
-1
/
+1
*
mesa: Don't set shaderapi dispatch pointers for many things in ES2 or core
Ian Romanick
2012-09-28
1
-1
/
+1
*
mesa: Don't set loopback dispatch pointers for most things in ES2 or core
Ian Romanick
2012-09-28
1
-1
/
+1
*
mesa: Don't set dispatch pointer for glTexStorage in ES2
Ian Romanick
2012-09-28
1
-4
/
+6
*
mesa: Don't set dispatch pointer for glGetProgramivARB in ES2
Ian Romanick
2012-09-28
1
-1
/
+1
*
mesa: Don't set dispatch pointer for glResizeBuffersMESA in ES2
Ian Romanick
2012-09-28
1
-1
/
+3
*
mesa: Don't set dispatch pointers for glPointParameter[if][v] in ES2
Ian Romanick
2012-09-28
1
-4
/
+8
*
mesa: Don't set dispatch pointers for glClearDepth or glDepthRange in ES2
Ian Romanick
2012-09-28
1
-2
/
+8
*
mesa: Don't set dispatch pointer for glGetDoublev in ES2
Ian Romanick
2012-09-28
1
-1
/
+3
*
mesa: Don't set dispatch pointer for glPointSize in ES2
Ian Romanick
2012-09-28
1
-3
/
+1
*
mesa: remove FEATURE_APPLE_object_purgeable define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: remove FEATURE_EXT_framebuffer_blit define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: remove FEATURE_ARB_sampler_objects define.
Oliver McFadden
2012-09-15
1
-4
/
+0
*
mesa: remove FEATURE_ARB_map_buffer_range define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: remove FEATURE_ARB_framebuffer_object define.
Oliver McFadden
2012-09-15
1
-7
/
+0
*
mesa: remove FEATURE_ARB_(fragment|vertex)_program defines.
Oliver McFadden
2012-09-15
1
-6
/
+0
*
mesa: remove FEATURE_NV_(fragment|vertex)_program defines.
Oliver McFadden
2012-09-15
1
-6
/
+0
*
mesa: remove FEATURE_OES_EGL_image define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: remove FEATURE_EXT_framebuffer_object define.
Oliver McFadden
2012-09-15
1
-6
/
+0
*
mesa: remove FEATURE_ARB_shader_objects and related defines.
Oliver McFadden
2012-09-15
1
-6
/
+0
*
mesa: remove FEATURE_draw_read_buffer define.
Oliver McFadden
2012-09-15
1
-7
/
+0
*
mesa/es: Enable GL_OES_vertex_array_object
Ian Romanick
2012-08-29
1
-10
/
+6
*
mesa: Disallow more deprecated functions in core context
Ian Romanick
2012-08-29
1
-1
/
+1
*
mesa: Kill ES2 wrapper functions
Ian Romanick
2012-08-29
1
-105
/
+201
*
mesa: glGetVertexAttribPointerv is part of core profile and ES2
Ian Romanick
2012-08-29
1
-1
/
+1
*
mesa: Add skeleton implementations of glInvalidateTex{Sub,}Image
Ian Romanick
2012-08-14
1
-0
/
+6
*
mesa/es: Pass context to _mesa_init_bufferobj_dispatch
Ian Romanick
2012-08-14
1
-1
/
+1
*
mesa: Add skeleton implementations of glInvalidate{Sub,}Framebuffer
Ian Romanick
2012-08-14
1
-0
/
+4
*
mesa: Filter a bunch more functions based on API
Ian Romanick
2012-08-13
1
-89
/
+116
*
mesa: don't enable legacy GL functions when using API_OPENGL_CORE
Jordan Justen
2012-07-30
1
-86
/
+141
*
mesa: Move buffer object dispatch setup to bufferobj.c.
Eric Anholt
2012-06-21
1
-11
/
+1
*
mesa: add some GL_ARB_debug_output functions
nobled
2012-03-10
1
-4
/
+8
*
mesa: Remove remaining FEATURE_ARB_vertex_buffer_object guards.
Mathias Fröhlich
2011-12-28
1
-4
/
+0
*
mesa: plug in dispatch functions for GL_ARB_texture_storage
Brian Paul
2011-10-31
1
-0
/
+9
*
mesa: initialize ARB_transform_feedback2 dispatch
Marek Olšák
2011-10-27
1
-0
/
+1
*
Squashed commit of the following:
Brian Paul
2011-04-26
1
-0
/
+9
*
mesa: plug in new functions for GL_ARB_sampler_objects
Brian Paul
2011-04-10
1
-0
/
+7
*
mesa: core support for GL_ARB_texture_buffer_object
Brian Paul
2011-04-05
1
-0
/
+3
*
mesa: implement clamping controls (ARB_color_buffer_float)
Marek Olšák
2011-03-29
1
-0
/
+2
*
mesa: add NV_texture_barrier
Marek Olšák
2011-03-15
1
-0
/
+4
*
mesa: plug in GL_ARB_draw_buffers_blend functions
Brian Paul
2011-01-15
1
-0
/
+6
*
mesa: support for GL_ARB_instanced_arrays
Brian Paul
2011-01-15
1
-0
/
+2
*
mesa: Add support for glDepthRangef and glClearDepthf.
Eric Anholt
2011-01-14
1
-0
/
+4
*
mesa: hook up GL 3.x entrypoints
Brian Paul
2010-11-21
1
-0
/
+9
*
mesa: Allow contexts of different APIs to coexist.
Chia-I Wu
2010-11-02
1
-40
/
+0
*
Merge branch 'glapi-reorg'
Chia-I Wu
2010-10-29
1
-1
/
+1
|
\
|
*
mesa: Remove unnecessary glapitable.h includes.
Chia-I Wu
2010-10-27
1
-1
/
+1
[next]