aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pan/bi: Fix off-by-one in scoreboarding packingAlyssa Rosenzweig2020-03-312-6/+5
* pan/bi: Fix overzealous write barriersAlyssa Rosenzweig2020-03-311-1/+4
* pan/bit: Begin generating a vertex jobAlyssa Rosenzweig2020-03-313-12/+120
* pan/bit: Submit a WRITE_VALUE job as a sanity checkAlyssa Rosenzweig2020-03-313-1/+69
* panfrost: Stub out G31/G52 quirksAlyssa Rosenzweig2020-03-311-5/+15
* pan/bit: Open up the deviceAlyssa Rosenzweig2020-03-314-0/+31
* panfrost: Move device open/close to root panfrostAlyssa Rosenzweig2020-03-313-39/+62
* pan/bit: Link standalone compiler with en/decoderAlyssa Rosenzweig2020-03-313-1/+81
* panfrost: Move pan_bo to root panfrostAlyssa Rosenzweig2020-03-3113-25/+40
* panfrost: Inline reference counting routinesAlyssa Rosenzweig2020-03-312-13/+16
* panfrost: Isolate panfrost_bo_access_for_stage to pan_cmdstream.cAlyssa Rosenzweig2020-03-312-17/+17
* panfrost: Split panfrost_device from panfrost_screenAlyssa Rosenzweig2020-03-3116-222/+278
* panfrost: Correctly identify format 0x4cIcecream952020-03-313-8/+3
* panfrost: Add support for R3G3B2Icecream952020-03-314-1/+9
* st/mesa: Fall back on R3G3B2 for R3_G3_B2Icecream952020-03-311-2/+3
* panfrost: Add support for B5G5R5X1Icecream952020-03-313-0/+5
* panfrost: Mark 64-bit formats as unsupportedIcecream952020-03-311-0/+3
* nir: Handle vec8/16 in nir_shrink_array_varsJason Ekstrand2020-03-311-3/+1
* nir: Handle vec8/16 in opt_undef_vecNJason Ekstrand2020-03-311-4/+1
* nir: Treat vec8/16 as select in opt_peephole_selectJason Ekstrand2020-03-311-0/+2
* nir: Handle vec8/16 in opt_split_alu_of_phiJason Ekstrand2020-03-311-4/+1
* nir: Handle vec8/16 in lower_regs_to_ssaJason Ekstrand2020-03-311-7/+1
* nir: Handle vec8/16 in lower_phis_to_scalarJason Ekstrand2020-03-311-10/+2
* nir: Handle vec8/16 in gather_ssa_typesJason Ekstrand2020-03-311-0/+2
* nir: Handle vec8/16 in bool_to_bitsizeJason Ekstrand2020-03-311-0/+4
* nir: Copy propagate through vec8s and vec16sJason Ekstrand2020-03-311-3/+2
* nir: Add a nir_op_is_vec helperJason Ekstrand2020-03-311-0/+16
* nir/algebraic: Add downcast-of-pack optsJason Ekstrand2020-03-311-0/+9
* nir/lower_int64: Lower 8 and 16-bit downcasts with nir_lower_mov64Jason Ekstrand2020-03-311-0/+8
* freedreno/log: avoid duplicate ts'sRob Clark2020-03-301-4/+27
* freedreno/a6xx: add some more tracepointsRob Clark2020-03-303-1/+25
* freedreno: add some initial fd_log tracepointsRob Clark2020-03-301-4/+17
* freedreno/a6xx: timestamp logging supportRob Clark2020-03-302-2/+16
* freedreno: add logging infrastructureRob Clark2020-03-3012-2/+378
* util: fix u_fifo_pop()Rob Clark2020-03-301-1/+1
* freedreno: remove some obsolete debug optionsRob Clark2020-03-302-11/+4
* nir/opt_loop_unroll: Fix has_nested_loop handlingJason Ekstrand2020-03-301-1/+1
* freedreno: Work around UBWC flakiness.Eric Anholt2020-03-302-29/+13
* freedreno: Fix detection of being in a blit for acc queries.Eric Anholt2020-03-3010-37/+30
* freedreno: Rename "is_blit" to "is_discard_blit"Eric Anholt2020-03-305-8/+8
* freedreno/a6xx: Fix timestamp queries.Eric Anholt2020-03-301-4/+10
* freedreno: Count blits in GL_TIME_ELAPSED and perf counter queries.Eric Anholt2020-03-305-6/+8
* freedreno: Associate the acc query bo with the batch.Eric Anholt2020-03-301-0/+2
* freedreno: Fix acc query handling in the presence of batch reordering.Eric Anholt2020-03-304-25/+62
* freedreno: Remove the "active" member of queries.Eric Anholt2020-03-304-21/+9
* freedreno: Remove always-true return from per-gen begin_query.Eric Anholt2020-03-305-13/+7
* util/u_queue: fix race in total_jobs_size accessRhys Perry2020-03-301-2/+2
* glsl: fix race in instance gettersRhys Perry2020-03-301-5/+15
* nir: Set UBO alignments in lower_uniforms_to_uboJason Ekstrand2020-03-301-0/+2
* aco: look at p_{extract,split}_vector's definitions in pred_by_exec_mask()Rhys Perry2020-03-301-2/+5