panamaz
2 years agoAdded graphics vulkan demo.
Not Zed [Thu, 28 Apr 2022 02:38:42 +0000 (12:08 +0930)]
Added graphics vulkan demo.
Added indexed accessors for embedded arrays.
Added initialisers for embedded arrays.
Tweaked some of the implied call lengths.
2 years agoSuppress some debug outputs.
Not Zed [Wed, 27 Apr 2022 05:31:35 +0000 (15:01 +0930)]
Suppress some debug outputs.
2 years agoAdd upcall support for notzed.vulkan.
Not Zed [Wed, 27 Apr 2022 05:25:51 +0000 (14:55 +0930)]
Add upcall support for notzed.vulkan.
Remove all VkAllocationCallbacks from calls to simplify api.
2 years agoMakefile fixes for native targets.
Not Zed [Wed, 27 Apr 2022 02:35:16 +0000 (12:05 +0930)]
Makefile fixes for native targets.
Changed to use the '.jar' target (or phony target for native-only modules)
for most dependencies.
API targets now depend on notzed.nativez.jar which fixes some
dependency issues.
2 years agoYet another attempt at a vulkan binding generator.
Not Zed [Tue, 26 Apr 2022 13:25:23 +0000 (22:55 +0930)]
Yet another attempt at a vulkan binding generator.
This uses the registry exclusively to form the api and
parameterised templates to generate output.
2 years agoSome work on the header version of vulkan binding.
Not Zed [Tue, 26 Apr 2022 13:22:52 +0000 (22:52 +0930)]
Some work on the header version of vulkan binding.
It's still incomplete and probably at a dead end.
2 years agoFlesh out vkheader implementation, uses registry and custom callbacks to fill out...
Not Zed [Tue, 5 Apr 2022 00:20:28 +0000 (09:50 +0930)]
Flesh out vkheader implementation, uses registry and custom callbacks to fill out binding.
Move vkregistry examples to separate module
Comment out broken Frame implementation for now, just uses locally scoped arena allocator.
2 years agoAdded vulkan cube demo.
Not Zed [Sat, 26 Mar 2022 11:59:26 +0000 (22:29 +1030)]
Added vulkan cube demo.
A few bug fixes and improvements in both code generators.
2 years agoInitial work on vulkan binding from header files.
Not Zed [Wed, 23 Mar 2022 21:05:02 +0000 (07:35 +1030)]
Initial work on vulkan binding from header files.
2 years agoSyntax change for 'include x' -> '%include x;'
Not Zed [Wed, 23 Mar 2022 21:02:26 +0000 (07:32 +1030)]
Syntax change for 'include x' -> '%include x;'
Allow perl modules to be included in .api files.
Allow matching names by perl module function.
2 years agoAdd dependency generation for .api files
Not Zed [Mon, 7 Feb 2022 01:01:26 +0000 (11:31 +1030)]
Add dependency generation for .api files
Removed '.data' and '.script' status file rules and just use the
 files themselves as the targets.
Cleaned up the make code a bit
2 years agoRemove some old experiments.
Not Zed [Sun, 6 Feb 2022 01:40:56 +0000 (12:10 +1030)]
Remove some old experiments.
2 years agoClean up some stale comments.
Not Zed [Sun, 6 Feb 2022 00:30:59 +0000 (11:00 +1030)]
Clean up some stale comments.
2 years agoMoved to modular java build system.
Not Zed [Sun, 6 Feb 2022 00:19:13 +0000 (10:49 +1030)]
Moved to modular java build system.
2 years agoPartial move to new generator.
Not Zed [Tue, 1 Feb 2022 00:55:47 +0000 (11:25 +1030)]
Partial move to new generator.
2 years agoSmall fixes
Not Zed [Mon, 31 Jan 2022 20:07:06 +0000 (06:37 +1030)]
Small fixes
2 years agoAdd temporary support for new config format.
Not Zed [Mon, 31 Jan 2022 19:57:43 +0000 (06:27 +1030)]
Add temporary support for new config format.
2 years agoSome fixes for function argument names.
Not Zed [Mon, 31 Jan 2022 19:46:08 +0000 (06:16 +1030)]
Some fixes for function argument names.
Hack in a fix for typedef function pointers.
2 years agoAdd pattern matching for object type fallbacks
Not Zed [Wed, 5 Jan 2022 03:14:12 +0000 (13:44 +1030)]
Add pattern matching for object type fallbacks
Add basic opencl api mapping, c-like with some conveniences.
2 years agoPattern matching and defaults for structs
Not Zed [Tue, 4 Jan 2022 22:49:15 +0000 (09:19 +1030)]
Pattern matching and defaults for structs
Added ffmpeg example.
Changed test-api to be c-like example.
2 years agoUpdated for openjdk-19-internal
Not Zed [Wed, 22 Dec 2021 01:15:59 +0000 (11:45 +1030)]
Updated for openjdk-19-internal
Wrote entirely new generator for c header files.
Added vulkan demo.  Generates api from api specification.
Makefile tweaks.
2 years agoExtract more symbolic information from the tree.
Not Zed [Mon, 20 Dec 2021 22:24:16 +0000 (08:54 +1030)]
Extract more symbolic information from the tree.
 - names of typedef function pointers
 - argument names in functions and function prototypes.
2 years agoadd api generator script
Not Zed [Wed, 24 Nov 2021 23:34:39 +0000 (10:04 +1030)]
add api generator script
checkpoint the rest
4 years agoTesting callbacks and so on.
Not Zed [Wed, 8 Jan 2020 20:31:51 +0000 (07:01 +1030)]
Testing callbacks and so on.
4 years agoOutput enum definitions.
Not Zed [Wed, 8 Jan 2020 20:31:32 +0000 (07:01 +1030)]
Output enum definitions.
4 years agoMinor fixes and editing.
Not Zed [Mon, 6 Jan 2020 09:25:07 +0000 (19:55 +1030)]
Minor fixes and editing.
4 years agopanama tools and demos
Not Zed [Mon, 6 Jan 2020 05:20:35 +0000 (15:50 +1030)]
panama tools and demos