aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nir: move brw_nir_rewrite_image_intrinsic into common codeKarol Herbst2019-04-126-44/+47
* lima: lower bool to float when building shadersIcenowy Zheng2019-04-123-3/+4
* panfrost: Guard against reading past end of bufferTomeu Vizoso2019-04-121-0/+3
* panfrost: split asserts in pandecodeTomeu Vizoso2019-04-121-3/+2
* llvmpipe: fix undefined shift 1 << 31.Dave Airlie2019-04-121-1/+1
* swrast: fix undefined shift of 1 << 31Dave Airlie2019-04-121-1/+1
* draw: fix undefined shift of (1 << 31)Dave Airlie2019-04-121-1/+1
* iris: Actually pin the scratch BO.Kenneth Graunke2019-04-111-0/+8
* anv: store heap address bounds when initializing physical deviceLionel Landwerlin2019-04-112-11/+21
* intel/common: Support bigger right-shifts with mi_builderJason Ekstrand2019-04-112-3/+20
* anv/cmd_buffer: Use gen_mi_sub instead of gen_mi_add with a negativeJason Ekstrand2019-04-111-1/+1
* anv: Move mi_memcpy and mi_memset to gen_mi_builderJason Ekstrand2019-04-116-91/+106
* anv: Use gen_mi_builder for queriesJason Ekstrand2019-04-111-214/+58
* anv: Use gen_mi_builder for conditional renderingJason Ekstrand2019-04-112-70/+41
* anv: Use gen_mi_builder for indirect dispatchJason Ekstrand2019-04-111-16/+13
* anv: Use gen_mi_builder for indirect draw parametersJason Ekstrand2019-04-111-65/+16
* anv: Use gen_mi_builder for computing resolve predicatesJason Ekstrand2019-04-111-93/+35
* anv: Use gen_mi_builder for CmdDrawIndirectByteCountJason Ekstrand2019-04-111-102/+22
* intel/common: Add unit tests for gen_mi_builderJason Ekstrand2019-04-112-0/+661
* intel/common: Add a MI command builderJason Ekstrand2019-04-111-0/+691
* 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