summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/context.c
Commit message (Expand)AuthorAgeFilesLines
* mesa/main: add support for ARB_compute_variable_groups_sizeSamuel Pitoiset2016-10-071-0/+6
* mesa: move _mesa_valid_to_render() to api_validate.cBrian Paul2016-09-301-187/+1
* mesa: add scaffolding for OES/EXT_primitive_bounding_boxIlia Mirkin2016-08-301-0/+2
* mesa: Add draw time validation for advanced blending modes.Kenneth Graunke2016-08-251-0/+52
* mesa: Restyle _mesa_check_blend_func_error().Kenneth Graunke2016-08-251-15/+15
* mesa: Make single-buffered GLES representation internally consistentGurchetan Singh2016-07-071-0/+10
* mesa: Remove the linked list of enabled lightsMathias Fröhlich2016-06-161-10/+1
* st/mesa: inline _mesa_create_context() into its only callerEmil Velikov2016-06-131-38/+0
* mesa: remove _mesa_init_get_hash()Emil Velikov2016-06-131-2/+0
* i965: Enable GL_KHR_robustnessKristian Høgsberg Kristensen2016-05-251-0/+1
* mesa: Implement glGet*(GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED).Kenneth Graunke2016-05-231-0/+1
* mesa: Don't advertise GLES 3.1 without compute supportDaniel Scharrer2016-05-181-1/+2
* main: rework the compatibility check of visuals in glXMakeCurrentMiklós Máté2016-04-121-30/+12
* main: remove MAX_VIEWPORT_WIDTH and MAX_VIEWPORT_HEIGHT constantsSamuel Iglesias Gonsálvez2016-03-021-2/+2
* mesa: move declaration of buffer var in handle_first_current()Brian Paul2016-02-241-2/+4
* mesa: use gl_buffer_index in a few placesBrian Paul2016-02-241-1/+1
* mesa: move GL_ARB_debug_output code into new debug_output.c fileBrian Paul2016-02-081-1/+2
* glsl: move to compiler/Emil Velikov2016-01-261-1/+1
* mesa: remove link validation that should be done elsewhereTimothy Arceri2016-01-201-60/+3
* mesa: move GL_INVALID_OPERATION error to rendering callTimothy Arceri2015-12-071-3/+4
* mesa: fix VIEWPORT_INDEX_PROVOKING_VERTEX and LAYER_PROVOKING_VERTEX queriesRoland Scheidegger2015-12-021-0/+3
* mesa/formats: make format testing a gtestNanley Chery2015-08-251-4/+0
* mesa: update MaxShaderStorageBlockSize to 2^27Tapani Pälli2015-08-131-1/+1
* mesa: add misc tessellation shader stuffFabian Bieler2015-07-231-0/+2
* mesa: add tessellation shader state and limitsChris Forbes2015-07-231-0/+8
* mesa: add tessellation shader enumsFabian Bieler2015-07-231-0/+2
* mesa: add MaxShaderStorageBlocks to struct gl_program_constantsSamuel Iglesias Gonsalvez2015-07-141-0/+2
* mesa: Add shader storage buffer support to struct gl_contextIago Toral Quiroga2015-07-141-0/+6
* mesa: Convert some asserts into STATIC_ASSERT.Matt Turner2015-07-061-7/+6
* mesa/main: free locale at exitErik Faye-Lund2015-06-291-1/+11
* util: port _mesa_strto[df] to CErik Faye-Lund2015-06-291-0/+3
* mesa/main: only call _mesa_destroy_shader_compiler once on exitErik Faye-Lund2015-06-291-5/+2
* mesa/main: Get rid of outdated GDB-hackErik Faye-Lund2015-06-291-27/+0
* mesa: remove some MAX_NV_FRAGMENT_PROGRAM_* macrosBrian Paul2015-06-091-2/+2
* mesa: remove unused geometry shader variablesMarek Olšák2015-06-051-1/+0
* mesa: Allow overriding the version of ES2+ contextsIan Romanick2015-05-281-3/+1
* glapi: Encapsulate nop table knowledge in new _mesa_new_nop_table functionIan Romanick2015-05-261-8/+8
* mesa: do not use _glapi_new_nop_table() for DRI buildsBrian Paul2015-05-261-2/+60
* main: Refactor _mesa_ReadBuffer.Laura Ekstrand2015-05-141-1/+1
* main: Refactor _mesa_drawbuffers.Laura Ekstrand2015-05-141-1/+2
* mesa: Initialize image units to default state on context creation.Francisco Jerez2015-05-041-0/+2
* mesa: the function name appears to have a gl prefix alreadyIlia Mirkin2015-04-271-2/+2
* Fix a few typosZoë Blade2015-04-271-1/+1
* mesa: Remove the _WindowMap from gl_viewport_attrib.Mathias Froehlich2015-04-051-10/+2
* mesa: make _mesa_alloc_dispatch_table() staticBrian Paul2015-03-181-5/+5
* mesa: reimplement dispatch table no-op function handlingBrian Paul2015-03-181-31/+35
* mesa/main: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-1/+1
* mesa: use fi_type in vertex attribute codeMarius Predut2015-02-251-1/+2
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-3/+3
* mesa/main: Silence unused parameter warningIan Romanick2015-02-171-1/+0