aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: whitespace/formatting fixes in st_cb_texture.cBrian Paul2019-02-261-32/+58
* i965: fixed clamping in set_scissor_bits when the y is flippedEleni Maria Stea2019-02-261-1/+1
* freedreno/a6xx: Silence compiler warningsEduardo Lima Mitev2019-02-261-2/+4
* i965: Add support for sampling from XYUV imagesKasireddy, Vivek2019-02-264-0/+11
* dri: Add XYUV8888 formatKasireddy, Vivek2019-02-263-0/+3
* nir/lower_tex: Add support for XYUV loweringKasireddy, Vivek2019-02-262-0/+21
* imgui: update memory editorLionel Landwerlin2019-02-262-67/+97
* imgui: update commitLionel Landwerlin2019-02-261-2/+5
* driinfo: add DTD to allow the xml to be validatedEric Engestrom2019-02-261-0/+16
* vulkan/overlay: fix includesLionel Landwerlin2019-02-263-8/+8
* vulkan/overlay: fix missing installation of layerLionel Landwerlin2019-02-261-0/+1
* egl/android: bump the number of drmDevices to 64Emil Velikov2019-02-261-1/+1
* loader: use loader_open_device() to handle O_CLOEXECEmil Velikov2019-02-261-1/+1
* meson: egl: correctly manage loader/xmlconfigEmil Velikov2019-02-261-6/+5
* egl/dri: de-duplicate dri2_load_driver*Emil Velikov2019-02-261-34/+11
* radv: don't copy buffer descriptors list for samplersSamuel Pitoiset2019-02-261-1/+5
* radv: fix out-of-bounds access when copying descriptors BO listSamuel Pitoiset2019-02-261-2/+0
* nir: use nir_variable_create instead of open-coding the logicTapani Pälli2019-02-261-6/+4
* nir: initialize value in copy_prop_vars_blockTapani Pälli2019-02-261-1/+1
* v3d: Rematerialize MOVs of uniforms instead of spilling them.Eric Anholt2019-02-252-27/+68
* v3d: Dump the VIR after register spilling if we were forced to.Eric Anholt2019-02-251-0/+10
* v3d: Fix vir_is_raw_mov() for input unpacks.Eric Anholt2019-02-251-0/+7
* st/mesa: Reduce array updates due to current changes.Mathias Fröhlich2019-02-262-1/+10
* meson/iris: Use current coding styleDylan Baker2019-02-251-7/+10
* radeonsi: fix query buffer allocationTimothy Arceri2019-02-262-25/+32
* nir: Just return when asked to rewrite uses of an SSA def to itself.Eric Anholt2019-02-251-1/+2
* radv: fix clearing attachments in secondary command buffersSamuel Pitoiset2019-02-251-10/+43
* swr/rast: Fix autotools and scons codegenAlok Hota2019-02-252-20/+12
* swr/rast: Add general SWTag statisticsAlok Hota2019-02-253-161/+191
* swr/rast: Add string handling to AR event frameworkAlok Hota2019-02-255-31/+54
* swr/rast: Add initial SWTag proto definitionsAlok Hota2019-02-252-39/+71
* swr/rast: Cleanup and generalize gen_archrastAlok Hota2019-02-252-81/+41
* nir: Use SM5 properties to optimize shift(a@32, iand(31, b))Daniel Schürmann2019-02-251-0/+5
* nir: Define shifts according to SM5 specification.Daniel Schürmann2019-02-251-4/+6
* intel/eu: Add an EOT parameter to send_indirect_[split]_messageJason Ekstrand2019-02-254-19/+29
* d3d: meson: do not prefix user provided d3d-drivers-pathSergii Romantsov2019-02-251-1/+1
* dri: meson: do not prefix user provided dri-drivers-pathSergii Romantsov2019-02-251-1/+1
* intel/aub_viewer: silence more compiler warningsLionel Landwerlin2019-02-251-2/+2
* intel/aub_viewer: silence compiler warningLionel Landwerlin2019-02-251-1/+1
* intel/aub_viewer: printout 48bits addressesLionel Landwerlin2019-02-251-14/+14
* mesa/core: Enable EXT_depth_clamp for GLES >= 2.0Gert Wollny2019-02-252-4/+5
* iris: Properly allow rendering to RGBX formats.Kenneth Graunke2019-02-251-2/+9
* iris: Drop RGBX -> RGBA for storage image usagesKenneth Graunke2019-02-251-6/+3
* mesa: Fix RGBBuffers for renderbuffers with sized internal formatsKenneth Graunke2019-02-251-1/+4
* glsl: Fix function return typecheckingOscar Blumberg2019-02-251-1/+2
* iris: Always use in-tree i915_drm.hJordan Justen2019-02-243-3/+3
* panfrost: Decode render target swizzle/channelsAlyssa Rosenzweig2019-02-253-23/+81
* panfrost/midgard: Add fround(_even), ftrunc, ffmaAlyssa Rosenzweig2019-02-253-0/+14
* panfrost/nondrm: Split out dump_countersAlyssa Rosenzweig2019-02-252-5/+10
* panfrost/nondrm: Make COHERENT_LOCAL explicitAlyssa Rosenzweig2019-02-252-1/+2