summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* v3d: Add an optimization pass for redundant flags updates.Eric Anholt2019-04-115-0/+143
* kmsro: Extend to include armada-drmLubomir Rintel2019-04-113-0/+3
* lima: implement blit with util_blitterIcenowy Zheng2019-04-113-1/+59
* lima: make lima_context_framebuffer subtype of pipe_framebuffer_stateIcenowy Zheng2019-04-113-30/+29
* lima: add dummy set_sample_mask functionIcenowy Zheng2019-04-111-0/+8
* nir: initialise some variables in opt_if_loop_last_continue()Timothy Arceri2019-04-111-2/+2
* nir/xfb: do not use bare interface typeJuan A. Suarez Romero2019-04-111-1/+1
* virgl: use debug_printf instead of fprintfErik Faye-Lund2019-04-111-1/+3
* virgl: do not warn about display-target bindingErik Faye-Lund2019-04-111-1/+1
* virgl: only warn about unchecked flagsErik Faye-Lund2019-04-111-3/+4
* virgl: unsigned int -> unsignedErik Faye-Lund2019-04-111-1/+1
* egl: setup fds array correctly when exporting dmabufTapani Pälli2019-04-111-0/+12
* gallium/aux: Report error if loading of a pipe driver fails.Jan Vesely2019-04-102-1/+62
* kmsro: Add platform support for exynos and sun4iRob Herring2019-04-113-0/+6
* kmsro: Add lima renderonly supportRob Herring2019-04-112-0/+14
* gallium: add lima driverQiang Yu2019-04-1158-2/+16718
* gallium/u_vbuf: export u_vbuf_get_minmax_indexQiang Yu2019-04-112-4/+6
* u_dynarray: add util_dynarray_grow_capQiang Yu2019-04-111-6/+17
* u_math: add ushort_to_float/float_to_ushortQiang Yu2019-04-111-0/+31
* gallium: trace: Add missing fence related wrappersGuido Günther2019-04-102-0/+68
* intel/tools: Remove redundant definitions of INTEL_DEBUGMark Janes2019-04-102-4/+0
* intel/common: move gen_debug to intel/devMark Janes2019-04-1029-29/+29
* iris: support INTEL_NO_HW environment variableMike Blumenkrantz2019-04-103-1/+6
* Partially revert "gallium: fix autotools build of pipe_msm.la"Jan Vesely2019-04-101-1/+2
* vc4: Upload CS/VS UBO uniforms together.Eric Anholt2019-04-105-181/+22
* vc4: Split UBO0 and UBO1 address uniform handling.Eric Anholt2019-04-103-19/+20
* vc4: Don't forget to set the range when scalarizing our uniforms.Eric Anholt2019-04-101-0/+2
* st: Lower uniforms in st in the !PIPE_CAP_PACKED_UNIFORMS case as well.Eric Anholt2019-04-107-19/+21
* anv: don't use default pipeline cache for hits for VK_EXT_pipeline_creation_f...Lionel Landwerlin2019-04-101-1/+1
* Revert "glsl: fix shader_storage_blocks_write_access for SSBO block arrays"Marek Olšák2019-04-101-6/+2
* glsl/standalone: add GLES3.1 and GLES3.2 compatibilityKarol Herbst2019-04-101-0/+5
* virgl: use debug_printf instead of fprintfErik Faye-Lund2019-04-101-1/+1
* virgl: Enable passing arrays as input to fragment shadersGert Wollny2019-04-103-7/+64
* Gallium: Add new CAP that indicated whether IO array definitions can be shrikedGert Wollny2019-04-103-0/+6
* wsi: allow to override the present mode with MESA_VK_WSI_PRESENT_MODESamuel Pitoiset2019-04-106-3/+78
* radv: enable VK_AMD_gpu_shader_half_floatSamuel Pitoiset2019-04-101-0/+1
* ac: add 16-bit support to ac_build_ddxy()Rhys Perry2019-04-101-5/+17
* ac/nir: fix nir_op_b2f16Samuel Pitoiset2019-04-101-3/+9
* virgl: Set bind when creating temp resource.Lepton Wu2019-04-091-0/+10
* radv: Add non-uniform indexing lowering.Bas Nieuwenhuizen2019-04-102-7/+12
* nir: Add access qualifiers on load_ubo intrinsic.Bas Nieuwenhuizen2019-04-102-2/+3
* glsl: fix shader_storage_blocks_write_access for SSBO block arraysMarek Olšák2019-04-091-2/+6
* freedreno: PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT unreachable statementKhaled Emara2019-04-091-1/+0
* genxml: sort xml files using new scriptLionel Landwerlin2019-04-0910-21155/+21105
* genxml: add a sorting scriptLionel Landwerlin2019-04-093-0/+203
* anv: advertise 8 subtexel/mipmap precision bitsJuan A. Suarez Romero2019-04-091-2/+2
* st/va: reverse qt matrix back to its original orderBoyuan Zhang2019-04-091-6/+32
* glsl/linker: location aliasing requires types to have the same widthAndres Gomez2019-04-091-39/+76
* softpipe: Enable PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTGert Wollny2019-04-091-1/+1
* softpipe: Add an extra code path for the buffer texel lookupGert Wollny2019-04-091-1/+16