summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/context.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Set all scissor rectsIan Romanick2014-01-201-1/+1
* mesa: Initialize all the viewportsIan Romanick2014-01-201-9/+20
* mesa: Add an index parameter to _mesa_set_scissorIan Romanick2014-01-201-1/+1
* mesa: Add an index parameter to _mesa_set_viewportIan Romanick2014-01-201-1/+1
* mesa: Convert gl_context::Viewport to gl_context::ViewportArrayCourtney Goeltzenleuchter2014-01-201-7/+11
* mesa: Add new constants related to GL_ARB_viewport_arrayIan Romanick2014-01-201-0/+6
* main: Change init_program_limits() to use gl_shader_stage.Paul Berry2014-01-091-9/+9
* mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry2014-01-091-13/+13
* mesa: Clean up nomenclature for pipeline stages.Paul Berry2014-01-081-4/+4
* mesa: don't leak performance monitors on context destroyIlia Mirkin2013-12-041-0/+1
* mesa: Update MESA_INFO to eliminate errorCourtney Goeltzenleuchter2013-11-211-1/+1
* main: Fix MaxUniformComponents for geometry shaders.Paul Berry2013-11-151-1/+1
* mesa: Add gl_shared_state::ShareGroupReset and gl_context::ShareGroupResetIan Romanick2013-11-071-0/+1
* mesa: Remove gl_context::ResetStatusIan Romanick2013-11-071-1/+0
* mesa: Add ARB_vertex_attrib_bindingFredrik Höglund2013-11-071-0/+4
* mesa: Add support for ARB_shader_atomic_counters.Francisco Jerez2013-10-291-0/+9
* mesa: add texture gather changesMaxence Le Dore2013-10-031-0/+4
* mesa: Add core support for the GL_AMD_performance_monitor extension.Kenneth Graunke2013-09-261-0/+2
* mesa: Set default values for Max{Input,Output}Components in init_program_limitsIan Romanick2013-09-191-0/+6
* mesa: Specify a better GL_MAX_SERVER_WAIT_TIMEOUT limit.Kenneth Graunke2013-08-221-1/+1
* mesa: Set ProfileMask properly for core profile.Matt Turner2013-07-091-2/+4
* mesa: Remove Driver.GetBufferSize and its callers.Eric Anholt2013-06-251-45/+0
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Move the mvp_with_dp4 flag to ShaderCompilerOptions.Kenneth Graunke2013-05-121-12/+0
* mesa: remove unused gl_constants::MaxColorTableSizeMarek Olšák2013-05-111-1/+0
* mesa: unify MaxVertexVaryingComponents and MaxGeometryVaryingComponentsMarek Olšák2013-05-111-2/+0
* mesa: move max texture image unit constants to gl_program_constantsMarek Olšák2013-05-111-8/+8
* mesa: consolidate definitions of max texture image unitsMarek Olšák2013-05-111-4/+2
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: Remove extra MapBufferRange in create_beginend_table()Brian Paul2013-04-221-1/+0
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: Don't leak gl_context::BeginEnd at context destructionIan Romanick2013-04-121-0/+1
* mesa: Don't leak shared state when context initialization failsIan Romanick2013-04-121-0/+1
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-3/+1
* Replace gl_geom_result enum with gl_varying_slot.Paul Berry2013-03-151-2/+0
* Replace gl_geom_attrib enum with gl_varying_slot.Paul Berry2013-03-151-2/+0
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-151-3/+3
* mesa: Replace MESA_VERSION with PACKAGE_VERSION.Matt Turner2013-03-121-1/+1
* mesa: add new max sample count stateChris Forbes2013-03-021-0/+5
* mesa: Fix setup of ctx->Point.PointSprite for GLES2.Eric Anholt2013-02-221-1/+0
* mesa: implement GL_ARB_texture_buffer_rangeChristoph Bumiller2013-01-301-0/+1
* mesa: remove ctx->Driver.Error() hookBrian Paul2013-01-291-5/+0
* mesa: Delay display list save dispatch setup until Exec is set up.Eric Anholt2013-01-211-1/+4
* mesa: Make the drivers call a non-code-generated dispatch table setup.Eric Anholt2013-01-211-0/+7
* mesa: Remove the size argument from _mesa_alloc_dispatch_table().Eric Anholt2013-01-211-6/+3
* mesa: Install a minimal dispatch table during glBegin()/glEnd().Eric Anholt2013-01-211-16/+92
* mesa: Support querying GL_MAX_ELEMENT_INDEX in ES 3Matt Turner2013-01-101-0/+3
* mesa: assert if driver did not compute the versionJordan Justen2012-12-161-1/+1