summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-28nir/spirv: return after emitting a branch in blockcros-mesa-19.0-r1-vanillachadv/cros-mesa-19.0-r1-vanillaJuan A. Suarez Romero1-0/+1
2019-02-28egl/android: replace magic 0=CbCr,1=CrCb with simple enumEric Engestrom1-18/+24
2019-02-27st/nir: count num_uniforms for FS bultin shaderCaio Marcelo de Oliveira Filho1-0/+2
2019-02-28glx: fix shared memory leak in X11Ray Zhang1-0/+3
2019-02-28radeonsi/nir: move si_lower_nir() call into compiler threadTimothy Arceri1-2/+3
2019-02-28glsl: fix shader cache for packed param listTimothy Arceri3-11/+11
2019-02-28i965: Fix allow_higher_compat_version workaround limited by OpenGL 3.0Yevhenii Kolesnikov1-6/+12
2019-02-27intel/compiler: use correct swizzle for replacementLionel Landwerlin1-5/+5
2019-02-27freedreno: catch failing fd_blit and fallback to software blitJonathan Marek3-11/+15
2019-02-27freedreno: use renderonly path for buffers allocated with modifiersJonathan Marek1-1/+7
2019-02-27freedreno: a2xx: fix mipmapping for NPOT texturesJonathan Marek1-0/+6
2019-02-27freedreno: a2xx: fix fast clear for some gmem configurationsJonathan Marek1-3/+3
2019-02-27freedreno: a2xx: add use_hw_binning functionJonathan Marek1-2/+24
2019-02-27freedreno: a2xx: don't write 4th vertex in mem2gmemJonathan Marek1-3/+1
2019-02-27swr/codegen: fix autotools buildErik Faye-Lund1-8/+8
2019-02-27util/os_misc: Add check for PIPE_OS_HURDTimo Aaltonen1-2/+2
2019-02-27vulkan/overlay: install layer binary in libdirLionel Landwerlin2-13/+4
2019-02-27meson/swr: replace hard-coded path with current_build_dir()Eric Engestrom1-1/+1
2019-02-27nir: Add posibility to not lower to source mod 'abs' for ops with three sourcesGert Wollny2-1/+8
2019-02-27virgl/vtest: deprecate protocol version 1Gurchetan Singh4-43/+23
2019-02-27util: fix a warning when building against clang7 headersTapani Pälli1-0/+2
2019-02-27iris: add libmesa_iris_gen8 library to the buildTapani Pälli1-0/+21
2019-02-27android: make libbacktrace optional on USE_LIBBACKTRACETapani Pälli2-3/+9
2019-02-27android: add liblog to libmesa_intel_common buildTapani Pälli1-1/+1
2019-02-27panfrost/midgard: Allow flt to run on most unitsAlyssa Rosenzweig1-1/+1
2019-02-27panfrost: Expose perf counters in environmentAlyssa Rosenzweig3-13/+11
2019-02-27panfrost: Identify 4-bit channel texture formatsAlyssa Rosenzweig3-0/+6
2019-02-27panfrost: Add RGB565, RGB5A1 texture formatsAlyssa Rosenzweig2-0/+4
2019-02-26iris: Enable ARB_shader_draw_parameters supportJose Maria Casanova Crespo5-4/+212
2019-02-26clover: Fix indentation issuesPierre Moreau2-34/+34
2019-02-26clover: Only use devices supporting IR_NATIVEPierre Moreau1-1/+2
2019-02-26clover: Move platform extensions definitions to clover/platform.cppPierre Moreau3-2/+9
2019-02-26clover: Move device extensions definitions to core/device.cppPierre Moreau3-10/+16
2019-02-26clover: Validate program and library linking optionsPierre Moreau1-0/+35
2019-02-26clover: Disallow creating libraries from other librariesPierre Moreau1-3/+18
2019-02-26clover/api: Fail if trying to build a non-executable binaryPierre Moreau1-0/+7
2019-02-26clover/api: Rework the validation of devices for buildingPierre Moreau2-10/+11
2019-02-26clover: Add an helper for checking if an IR is supportedPierre Moreau2-0/+7
2019-02-26clover: Remove the TGSI backend as unusedPierre Moreau7-196/+9
2019-02-26clover: Avoid warnings from new OpenCL headersPierre Moreau4-0/+10
2019-02-26clover: update ICD table to support everything up to 2.2Karol Herbst2-1/+218
2019-02-26include/CL: Update to the latest OpenCL 2.2 headersPierre Moreau18-2464/+23136
2019-02-26gallium/u_tests: use a compute-only context to test GCN compute ringMarek Olšák1-5/+3
2019-02-26radeonsi: always use compute rings for clover on CI and newer (v2)Marek Olšák11-75/+130
2019-02-26radv: Interpolate less aggressively.Bas Nieuwenhuizen1-9/+12
2019-02-26util: Don't block SIGSYS for new threadsDrew Davenport1-1/+2
2019-02-26freedreno/ir3: gsampler2DMSArray fixesRob Clark2-30/+36
2019-02-26freedreno/ir3/a6xx: fix atomic shader outputsRob Clark1-0/+8
2019-02-26freedreno/a6xx: vertex_id is not _zero_basedRob Clark2-1/+24
2019-02-26freedreno/a6xx: fix DRAW_IDX_INDIRECT max_indiciesRob Clark1-2/+1