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
/
context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: remove FEATURE_dlist define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: remove FEATURE_dispatch define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-4
/
+2
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-2
/
+2
*
mesa: Don't allow display lists or evaluators in core context
Ian Romanick
2012-08-29
1
-1
/
+1
*
mesa: Kill ES2 wrapper functions
Ian Romanick
2012-08-29
1
-7
/
+3
*
mesa: Default to GL 3.1's limits on uniform blocks.
Eric Anholt
2012-08-07
1
-11
/
+15
*
mesa: don't enable legacy GL functions when using API_OPENGL_CORE
Jordan Justen
2012-07-30
1
-1
/
+1
*
mesa: add support for using API_OPENGL_CORE
Jordan Justen
2012-07-30
1
-2
/
+4
*
mesa: Make more consistent use of _mesa_is_{user,winsys}_fbo()
Paul Berry
2012-07-26
1
-4
/
+4
*
mesa context: generate an error for uninstalled context functions
Jordan Justen
2012-07-24
1
-1
/
+4
*
Remove _mesa_sqrt* in favor of plain sqrt
Matt Turner
2012-07-21
1
-2
/
+0
*
mesa: implement glGet queries and error handling for ARB_transform_feedback3
Marek Olšák
2012-07-12
1
-0
/
+1
*
mesa: rename MaxTransformFeedbackSeparateAttribs to MaxTransformFeedbackBuffers
Marek Olšák
2012-06-28
1
-1
/
+1
*
mesa: Add state and getters for the GL_ARB_uniform_buffer_object maximums.
Eric Anholt
2012-06-21
1
-0
/
+9
*
mesa: Keep a computed value for dual source blend func with each buffer.
Eric Anholt
2012-05-23
1
-17
/
+7
*
mesa: add PrimitiveRestartInSoftware to gl_context.Const
Jordan Justen
2012-05-17
1
-0
/
+3
*
mesa: do FLUSH_VERTICES() in _mesa_flush/finish()
Brian Paul
2012-05-11
1
-2
/
+4
*
mesa: add gl_context::NewDriverState and use it for vertex arrays
Marek Olšák
2012-05-08
1
-0
/
+2
*
mesa: move unrefs of array objects earlier in _mesa_free_context_data()
Brian Paul
2012-04-19
1
-3
/
+3
*
mesa: Use array object constructor.
Mathias Fröhlich
2012-04-18
1
-1
/
+2
*
mesa: add support for ARB_blend_func_extended (v4)
Dave Airlie
2012-04-13
1
-0
/
+36
*
mesa: implement the last of GL_ARB_debug_output
nobled
2012-03-10
1
-0
/
+2
*
mesa: add infrastructure for GL_ARB_debug_output
nobled
2012-03-10
1
-0
/
+1
*
mesa: remove STENCIL_BITS use
Brian Paul
2012-02-24
1
-1
/
+1
*
mesa: remove last of MAX_WIDTH, MAX_HEIGHT
Brian Paul
2012-02-24
1
-3
/
+3
*
mesa: move/fix MAX_WIDTH/HEIGHT-related assertions
Brian Paul
2012-02-24
1
-9
/
+4
*
mesa: use new _mesa_reference_shared_state() function
Brian Paul
2012-02-01
1
-15
/
+13
*
mesa: Remove remaining FEATURE_ARB_vertex_buffer_object guards.
Mathias Fröhlich
2011-12-28
1
-2
/
+0
*
mesa: Make gl_program::InputsRead 64 bits.
Mathias Fröhlich
2011-11-29
1
-1
/
+1
*
mesa: move ElementArrayBufferObj to gl_array_object
Yuanhan Liu
2011-11-29
1
-1
/
+0
*
mesa: Simplify uniform debug logging logic
Ian Romanick
2011-10-18
1
-19
/
+3
*
mesa: Use gl_shader_program::_LinkedShaders instead of FragmentProgram
Ian Romanick
2011-10-07
1
-2
/
+1
*
mesa: Use gl_shader_program::_LinkedShaders instead of GeometryProgram
Ian Romanick
2011-10-07
1
-2
/
+1
*
mesa: Use gl_shader_program::_LinkedShaders instead of VertexProgram
Ian Romanick
2011-10-07
1
-1
/
+1
*
mesa: Allow overriding GLSL version with environment variable
Chad Versace
2011-09-28
1
-0
/
+1
*
Hardcode the default value of ctx->Const.MaxClipPlanes to 6.
Paul Berry
2011-09-20
1
-1
/
+1
*
mesa: Rename FreeTexImageData to FreeTextureImageBuffer.
Eric Anholt
2011-08-29
1
-1
/
+1
*
mesa: refactor, create _mesa_update_draw_buffers() helper
Brian Paul
2011-06-16
1
-11
/
+2
*
mesa: updated comments in _make_current()
Brian Paul
2011-06-16
1
-8
/
+5
*
Squashed commit of the following:
Brian Paul
2011-04-26
1
-0
/
+4
*
mesa: 80-column wrapping and whitespace fixes
Brian Paul
2011-04-13
1
-4
/
+6
*
mesa: core support for GL_ARB_texture_buffer_object
Brian Paul
2011-04-05
1
-0
/
+1
*
mesa: move location of some geometry program limits
Brian Paul
2011-03-11
1
-8
/
+10
*
mesa: added gl_program_constants::MaxAddressOffset
Brian Paul
2011-03-02
1
-0
/
+1
*
mesa: remove _mesa_create_context_for_api()
Brian Paul
2011-02-08
1
-21
/
+5
*
mesa: remove _mesa_initialize_context_for_api()
Brian Paul
2011-02-08
1
-27
/
+8
*
mesa: Set correct values for range/precision of shader integer types
Ian Romanick
2011-01-20
1
-2
/
+11
*
mesa: implement glGetShaderPrecisionFormat()
Brian Paul
2011-01-19
1
-0
/
+10
*
mesa: do a debug check of _mesa_format_to_type_and_comps()
Brian Paul
2011-01-11
1
-0
/
+5
[next]