summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-07VERSION: bump to 20.0-rc2mesa-20.0.0-rc2Dylan Baker1-1/+1
2020-02-05gallium/swr: Fix gcc 4.8.5 compile errorKrzysztof Raszkowski1-6/+5
2020-02-05intel/fs: Don't count integer instructions as being possibly coissueIan Romanick2-2/+9
2020-02-05util/disk_cache: check for write() failure in the zstd pathEric Engestrom2-2/+6
2020-02-05anv: implement gen9 post sync pipe control workaroundLionel Landwerlin4-1/+40
2020-02-05freedreno: allow ctx->batch to be NULLRob Clark5-31/+3
2020-02-05radv: Do not set SX DISABLE bits for RB+ with unused surfaces.Bas Nieuwenhuizen2-7/+8
2020-02-05freedreno/perfcntrs: fix fd leakEric Engestrom2-2/+6
2020-02-05st/mesa: Handle the rest renderbuffer formats from OSMesaDanylo Piliaiev2-1/+6
2020-02-05util/os_socket: fix header unavailable on windowsEric Engestrom2-2/+3
2020-02-05i965: Do not set front_buffer_dirty if there is no front bufferDanylo Piliaiev2-2/+4
2020-02-05.pick_status.json: Update to 7eaf21cb6f67adbe0e79b80b4feb8c816a98a720Dylan Baker1-0/+495
2020-02-04st/mesa: use uint-result for sampling stencil buffersErik Faye-Lund2-5/+6
2020-02-04etnaviv: Destroy rsc->pending_ctx set in etna_resource_destroy()Marek Vasut2-1/+2
2020-02-04clover: Use explicit conversion from llvm::StringRef to std::stringJan Vesely3-3/+4
2020-02-04.pick_status.json: Update to 9afdcd64f2c96f3fcc1a28912987f2e8066aa995Dylan Baker1-0/+180
2020-02-03panfrost: Fix the damage box clamping logicBoris Brezillon2-1/+3
2020-02-03util/os_socket: Include unistd.h to fix build errorBernd Kuhls2-1/+2
2020-02-03anv/blorp: Use the correct size for vkCmdCopyBufferToImageJason Ekstrand2-1/+9
2020-02-03lima: Fix build with GCC 10.Vinson Lee2-2/+2
2020-02-03intel/fs: Write the address register with NoMask for MOV_INDIRECTJason Ekstrand2-1/+10
2020-02-03aco: fix image_atomic_cmp_swapDaniel Schürmann3-3/+4
2020-02-03.pick_status.json: Update to b550b7ef3b8d12f533b67b1a03159a127a3ff34aDylan Baker1-0/+423
2020-01-31aco: fix MUBUF VS input loads when expanding vec3 to vec4 on GFX6Samuel Pitoiset2-2/+7
2020-01-31anv: Always fill out the AUX table even if CCS is disabledJason Ekstrand4-17/+19
2020-01-31iris: Plumb deref block size through to 3DSTATE_SFJason Ekstrand3-7/+11
2020-01-31anv: Plumb deref block size through to 3DSTATE_SFJason Ekstrand5-12/+19
2020-01-31intel/blorp: Plumb deref block size through to 3DSTATE_SFJason Ekstrand3-8/+12
2020-01-31intel/common: Return the block size from get_urb_configJason Ekstrand7-7/+55
2020-01-31anv: Emit URB setup earlierJason Ekstrand2-3/+3
2020-01-31iris: Consolodate URB emitJason Ekstrand4-37/+16
2020-01-31intel/blorp: Always emit URB config on Gen7+Jason Ekstrand5-47/+69
2020-01-31intel: Take a gen_l3_config in gen_get_urb_configJason Ekstrand6-23/+14
2020-01-31i965: Re-emit l3 state before BLORP executesJason Ekstrand4-4/+8
2020-01-31iris: Use the URB size from the L3$ configJason Ekstrand4-6/+3
2020-01-31iris: Store the L3$ configs in the screenJason Ekstrand4-15/+22
2020-01-31iris: Set SLMEnable based on the L3$ configJason Ekstrand2-5/+5
2020-01-31intel/genxml: Drop SLMEnable from L3CNTLREG on Gen11Jason Ekstrand5-5/+5
2020-01-31anv,iris: Set 3DSTATE_SF::DerefBlockSize to per-poly on Gen12+Jason Ekstrand4-2/+14
2020-01-31genxml: Add a new 3DSTATE_SF field on gen12Jason Ekstrand2-1/+6
2020-01-31.pick_status.json: Update to 0d14f41625fa00187f690f283c1eb6a22e354a71Dylan Baker1-0/+263
2020-01-31bin/pick-ui: Add a new maintainer script for picking patchesDylan Baker5-0/+1129
2020-01-30VERSION: bump to 20.0.0-rc1mesa-20.0.0-rc1Dylan Baker1-1/+1
2020-01-30turnip: Fix vkCmdCopyQueryPoolResults with available flag20.0-branchpointBrian Ho1-46/+52
2020-01-30turnip: Fix vkGetQueryPoolResults with available flagBrian Ho1-22/+30
2020-01-30turnip: Free event->bo on vkDestroyEventBrian Ho1-0/+2
2020-01-30loader: Fix leak of kernel driver nameKenneth Graunke1-1/+4
2020-01-30docs: Update SWR tessellation supportJan Zielinski1-1/+1
2020-01-30i965: Use brw_batch_references in tex_busy checkKenneth Graunke1-1/+2
2020-01-30etnaviv: drm-shim: add GC400Christian Gmeiner1-1/+28