summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* vc4: Switch over to using the DAG datastructure for QIR scheduling.Eric Anholt2019-03-111-79/+55
* freedreno/a6xx: Remove extra parensKristian H. Kristensen2019-03-111-1/+1
* freedreno: Use c_vis_args and no_override_init_argsKristian H. Kristensen2019-03-111-1/+1
* iris: Fix backface stencil write conditionKenneth Graunke2019-03-101-1/+1
* panfrost/drm: Cast pointer to u64 to fix warningAlyssa Rosenzweig2019-03-101-1/+1
* panfrost: Add backend targeting the DRM driverTomeu Vizoso2019-03-108-74/+466
* panfrost: Add gem_handle to panfrost_memory and panfrost_boTomeu Vizoso2019-03-102-0/+3
* freedreno/a6xx: more bcolor fixesRob Clark2019-03-101-2/+2
* panfrost: move #include to fix compilationEric Engestrom2019-03-091-1/+1
* panfrost: fix tgsi_to_nir() callEric Engestrom2019-03-091-1/+1
* Revert "d3dadapter9: Support software renderer on any DRI device"Axel Davy2019-03-091-20/+8
* st/nine: Change a few advertised capsAxel Davy2019-03-091-3/+3
* st/nine: Do not advertise CANMANAGERESOURCEAxel Davy2019-03-091-1/+1
* st/nine: Do not advertise support for D15S1 and D24X4S4Axel Davy2019-03-091-2/+2
* d3dadapter9: Support software renderer on any DRI devicePatrick Rudolph2019-03-091-8/+20
* st/nine: Disable depth write when nothing gets updatedAxel Davy2019-03-091-1/+4
* virgl: Return an error if we use fp64 on top of GLESElie Tournier2019-03-091-0/+13
* virgl: Set PIPE_CAP_DOUBLES when running on GLES This is a lie but no known a...Elie Tournier2019-03-091-1/+2
* virgl: Add a caps to advertise GLES backendElie Tournier2019-03-091-0/+1
* freedreno/ir3: fix ir3_cmdline harderRob Clark2019-03-081-2/+2
* st/dri: Set the PIPE_BIND_SHARED flag on create_image_with_modifiers.Eric Anholt2019-03-081-6/+1
* iris: Use copy_region and staging resources to avoid transfer stallsKenneth Graunke2019-03-084-14/+161
* iris: Track last VS URB entry sizeSagar Ghuge2019-03-083-0/+11
* iris: Refactor code to share 3DSTATE_URB_* packetSagar Ghuge2019-03-083-59/+60
* r600: cast pointer to expected typeEric Engestrom2019-03-081-2/+2
* pipebuffer: s/PB_ALL_USAGE_FLAGS/PB_USAGE_ALL/Brian Paul2019-03-081-1/+1