aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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-201-1/+1
* 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
* 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
* 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
* 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
* etnaviv: split dump_shaderChristian Gmeiner2019-08-143-35/+71
* etnaviv: mv etnaviv_compiler.c etnaviv_compiler_tgsi.cChristian Gmeiner2019-08-143-2/+2
* etnaviv: correct PIPE_SHADER_CAP_MAX_CONST_BUFFER_SIZE handlingChristian Gmeiner2019-08-141-1/+3
* etnaviv: update logic to determine uniform limitsChristian Gmeiner2019-08-141-4/+26
* etnaviv: put uniform limit determination into own functionChristian Gmeiner2019-08-141-8/+14
* etnaviv: Use reentrant screen lock around flushMarek Vasut2019-08-141-0/+5
* softpipe: Add support for ARB_derivative_controlGert Wollny2019-08-141-1/+1
* lima/ppir: print srcs and dests in ppir_node_print_prog()Vasily Khoruzhick2019-08-131-2/+56
* lima/ppir: use src accessors in ppir regallocVasily Khoruzhick2019-08-132-102/+17
* lima/ppir: add ppir_node to ppir_srcVasily Khoruzhick2019-08-135-10/+16
* lima/ppir: introduce accessors for ppir_node sourcesVasily Khoruzhick2019-08-131-0/+41