summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Romanick1-1/+8
2020-02-05util/disk_cache: check for write() failure in the zstd pathEric Engestrom1-1/+5
2020-02-05anv: implement gen9 post sync pipe control workaroundLionel Landwerlin3-0/+39
2020-02-05freedreno: allow ctx->batch to be NULLRob Clark4-30/+2
2020-02-05radv: Do not set SX DISABLE bits for RB+ with unused surfaces.Bas Nieuwenhuizen1-6/+7
2020-02-05freedreno/perfcntrs: fix fd leakEric Engestrom1-1/+5
2020-02-05st/mesa: Handle the rest renderbuffer formats from OSMesaDanylo Piliaiev1-0/+5
2020-02-05util/os_socket: fix header unavailable on windowsEric Engestrom1-1/+2
2020-02-05i965: Do not set front_buffer_dirty if there is no front bufferDanylo Piliaiev1-1/+3
2020-02-04st/mesa: use uint-result for sampling stencil buffersErik Faye-Lund1-4/+5
2020-02-04etnaviv: Destroy rsc->pending_ctx set in etna_resource_destroy()Marek Vasut1-0/+1
2020-02-04clover: Use explicit conversion from llvm::StringRef to std::stringJan Vesely2-2/+3
2020-02-03panfrost: Fix the damage box clamping logicBoris Brezillon1-0/+2
2020-02-03util/os_socket: Include unistd.h to fix build errorBernd Kuhls1-0/+1
2020-02-03anv/blorp: Use the correct size for vkCmdCopyBufferToImageJason Ekstrand1-0/+8
2020-02-03lima: Fix build with GCC 10.Vinson Lee1-1/+1
2020-02-03intel/fs: Write the address register with NoMask for MOV_INDIRECTJason Ekstrand1-0/+9
2020-02-03aco: fix image_atomic_cmp_swapDaniel Schürmann2-2/+3
2020-01-31aco: fix MUBUF VS input loads when expanding vec3 to vec4 on GFX6Samuel Pitoiset1-1/+6
2020-01-31anv: Always fill out the AUX table even if CCS is disabledJason Ekstrand3-16/+18
2020-01-31iris: Plumb deref block size through to 3DSTATE_SFJason Ekstrand2-6/+10
2020-01-31anv: Plumb deref block size through to 3DSTATE_SFJason Ekstrand4-11/+18
2020-01-31intel/blorp: Plumb deref block size through to 3DSTATE_SFJason Ekstrand2-7/+11
2020-01-31intel/common: Return the block size from get_urb_configJason Ekstrand6-6/+54
2020-01-31anv: Emit URB setup earlierJason Ekstrand1-2/+2
2020-01-31iris: Consolodate URB emitJason Ekstrand3-36/+15
2020-01-31intel/blorp: Always emit URB config on Gen7+Jason Ekstrand4-46/+68
2020-01-31intel: Take a gen_l3_config in gen_get_urb_configJason Ekstrand5-22/+13
2020-01-31i965: Re-emit l3 state before BLORP executesJason Ekstrand3-3/+7
2020-01-31iris: Use the URB size from the L3$ configJason Ekstrand3-5/+2
2020-01-31iris: Store the L3$ configs in the screenJason Ekstrand3-14/+21
2020-01-31iris: Set SLMEnable based on the L3$ configJason Ekstrand1-4/+4
2020-01-31intel/genxml: Drop SLMEnable from L3CNTLREG on Gen11Jason Ekstrand4-4/+4
2020-01-31anv,iris: Set 3DSTATE_SF::DerefBlockSize to per-poly on Gen12+Jason Ekstrand3-1/+13
2020-01-31genxml: Add a new 3DSTATE_SF field on gen12Jason Ekstrand1-0/+5
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-30i965: Use brw_batch_references in tex_busy checkKenneth Graunke1-1/+2
2020-01-30etnaviv: drm-shim: add GC400Christian Gmeiner1-1/+28
2020-01-30lima: add noheap debug optionQiang Yu2-0/+6
2020-01-30lima: create heap buffer with new interface if availableQiang Yu6-4/+33
2020-01-30lima: fix lima_set_vertex_buffers()Icenowy Zheng1-1/+1
2020-01-29turnip: hook up cmdbuffer event set/waitJonathan Marek1-16/+42
2020-01-29etnaviv: drop default state for PE_STENCIL_CONFIG_EXT2Christian Gmeiner1-1/+0
2020-01-29radv: refactor physical device propertiesSamuel Pitoiset1-250/+233
2020-01-29freedreno: remove flush-queueRob Clark14-97/+24
2020-01-29freedreno: add gmem_lockRob Clark3-0/+18