summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: add GL_NV_viewport_swizzle supportIlia Mirkin2020-04-1211-0/+206
* gallium: add viewport swizzling state and capIlia Mirkin2020-04-124-0/+21
* glsl: remove redudant assignmentTapani Pälli2020-04-121-1/+0
* mesa: remove redudant assignmentTapani Pälli2020-04-121-1/+1
* mesa: remove redudant checkTapani Pälli2020-04-121-4/+0
* lima: set offset when export resourceQiang Yu2020-04-121-0/+1
* i965: share buffer managers across screensLionel Landwerlin2020-04-113-11/+93
* i965: store DRM fd on intel_screenLionel Landwerlin2020-04-115-19/+16
* iris: make resources take a ref on the screen objectLionel Landwerlin2020-04-113-6/+37
* iris: share buffer managers accross screensLionel Landwerlin2020-04-114-19/+101
* iris: properly free resources on BO allocation failureLionel Landwerlin2020-04-111-2/+2
* freedreno/log: better decoding for multiple chunks per batchRob Clark2020-04-101-13/+41
* freedreno/log: spiff out parser some moreRob Clark2020-04-101-4/+122
* freedreno/log: android supportRob Clark2020-04-103-5/+28
* freedreno: Fix leak of binning shader variants.Eric Anholt2020-04-101-0/+2
* freedreno/ir3: Fix sz vs class confusionKristian H. Kristensen2020-04-102-6/+24
* pan/decode: Print Bifrost blend descriptorAlyssa Rosenzweig2020-04-101-1/+1
* pan/bi: Let !b2b imply branch_condAlyssa Rosenzweig2020-04-101-0/+2
* panfrost: Fix BI_BLEND packingAlyssa Rosenzweig2020-04-104-8/+15
* pan/bi: Fix backwards registers portsAlyssa Rosenzweig2020-04-101-9/+9
* panfrost: Pass compiler-appropriate optionsAlyssa Rosenzweig2020-04-101-1/+5
* panfrost: Move uniform_count to pan_assembleAlyssa Rosenzweig2020-04-103-7/+3
* panfrost: Move varying linking to cmdstreamAlyssa Rosenzweig2020-04-103-72/+72
* pan/midgard: Remove unused max_varying variableAlyssa Rosenzweig2020-04-101-2/+0
* pan/bi: Fix nondeterministic register packingAlyssa Rosenzweig2020-04-101-1/+2
* panfrost: Call the Bifrost compiler on bi devicesAlyssa Rosenzweig2020-04-101-6/+14
* panfrost: Set mfbd.msaa.sample_locations on BifrostAlyssa Rosenzweig2020-04-103-14/+79
* panfrost: On Bifrost, set the right tiler descriptorTomeu Vizoso2020-04-106-30/+67
* panfrost: Don't emit write_value jobs on BifrostTomeu Vizoso2020-04-101-1/+4
* panfrost: Pass IS_BIFROST to pandecode_jcTomeu Vizoso2020-04-101-1/+1
* panfrost: Remove most usage of midgard_payload_vertex_tilerTomeu Vizoso2020-04-107-117/+209
* panfrost: Unify vertex/tiler structuresAlyssa Rosenzweig2020-04-105-119/+65
* panfrost: Staticize a few cmdstream functionsAlyssa Rosenzweig2020-04-102-15/+3
* panfrost: Populate bifrost-specific structs within mali_shader_metaAlyssa Rosenzweig2020-04-101-6/+17
* panfrost: Add IS_BIFROST quirkAlyssa Rosenzweig2020-04-101-1/+4
* etnaviv: remove the "active" member of queriesChristian Gmeiner2020-04-103-18/+0
* etnaviv: change begin_query(..) to a void functionChristian Gmeiner2020-04-104-11/+6
* etnaviv: drop redundant calls to etna_acc_query_suspend(..)Christian Gmeiner2020-04-101-3/+0
* v3d: Primitive Counts Feedback needs an extra 32-bit padding.Jose Maria Casanova Crespo2020-04-101-1/+2
* aco: make some reg_file helpers private and fix their usesDaniel Schürmann2020-04-101-25/+29
* aco: rename aco_lower_bool_phis() -> aco_lower_phis()Daniel Schürmann2020-04-105-7/+7
* aco: lower subdword phis with SGPR operandsDaniel Schürmann2020-04-101-0/+26
* aco: don't constant-propagate into subdword PSEUDO instructionsDaniel Schürmann2020-04-101-6/+8
* aco: ensure correct bit representation of subdword constantsDaniel Schürmann2020-04-101-0/+6
* aco: setup subdword regclasses for ssa_undef & load_constDaniel Schürmann2020-04-101-12/+8
* aco: implement nir_op_b2f16/nir_op_i2f16/nir_op_u2f16Samuel Pitoiset2020-04-102-0/+33
* aco: implement 16-bit comparisonsSamuel Pitoiset2020-04-101-13/+31
* aco: implement 16-bit nir_op_fmax3/nir_op_fmin3/nir_op_fmed3Samuel Pitoiset2020-04-101-5/+16
* aco: implement 16-bit nir_op_ldexpSamuel Pitoiset2020-04-101-8/+10
* aco: implement 16-bit nir_op_f2i32/nir_op_f2u32Samuel Pitoiset2020-04-101-2/+18