summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* panfrost/midgard: Implement fpowAlyssa Rosenzweig2019-03-144-1/+4
* panfrost: Compute viewport state on the flyAlyssa Rosenzweig2019-03-142-71/+38
* panfrost; Disable AFBC for depth buffersAlyssa Rosenzweig2019-03-142-4/+7
* panfrost: Allocate extra data for depth bufferAlyssa Rosenzweig2019-03-141-0/+5
* panfrost: Comment spelling fixAlyssa Rosenzweig2019-03-141-1/+1
* panfrost/mfbd: Respect per-job depth write flagAlyssa Rosenzweig2019-03-144-20/+42
* panfrost/mfbd: Implement linear depth buffersAlyssa Rosenzweig2019-03-141-10/+9
* panfrost: Minor comment cleanup (version detection)Alyssa Rosenzweig2019-03-141-2/+3
* panfrost: Remove staging MFBDAlyssa Rosenzweig2019-03-142-109/+98
* panfrost: Remove staging SFBD for pan_contextAlyssa Rosenzweig2019-03-144-39/+30
* panfrost: Break out fragment to SFBD/MFBD filesAlyssa Rosenzweig2019-03-147-378/+520
* freedreno: Use shared drm_find_modifier utilAlyssa Rosenzweig2019-03-141-16/+4
* vc4: Use shared drm_find_modifier utilAlyssa Rosenzweig2019-03-141-15/+3
* v3d: Use shared drm_find_modifier utilAlyssa Rosenzweig2019-03-141-15/+3
* iris: Don't mutate box in transfer map codeKenneth Graunke2019-03-131-37/+28
* virgl: use uint16_t mask instead of separate booleansGurchetan Singh2019-03-138-111/+106
* iris: Enable auxiliary buffer support againRafael Antognolli2019-03-131-3/+0
* iris: Convert RGBX to RGBA always.Rafael Antognolli2019-03-131-14/+27
* iris: Add resolve on iris_flush_resource.Rafael Antognolli2019-03-131-19/+19
* iris: Use streaming loads to read from tiled surfacesChris Wilson2019-03-132-2/+5
* iris: Use coherent allocation for PIPE_RESOURCE_STAGINGChris Wilson2019-03-133-1/+24
* iris: Use PIPE_BUFFER_STAGING for the query objectsChris Wilson2019-03-131-1/+1
* panfrost: Set bo->gem_handle when creating a linear BOTomeu Vizoso2019-03-131-1/+3
* panfrost: Set bo->size[0] in the DRM backendTomeu Vizoso2019-03-131-5/+5
* v3d: Fix leak of the renderonly struct on screen destruction.Eric Anholt2019-03-121-0/+1
* v3d: Disable PIPE_CAP_BLIT_BASED_TEXTURE_TRANSFER.Eric Anholt2019-03-121-0/+3
* radeonsi/nir: Use nir stripping passConnor Abbott2019-03-121-0/+5
* iris: Flag fewer dirty bits in BLORPSagar Ghuge2019-03-111-3/+27
* panfrost: Identify fragment_extra flagsAlyssa Rosenzweig2019-03-123-10/+30
* panfrost: Document "depth-buffer writeback" bitAlyssa Rosenzweig2019-03-122-1/+9
* panfrost: Support linear depth texturesAlyssa Rosenzweig2019-03-121-2/+4
* panfrost: Allocate dedicated slab for linear BOsAlyssa Rosenzweig2019-03-122-15/+22
* panfrost: Determine framebuffer format bits lateAlyssa Rosenzweig2019-03-121-17/+42
* panfrost: Delay color buffer setupAlyssa Rosenzweig2019-03-121-43/+50
* panfrost: Combine has_afbc/tiled in layout enumAlyssa Rosenzweig2019-03-123-24/+64
* panfrost: Cleanup needless if in create_boAlyssa Rosenzweig2019-03-121-30/+26
* gallium/winsys/kms: fix incomplete type compilation failureBrian Paul2019-03-111-0/+1
* drisw: fix incomplete type compilation failureBrian Paul2019-03-111-0/+1
* panfrost: Add support for PAN_MESA_DEBUGTomeu Vizoso2019-03-126-27/+88
* panfrost/midgard: Add support for MIDGARD_MESA_DEBUGTomeu Vizoso2019-03-122-22/+50
* iris: Fix write enable in pinning of depth/stencil resourcesKenneth Graunke2019-03-111-12/+14
* iris: Refactor depth/stencil buffer pinning into a helper.Kenneth Graunke2019-03-111-37/+28
* iris: Move depth/stencil flushes so they actually do somethingKenneth Graunke2019-03-112-4/+5
* st/dri: allow direct UYVY importChristian Gmeiner2019-03-111-0/+2
* iris: Fix TES gl_PatchVerticesIn handling.Kenneth Graunke2019-03-112-3/+11
* iris: Rework default tessellation level uploadsKenneth Graunke2019-03-112-39/+33
* iris: Face should be a system value.Timur Kristóf2019-03-111-0/+1
* vc4: Switch the post-RA scheduler over to the DAG datastructure.Eric Anholt2019-03-111-110/+73
* v3d: Use the DAG datastructure for QPU instruction scheduling.Eric Anholt2019-03-111-3/+3
* vc4: Reuse list_for_each_entry_rev().Eric Anholt2019-03-111-2/+2