summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nvc0/nir: enable bindless textureKarol Herbst2019-04-121-1/+1
* nv50/ir/nir: add support for bindless imagesKarol Herbst2019-04-121-4/+152
* nv50/ir/nir: handle bindless textureKarol Herbst2019-04-121-2/+18
* ac/nir_to_llvm: add image bindless supportTimothy Arceri2019-04-122-57/+155
* ac/nir_to_llvm: make get_sampler_desc() more generic and pass it the image in...Timothy Arceri2019-04-121-18/+21
* glsl/nir: add support for lowering bindless images_derefsKarol Herbst2019-04-129-6/+108
* glsl/nir: fetch the type for images from the deref instructionKarol Herbst2019-04-121-3/+3
* glsl_to_nir: handle bindless texturesKarol Herbst2019-04-122-6/+25
* nir/i965/freedreno/vc4: add a bindless bool to type size functionsTimothy Arceri2019-04-1216-59/+76
* 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-113-0/+667
* 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
* gitlab-ci: build gallium extra hudEric Engestrom2019-04-111-0/+1
* meson: remove meson-created megadrivers symlinksEric Engestrom2019-04-111-0/+7
* 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
* gitlab-ci: Run CI pipeline for all branches in the main repositoryMichel Dänzer2019-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
* docs: update calendar, and news item and link release notes for 19.0.2Dylan Baker2019-04-103-7/+8
* docs: Add sha256 sums for 19.0.2Dylan Baker2019-04-101-1/+2
* docs: Add release notes for 19.0.2Dylan Baker2019-04-101-0/+121
* 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-113-2/+16