aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* iris: Report use of any in-flight buffers on first draw call after sync bound...Francisco Jerez2020-06-032-4/+8
* iris: Drop redundant iris_address::write flag.Francisco Jerez2020-06-033-5/+4
* iris: Annotate all BO uses with domain and sequence number information.Francisco Jerez2020-06-038-92/+161
* iris: Bracket batch operations which access memory within sync regions.Francisco Jerez2020-06-035-3/+76
* iris: Add infrastructure to partition batch into sync boundaries.Francisco Jerez2020-06-033-0/+61
* iris: Add batch-local synchronization book-keeping to iris_bo.Francisco Jerez2020-06-031-0/+55
* panfrost: Mark point sprites as todo on BifrostAlyssa Rosenzweig2020-06-031-2/+7
* panfrost: Fix gl_PointSize out of GL_POINTSAlyssa Rosenzweig2020-06-031-0/+9
* panfrost: Prefer sysval for gl_PointCoord on BifrostAlyssa Rosenzweig2020-06-031-0/+1
* panfrost: Explicitly convert to 32-bit for logic-opsAlyssa Rosenzweig2020-06-031-1/+11
* iris: Extend iris_context dirty state flags to 128 bits.Francisco Jerez2020-06-0311-219/+269
* iris: Simplify iris_batch_prepare_noop().Francisco Jerez2020-06-033-13/+11
* panfrost: Handle writes_memory correctlyAlyssa Rosenzweig2020-06-033-3/+8
* panfrost: Document MALI_WRITES_GLOBAL bitAlyssa Rosenzweig2020-06-031-1/+1
* iris: remove unused iris_bo->swizzle_modeMarcin Ślusarz2020-06-032-24/+0
* panfrost: Only use AFBC YTR with RGB and RGBAIcecream952020-06-031-1/+7
* panfrost: Decode AFBC flag bitsIcecream952020-06-031-2/+2
* nir: add callback to nir_remove_dead_variables()Timothy Arceri2020-06-039-11/+11
* radeonsi: Define gfx10_format in the common header.Bas Nieuwenhuizen2020-06-031-10/+1
* amd/common,radeonsi: Move gfx10_format_table to common.Bas Nieuwenhuizen2020-06-035-303/+2
* radeonsi: Explicitly map Z16_UNORM_S8_UINT to None for GFX10.Bas Nieuwenhuizen2020-06-031-0/+1
* zink: Use store_dest_raw instead of storing an uintErik Faye-Lund2020-06-021-2/+1
* radeonsi: add a hack to disable TRUNC_COORD for shadow samplersMarek Olšák2020-06-021-1/+2
* radeonsi: pass at most 3 images and/or shader buffers via user SGPRs for computeMarek Olšák2020-06-028-3/+130
* radeonsi: remove const_buffers_declared hacksMarek Olšák2020-06-021-3/+1
* radeonsi: remove unused leftover code for INDIRECT_BUFFER inside IBsMarek Olšák2020-06-022-16/+1
* nir: gather which images are MSAAMarek Olšák2020-06-021-1/+1
* ac/nir: support 16-bit data in buffer_load_format opcodesMarek Olšák2020-06-022-2/+2
* ac/nir: remove type and num_channels args from ac_build_buffer_store_commonMarek Olšák2020-06-021-1/+1
* ac/nir: use more types from ac_llvm_contextMarek Olšák2020-06-021-1/+1
* gallium: add shader caps INT16 and FP16_DERIVATIVESMarek Olšák2020-06-0216-0/+40
* meson: use gnu_symbol_visibility argumentDylan Baker2020-06-0118-32/+49
* meson: Bump required version to 0.52.0Dylan Baker2020-06-011-5/+1
* panfrost: Remove unused nir_lower_framebuffer passAlyssa Rosenzweig2020-06-014-427/+0
* panfrost: Don't flush explicitly when mipmappingAlyssa Rosenzweig2020-06-011-19/+1
* panfrost: Fix PRESENT flag mix-upAlyssa Rosenzweig2020-06-011-1/+1
* panfrost: Use internal_format throughoutAlyssa Rosenzweig2020-06-011-8/+9
* panfrost: Add separate_stencil BO to batchAlyssa Rosenzweig2020-06-011-0/+3
* panfrost: Check for large tilebuffer requirementsAlyssa Rosenzweig2020-06-011-1/+21
* panfrost: Let Gallium pack coloursAlyssa Rosenzweig2020-06-011-10/+4
* panfrost: Account for differing types in blend lowerAlyssa Rosenzweig2020-06-011-6/+31
* panfrost: Conditionally allow fp16 blendingAlyssa Rosenzweig2020-06-012-10/+21
* panfrost: Switch to pan_lower_framebufferAlyssa Rosenzweig2020-06-011-1/+5
* iris: Fixup copy'n'paste mistake in Makefile.sourcesChris Wilson2020-05-311-2/+2
* r300g: Remove extra printf format specifiers.Vinson Lee2020-05-301-2/+2
* nouveau: allow invalidating coherent/persistent buffer backingsIlia Mirkin2020-05-301-5/+0
* etnaviv: Fix memory leak on error path.Vinson Lee2020-05-301-4/+5
* panfrost: Probe G31/G52 if PAN_MESA_DEBUG=bifrostAlyssa Rosenzweig2020-05-291-0/+7
* panfrost: Disable QUAD_STRIP/POLYGON on BifrostAlyssa Rosenzweig2020-05-291-2/+10
* panfrost: Preload gl_FragCoord on BifrostAlyssa Rosenzweig2020-05-291-1/+4