summaryrefslogtreecommitdiff
path: root/src/mesa/main/context.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-24mesa: add support for using API_OPENGL_COREJordan Justen1-2/+4
2012-07-24mesa context: generate an error for uninstalled context functionsJordan Justen1-1/+4
2012-07-21Remove _mesa_sqrt* in favor of plain sqrtMatt Turner1-2/+0
2012-07-12mesa: implement glGet queries and error handling for ARB_transform_feedback3Marek Olšák1-0/+1
2012-06-28mesa: rename MaxTransformFeedbackSeparateAttribs to MaxTransformFeedbackBuffersMarek Olšák1-1/+1
2012-06-21mesa: Add state and getters for the GL_ARB_uniform_buffer_object maximums.Eric Anholt1-0/+9
2012-05-23mesa: Keep a computed value for dual source blend func with each buffer.Eric Anholt1-17/+7
2012-05-17mesa: add PrimitiveRestartInSoftware to gl_context.ConstJordan Justen1-0/+3
2012-05-11mesa: do FLUSH_VERTICES() in _mesa_flush/finish()Brian Paul1-2/+4
2012-05-08mesa: add gl_context::NewDriverState and use it for vertex arraysMarek Olšák1-0/+2
2012-04-19mesa: move unrefs of array objects earlier in _mesa_free_context_data()Brian Paul1-3/+3
2012-04-18mesa: Use array object constructor.Mathias Fröhlich1-1/+2
2012-04-13mesa: add support for ARB_blend_func_extended (v4)Dave Airlie1-0/+36
2012-03-10mesa: implement the last of GL_ARB_debug_outputnobled1-0/+2
2012-03-10mesa: add infrastructure for GL_ARB_debug_outputnobled1-0/+1
2012-02-24mesa: remove STENCIL_BITS useBrian Paul1-1/+1
2012-02-24mesa: remove last of MAX_WIDTH, MAX_HEIGHTBrian Paul1-3/+3
2012-02-24mesa: move/fix MAX_WIDTH/HEIGHT-related assertionsBrian Paul1-9/+4
2012-02-01mesa: use new _mesa_reference_shared_state() functionBrian Paul1-15/+13
2011-12-28mesa: Remove remaining FEATURE_ARB_vertex_buffer_object guards.Mathias Fröhlich1-2/+0
2011-11-29mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich1-1/+1
2011-11-29mesa: move ElementArrayBufferObj to gl_array_objectYuanhan Liu1-1/+0
2011-10-18mesa: Simplify uniform debug logging logicIan Romanick1-19/+3
2011-10-07mesa: Use gl_shader_program::_LinkedShaders instead of FragmentProgramIan Romanick1-2/+1
2011-10-07mesa: Use gl_shader_program::_LinkedShaders instead of GeometryProgramIan Romanick1-2/+1
2011-10-07mesa: Use gl_shader_program::_LinkedShaders instead of VertexProgramIan Romanick1-1/+1
2011-09-28mesa: Allow overriding GLSL version with environment variableChad Versace1-0/+1
2011-09-20Hardcode the default value of ctx->Const.MaxClipPlanes to 6.Paul Berry1-1/+1
2011-08-29mesa: Rename FreeTexImageData to FreeTextureImageBuffer.Eric Anholt1-1/+1
2011-06-16mesa: refactor, create _mesa_update_draw_buffers() helperBrian Paul1-11/+2
2011-06-16mesa: updated comments in _make_current()Brian Paul1-8/+5
2011-04-26Squashed commit of the following:Brian Paul1-0/+4
2011-04-13mesa: 80-column wrapping and whitespace fixesBrian Paul1-4/+6
2011-04-05mesa: core support for GL_ARB_texture_buffer_objectBrian Paul1-0/+1
2011-03-11mesa: move location of some geometry program limitsBrian Paul1-8/+10
2011-03-02mesa: added gl_program_constants::MaxAddressOffsetBrian Paul1-0/+1
2011-02-08mesa: remove _mesa_create_context_for_api()Brian Paul1-21/+5
2011-02-08mesa: remove _mesa_initialize_context_for_api()Brian Paul1-27/+8
2011-01-20mesa: Set correct values for range/precision of shader integer typesIan Romanick1-2/+11
2011-01-19mesa: implement glGetShaderPrecisionFormat()Brian Paul1-0/+10
2011-01-11mesa: do a debug check of _mesa_format_to_type_and_comps()Brian Paul1-0/+5
2011-01-04mesa: Make _mesa_choose_tex_format() choose formats out of a supported table.Eric Anholt1-0/+8
2010-12-02mesa: raise max texture sizes to 16KBrian Paul1-0/+1
2010-11-23mesa: replace #defines with new gl_shader_type enumBrian Paul1-1/+1
2010-11-23mesa: fix regression from b4bb6680200b5a898583392f4c831c02f41e63f7Xiang, Haihao1-0/+7
2010-11-18mesa: Don't spam the console in a debug build unless some spam is requested.Eric Anholt1-2/+4
2010-11-16mesa: minor clean-ups in context codeBrian Paul1-9/+26
2010-11-02mesa: remove always-false conditional in check_compatible()Brian Paul1-3/+0
2010-11-02mesa: Allow contexts of different APIs to coexist.Chia-I Wu1-27/+29
2010-10-29Merge branch 'glapi-reorg'Chia-I Wu1-2/+1