Skip to content

Adds Custom Render Pipeline Interface #2304

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 154 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
154 commits
Select commit Hold shift + click to select a range
d2315be
added AlertArmatureMask
codex128 Jul 24, 2023
2f1dae8
fixed docs and added another helper
codex128 Jul 24, 2023
a750f1c
made it easier to turn off priority checking
codex128 Jul 24, 2023
cd876d4
removed copy methods
codex128 Jul 25, 2023
3b6f7b8
jme3-core:
JohnLKkk Oct 9, 2023
8479dd3
jme3-examples:Added a set of test cases for renderPath.
JohnLKkk Oct 9, 2023
e5737df
jme3-core:Improve deferred shading issues;
JohnLKkk Oct 10, 2023
d69de2d
jme3-examples:Adjust deferred rendering test code
JohnLKkk Oct 10, 2023
6e75f0b
jme3-core:Adjust GBuffer format, RT0(16F), RT1(16F), RT2(16F), RT3(32…
Oct 10, 2023
0290dcd
jme3-core:Delete test code
JohnLKkk Oct 10, 2023
6a64da6
jme3-core:Fixed all known bugs in Tile-based DeferredShading.
JohnLKkk Oct 10, 2023
c8e7426
jme3-examples:update TestTileBasedDeferredShading
JohnLKkk Oct 10, 2023
e540601
jme3-core:update GLSLCompat.glsllib
JohnLKkk Oct 10, 2023
fdea4cc
jme3-core:Fix frameGraph assertion error
JohnLKkk Oct 11, 2023
f60a03b
jme3-core:Add some core code comments, delete Chinese code comments
JohnLKkk Oct 11, 2023
b7f0b58
jme3-core:Fix bugs existed in shadingModel
JohnLKkk Oct 12, 2023
e4862a6
jme3-examples:Add test case "TestShadingModel.java,TestRenderPathPoin…
JohnLKkk Oct 12, 2023
2475337
jme3-core:GBuffer data packing for terrain rendering compatibility (u…
Oct 17, 2023
81c1362
jme3-examples:
Oct 17, 2023
05eb006
jme3-core:Add rendering path support for AdvancedPBRTerrain
JohnLKkk Oct 18, 2023
e327316
jme3-examples:Add a test code
JohnLKkk Oct 18, 2023
63222d6
jme3-core:Supplement core code comments, add full JME license to each…
JohnLKkk Oct 19, 2023
82c6dc2
jme3-terrain:Implement PBRTerrain compatibility code
JohnLKkk Oct 19, 2023
0359a8e
jme3-core:Fixed Tile-basedDeferred light culling issue, fixed some fl…
JohnLKkk Oct 20, 2023
98e0ae4
jme3-examples:update TestCode
JohnLKkk Oct 20, 2023
000fb0e
jme3-examples:update TestPBRTerrainRenderPath.java
JohnLKkk Oct 20, 2023
09a22a6
jme3-core:Fix TestTexture3D/TestTexture3DLoading
JohnLKkk Oct 20, 2023
83ac2b5
jme3-core:fix lightTexSizeInv undefined
JohnLKkk Oct 20, 2023
65fd3de
Merge branch 'master' into master
JohnLKkk Oct 20, 2023
3521b2a
jme3-core:
JohnLKkk Oct 21, 2023
224eecd
jme3-core:use g_ViewProjectionMatrixInverse
JohnLKkk Oct 22, 2023
db4f0ac
jme3-core:use logger
JohnLKkk Oct 22, 2023
dc3a50b
jme3-core:update javadoc(FastMath.nextRandomFlot)
JohnLKkk Oct 27, 2023
9e977c6
Merge branch 'master' of https://github.com/JohnLKkk/jmonkeyengine in…
JohnLKkk Oct 27, 2023
9c9c2d8
updated license
codex128 Jan 19, 2024
83c95e5
updated javadoc
codex128 Jan 20, 2024
90e6cd8
renamed mask
codex128 Jan 21, 2024
0f410c0
Merge branch 'jMonkeyEngine:master' into master
codex128 Feb 29, 2024
5a3ff07
fixed merge conflicts and several bugs
codex128 Apr 18, 2024
6fdeb35
refactor FGPass, FGSink, and FGSource to interfaces
codex128 Apr 18, 2024
1be8dab
fix method name collision for FGPass
codex128 Apr 18, 2024
6247f73
renamed FGPass reset method
codex128 Apr 18, 2024
df9c4b9
changes
codex128 Apr 18, 2024
79d9426
rebuilt API
codex128 Apr 19, 2024
60c5def
fixed framebuffer attachments bug
codex128 Apr 19, 2024
a3af1e2
deferred shading usable
codex128 Apr 19, 2024
2f008e8
deferred and tiled deferred are working for TestShadingModel.java
codex128 Apr 19, 2024
2f4f92b
debugging
codex128 Apr 19, 2024
31445ef
debugging deferred pipeline
codex128 Apr 20, 2024
dfd3866
more debugging
codex128 Apr 21, 2024
097309d
more debugging
codex128 Apr 21, 2024
7d14e68
cleanup code
codex128 Apr 22, 2024
713ca9c
more cleanup
codex128 Apr 23, 2024
a877d00
remove reliance on J3mLoader and clean up code
codex128 Apr 24, 2024
fcfaa2b
reorganized java files
codex128 Apr 24, 2024
7eab19e
added support for cross-space parameter binding
codex128 Apr 25, 2024
34fee37
added optimizations
codex128 Apr 25, 2024
9ba9bb3
recoding resource system
codex128 Apr 27, 2024
c02d491
redesigned resource system
codex128 Apr 29, 2024
66810b7
framegraph operational
codex128 May 3, 2024
08f60d8
framegraph complete
codex128 May 4, 2024
6084154
draft ready
codex128 May 7, 2024
5bbe40f
rename registration method
codex128 May 7, 2024
86a458b
renamed method
codex128 May 7, 2024
f68d0ea
delete personal changelog
codex128 May 7, 2024
1e0af25
remove enums
codex128 May 8, 2024
9ff4f5d
added information management passes
codex128 May 9, 2024
8a39bf0
migrated to new ticket protocol
codex128 May 9, 2024
bd44103
added resource extraction
codex128 May 9, 2024
45ee1b2
provide logical control of framegraph
codex128 May 11, 2024
f9156e2
finalized user value sources and targets
codex128 May 17, 2024
4f0f352
fixed framegraph use on multiple viewports binding textures too often
codex128 May 17, 2024
1661dcc
fixed depth texture filtering
codex128 May 20, 2024
02d69d4
added export and import methods
codex128 May 20, 2024
9966f85
javadoc for new classes
codex128 May 21, 2024
5505ab4
licenses
codex128 May 21, 2024
1952784
pass tests
codex128 May 21, 2024
5e6fe7a
added framegraph opt-out for viewports
codex128 May 21, 2024
f16977a
added .j3g
codex128 May 21, 2024
9baebee
delete unused classes
codex128 May 21, 2024
a2d55f2
fixed background on deferred pipelines
codex128 May 22, 2024
9fbd053
added basic opencl
codex128 May 22, 2024
a9d74a1
fixed tests
codex128 May 22, 2024
970e73c
verified fix for overlapping viewports
codex128 May 22, 2024
06832da
added framegraph loading speed test
codex128 May 22, 2024
fe02e94
added framegraph event capture
codex128 May 25, 2024
ce4b259
fixed framebuffer update flag
codex128 May 31, 2024
5594184
fixed broken light count
codex128 Jun 3, 2024
a41e33f
revert debugging
codex128 Jun 3, 2024
c94bee2
fix merge conflict
codex128 Jun 3, 2024
deb82d2
Merge branch 'master' into framegraphAPI
codex128 Jun 3, 2024
78538fe
start moving lighting logic outside matdef logic
codex128 Jun 6, 2024
9cf7dc4
Merge branch 'jMonkeyEngine:master' into master
codex128 Jun 7, 2024
d02fa6a
added ticket groups
codex128 Jun 7, 2024
0d659aa
migrated lighting logic to render pass
codex128 Jun 14, 2024
8a969c9
fixed light tex inverse type
codex128 Jun 15, 2024
e1f5ae7
added light pack method junction
codex128 Jun 15, 2024
3c18f2f
deleted deferred lighting logic
codex128 Jun 15, 2024
39cb0bd
deleted draft files
codex128 Jun 15, 2024
6499b8b
added group attribute pass
codex128 Jun 15, 2024
f470edd
added indefinite ticket groups
codex128 Jun 17, 2024
a62b144
finalized ticket lists
codex128 Jun 17, 2024
39d6598
porting filters
codex128 Jun 19, 2024
d2c5639
narrowed PBR issue to metallic=1
codex128 Jun 22, 2024
eb67e8e
fixed functional array issues
codex128 Jun 23, 2024
09d4eba
fixed build errors
codex128 Jun 23, 2024
42f5ab6
fixed depth of field filter import-export
codex128 Jun 23, 2024
1531f0f
fixed deferred light probes
codex128 Jun 24, 2024
b2424bc
fixed ambient and fixed buffered lights
codex128 Jun 24, 2024
efa2771
fixed gbuffer packing for advanced terrain
codex128 Jun 24, 2024
00f268c
fixed pbr terrain
codex128 Jun 24, 2024
dbde835
made render object map threadsafe
codex128 Jun 25, 2024
a3eee4c
added multithreading
codex128 Jun 26, 2024
60cc523
fix referencing bug
codex128 Jun 27, 2024
d10bfc6
added fix for missing defines
codex128 Jun 27, 2024
482022a
test async
codex128 Jun 27, 2024
4c30527
fix dependency on java 9
codex128 Jun 27, 2024
d70e4cd
removed unnecessary atomic boolean
codex128 Jun 27, 2024
d1cbd33
fixed more async issues
codex128 Jun 28, 2024
2956c9d
fixed camera size when rendering to smaller textures
codex128 Jun 29, 2024
a198a80
added addLoop
codex128 Jun 29, 2024
15eb3bc
add faze pass
codex128 Jul 4, 2024
443643e
improved javadoc and fixed issue with deferred techniquedefs
codex128 Jul 19, 2024
a27e6a8
added pipeline interface and added render modules
codex128 Jul 29, 2024
2e42965
changes to factory methods
codex128 Jul 30, 2024
bb629f2
deleted framegraph system
codex128 Jul 30, 2024
99702b0
removed gbuffer shaders
codex128 Jul 31, 2024
ddce538
restored deferred and gbuf shaders
codex128 Jul 31, 2024
a9ec64d
removed deferred materials
codex128 Jul 31, 2024
638fffa
removed effects passes
codex128 Jul 31, 2024
959a51e
deleted tests
codex128 Aug 1, 2024
951361c
reverted unnecessary changes and moved pipeline classes to new package
codex128 Aug 1, 2024
3e7f623
reverted more unnecessary changes
codex128 Aug 2, 2024
c0c275e
small changes
codex128 Aug 11, 2024
b2cbd79
Merge branch 'pipelineApi' of https://github.com/codex128/jmonkeyengi…
codex128 Aug 11, 2024
c9b1438
several changes
codex128 Aug 18, 2024
d1ab21b
revert changes in build file
codex128 Aug 18, 2024
4d233f8
removed material adaptation code
codex128 Aug 19, 2024
980722f
removed savable utilities
codex128 Aug 19, 2024
775e66c
removed math utility
codex128 Aug 19, 2024
d5a2fd7
made render context implementation less confusing
codex128 Aug 21, 2024
2cecbcf
pass viewport to pipeline context
codex128 Aug 21, 2024
7850b8d
fixed start method not being called
codex128 Aug 21, 2024
7ba557c
remove miscellaneous
codex128 Aug 21, 2024
e4a0c87
removed miscellaneous
codex128 Aug 21, 2024
f5a2b36
remove miscellaneous
codex128 Aug 21, 2024
343a80b
remove miscellaneous
codex128 Aug 21, 2024
e548145
changed render start order
codex128 Aug 22, 2024
f100750
added license and attempted to revert changes
codex128 Aug 26, 2024
d291849
remove target creation helpers
codex128 Aug 31, 2024
986603c
added spacing
codex128 Sep 3, 2024
b9d7b41
several small changes
codex128 Sep 11, 2024
27fd262
added null pipeline and context creation helper
codex128 Oct 22, 2024
8e4c4e6
delete GeometryRenderHandler and RenderUtils
codex128 Oct 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -286,4 +286,4 @@ retrolambda {
javaVersion JavaVersion.VERSION_1_7
incremental true
jvmArgs '-noverify'
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -824,4 +824,4 @@ public TechniqueDef clone() throws CloneNotSupportedException {

return clone;
}
}
}
Loading
Loading