summaryrefslogtreecommitdiff
path: root/src/mesa/main/context.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-07mesa: move GL_INVALID_OPERATION error to rendering callTimothy Arceri1-3/+4
2015-12-02mesa: fix VIEWPORT_INDEX_PROVOKING_VERTEX and LAYER_PROVOKING_VERTEX queriesRoland Scheidegger1-0/+3
2015-08-25mesa/formats: make format testing a gtestNanley Chery1-4/+0
2015-08-13mesa: update MaxShaderStorageBlockSize to 2^27Tapani Pälli1-1/+1
2015-07-23mesa: add misc tessellation shader stuffFabian Bieler1-0/+2
2015-07-23mesa: add tessellation shader state and limitsChris Forbes1-0/+8
2015-07-23mesa: add tessellation shader enumsFabian Bieler1-0/+2
2015-07-14mesa: add MaxShaderStorageBlocks to struct gl_program_constantsSamuel Iglesias Gonsalvez1-0/+2
2015-07-14mesa: Add shader storage buffer support to struct gl_contextIago Toral Quiroga1-0/+6
2015-07-06mesa: Convert some asserts into STATIC_ASSERT.Matt Turner1-7/+6
2015-06-29mesa/main: free locale at exitErik Faye-Lund1-1/+11
2015-06-29util: port _mesa_strto[df] to CErik Faye-Lund1-0/+3
2015-06-29mesa/main: only call _mesa_destroy_shader_compiler once on exitErik Faye-Lund1-5/+2
2015-06-29mesa/main: Get rid of outdated GDB-hackErik Faye-Lund1-27/+0
2015-06-09mesa: remove some MAX_NV_FRAGMENT_PROGRAM_* macrosBrian Paul1-2/+2
2015-06-05mesa: remove unused geometry shader variablesMarek Olšák1-1/+0
2015-05-28mesa: Allow overriding the version of ES2+ contextsIan Romanick1-3/+1
2015-05-26glapi: Encapsulate nop table knowledge in new _mesa_new_nop_table functionIan Romanick1-8/+8
2015-05-26mesa: do not use _glapi_new_nop_table() for DRI buildsBrian Paul1-2/+60
2015-05-14main: Refactor _mesa_ReadBuffer.Laura Ekstrand1-1/+1
2015-05-14main: Refactor _mesa_drawbuffers.Laura Ekstrand1-1/+2
2015-05-04mesa: Initialize image units to default state on context creation.Francisco Jerez1-0/+2
2015-04-27mesa: the function name appears to have a gl prefix alreadyIlia Mirkin1-2/+2
2015-04-27Fix a few typosZoë Blade1-1/+1
2015-04-05mesa: Remove the _WindowMap from gl_viewport_attrib.Mathias Froehlich1-10/+2
2015-03-18mesa: make _mesa_alloc_dispatch_table() staticBrian Paul1-5/+5
2015-03-18mesa: reimplement dispatch table no-op function handlingBrian Paul1-31/+35
2015-03-02mesa/main: replace Elements() with ARRAY_SIZE()Brian Paul1-1/+1
2015-02-25mesa: use fi_type in vertex attribute codeMarius Predut1-1/+2
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-3/+3
2015-02-17mesa/main: Silence unused parameter warningIan Romanick1-1/+0
2015-01-28mesa: Move simple_list.h to src/util.Eric Anholt1-1/+1
2015-01-14mesa: Only validate shaders that can exist in the contextIan Romanick1-29/+49
2015-01-07mesa: Don't use _mesa_generic_nop on Windows.José Fonseca1-0/+9
2014-11-05mesa: Silence unused parameter warning in check_context_limits in non-debug b...Ian Romanick1-0/+2
2014-10-28mesa: Add support for the GL_KHR_context_flush_control extensionNeil Roberts1-2/+7
2014-10-20mesa: validate sampler uniforms during gluniform callsTapani Pälli1-0/+12
2014-10-03mesa: fix spurious wglGetProcAddress / GL_INVALID_OPERATION errorBrian Paul1-1/+35
2014-10-01mesa: fix _mesa_alloc_dispatch_table() declarationBrian Paul1-1/+1
2014-09-30glsl: Add context-level controls for whether temporaries have real namesIan Romanick1-0/+6
2014-09-30mesa: Drop the always-software-primitive-restart paths.Eric Anholt1-3/+0
2014-09-24mesa: Drop _mesa_getenv() wrapper.Matt Turner1-3/+3
2014-09-24mesa: don't set ES versions to GLSLVersion in _mesa_init_constantsMarek Olšák1-10/+2
2014-09-19mesa: Delete VAO _MaxElement code and index buffer bounds checking.Kenneth Graunke1-3/+0
2014-09-11st/mesa: handle failed context creation for core profileBrian Paul1-1/+4
2014-09-10glsl: Add a lowering pass for gl_VertexIDIan Romanick1-0/+6
2014-09-05mesa: set UniformBooleanTrue = 1.0f by defaultMarek Olšák1-0/+3
2014-08-27mesa: implement GL_MAX_VERTEX_ATTRIB_STRIDETimothy Arceri1-0/+3
2014-08-11mesa: make _mesa_init_constants context-independent and publicMarek Olšák1-101/+101
2014-08-11mesa: make _mesa_init_extensions context-independentMarek Olšák1-1/+1