Message ID | 20230322140701.69852-1-arthurgrillo@riseup.net (mailing list archive) |
---|---|
Headers | show
Return-Path: <dri-devel-bounces@lists.freedesktop.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C0FA5C761A6 for <dri-devel@archiver.kernel.org>; Wed, 22 Mar 2023 14:08:06 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B36CF10E382; Wed, 22 Mar 2023 14:08:05 +0000 (UTC) Received: from mx0.riseup.net (mx0.riseup.net [198.252.153.6]) by gabe.freedesktop.org (Postfix) with ESMTPS id 050C510E372 for <dri-devel@lists.freedesktop.org>; Wed, 22 Mar 2023 14:08:03 +0000 (UTC) Received: from fews2.riseup.net (fews2-pn.riseup.net [10.0.1.84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx0.riseup.net (Postfix) with ESMTPS id 4PhVg61jVJz9tDb; Wed, 22 Mar 2023 14:08:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1679494082; bh=XcOXV7AvHWyCvnP8NS3gbTa/EDg//6oEOET6I033cKw=; h=From:To:Cc:Subject:Date:From; b=N1EapehU6I7pvPgj+oIDS9AHUS/2aC0l2z8d6tFnYwuZL6u2UpqeJ5MDFUQINQYtQ OopAzVUZCMCad6Ug3eXnAkHrAQzQzw4gHTCW7P1/rpNz5s5X7jYUGJG0u2OhAwZYCz Es/n2rcbHAZChzUcSaMA89t3vsTXW/wxgit7kuJ0= X-Riseup-User-ID: AC32C7D0D6EB4B237CD69BBCEE6D00DC5D969D44289D47F07D7773994204B871 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews2.riseup.net (Postfix) with ESMTPSA id 4PhVg06CBhz1y7V; Wed, 22 Mar 2023 14:07:56 +0000 (UTC) From: Arthur Grillo <arthurgrillo@riseup.net> To: dri-devel@lists.freedesktop.org Subject: [PATCH 0/5] Create tests for the drm_rect functions Date: Wed, 22 Mar 2023 11:06:56 -0300 Message-Id: <20230322140701.69852-1-arthurgrillo@riseup.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development <dri-devel.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/dri-devel> List-Post: <mailto:dri-devel@lists.freedesktop.org> List-Help: <mailto:dri-devel-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=subscribe> Cc: carlos.craveiro@usp.br, tales.aparecida@gmail.com, dlatypov@google.com, javierm@redhat.com, mairacanal@riseup.net, maxime@cerno.tech, andrealmeid@riseup.net, airled@gmail.com, Arthur Grillo <arthurgrillo@riseup.net>, matheus.vieira.g@usp.br Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" <dri-devel-bounces@lists.freedesktop.org> |
Series | Create tests for the drm_rect functions | expand |