summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add PIPE_CAP_TGSI_FS_POINT_IS_SYSVALAndreas Baierl2019-07-181-0/+2
* glsl: Optionally declare gl_PointCoord as a system valueAndreas Baierl2019-07-182-1/+7
* spirv_extensions: i965: initialize SPIR-V extensionsAlejandro Piñeiro2019-07-172-1/+12
* 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-179-0/+119
* meta: leaking of BO with DrawPixelsYevhenii Kolesnikov2019-07-161-0/+2
* swrast: Move _mesa_format_pack_colormask() to the only caller.Eric Anholt2019-07-163-78/+72
* mesa: Give _mesa_format_get_color_encoding a clearer name.Eric Anholt2019-07-1614-35/+22
* mesa: Drop redundant checks for sRGB before sRGB to linear conversion.Eric Anholt2019-07-162-6/+4
* 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-165-20/+20
* mesa: Rename gl_format_info to mesa_format_info.Eric Anholt2019-07-162-29/+29
* state_tracker: Move the format test out to be an actual unit test.Eric Anholt2019-07-163-51/+117
* mesa/st: add sampler uniformsRob Clark2019-07-161-6/+45
* st,i965: Stop looping on 64-bit loweringJason Ekstrand2019-07-161-17/+8
* meta: memory leak of CopyPixels usageSergii Romantsov2019-07-161-0/+14
* st/mesa: verify that vertex buffer offset isn't negativePierre-Eric Pelloux-Prayer2019-07-153-0/+15
* st/mesa: don't invalidate a buffer range that is mappedMarek Olšák2019-07-151-6/+21
* 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
* i965: don't use disk cache with SPIR-V shadersAlejandro Piñeiro2019-07-121-2/+16
* 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-104-11/+14
* intel/compiler: Add a "base class" for program keysJason Ekstrand2019-07-1011-95/+75
* i965/program_cache: Cast the key to char * before adding key_sizeJason Ekstrand2019-07-101-1/+1
* gallium: give vertex-shader saturate its own capErik Faye-Lund2019-07-101-1/+1
* gallium: give fragment-shader derivatives its own capErik Faye-Lund2019-07-101-1/+1
* gallium: give fragment-shader texture-lod its own capErik Faye-Lund2019-07-101-1/+1
* mesa/st: drop needless has_shader_model3 booleanErik Faye-Lund2019-07-102-3/+1
* mesa: Set minimum possible GLSL versionIan Romanick2019-07-081-0/+11
* i965: disable repacking for compression for applicable genDongwon Kim2019-07-082-0/+10
* nir: Move st_nir_assign_var_locations() to common codeConnor Abbott2019-07-081-115/+5
* Revert "mesa/st: Passthrough scissor when clearing by quad"Marek Olšák2019-07-041-3/+0
* mesa/st: Passthrough scissor when clearing by quadAlyssa Rosenzweig2019-07-031-0/+3
* st/mesa: accelerate glCopyPixels(STENCIL)Marek Olšák2019-07-031-20/+38
* mesa/st: simplify format usage in st_bind_egl_imageMike Blumenkrantz2019-07-011-15/+13
* sparc: Reuse m_vector_asm.h.Eric Anholt2019-07-013-34/+14
* mesa: Enable asm unconditionally, now that gen_matypes is gone.Eric Anholt2019-07-012-4/+0