AROS.git
5 years agorevert between 56095 -> 55830 in archmaster
NicJA [Fri, 3 May 2019 00:55:49 +0000 (3 00:55 +0000)]
revert between 56095 -> 55830 in arch

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56381 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agorevert 213 commits (to 56092) from the last month. 10 still need work to resolve...
NicJA [Fri, 3 May 2019 00:41:36 +0000 (3 00:41 +0000)]
revert 213 commits (to 56092) from the last month. 10 still need work to resolve conflicts.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56380 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoadd place-holder directory for the a3000 wd533c93 scsi controller implementation.
NicJA [Thu, 2 May 2019 22:14:04 +0000 (2 22:14 +0000)]
add place-holder directory for the a3000 wd533c93 scsi controller implementation.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56379 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoWIP: add an initial skeleton for a real scsi.device based upon the ata device impleme...
NicJA [Thu, 2 May 2019 22:06:44 +0000 (2 22:06 +0000)]
WIP: add an initial skeleton for a real scsi.device based upon the ata device implementation. currently the values exposed and used are meaningless and are subject to change. move the scsicmds header into the scsi device tree and fix the ata device header to include it from the correct (system) location. the device is not yet built for any targets.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56378 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agorevert commit 56204.
NicJA [Wed, 1 May 2019 12:44:25 +0000 (1 12:44 +0000)]
revert commit 56204.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56377 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoFix: Really silence debug.
deadwood [Tue, 30 Apr 2019 16:49:00 +0000 (30 16:49 +0000)]
Fix: Really silence debug.

This file has debug enabled for the purpose of reporting
notify loops.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56376 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoAdd missing header
deadwood [Tue, 30 Apr 2019 16:48:59 +0000 (30 16:48 +0000)]
Add missing header

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56375 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoFix: 64-bit compatibility
deadwood [Tue, 30 Apr 2019 16:48:57 +0000 (30 16:48 +0000)]
Fix: 64-bit compatibility

First element is storing size and is a 32-bit integer
even on 64-bit systems.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56374 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoAdd missing include
deadwood [Tue, 30 Apr 2019 16:48:56 +0000 (30 16:48 +0000)]
Add missing include

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56373 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoAdd missing header
deadwood [Tue, 30 Apr 2019 16:48:55 +0000 (30 16:48 +0000)]
Add missing header

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56372 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoFix: Correctly report error when building module.
deadwood [Tue, 30 Apr 2019 16:48:54 +0000 (30 16:48 +0000)]
Fix: Correctly report error when building module.

To be applied on master

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56371 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoFix: Re-introduce %B command
deadwood [Tue, 30 Apr 2019 16:48:53 +0000 (30 16:48 +0000)]
Fix: Re-introduce %B command

This makes the header ifdefs in strings.h look like

DOS_STRINGS_H

instead of

