summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* freedreno: Fix a couple of warningsKristian H. Kristensen2019-02-282-2/+2
* freedreno/a6xx: Don't zero SO buffer addressesKristian H. Kristensen2019-02-281-38/+0
* freedreno/a6xx: Only output MRT control for used framebuffersKristian H. Kristensen2019-02-281-1/+1
* driconf: add DTD to allow the drirc xml (00-mesa-defaults.conf) to be validatedEric Engestrom2019-02-282-1/+28
* vulkan: use VkBase{In,Out}Structure instead of a custom structEric Engestrom2019-02-281-7/+2
* vulkan/overlay: add support for fps output in fileLionel Landwerlin2019-02-284-15/+39
* vulkan/overlay: rework option parsingLionel Landwerlin2019-02-286-113/+265
* vulkan/overlay: fix min/max computationsLionel Landwerlin2019-02-281-11/+11
* egl/sl: use kms_swrast with vgem instead of a random GPUEmil Velikov2019-02-281-8/+13
* egl/sl: use drmDevice API to enumerate available devicesEmil Velikov2019-02-281-36/+37
* egl/sl: split out swrast probe into separate functionEmil Velikov2019-02-281-16/+27
* nir/spirv: return after emitting a branch in blockcros-mesa-19.0-r1-vanillachadv/cros-mesa-19.0-r1-vanillaJuan A. Suarez Romero2019-02-281-0/+1
* egl/android: replace magic 0=CbCr,1=CrCb with simple enumEric Engestrom2019-02-281-18/+24
* st/nir: count num_uniforms for FS bultin shaderCaio Marcelo de Oliveira Filho2019-02-271-0/+2
* glx: fix shared memory leak in X11Ray Zhang2019-02-281-0/+3
* radeonsi/nir: move si_lower_nir() call into compiler threadTimothy Arceri2019-02-281-2/+3
* glsl: fix shader cache for packed param listTimothy Arceri2019-02-283-11/+11
* i965: Fix allow_higher_compat_version workaround limited by OpenGL 3.0Yevhenii Kolesnikov2019-02-281-6/+12
* intel/compiler: use correct swizzle for replacementLionel Landwerlin2019-02-271-5/+5
* freedreno: catch failing fd_blit and fallback to software blitJonathan Marek2019-02-273-11/+15
* freedreno: use renderonly path for buffers allocated with modifiersJonathan Marek2019-02-271-1/+7
* freedreno: a2xx: fix mipmapping for NPOT texturesJonathan Marek2019-02-271-0/+6
* freedreno: a2xx: fix fast clear for some gmem configurationsJonathan Marek2019-02-271-3/+3
* freedreno: a2xx: add use_hw_binning functionJonathan Marek2019-02-271-2/+24
* freedreno: a2xx: don't write 4th vertex in mem2gmemJonathan Marek2019-02-271-3/+1
* swr/codegen: fix autotools buildErik Faye-Lund2019-02-271-8/+8
* util/os_misc: Add check for PIPE_OS_HURDTimo Aaltonen2019-02-271-2/+2
* vulkan/overlay: install layer binary in libdirLionel Landwerlin2019-02-272-13/+4
* meson/swr: replace hard-coded path with current_build_dir()Eric Engestrom2019-02-271-1/+1
* nir: Add posibility to not lower to source mod 'abs' for ops with three sourcesGert Wollny2019-02-272-1/+8
* virgl/vtest: deprecate protocol version 1Gurchetan Singh2019-02-274-43/+23
* util: fix a warning when building against clang7 headersTapani Pälli2019-02-271-0/+2
* iris: add libmesa_iris_gen8 library to the buildTapani Pälli2019-02-271-0/+21
* android: make libbacktrace optional on USE_LIBBACKTRACETapani Pälli2019-02-272-3/+9
* android: add liblog to libmesa_intel_common buildTapani Pälli2019-02-271-1/+1
* panfrost/midgard: Allow flt to run on most unitsAlyssa Rosenzweig2019-02-271-1/+1
* panfrost: Expose perf counters in environmentAlyssa Rosenzweig2019-02-273-13/+11
* panfrost: Identify 4-bit channel texture formatsAlyssa Rosenzweig2019-02-273-0/+6
* panfrost: Add RGB565, RGB5A1 texture formatsAlyssa Rosenzweig2019-02-272-0/+4
* iris: Enable ARB_shader_draw_parameters supportJose Maria Casanova Crespo2019-02-265-4/+212
* clover: Fix indentation issuesPierre Moreau2019-02-262-34/+34
* clover: Only use devices supporting IR_NATIVEPierre Moreau2019-02-261-1/+2
* clover: Move platform extensions definitions to clover/platform.cppPierre Moreau2019-02-263-2/+9
* clover: Move device extensions definitions to core/device.cppPierre Moreau2019-02-263-10/+16
* clover: Validate program and library linking optionsPierre Moreau2019-02-261-0/+35
* clover: Disallow creating libraries from other librariesPierre Moreau2019-02-261-3/+18
* clover/api: Fail if trying to build a non-executable binaryPierre Moreau2019-02-261-0/+7
* clover/api: Rework the validation of devices for buildingPierre Moreau2019-02-262-10/+11
* clover: Add an helper for checking if an IR is supportedPierre Moreau2019-02-262-0/+7
* clover: Remove the TGSI backend as unusedPierre Moreau2019-02-267-196/+9