summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa/tests: add KHR_debug GLES glGetPointervKHR entry pointsEmil Velikov2015-12-041-1/+4
* mesa: rework the meaning of gl_debug_message::lengthEmil Velikov2015-12-031-16/+24
* mesa: errors: validate the length of null terminated stringEmil Velikov2015-12-031-3/+17
* mesa: accept TYPE_PUSH/POP_GROUP with glDebugMessageInsertEmil Velikov2015-12-031-1/+1
* mesa: add SEVERITY_NOTIFICATION to default stateEmil Velikov2015-12-031-2/+3
* mesa: return the correct value for GroupStackDepthEmil Velikov2015-12-031-1/+1
* mesa: rename GroupStackDepth to CurrentGroupEmil Velikov2015-12-031-16/+16
* mesa: do not enable KHR_debug for ES 1.0Emil Velikov2015-12-031-1/+1
* mesa/version: Update gl_extensions::Version during version overrideNanley Chery2015-12-031-0/+1
* mesa: print enum names rather than hexadecimal values in error messagesBrian Paul2015-12-031-6/+6
* mesa: print enum string in compressed_subtexture_error_check() error msgBrian Paul2015-12-021-2/+2
* mesa: fix VIEWPORT_INDEX_PROVOKING_VERTEX and LAYER_PROVOKING_VERTEX queriesRoland Scheidegger2015-12-023-2/+8
* Remove Sun CC specific code.Jose Fonseca2015-12-021-14/+0
* mesa: Drop the blacklisting of new GL enums.Eric Anholt2015-12-011-3/+2
* mesa: Drop bitfield "enums" from the enum-to-string table.Eric Anholt2015-12-011-13/+12
* mesa: Drop apparently typoed GL_ALL_CLIENT_ATTRIB_BITS.Eric Anholt2015-12-011-3/+1
* mesa: Cut enum_strings.cpp test down to a few hand-chosen enums.Eric Anholt2015-12-011-1822/+36
* mesa: remove len argument from _mesa_shader_debug()Emil Velikov2015-11-292-7/+6
* mesa: support GL_RED/GL_RG in ES2 contexts when driver support existsIlia Mirkin2015-11-284-4/+11
* glsl: don't generate extra errors in ValidateProgramPipelineTimothy Arceri2015-11-271-2/+5
* mesa: remove ARB_geometry_shader4Marta Lofstedt2015-11-268-82/+8
* mesa: error out in indirect draw when vertex bindings mismatchTapani Pälli2015-11-263-0/+27
* mesa/main: allow delayed initialization of performance monitorsNicolai Hähnle2015-11-252-4/+36
* mesa: Use unreachable() instead of a default case.Matt Turner2015-11-241-5/+5
* mesa: Refactor enable_vertex_array_attrib to make _mesa_enable_vertex_array_a...Ian Romanick2015-11-242-9/+22
* mesa: Refactor update_array_format to make _mesa_update_array_format_publicIan Romanick2015-11-242-19/+57
* mesa: Make bind_vertex_buffer avilable outside varray.cIan Romanick2015-11-242-14/+22
* glsl: implement recent spec update to SSO validationTimothy Arceri2015-11-241-0/+24
* Revert "mesa: return initial value for VALIDATE_STATUS if pipe not bound"Timothy Arceri2015-11-241-2/+1
* texgetimage: consolidate 1D array handling code.Dave Airlie2015-11-241-15/+11
* mesa/teximage: Fix S3TC regression due to ASTC interactionNanley Chery2015-11-221-28/+15
* mesa/extensions: Enable overriding permanently enabled extensionsNanley Chery2015-11-221-40/+24
* mesa: update some old-style (K&R?) function pointer callsBrian Paul2015-11-206-7/+7
* glsl: add subroutine index qualifier supportTimothy Arceri2015-11-212-0/+8
* mesa: remove unused var in _mesa_PushDebugGroup()Brian Paul2015-11-201-1/+0
* mesa: whitespaces fixes in _mesa_one_time_init_extension_overrides()Brian Paul2015-11-201-6/+7
* mesa: re-enable KHR_debug for ES contextsBoyan Ding2015-11-201-1/+1
* main: Don't restrict several KHR_debug enum to desktop GLBoyan Ding2015-11-202-12/+3
* mesa: use the correct string for the ES GL_KHR_debug functionsEmil Velikov2015-11-203-19/+77
* mesa: Extension tracking for EXT_shader_samples_indenticalIan Romanick2015-11-192-0/+2
* mesa: Add test for sorted extension tableNanley Chery2015-11-192-0/+52
* mesa/extensions: Sort the extension table alphabeticallyNanley Chery2015-11-191-81/+93
* mesa: enable EXT_blend_func_extended if the driver supports the ARB versionRyan Houdek2015-11-191-0/+1
* mesa: allow MAX_DUAL_SOURCE_DRAW_BUFFERS to be available to ESRyan Houdek2015-11-191-1/+3
* mesa: enable usage of blend_func_extended blend factors in GLES2Ryan Houdek2015-11-191-3/+3
* glapi: add EXT_blend_func_extended XML definitionsRyan Houdek2015-11-191-0/+8
* mesa: Don't expose GL_EXT_shader_integer_mix in GLES 1.xIan Romanick2015-11-181-1/+1
* mesa: do runtime validation of precision varyings only on ESTapani Pälli2015-11-171-3/+13
* mesa: minor comment fix in blend.cBrian Paul2015-11-131-1/+1
* mesa: Replace gl_extensions::EXT_texture3D with ::dummy_trueNanley Chery2015-11-123-4/+2