summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-02-05gallium/swr: Fix gcc 4.8.5 compile errorKrzysztof Raszkowski1-6/+5
2020-02-05freedreno: allow ctx->batch to be NULLRob Clark4-30/+2
2020-02-04etnaviv: Destroy rsc->pending_ctx set in etna_resource_destroy()Marek Vasut1-0/+1
2020-02-03panfrost: Fix the damage box clamping logicBoris Brezillon1-0/+2
2020-02-03lima: Fix build with GCC 10.Vinson Lee1-1/+1
2020-01-31iris: Plumb deref block size through to 3DSTATE_SFJason Ekstrand2-6/+10
2020-01-31intel/common: Return the block size from get_urb_configJason Ekstrand1-1/+1
2020-01-31iris: Consolodate URB emitJason Ekstrand3-36/+15
2020-01-31intel/blorp: Always emit URB config on Gen7+Jason Ekstrand1-17/+3
2020-01-31intel: Take a gen_l3_config in gen_get_urb_configJason Ekstrand1-4/+1
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 Ekstrand1-1/+1
2020-01-31anv,iris: Set 3DSTATE_SF::DerefBlockSize to per-poly on Gen12+Jason Ekstrand1-0/+4
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-29etnaviv: drop default state for PE_STENCIL_CONFIG_EXT2Christian Gmeiner1-1/+0
2020-01-29freedreno: remove flush-queueRob Clark14-97/+24
2020-01-29freedreno: add gmem_lockRob Clark3-0/+18
2020-01-29freedreno: add gmem state cacheRob Clark5-102/+256
2020-01-29freedreno: get GMEM state from batchRob Clark7-59/+59
2020-01-29freedreno/a2xx: constify gmem stateRob Clark1-4/+4
2020-01-29freedreno/a3xx: constify gmem stateRob Clark1-9/+9
2020-01-29freedreno/a4xx: constify gmem stateRob Clark1-10/+10
2020-01-29freedreno/a5xx: constify gmem stateRob Clark1-10/+10
2020-01-29freedreno/a6xx: constify gmem stateRob Clark1-13/+13
2020-01-29freedreno: constify fd_vsc_pipeRob Clark5-9/+9
2020-01-29freedreno: constify fd_tileRob Clark8-29/+29
2020-01-29freedreno: consolidate GMEM stateRob Clark8-19/+24
2020-01-29freedreno: extract vsc pipe bo from GMEM stateRob Clark7-35/+32
2020-01-29iris: Support multiple chained batches.Kenneth Graunke2-21/+25
2020-01-29iris: Make iris_emit_default_l3_config pull devinfo from the batchKenneth Graunke1-5/+4
2020-01-29iris: Drop 'engine' from iris_batch.Kenneth Graunke3-13/+2
2020-01-29etnaviv: implement UBOsJonathan Marek9-75/+109
2020-01-29freedreno/a6xx: convert blend state to stateobjRob Clark5-53/+54
2020-01-29freedreno/a6xx: remove special handling based on MRT formatRob Clark1-15/+1
2020-01-29freedreno: use PIPE_CAP_RGB_OVERRIDE_DST_ALPHA_BLENDRob Clark16-111/+27
2020-01-29svga: Avoid discard DMA uploadsThomas Hellstrom1-1/+1
2020-01-29compiler: add PERSP to the existing barycentric system valuesSamuel Pitoiset4-7/+7
2020-01-28iris: Emit CS Stall before Instruction Cache flush for gen12 WAJordan Justen1-0/+12
2020-01-28zink: set compareEnable when setting compareOpErik Faye-Lund1-1/+3
2020-01-28iris: Silence warning about AUX_USAGE_MC.Eric Anholt1-0/+2
2020-01-28radeonsi: Clear uninitialized variableDrew Davenport1-1/+1
2020-01-28gallium/swr: fix tessellation state save/restoreJan Zielinski3-9/+27
2020-01-27lima: disable early-z if fragment shader uses discardVasily Khoruzhick3-1/+9
2020-01-28lima: ppir: always create move and update ld_tex successors for all blocksVasily Khoruzhick3-23/+24
2020-01-28lima: ppir: don't delete root ld_tex nodes without successors in current blockVasily Khoruzhick1-6/+1
2020-01-27panfrost: Don't copy uniforms when the size is zeroIcecream951-1/+1