summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* spirv_extensions: i965: initialize SPIR-V extensionsAlejandro Piñeiro2019-07-171-0/+2
* spirv_extensions: add spirv_supported_extensions on gl_constantsAlejandro Piñeiro2019-07-172-1/+21
* spirv_extensions: define spirv_extensions_supportedAlejandro Piñeiro2019-07-172-0/+43
* spirv_extensions: add list of extensions and to_string methodAlejandro Piñeiro2019-07-172-0/+37
* spirv_extensions: add GL_ARB_spirv_extensions boilerplateAlejandro Piñeiro2019-07-177-0/+115
* swrast: Move _mesa_format_pack_colormask() to the only caller.Eric Anholt2019-07-162-76/+0
* mesa: Give _mesa_format_get_color_encoding a clearer name.Eric Anholt2019-07-167-22/+12
* mesa: Fold _mesa_unpack_depth_stencil_row() into its only caller.Eric Anholt2019-07-163-34/+14
* mesa: Convert format_pack/unpack off of GL types.Eric Anholt2019-07-164-353/+352
* mesa: Port format_pack/unpack off of _mesa_problem().Eric Anholt2019-07-162-47/+17
* mesa: Mostly switch Mesa format info off of GL types other than GLenum.Eric Anholt2019-07-162-142/+144
* mesa: Rename gl_pack typedefs to mesa_pack.Eric Anholt2019-07-162-15/+15
* mesa: Rename gl_format_info to mesa_format_info.Eric Anholt2019-07-162-29/+29
* mesa: Port errors.c to util/list.h instead of simple_list.Kenneth Graunke2019-07-121-31/+18
* mesa/glspirv: Validate that compute shaders are not linked with other stagesNeil Roberts2019-07-121-0/+10
* mesa/glspirv: Validate that there is a VS when there is a TCS, TES or GSNeil Roberts2019-07-121-0/+25
* mesa/main: Fix UBO/SSBO ACTIVE_VARIABLES query (ARB_gl_spirv)Antia Puentes2019-07-123-15/+149
* mesa/shader_query: Fix LOCATION_INDEX query (ARB_gl_spirv)Antia Puentes2019-07-121-12/+17
* mesa/shaderapi: Fix TRANSFORM_FEEDBACK_VARYING program queryAntia Puentes2019-07-121-5/+34
* mesa/uniforms: Fix GetUniformLocation (ARB_gl_spirv)Antia Puentes2019-07-121-1/+1
* mesa/shader_query: Fix NAME_LENGTH queries (ARB_gl_spirv)Antia Puentes2019-07-121-2/+14
* mesa: Fix ACTIVE_*_MAX_LENGTH program queries (ARB_gl_spirv)Alejandro Piñeiro2019-07-122-7/+42
* mesa: save/restore SSO flag when using ARB_get_program_binaryTimothy Arceri2019-07-121-0/+4
* compiler: Save a single copy of the softfp64 shader in the context.Kenneth Graunke2019-07-102-0/+7
* mesa: Set minimum possible GLSL versionIan Romanick2019-07-081-0/+11
* glspirv: Enable the new deref-base UBO/SSBO path on gl_spirvAlejandro Piñeiro2019-06-301-2/+10
* mesa: use binary search for MESA_EXTENSION_OVERRIDEEric Engestrom2019-06-301-6/+16
* mesa: stop trying new filenames if the filename existing is not the issueEric Engestrom2019-06-281-0/+6
* mesa: use os_file_create_unique()Eric Engestrom2019-06-281-5/+4
* mesa: add display list support for gl(Compressed)TextureSubImage2DEXTPierre-Eric Pelloux-Prayer2019-06-281-0/+89
* mesa: add glTextureParameteri/iv/f/fvEXTPierre-Eric Pelloux-Prayer2019-06-284-6/+223
* mesa: extend _mesa_lookup_or_create_texture to support EXT_dsaPierre-Eric Pelloux-Prayer2019-06-282-3/+19
* mesa: refactor bind_texturePierre-Eric Pelloux-Prayer2019-06-282-17/+36
* mesa: extract helper function for glTexParameter*Pierre-Eric Pelloux-Prayer2019-06-281-13/+24
* mesa: add buffer != 0 checks to glNamedBufferEXT functionsPierre-Eric Pelloux-Prayer2019-06-281-2/+33
* mesa: fix a typo in map_named_buffer_rangeMarek Olšák2019-06-281-2/+2
* mesa: add support for glMapNamedBufferEXT()Timothy Arceri2019-06-283-1/+26
* mesa: add support for glUnmapNamedBufferEXT()Timothy Arceri2019-06-283-6/+5
* mesa: add support for glCompressedTextureSubImage2DEXT()Timothy Arceri2019-06-283-25/+59
* mesa: add support for glTextureSubImage2DEXT()Timothy Arceri2019-06-283-29/+116
* mesa: add support for glMapNamedBufferRangeEXT()Timothy Arceri2019-06-283-14/+36
* mesa: add support for glNamedBufferStorageEXTTimothy Arceri2019-06-283-0/+19
* mesa: add support for glNamedBuffer*DataEXT()Timothy Arceri2019-06-283-2/+39
* mesa: add support for glBindMultiTextureEXTTimothy Arceri2019-06-283-10/+37
* mesa: use a correct function return typeAndrii Simiklit2019-06-272-2/+2
* glspirv: Call pass to lower frexp instructionsCaio Marcelo de Oliveira Filho2019-06-191-0/+2
* mesa/main: Expose EXT_clip_control and related enums and the functionGert Wollny2019-06-063-2/+8
* mesa: Use string literals for format stringsMark Janes2019-06-031-3/+3
* mesa: EXT_dsa add selectorless matrix stack functionsPierre-Eric Pelloux-Prayer2019-06-034-112/+820
* mesa: factor out enum -> matrix stack lookupPierre-Eric Pelloux-Prayer2019-06-031-54/+56