_STRINGS_H

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56370 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agouse mesa3dgl's config override so it has its own version information.
NicJA [Mon, 29 Apr 2019 11:22:12 +0000 (29 11:22 +0000)]
use mesa3dgl's config override so it has its own version information.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56369 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agouse the override options if specified
NicJA [Mon, 29 Apr 2019 11:19:18 +0000 (29 11:19 +0000)]
use the override options if specified

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56368 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agore-order some parts of the code so that the msg and rect are only allocated once.
NicJA [Sun, 28 Apr 2019 21:16:52 +0000 (28 21:16 +0000)]
re-order some parts of the code so that the msg and rect are only allocated once.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56367 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agocalculate the actual fps a bit more accurately.
NicJA [Sun, 28 Apr 2019 19:25:57 +0000 (28 19:25 +0000)]
calculate the actual fps a bit more accurately.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56366 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agothe value isnt the fps it is the frame count.
NicJA [Sun, 28 Apr 2019 19:21:36 +0000 (28 19:21 +0000)]
the value isnt the fps it is the frame count.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56365 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agosmall tidy up.
NicJA [Sun, 28 Apr 2019 15:19:28 +0000 (28 15:19 +0000)]
small tidy up.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56364 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoinit the command bounce buffer details when the driver initializes since it can be...
NicJA [Sun, 28 Apr 2019 15:19:03 +0000 (28 15:19 +0000)]
init the command bounce buffer details when the driver initializes since it can be used outwith the gallium code. define the hardware context and surface(s).

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56363 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoallow tracing to be enabled at runtime
NicJA [Sun, 28 Apr 2019 15:14:06 +0000 (28 15:14 +0000)]
allow tracing to be enabled at runtime

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56362 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoadd some minimal debug to trace the program flow when debugging 3d drivers. allow...
NicJA [Sun, 28 Apr 2019 14:57:42 +0000 (28 14:57 +0000)]
add some minimal debug to trace the program flow when debugging 3d drivers. allow the fps code to be disabled. update the fps counters timer with the new time value, don't just add "1 second" or it will skew the results.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56361 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoDelinted.
mazze [Sat, 27 Apr 2019 15:36:06 +0000 (27 15:36 +0000)]
Delinted.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56360 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoDelinted.
mazze [Sat, 27 Apr 2019 15:22:54 +0000 (27 15:22 +0000)]
Delinted.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56359 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agouse 32bit allocations .. mark the fifo command structure as volatile.
NicJA [Sat, 27 Apr 2019 00:57:48 +0000 (27 00:57 +0000)]
use 32bit allocations .. mark the fifo command structure as volatile.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56354 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agowip update. use unified fifo cmd reserve/bounce buffer between the 2d and 3d parts...
NicJA [Sat, 27 Apr 2019 00:28:09 +0000 (27 00:28 +0000)]
wip update. use unified fifo cmd reserve/bounce buffer between the 2d and 3d parts of the code.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56353 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agowip commit. expand the winsys screen support a little.
NicJA [Fri, 26 Apr 2019 20:55:12 +0000 (26 20:55 +0000)]
wip commit. expand the winsys screen support a little.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56352 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agowip commit. expose all of the winsys stubs we will need to implement and add code...
NicJA [Fri, 26 Apr 2019 17:13:43 +0000 (26 17:13 +0000)]
wip commit. expose all of the winsys stubs we will need to implement and add code for enough of the functions that it at least opens. does not yet send commands to the host.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56351 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoenable the new framebuffer resizing code.
NicJA [Fri, 26 Apr 2019 02:37:21 +0000 (26 02:37 +0000)]
enable the new framebuffer resizing code.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56350 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agowip commit.
NicJA [Fri, 26 Apr 2019 02:16:19 +0000 (26 02:16 +0000)]
wip commit.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56349 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agouse our own debug macro
NicJA [Fri, 26 Apr 2019 02:10:49 +0000 (26 02:10 +0000)]
use our own debug macro

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56348 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agosilence debug
NicJA [Thu, 25 Apr 2019 23:27:53 +0000 (25 23:27 +0000)]
silence debug

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56347 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agorevert previous incorrect version of commit and recommit correct version to allow...
NicJA [Thu, 25 Apr 2019 22:45:10 +0000 (25 22:45 +0000)]
revert previous incorrect version of commit and recommit correct version to allow switching between the pages using the cursor keys after activating using tab.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56346 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoallow switching between the pages using the cursor keys after activating using tab.
NicJA [Thu, 25 Apr 2019 22:29:26 +0000 (25 22:29 +0000)]
allow switching between the pages using the cursor keys after activating using tab.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56345 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years ago...and the base gfx value *sigh*
NicJA [Thu, 25 Apr 2019 20:52:39 +0000 (25 20:52 +0000)]
...and the base gfx value *sigh*

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56344 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoclean up base tag names
NicJA [Thu, 25 Apr 2019 20:50:54 +0000 (25 20:50 +0000)]
clean up base tag names

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56343 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agomake sure gfx.hidds tags have valid and distinct values.
NicJA [Thu, 25 Apr 2019 20:30:19 +0000 (25 20:30 +0000)]
make sure gfx.hidds tags have valid and distinct values.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56342 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agouse the correct naming convention for hidd tags.
NicJA [Thu, 25 Apr 2019 18:34:35 +0000 (25 18:34 +0000)]
use the correct naming convention for hidd tags.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56341 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agouse the correct naming convention for hidd tags.
NicJA [Thu, 25 Apr 2019 18:33:49 +0000 (25 18:33 +0000)]
use the correct naming convention for hidd tags.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56340 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agouse the correct naming convention for hidd tags.
NicJA [Thu, 25 Apr 2019 18:33:05 +0000 (25 18:33 +0000)]
use the correct naming convention for hidd tags.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56339 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoupdate copyright
NicJA [Thu, 25 Apr 2019 18:32:27 +0000 (25 18:32 +0000)]
update copyright

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56338 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agouse the correct naming convention for hidd tags.
NicJA [Thu, 25 Apr 2019 18:32:01 +0000 (25 18:32 +0000)]
use the correct naming convention for hidd tags.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56337 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoPrerequisites for Debian updated.
mazze [Thu, 25 Apr 2019 07:08:05 +0000 (25 07:08 +0000)]
Prerequisites for Debian updated.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56333 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agouse consistent debug.
NicJA [Wed, 24 Apr 2019 14:17:18 +0000 (24 14:17 +0000)]
use consistent debug.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56332 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agotabs -> spaces
NicJA [Tue, 23 Apr 2019 18:40:20 +0000 (23 18:40 +0000)]
tabs -> spaces

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56328 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoautodoc fix: avoid duplicate section names
mazze [Tue, 23 Apr 2019 15:37:16 +0000 (23 15:37 +0000)]
autodoc fix: avoid duplicate section names

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56327 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoallow the llvm version to build to be specified at configure time.
NicJA [Mon, 22 Apr 2019 13:46:04 +0000 (22 13:46 +0000)]
allow the llvm version to build to be specified at configure time.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56325 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agouse the pre/post targets to move the llvm tool dirs into place.
NicJA [Mon, 22 Apr 2019 12:45:37 +0000 (22 12:45 +0000)]
use the pre/post targets to move the llvm tool dirs into place.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56324 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agobuild_with_cmake: add the ability to run pre/post cmake targets
NicJA [Mon, 22 Apr 2019 12:36:19 +0000 (22 12:36 +0000)]
build_with_cmake: add the ability to run pre/post cmake targets
create_patch: add the ability to run a pre/post diff targets

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56323 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agouse m4_normalize on the output strings to remove trailing spaces/tabs and consolidate...
NicJA [Mon, 22 Apr 2019 11:24:12 +0000 (22 11:24 +0000)]
use m4_normalize on the output strings to remove trailing spaces/tabs and consolidate multiple spaces.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56322 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agodon't add the ar flags when generating the command or we end up with 2 copies of...
NicJA [Mon, 22 Apr 2019 10:53:58 +0000 (22 10:53 +0000)]
don't add the ar flags when generating the command or we end up with 2 copies of them which confuses the command.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56321 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoupdated the required hidds. sam440-ppc target is booting again.
wawa [Mon, 22 Apr 2019 01:03:18 +0000 (22 01:03 +0000)]
updated the required hidds. sam440-ppc target is booting again.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56320 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agosome further WIP polish localization.
wawa [Sun, 21 Apr 2019 11:42:39 +0000 (21 11:42 +0000)]
some further WIP polish localization.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56319 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agouse base versions of all the tool names when constructing the kernel tool names.
NicJA [Sat, 20 Apr 2019 20:09:44 +0000 (20 20:09 +0000)]
use base versions of all the tool names when constructing the kernel tool names.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56318 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoinitial attempt at polish localization.
wawa [Sat, 20 Apr 2019 19:44:33 +0000 (20 19:44 +0000)]
initial attempt at polish localization.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56317 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agouse the correct targets to build the drivers so they can be disabled as appropriate.
NicJA [Sat, 20 Apr 2019 18:38:49 +0000 (20 18:38 +0000)]
use the correct targets to build the drivers so they can be disabled as appropriate.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56316 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agowip update - use the fetched mesa gallium paths and files.
NicJA [Sat, 20 Apr 2019 18:28:42 +0000 (20 18:28 +0000)]
wip update - use the fetched mesa gallium paths and files.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56315 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agouse the exported config option to enable nouveau
NicJA [Sat, 20 Apr 2019 18:16:52 +0000 (20 18:16 +0000)]
use the exported config option to enable nouveau

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56314 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoexport a config time option to enable nouveau that is set to disabled
NicJA [Sat, 20 Apr 2019 18:15:43 +0000 (20 18:15 +0000)]
export a config time option to enable nouveau that is set to disabled

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56313 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agomake sure the colgroup knows about the change in contents so that it adjusts the...
NicJA [Fri, 19 Apr 2019 17:07:00 +0000 (19 17:07 +0000)]
make sure the colgroup knows about the change in contents so that it adjusts the elements appropriately and doesn't clip the width.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56312 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoexpose the gfx drivers memory attributes via the gfx hidd attributes.
NicJA [Fri, 19 Apr 2019 16:35:30 +0000 (19 16:35 +0000)]
expose the gfx drivers memory attributes via the gfx hidd attributes.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56311 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agouse the gfx hidd attribute(s) for accessing the gfx drivers memory details. move...
NicJA [Fri, 19 Apr 2019 16:34:45 +0000 (19 16:34 +0000)]
use the gfx hidd attribute(s) for accessing the gfx drivers memory details. move some more strings to the catalogs.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56310 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agosmall wip update. refactor code (tabs->spaces). use consistent debug. start fleshing...
NicJA [Fri, 19 Apr 2019 12:38:58 +0000 (19 12:38 +0000)]
small wip update. refactor code (tabs->spaces). use consistent debug. start fleshing out the gallium class init.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56309 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agofix a typo reported by David Gilmore.
NicJA [Fri, 19 Apr 2019 00:03:24 +0000 (19 00:03 +0000)]
fix a typo reported by David Gilmore.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56308 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agouse the 7.0.0 toolchain by default.
NicJA [Thu, 18 Apr 2019 23:56:24 +0000 (18 23:56 +0000)]
use the 7.0.0 toolchain by default.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56307 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agodon't pass ccache in the host compilers to cmake, it doesn't like it.
NicJA [Thu, 18 Apr 2019 23:55:53 +0000 (18 23:55 +0000)]
don't pass ccache in the host compilers to cmake, it doesn't like it.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56306 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoAdd the cfe patch for llvm/clang 7 by David Gilmore (@ridgeone)
NicJA [Thu, 18 Apr 2019 23:36:12 +0000 (18 23:36 +0000)]
Add the cfe patch for llvm/clang 7 by David Gilmore (@ridgeone)

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56305 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoApply some fixes from David Gilmore (@ridgeone) to remove white space in the resultin...
NicJA [Thu, 18 Apr 2019 23:34:54 +0000 (18 23:34 +0000)]
Apply some fixes from David Gilmore (@ridgeone) to remove white space in the resulting commands. Also use ccache for the kernel files and c++.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56304 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoremove an erroneous "$"
NicJA [Thu, 18 Apr 2019 21:27:32 +0000 (18 21:27 +0000)]
remove an erroneous "$"

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56303 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agomake sure genfileflag depends on the linklib directory being generated first.
NicJA [Thu, 18 Apr 2019 21:21:44 +0000 (18 21:21 +0000)]
make sure genfileflag depends on the linklib directory being generated first.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56302 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agounless explicitly requested, use normal CMAKE_CXX_LINK_EXECUTABLE value - cmake norma...
NicJA [Thu, 18 Apr 2019 21:11:27 +0000 (18 21:11 +0000)]
unless explicitly requested, use normal CMAKE_CXX_LINK_EXECUTABLE value - cmake normally uses the compiler to link items and forcing the linker results in incorrect flags being used.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56301 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoset the correct host linker for cmake. dont pollute the flags with duplicates/target...
NicJA [Thu, 18 Apr 2019 12:50:20 +0000 (18 12:50 +0000)]
set the correct host linker for cmake. dont pollute the flags with duplicates/target flags from the extra flags.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56300 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoadd mesa3dgl's config override (unused yet)
NicJA [Thu, 18 Apr 2019 02:10:14 +0000 (18 02:10 +0000)]
add mesa3dgl's config override (unused yet)

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56298 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoallow modules to specify an override file for the config.
NicJA [Thu, 18 Apr 2019 02:08:48 +0000 (18 02:08 +0000)]
allow modules to specify an override file for the config.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56297 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoallow genmodule to have a config override file specified.
NicJA [Thu, 18 Apr 2019 02:08:12 +0000 (18 02:08 +0000)]
allow genmodule to have a config override file specified.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56296 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agodisable debug
NicJA [Thu, 18 Apr 2019 01:22:08 +0000 (18 01:22 +0000)]
disable debug

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56295 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agodisable debug
NicJA [Thu, 18 Apr 2019 01:20:26 +0000 (18 01:20 +0000)]
disable debug

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56294 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agowip commit. rename files for consistency with other drivers. add a wip gallium class...
NicJA [Thu, 18 Apr 2019 01:15:08 +0000 (18 01:15 +0000)]
wip commit. rename files for consistency with other drivers. add a wip gallium class (incomplete - needs glue to the svga gallium code) and build it with the svga gallium code.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56293 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoadjust dependencies.
NicJA [Wed, 17 Apr 2019 23:39:08 +0000 (17 23:39 +0000)]
adjust dependencies.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56292 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoadd missing files and rename the mmakefile.src - but disable currently since it needs...
NicJA [Wed, 17 Apr 2019 23:37:32 +0000 (17 23:37 +0000)]
add missing files and rename the mmakefile.src - but disable currently since it needs reworked. Mesa dropped the OpenVG and EGL state trackers from gallium in 2015. EGL support needs to use a different interface (TODO:).

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56291 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agodisable debug
NicJA [Wed, 17 Apr 2019 23:19:11 +0000 (17 23:19 +0000)]
disable debug

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56290 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agodisable debug
NicJA [Wed, 17 Apr 2019 23:18:49 +0000 (17 23:18 +0000)]
disable debug

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56289 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agodisable debug
NicJA [Wed, 17 Apr 2019 23:16:49 +0000 (17 23:16 +0000)]
disable debug

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56288 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agofix properties
NicJA [Wed, 17 Apr 2019 18:56:04 +0000 (17 18:56 +0000)]
fix properties

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56286 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agofix a typo in the comment.
NicJA [Wed, 17 Apr 2019 18:49:10 +0000 (17 18:49 +0000)]
fix a typo in the comment.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56285 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoremove erroneous spaces
NicJA [Wed, 17 Apr 2019 18:47:20 +0000 (17 18:47 +0000)]
remove erroneous spaces

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56284 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agouse USER_CPPFLAGS
NicJA [Wed, 17 Apr 2019 18:46:13 +0000 (17 18:46 +0000)]
use USER_CPPFLAGS

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56283 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoalso generate/copy/ignore the family headers.
NicJA [Wed, 17 Apr 2019 18:45:42 +0000 (17 18:45 +0000)]
also generate/copy/ignore the family headers.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56282 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoadd the LNFS formats
NicJA [Wed, 17 Apr 2019 18:45:05 +0000 (17 18:45 +0000)]
add the LNFS formats

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56281 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoUpdate MesaGL from v7 to v19!. use the fetch macros to download and patch the mesa...
NicJA [Wed, 17 Apr 2019 18:42:57 +0000 (17 18:42 +0000)]
Update MesaGL from v7 to v19!. use the fetch macros to download and patch the mesa source. Update mesa3dgl.library, gallium.hidd, gallium.library, softpipe.hidd and IntelGMA using the new code.
Disable Nouveau until it can be fixed to work with the newer gallium code.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56280 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoadd a comment for the template
NicJA [Wed, 17 Apr 2019 17:35:22 +0000 (17 17:35 +0000)]
add a comment for the template

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56279 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoadd missing %end
NicJA [Wed, 17 Apr 2019 17:33:36 +0000 (17 17:33 +0000)]
add missing %end

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56278 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agodefine a new template to handle stripping of files (strip_q), and use it instead...
NicJA [Wed, 17 Apr 2019 17:25:44 +0000 (17 17:25 +0000)]
define a new template to handle stripping of files (strip_q), and use it instead of directly stripping in templates.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56277 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agostore the base version of the cpp tool and use the base versions constructing the...
NicJA [Wed, 17 Apr 2019 10:58:12 +0000 (17 10:58 +0000)]
store the base version of the cpp tool and use the base versions constructing the kernel tools.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56276 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agodont forget to export the values ...
NicJA [Tue, 16 Apr 2019 13:10:14 +0000 (16 13:10 +0000)]
dont forget to export the values ...

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56275 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agodetect the availability of -ftree-vectorize and -fassociative-math
NicJA [Tue, 16 Apr 2019 12:44:59 +0000 (16 12:44 +0000)]
detect the availability of -ftree-vectorize and -fassociative-math

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56274 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoundef CONST
NicJA [Tue, 16 Apr 2019 11:27:21 +0000 (16 11:27 +0000)]
undef CONST

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56272 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agorename to *plain_ar for consistency. remove an erroneous space.
NicJA [Tue, 16 Apr 2019 04:01:44 +0000 (16 04:01 +0000)]
rename to *plain_ar for consistency. remove an erroneous space.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56271 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agouse toolchain defined default optimization levels
NicJA [Tue, 16 Apr 2019 00:21:44 +0000 (16 00:21 +0000)]
use toolchain defined default optimization levels

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56270 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agosilence debug
NicJA [Mon, 15 Apr 2019 23:04:17 +0000 (15 23:04 +0000)]
silence debug

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56269 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

5 years agoupdate copyright
NicJA [Mon, 15 Apr 2019 23:03:11 +0000 (15 23:03 +0000)]
update copyright

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56268 fb15a70f-31f2-0310-bbcc-cdcc74a49acc