aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* nir: support feeding state to nir_lower_clip_[vg]sErik Faye-Lund2019-10-172-4/+5
* nir: support lowering clipdist to arraysErik Faye-Lund2019-10-172-5/+8
* nir: allow passing alpha-ref state to lowering-codeErik Faye-Lund2019-10-172-2/+4
* lima: Fix crash when there are no vertex shader attributesAndreas Baierl2019-10-161-3/+3
* lima: Fix compiler warning in standalone compilerAndreas Baierl2019-10-161-1/+1
* pan/midgard: Allow COMPUTE jobs in panfrost_bo_access_for_stageAlyssa Rosenzweig2019-10-161-1/+7
* panfrost: Disable frame throttlingAlyssa Rosenzweig2019-10-161-0/+3
* radeonsi/nir: simplify si_lower_nir signatureMarek Olšák2019-10-154-17/+17
* iris: finish aux import on get_paramJames Xiong2019-10-151-1/+5
* etnaviv: remove variable from global namespaceLionel Landwerlin2019-10-151-1/+1
* v3d: drop unused shader_rec_count member from contextIago Toral2019-10-152-3/+0
* freedreno/ir3: remove input ncomp fieldJonathan Marek2019-10-142-2/+2
* etnaviv: fix vertex buffer state emission for single stream GPUsLucas Stach2019-10-141-1/+1
* gallivm/draw/swr: make the gs_iface not depend on tgsi.Dave Airlie2019-10-151-42/+42
* iris: Implement the Gen < 9 tessellation quads workaroundKenneth Graunke2019-10-141-0/+3
* gallium: rename PIPE_CAP_MAX_FRAMES_IN_FLIGHT to PIPE_CAP_THROTTLEJames Xiong2019-10-143-3/+3
* panfrost: Fix support for packed 24-bit formatsBoris Brezillon2019-10-131-1/+1
* etnaviv: rework etna_resource_create tiling choiceJonathan Marek2019-10-111-40/+26
* etnaviv: rework compatible render baseJonathan Marek2019-10-117-58/+64
* etnaviv: get addressing mode from tiling layoutJonathan Marek2019-10-115-24/+8
* etnaviv: clear texture cache and flush ts when texture is modifiedJonathan Marek2019-10-113-29/+53
* etnaviv: output the same shader-db format as freedreno, v3d and intelChristian Gmeiner2019-10-111-6/+3
* etnaviv: nir: start to make use of compile_error(..)Christian Gmeiner2019-10-112-12/+15
* llvmpipe: add support for tg4 component selection.Dave Airlie2019-10-111-0/+1
* llvmpipe: increase max texture size to 2GBRoland Scheidegger2019-10-111-1/+5
* meson: add msvc compat args to swrDylan Baker2019-10-101-6/+18
* meson: add switches for SWR with MSVCDylan Baker2019-10-101-2/+7
* llvmpipe/draw: handle UBOs that are < 16 bytes.Dave Airlie2019-10-101-1/+1
* llvmpipe/draw: fix image sizes for vertex/geometry shaders.Dave Airlie2019-10-101-3/+4
* llvmpipe: make texture buffer offset alignment == 16Dave Airlie2019-10-101-1/+1
* gallium: remove PIPE_SHADER_CAP_SCALAR_ISAMarek Olšák2019-10-1014-33/+0
* nir: add nir_shader_compiler_options::lower_to_scalarMarek Olšák2019-10-104-0/+4
* nir: add a strip parameter to nir_serializeMarek Olšák2019-10-103-16/+4
* v3d: take into account prim_counts_offsetAlejandro Piñeiro2019-10-101-1/+1
* radeonsi: enable MSAA shader imagesMarek Olšák2019-10-091-3/+0
* radeonsi: expand FMASK before MSAA image stores are usedMarek Olšák2019-10-097-24/+193
* radeonsi: apply FMASK to MSAA image loadsMarek Olšák2019-10-092-11/+42
* radeonsi: clean up image_fetch_rsrcMarek Olšák2019-10-091-33/+27
* radeonsi: add FMASK slots for shader images (for MSAA images)Marek Olšák2019-10-095-26/+42
* radeonsi: set the sample index for shader images correctlyMarek Olšák2019-10-091-6/+7
* radeonsi: fix GLSL imageSamples()Marek Olšák2019-10-091-0/+13
* radeonsi: don't set BO metadata for non-zero planesMarek Olšák2019-10-091-2/+2
* radeonsi: ignore metadata for non-zero planesMarek Olšák2019-10-091-2/+8
* radeonsi: remove si_vid_join_surfaces and use combined planar allocationsMarek Olšák2019-10-094-157/+5
* radeonsi: allocate planar multimedia formats in 1 bufferMarek Olšák2019-10-093-34/+124
* vl: use u_format in vl_video_buffer_formatsMarek Olšák2019-10-092-8/+4
* iris: Disable fast clears when running with INTEL_DEBUG=nofcCaio Marcelo de Oliveira Filho2019-10-091-0/+6
* llvmpipe: avoid left-shifting a negative number.Maya Rashish2019-10-093-6/+6
* lima/ppir: don't clone texture loadsVasily Khoruzhick2019-10-092-73/+0
* iris: Implement the Broadwell NP Z PMA Stall FixKenneth Graunke2019-10-085-2/+209