summaryrefslogtreecommitdiff
path: root/opencl/Module_opencl.mk
blob: 5db04e5307882a4ef21697e56de2bab977b89998 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_Module_Module,opencl))

$(eval $(call gb_Module_add_targets,opencl,\
    Executable_opencltest \
    Library_opencl \
))

# vim: set noet sw=4 ts=4:
>Luboš Luňák 2021-11-13add more tests for OutputDev::DrawOutDev()Luboš Luňák 2021-11-07cid#1493474 Arguments in wrong orderCaolán McNamara 2021-11-04backendtest: Open Cubic-Bezier Curve Draw Testhomeboy445 2021-11-03loplugin:constparamsNoel Grandin 2021-10-31backendtest: Drawing Open Polygon testhomeboy445 2021-10-22backendtest:Reconfigured Rectangle tests to be Asymmetricalhomeboy445 2021-09-28gives names to all the Idles and TasksNoel Grandin 2021-09-28vcl: rename OutDevState to StackChris Sherlock 2021-09-15loplugin:constvarsNoel Grandin 2021-09-03backendtest: Rectangle on wide surfaces Drawing testhomeboy445 2021-08-28Fix typosAndrea Gelmini 2021-08-27backendtest: Test Drawing Bitmap other than 24bpphomeboy445 2021-08-26backendtest: Intersecting Rectangles Drawing testhomeboy445 2021-08-26backendtest: Text Drawing testhomeboy445 2021-08-18loplugin:constparamsNoel Grandin 2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski 2021-08-16backendtest: Asymmetrical Filled Drop Like Shape testhomeboy445 2021-08-13cid#1490210 silence Arguments in wrong orderCaolán McNamara 2021-08-12backendtest: Closed Bezier loop test using various drawing methodshomeboy445 2021-08-11backendtest:Irregular HalfEllipse test via various drawing methodshomeboy445 2021-08-08cid#1489971 silence Arguments in wrong orderCaolán McNamara 2021-08-07backendtest: drop like shape test for polygon / polylinehomeboy445 2021-07-27Added the feature to store VCL test results as a zip filehomeboy445 2021-07-10Added support for viewing results in the VCL tests UI boxhomeboy445 2021-06-18VCL graphics rendering tests that a run on LO version changehomeboy445 2021-06-03vcl: fix clang7 buildMiklos Vajna 2021-04-24backend tests for linecap and linejoin typesLuboš Luňák 2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl 2021-02-24do not dispose XDesktop in visualbackendtestLuboš Luňák 2021-02-19foward declare NotebookBarAddonsItem instead of using includeCaolán McNamara 2020-12-29vcl: move local bitmap headers to inc/bitmap directoryChris Sherlock 2020-12-24custom literal for Degree10Noel Grandin 2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock