summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: fix MSVC build break in extensions.hBrian Paul2015-11-121-1/+3
* mesa: In helpers, only check driver capability for metaNanley Chery2015-11-123-1/+8
* mesa/extensions: Prefix global struct and extension typeNanley Chery2015-11-122-23/+23
* mesa: Generate a helper function for each extensionNanley Chery2015-11-123-22/+44
* mesa/extensions: Replace extension::api_set with ::versionNanley Chery2015-11-122-336/+331
* mesa/extensions: Use _mesa_extension_supported()Nanley Chery2015-11-122-46/+14
* mesa/extensions: Create _mesa_extension_supported()Nanley Chery2015-11-121-0/+18
* mesa/extensions: Add extension::versionNanley Chery2015-11-122-320/+334
* mesa/extensions: Move entries entries to separate fileNanley Chery2015-11-122-325/+326
* mesa/extensions: Wrap array entries in macrosNanley Chery2015-11-121-327/+328
* mesa/extensions: Remove array sentinelNanley Chery2015-11-121-18/+25
* mesa: validate precision of varyings during ValidateProgramPipelineTapani Pälli2015-11-123-0/+80
* mesa: add ARB_enhanced_layoutsTimothy Arceri2015-11-122-0/+2
* mesa/copyimage: allow width/height to not be multiples of blockIlia Mirkin2015-11-111-3/+34
* mesa: remove old comments in arrayobj.cBrian Paul2015-11-111-5/+0
* glsl: Lower UBO and SSBO access in glsl linkerKristian Høgsberg Kristensen2015-11-101-0/+2
* mesa: report enum name in glClientActiveTexture() error stringBrian Paul2015-11-051-1/+2
* meta: Support 16x MSAA in the multisample scaled blit shaderNeil Roberts2015-11-051-1/+14
* mesa/tests: add glBufferStorageEXT to ES 3.1 dispatch listIlia Mirkin2015-11-041-0/+3
* mesa: expose support for GL_EXT_buffer_storageRyan Houdek2015-11-041-0/+1
* mesa: rename UniformBlockStageIndex to InterfaceBlockStageIndexJordan Justen2015-11-034-10/+11
* mesa: Add spec citations for DispatchCompute*Jordan Justen2015-11-021-5/+29
* mesa: Update DispatchComputeIndirect errors for indirect parameterJordan Justen2015-11-021-6/+5
* mesa: fix uniforms calculation in glGetProgramivTapani Pälli2015-11-021-2/+12
* mesa: fix program resource queries for atomic counter buffersTapani Pälli2015-11-021-2/+26
* mesa: expose support for OES/EXT_draw_elements_base_vertex to OpenGL ESRyan Houdek2015-11-011-0/+2
* mesa/sso: Add compute shader supportJordan Justen2015-11-012-1/+12
* mesa/sso: Add MESA_VERBOSE=api trace supportJordan Justen2015-11-011-0/+33
* main/get: Add MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTSJordan Justen2015-11-011-0/+1
* mesa: add infra for ARB_shader_clockEmil Velikov2015-10-302-0/+2
* main: fix basename match's check if it's an array or structSamuel Iglesias Gonsalvez2015-10-301-1/+2
* mesa: Enable ASTC in GLES' [NUM_]COMPRESSED_TEXTURE_FORMATS queriesNanley Chery2015-10-291-22/+63