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_create_exec_table: GLES3 fixes.
Paul Berry
2012-10-23
1
-16
/
+20
*
_mesa_create_exec_table(): deprecate ProgramStringARB.
Paul Berry
2012-10-23
1
-1
/
+3
*
_mesa_create_exec_table: de-deprecate GetPointerv.
Paul Berry
2012-10-23
1
-1
/
+3
*
glapi: Alias ClampColor and ClampColorARB.
Paul Berry
2012-10-23
1
-1
/
+0
*
Finish _HAVE_FULL_GL removal
Matt Turner
2012-10-17
1
-34
/
+0
*
mesa: Remove the NV program API functions.
Kenneth Graunke
2012-10-16
1
-1
/
+0
*
mesa: Switch to the other glGetVertexAttribPointervARB implementation.
Kenneth Graunke
2012-10-16
1
-2
/
+1
*
mesa: Remove some shared NV_vp/fp functions from the dispatch table.
Kenneth Graunke
2012-10-16
1
-9
/
+0
*
mesa: Unhook NV_fragment_program API from the dispatch table.
Kenneth Graunke
2012-10-16
1
-16
/
+0
*
mesa/es: Enable GL_EXT_map_buffer_range
Fredrik Höglund
2012-10-16
1
-4
/
+3
*
mesa: Remove API specific to GL_NV_vertex_program's aliased attribs.
Eric Anholt
2012-10-15
1
-4
/
+0
*
mesa: Remove support for GL_VERTEX_STATE_PROGRAMs and their execution.
Eric Anholt
2012-10-15
1
-1
/
+0
*
mesa: Remove NV_vertex_program-specific parameters support.
Eric Anholt
2012-10-15
1
-4
/
+0
*
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
[next]