summaryrefslogtreecommitdiff
path: root/src/mesa/main/context.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-09main: Change init_program_limits() to use gl_shader_stage.Paul Berry1-9/+9
2014-01-09mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry1-13/+13
2014-01-08mesa: Clean up nomenclature for pipeline stages.Paul Berry1-4/+4
2013-12-04mesa: don't leak performance monitors on context destroyIlia Mirkin1-0/+1
2013-11-21mesa: Update MESA_INFO to eliminate errorCourtney Goeltzenleuchter1-1/+1
2013-11-15main: Fix MaxUniformComponents for geometry shaders.Paul Berry1-1/+1
2013-11-07mesa: Add gl_shared_state::ShareGroupReset and gl_context::ShareGroupResetIan Romanick1-0/+1
2013-11-07mesa: Remove gl_context::ResetStatusIan Romanick1-1/+0
2013-11-07mesa: Add ARB_vertex_attrib_bindingFredrik Höglund1-0/+4
2013-10-29mesa: Add support for ARB_shader_atomic_counters.Francisco Jerez1-0/+9
2013-10-03mesa: add texture gather changesMaxence Le Dore1-0/+4
2013-09-26mesa: Add core support for the GL_AMD_performance_monitor extension.Kenneth Graunke1-0/+2
2013-09-19mesa: Set default values for Max{Input,Output}Components in init_program_limitsIan Romanick1-0/+6
2013-08-22mesa: Specify a better GL_MAX_SERVER_WAIT_TIMEOUT limit.Kenneth Graunke1-1/+1
2013-07-09mesa: Set ProfileMask properly for core profile.Matt Turner1-2/+4
2013-06-25mesa: Remove Driver.GetBufferSize and its callers.Eric Anholt1-45/+0
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-05-12mesa: Move the mvp_with_dp4 flag to ShaderCompilerOptions.Kenneth Graunke1-12/+0
2013-05-11mesa: remove unused gl_constants::MaxColorTableSizeMarek Olšák1-1/+0
2013-05-11mesa: unify MaxVertexVaryingComponents and MaxGeometryVaryingComponentsMarek Olšák1-2/+0
2013-05-11mesa: move max texture image unit constants to gl_program_constantsMarek Olšák1-8/+8
2013-05-11mesa: consolidate definitions of max texture image unitsMarek Olšák1-4/+2
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-22mesa: Remove extra MapBufferRange in create_beginend_table()Brian Paul1-1/+0
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-04-12mesa: Don't leak gl_context::BeginEnd at context destructionIan Romanick1-0/+1
2013-04-12mesa: Don't leak shared state when context initialization failsIan Romanick1-0/+1
2013-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry1-3/+1
2013-03-15Replace gl_geom_result enum with gl_varying_slot.Paul Berry1-2/+0
2013-03-15Replace gl_geom_attrib enum with gl_varying_slot.Paul Berry1-2/+0
2013-03-15Replace gl_vert_result enum with gl_varying_slot.Paul Berry1-3/+3
2013-03-12mesa: Replace MESA_VERSION with PACKAGE_VERSION.Matt Turner1-1/+1
2013-03-02mesa: add new max sample count stateChris Forbes1-0/+5
2013-02-22mesa: Fix setup of ctx->Point.PointSprite for GLES2.Eric Anholt1-1/+0
2013-01-30mesa: implement GL_ARB_texture_buffer_rangeChristoph Bumiller1-0/+1
2013-01-29mesa: remove ctx->Driver.Error() hookBrian Paul1-5/+0
2013-01-21mesa: Delay display list save dispatch setup until Exec is set up.Eric Anholt1-1/+4
2013-01-21mesa: Make the drivers call a non-code-generated dispatch table setup.Eric Anholt1-0/+7
2013-01-21mesa: Remove the size argument from _mesa_alloc_dispatch_table().Eric Anholt1-6/+3
2013-01-21mesa: Install a minimal dispatch table during glBegin()/glEnd().Eric Anholt1-16/+92
2013-01-10mesa: Support querying GL_MAX_ELEMENT_INDEX in ES 3Matt Turner1-0/+3
2012-12-16mesa: assert if driver did not compute the versionJordan Justen1-1/+1
2012-12-16mesa: don't initialize VBO vtxfmt in _vbo_CreateContextJordan Justen1-1/+0
2012-12-16mesa: don't initialize exec dispatch tables in _mesa_initialize_contextJordan Justen1-3/+0
2012-12-16mesa: separate exec allocation from initializationJordan Justen1-2/+5
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry1-1/+1
2012-11-06mesa: fix MSVC signed/unsigned warnings in context.cBrian Paul1-2/+2
2012-11-01dispatch: stop using _mesa_create_exec_table_es1() for GLES1.Paul Berry1-25/+2