summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* scons/svga: remove opt from the list of valid build typesBrian Paul2018-10-261-2/+0
* radeon/vcn: use util function to get h264 profile idcBoyuan Zhang2018-10-261-2/+1
* radeon/vce: use util function to get h264 profile idcBoyuan Zhang2018-10-262-8/+2
* util: Change remaining uint32 cache ids to sha1David McFarland2018-10-263-67/+69
* freedreno: use fd_bc_alloc_batch instead of fd_batch_create.Hyunjun Ko2018-10-252-2/+2
* freedreno/ir3: take reg->num out of union in ir3_registerHyunjun Ko2018-10-251-5/+6
* freedreno/a6xx: disable unused groupsRob Clark2018-10-252-6/+13
* freedreno: add useful assertRob Clark2018-10-251-1/+3
* swr/rast: ignore CreateElementUnorderedAtomicMemCpyAlok Hota2018-10-251-1/+2
* swr/rast: fix intrinsic/function for LLVM 7 compatibilityAlok Hota2018-10-256-14/+3
* nvc0: increase NOUVEAU_TRANSFER_PUSHBUF_THRESHOLD to 1024 on Kepler+Rhys Perry2018-10-254-3/+11
* util: use C99 declaration in the for-loop set_foreach() macroEric Engestrom2018-10-254-6/+0
* util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom2018-10-2510-20/+0
* ir3_compiler/nir: fix imageSize() for buffer-backed imagesEduardo Lima Mitev2018-10-242-0/+33
* radeonsi: enable vcn jpeg decode for ravenBoyuan Zhang2018-10-231-0/+2
* radeon/vcn: implement jpeg target buffer cmdBoyuan Zhang2018-10-231-1/+72
* radeon/vcn: implement jpeg bitstream buffer cmdBoyuan Zhang2018-10-231-1/+45
* radeon/uvd: remove get mjpeg slice headerBoyuan Zhang2018-10-231-157/+0
* radeon/vcn: add jpeg decode implementationBoyuan Zhang2018-10-235-7/+119
* radeon/vcn: separate send cmd call from end frameBoyuan Zhang2018-10-232-8/+28
* radeon/vcn: create cs based on ring typeBoyuan Zhang2018-10-231-2/+6
* radeon/winsys: add vcn jpeg ring typeBoyuan Zhang2018-10-231-0/+1
* radeon/vcn: add vcn jpeg decode interfaceBoyuan Zhang2018-10-231-0/+90
* radeon/vcn: move radeon decoder define to header fileBoyuan Zhang2018-10-232-31/+32
* android: Build kms_swrast for the Android platformRob Herring2018-10-221-2/+2
* ir3/nir: Set up image_dims consts for image_deref_size intrinsic tooEduardo Lima Mitev2018-10-211-0/+1
* nv50/ir: fix ConstantFolding::createMul for 64 bit mulsKarol Herbst2018-10-201-1/+1
* radeonsi: Disable clear_state with radeon kernel driverSonny Jiang2018-10-192-4/+7
* radeonsi: fix a typo in a comment in emit_guardbandMarek Olšák2018-10-181-1/+1
* radeonsi: fix gnome-shell crashMarek Olšák2018-10-181-2/+2
* radeonsi: clamp point size to the limitMarek Olšák2018-10-183-3/+5
* radeonsi: fix a VGT hang with primitive restart on Polaris10 and laterMarek Olšák2018-10-181-2/+8
* radeonsi: fix a deadlock due to partially-initialized context on CIMarek Olšák2018-10-181-6/+8
* radeonsi: Bump number of allowed global buffers to 32Jan Vesely2018-10-181-1/+1
* radeonsi: fix incorrect hw screen offset and guardband computationMarek Olšák2018-10-181-2/+2
* Fix setting indent-tabs-mode in the Emacs .dir-locals.el filesNeil Roberts2018-10-173-3/+3
* freedreno/a6xx: don't allocate binning rbRob Clark2018-10-171-3/+7
* freedreno/a6xx: single cmdstream for draw+binningRob Clark2018-10-173-15/+3
* freedreno/a6xx: split binning vs draw program stateobj'sRob Clark2018-10-172-4/+4
* freedreno/a6xx: split VBO state into binning/draw variantsRob Clark2018-10-172-1/+8
* freedreno/a6xx: move VBO state to stateobjRob Clark2018-10-173-8/+19
* freedreno/a6xx: move ZSA state to stateobjRob Clark2018-10-172-19/+39
* freedreno/a6xx: remove vismode paramRob Clark2018-10-171-14/+2
* freedreno/ir3: move binning-pass fixup for a6xx+Rob Clark2018-10-171-20/+37
* freedreno/a6xx: a bit more state emit cleanupRob Clark2018-10-174-37/+27
* freedreno/a6xx: move framebuffer state emit to emit_mrt()Rob Clark2018-10-172-29/+24
* freedreno/a6xx: small emit_mrt() cleanupRob Clark2018-10-171-14/+7
* freedreno/a6xx: use program cacheRob Clark2018-10-177-130/+247
* freedreno/ir3: shader variant cacheRob Clark2018-10-175-0/+214
* freedreno/ir3: move binning_pass out of shader variant keyRob Clark2018-10-1721-75/+109