aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* aco: fix image_atomic_cmp_swapDaniel Schürmann2020-01-312-2/+3
* aco: fix MUBUF VS input loads when expanding vec3 to vec4 on GFX6Samuel Pitoiset2020-01-311-1/+6
* gallium/swr: Fix gcc 4.8.5 compile errorKrzysztof Raszkowski2020-01-311-6/+5
* swr: Fix build with GCC 10.Vinson Lee2020-01-311-1/+3
* gallium/swr: fix gcc warningsKrzysztof Raszkowski2020-01-318-32/+34
* zink: implement support for derivative-controlErik Faye-Lund2020-01-312-0/+8
* zink: implement load_instance_idErik Faye-Lund2020-01-312-3/+22
* zink: enable texture-buffer objectsErik Faye-Lund2020-01-311-0/+6
* radeonsi: Add support for midstream bitrate change in encoderZhang, Boyuan2020-01-312-1/+17
* panfrost: Use DBG macro to avoid noise in the consoleTomeu Vizoso2020-01-316-11/+10
* pan/midgard: Handle nir_intrinsic_load_barycentric_centroidTomeu Vizoso2020-01-311-1/+2
* panfrost: Add more info to some assertionsTomeu Vizoso2020-01-312-7/+13
* panfrost: Print intended field when decodingTomeu Vizoso2020-01-311-1/+1
* anv: Always fill out the AUX table even if CCS is disabledJason Ekstrand2020-01-303-16/+18
* iris: Plumb deref block size through to 3DSTATE_SFJason Ekstrand2020-01-302-6/+10
* anv: Plumb deref block size through to 3DSTATE_SFJason Ekstrand2020-01-304-11/+18
* intel/blorp: Plumb deref block size through to 3DSTATE_SFJason Ekstrand2020-01-302-7/+11
* intel/common: Return the block size from get_urb_configJason Ekstrand2020-01-306-6/+54
* anv: Emit URB setup earlierJason Ekstrand2020-01-301-2/+2
* iris: Consolodate URB emitJason Ekstrand2020-01-303-36/+15
* intel/blorp: Always emit URB config on Gen7+Jason Ekstrand2020-01-304-46/+68
* intel: Take a gen_l3_config in gen_get_urb_configJason Ekstrand2020-01-305-22/+13
* i965: Re-emit l3 state before BLORP executesJason Ekstrand2020-01-303-3/+7
* iris: Use the URB size from the L3$ configJason Ekstrand2020-01-303-5/+2
* iris: Store the L3$ configs in the screenJason Ekstrand2020-01-303-14/+21
* iris: Set SLMEnable based on the L3$ configJason Ekstrand2020-01-301-4/+4
* intel/genxml: Drop SLMEnable from L3CNTLREG on Gen11Jason Ekstrand2020-01-304-4/+4
* anv,iris: Set 3DSTATE_SF::DerefBlockSize to per-poly on Gen12+Jason Ekstrand2020-01-303-1/+13
* genxml: Add a new 3DSTATE_SF field on gen12Jason Ekstrand2020-01-301-0/+5
* docs/release-calendar: 20.0.0-rc1 has been releasedDylan Baker2020-01-301-7/+1
* turnip: Fix vkCmdCopyQueryPoolResults with available flag20.0-branchpointBrian Ho2020-01-301-46/+52
* turnip: Fix vkGetQueryPoolResults with available flagBrian Ho2020-01-301-22/+30
* turnip: Free event->bo on vkDestroyEventBrian Ho2020-01-301-0/+2
* loader: Fix leak of kernel driver nameKenneth Graunke2020-01-301-1/+4
* docs: Update SWR tessellation supportJan Zielinski2020-01-301-1/+1
* i965: Use brw_batch_references in tex_busy checkKenneth Graunke2020-01-301-1/+2
* etnaviv: drm-shim: add GC400Christian Gmeiner2020-01-301-1/+28
* lima: add noheap debug optionQiang Yu2020-01-302-0/+6
* lima: create heap buffer with new interface if availableQiang Yu2020-01-306-4/+33
* lima: sync lima_drm.h with kernelQiang Yu2020-01-301-1/+8
* lima: fix lima_set_vertex_buffers()Icenowy Zheng2020-01-301-1/+1
* turnip: hook up cmdbuffer event set/waitJonathan Marek2020-01-291-16/+42
* etnaviv: drop default state for PE_STENCIL_CONFIG_EXT2Christian Gmeiner2020-01-291-1/+0
* docs: add new features for RADV/ACO.Daniel Schürmann2020-01-291-1/+5
* radv: refactor physical device propertiesSamuel Pitoiset2020-01-291-250/+233
* freedreno: remove flush-queueRob Clark2020-01-2914-97/+24
* freedreno: add gmem_lockRob Clark2020-01-293-0/+18
* freedreno: add gmem state cacheRob Clark2020-01-295-102/+256
* freedreno: get GMEM state from batchRob Clark2020-01-297-59/+59
* freedreno/a2xx: constify gmem stateRob Clark2020-01-291-4/+4