summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* prog_to_nir: fix write from vps to FOGKarol Herbst2019-03-081-1/+7
* st/mesa: init hash keys with memset(), not designated initializersBrian Paul2019-03-082-5/+17
* st/mesa: whitespace, formatting fixes in st_cb_flush.cBrian Paul2019-03-081-14/+19
* st/mesa: move, clean-up shader variant key decls/initsBrian Paul2019-03-082-10/+7
* isl: Add a swizzle parameter to isl_buffer_fill_state()Kenneth Graunke2019-03-071-0/+1
* intel/decoders: handle decoding MI_BBS from ringLionel Landwerlin2019-03-071-1/+1
* intel/decoders: add address space indicator to get BOsLionel Landwerlin2019-03-071-1/+1
* st/glsl: start spilling out common st glsl conversion codeTimothy Arceri2019-03-067-122/+222
* i965: stop calling nir_lower_returns()Timothy Arceri2019-03-061-3/+1
* glsl: use NIR function inlining for drivers that use glsl_to_nir()Timothy Arceri2019-03-062-2/+2
* st/nir: Move 64-bit lowering laterJason Ekstrand2019-03-061-2/+5
* nir/lower_doubles: Inline functions directly in lower_doublesJason Ekstrand2019-03-062-23/+8
* glsl/nir: Add a shared helper for building float64 shadersJason Ekstrand2019-03-063-99/+5
* i965: Compile the fp64 program based on nir optionsJason Ekstrand2019-03-061-1/+2
* nir: rename glsl_type_is_struct() -> glsl_type_is_struct_or_ifc()Timothy Arceri2019-03-062-4/+4
* glsl: rename record_location_offset() -> struct_location_offset()Timothy Arceri2019-03-062-2/+2
* glsl: rename is_record() -> is_struct()Timothy Arceri2019-03-063-8/+8
* nir: Add multiplier argument to nir_lower_uniforms_to_ubo.Timur Kristóf2019-03-052-2/+2
* nir: Move nir_lower_uniforms_to_ubo to compiler/nir.Timur Kristóf2019-03-056-105/+2
* i965: Implement threaded GL support.Kenneth Graunke2019-03-053-0/+51
* glsl: [u/i]mulExtended optimization for GLSLSagar Ghuge2019-03-042-0/+2
* st/mesa: whitespace fixes in st_texture.hBrian Paul2019-03-041-9/+13
* st/mesa: line wrapping, whitespace fixes in st_cb_texture.cBrian Paul2019-03-041-2/+4
* st/mesa: whitespace fixes in st_sampler_view.cBrian Paul2019-03-041-6/+10
* st/mesa: Invalidate the gallium array atom only if needed.Mathias Fröhlich2019-03-041-2/+4
* mesa: Track buffer object use also for VAO usage.Mathias Fröhlich2019-03-044-4/+15
* mesa: Expose EXT_texture_query_lod and add support for its use shadersGert Wollny2019-03-031-0/+1
* st/mesa: add support for lowering fp64/int64 for nir driversDave Airlie2019-03-021-1/+98
* st/nir: count num_uniforms for FS bultin shaderCaio Marcelo de Oliveira Filho2019-02-271-0/+2
* glsl: fix shader cache for packed param listTimothy Arceri2019-02-282-0/+7
* i965: Fix allow_higher_compat_version workaround limited by OpenGL 3.0Yevhenii Kolesnikov2019-02-281-6/+12
* mesa: fix display list corner case assertionBrian Paul2019-02-261-0/+2
* st/mesa: whitespace/formatting fixes in st_cb_texture.cBrian Paul2019-02-261-32/+58
* i965: fixed clamping in set_scissor_bits when the y is flippedEleni Maria Stea2019-02-261-1/+1
* i965: Add support for sampling from XYUV imagesKasireddy, Vivek2019-02-262-0/+9
* nir: use nir_variable_create instead of open-coding the logicTapani Pälli2019-02-261-6/+4
* st/mesa: Reduce array updates due to current changes.Mathias Fröhlich2019-02-262-1/+10
* dri: meson: do not prefix user provided dri-drivers-pathSergii Romantsov2019-02-251-1/+1
* mesa/core: Enable EXT_depth_clamp for GLES >= 2.0Gert Wollny2019-02-252-4/+5
* mesa: Fix RGBBuffers for renderbuffers with sized internal formatsKenneth Graunke2019-02-251-1/+4
* st/mesa: remove unused header-fileErik Faye-Lund2019-02-243-43/+0
* nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fsAlejandro Piñeiro2019-02-217-32/+9
* st/mesa: always unmap the uploader in st_atom_array.cMarek Olšák2019-02-201-8/+6
* i965: re-emit index buffer state on a reset option change.Andrii Simiklit2019-02-203-1/+13
* st/nir: use NIR for asm programsTimothy Arceri2019-02-192-1/+61
* st/mesa: Copy VP TGSI tokens if they exist, even for NIR shaders.Kenneth Graunke2019-02-191-2/+8
* mesa: Align doubles to a 64-bit starting boundary, even if packing.Kenneth Graunke2019-02-191-2/+6
* compiler: Make is_64bit(GL_*) helper more broadly availableKenneth Graunke2019-02-191-0/+31
* i965: always enable EXT_float_blendIlia Mirkin2019-02-181-0/+1
* st/mesa: enable GL_EXT_float_blend when possibleIlia Mirkin2019-02-181-0/+10