aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium/vl: use compute preference for all multimedia, not just blitIlia Mirkin2019-08-206-7/+7
* lima/ppir: use ra_get_best_spill_node to select spill node19.2-branchpointErico Nunes2019-08-201-7/+22
* tgsi: Remove unused tgsi_check_soa_dependencies().Eric Anholt2019-08-202-59/+0
* tgsi: Drop the SSE2 constants setup that's been dead code since 2011.Eric Anholt2019-08-202-53/+9
* tgsi: drop a stale commentEric Anholt2019-08-201-3/+0
* tgsi_to_nir: only update TGSI properties of the current shader stageJose Maria Casanova Crespo2019-08-201-9/+18
* iris: Enable non coherent framebuffer fetch on broadwellSagar Ghuge2019-08-203-4/+3
* iris: Free resource if failed to allocate surface stateSagar Ghuge2019-08-201-1/+3
* iris: Pass isl_surf to fill_surface_stateSagar Ghuge2019-08-201-16/+19
* iris: Add infrastructure to support non coherent framebuffer fetchSagar Ghuge2019-08-204-13/+172
* iris: Add helper functions to get tile offsetSagar Ghuge2019-08-202-0/+106
* iris: Add helper function to get isl dim layoutSagar Ghuge2019-08-202-0/+32
* iris: Add render target read entry in binding tableSagar Ghuge2019-08-202-7/+44
* build: Bump C++ standard requirement to C++14 to fix FTBFS with LLVM 10Kai Wasserbäch2019-08-202-2/+2
* panfrost: Add madvise support to BO cacheRob Herring2019-08-192-2/+23
* radeonsi/nir: always lower ballot masks as 64-bit, codegen handles itMarek Olšák2019-08-197-20/+24
* radeonsi: remove the unsafemath debug optionMarek Olšák2019-08-194-25/+3
* radeonsi/nir: fix counting shader inputs & outputsMarek Olšák2019-08-191-10/+11
* radeonsi/nir: fix assertion in si_nir_load_sampler_descMarek Olšák2019-08-191-1/+1
* radeonsi: clean up si_llvm_context_set_tgsiMarek Olšák2019-08-193-20/+12
* radeonsi: allocate and resize global_buffers as neededMarek Olšák2019-08-192-5/+24
* radeonsi/gfx10: don't set PA_SC_TILE_STEERING_OVERRIDE if CLEAR_STATE sets itMarek Olšák2019-08-191-2/+5
* radeonsi: don't emit PKT3_CONTEXT_CONTROL on amdgpuMarek Olšák2019-08-191-4/+7
* radeonsi: fix an assertion failure: assert(!res->b.is_shared)Marek Olšák2019-08-191-2/+1
* radeonsi: handle the use_ngg_streamout flag in si_update_nggMarek Olšák2019-08-191-5/+18
* radeonsi: move the tess factor ring size assertion to a place where it mattersMarek Olšák2019-08-192-1/+1
* etnaviv: rs: add support for 64bpp clearsChristian Gmeiner2019-08-191-7/+5
* etnaviv: update headers from rnndbChristian GMEINER2019-08-1913-115/+204
* gallium: Remove manual defining of PIPE_FORMAT enum values.Eric Anholt2019-08-191-357/+357
* svga: Drop unsupported formats from the format table.Eric Anholt2019-08-191-170/+0
* svga: Remove duplication in the format table.Eric Anholt2019-08-191-329/+322
* svga: Factor out the format conversion table entry lookup.Eric Anholt2019-08-191-16/+25
* iris: Only request an input mask if the shader needs itJason Ekstrand2019-08-161-1/+3
* gallium: add back YVU supportXiong, James2019-08-161-5/+5
* lima: actually wait for bo in lima_bo_waitErico Nunes2019-08-162-0/+5
* lima: fix compilation of standalone compilerVasily Khoruzhick2019-08-151-2/+2
* gallium/util: widen type before multiplicationErik Faye-Lund2019-08-151-1/+1
* mesa: avoid warning on WindowsErik Faye-Lund2019-08-151-1/+1
* win32: unify strcasecmp definitionsErik Faye-Lund2019-08-153-0/+3
* panfrost: Add R10G10B10A2_SSCALED vertex formatAlyssa Rosenzweig2019-08-141-0/+4
* panfrost: Extend blending to MRTAlyssa Rosenzweig2019-08-143-44/+58
* pan/mfbd: Stuff in RT countAlyssa Rosenzweig2019-08-141-8/+10
* panfrost: Note "MFBD preload disable" bitAlyssa Rosenzweig2019-08-141-2/+2
* panfrost: Ensure we upload at least 1 blend RTAlyssa Rosenzweig2019-08-141-1/+1
* panfrost: Zero tripipe on initializeAlyssa Rosenzweig2019-08-141-1/+1
* panfrost: Remove panfrost_add_dependency assertsAlyssa Rosenzweig2019-08-141-4/+0
* radeonsi: add support for RenoirMarek Olšák2019-08-142-1/+4
* etnaviv: fix weird indentationChristian Gmeiner2019-08-141-7/+3
* etnaviv: split destroy_shaderChristian Gmeiner2019-08-142-4/+5
* etnaviv: split link_shaderChristian Gmeiner2019-08-142-4/+7