-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,353 changed files
with
9,662 additions
and
9,947 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ writtenbooks { | |
} | ||
|
||
compass { | ||
version = '1.21.1' | ||
version = '1.21.3' | ||
} | ||
|
||
repositories { | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
CLASS com/mojang/blaze3d/ProjectionType | ||
METHOD <init> (Ljava/lang/String;ILcom/mojang/blaze3d/vertex/VertexSorting;Lcom/mojang/blaze3d/ProjectionType$LayeringTransform;)V | ||
ARG 3 vertexSorting | ||
ARG 4 layeringTransform | ||
METHOD applyLayeringTransform (Lorg/joml/Matrix4f;F)V | ||
ARG 1 modelViewMatrix | ||
ARG 2 distance | ||
CLASS LayeringTransform | ||
METHOD apply (Lorg/joml/Matrix4f;F)V | ||
ARG 1 modelViewMatrix | ||
ARG 2 distance |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
CLASS com/mojang/blaze3d/TracyBootstrap | ||
METHOD messageColor (Lorg/slf4j/event/Level;)I | ||
ARG 0 level |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
CLASS com/mojang/blaze3d/TracyFrameCapture | ||
METHOD capture (Lcom/mojang/blaze3d/pipeline/RenderTarget;)V | ||
ARG 1 renderTarget | ||
METHOD resize (II)V | ||
ARG 1 width | ||
ARG 2 height |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
CLASS com/mojang/blaze3d/buffers/BufferType | ||
METHOD <init> (Ljava/lang/String;II)V | ||
ARG 3 id |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
CLASS com/mojang/blaze3d/buffers/BufferUsage | ||
METHOD <init> (Ljava/lang/String;IIZZ)V | ||
ARG 3 id | ||
ARG 4 readable | ||
ARG 5 writable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
CLASS com/mojang/blaze3d/buffers/GpuBuffer | ||
METHOD <init> (Lcom/mojang/blaze3d/buffers/BufferType;Lcom/mojang/blaze3d/buffers/BufferUsage;I)V | ||
ARG 1 type | ||
ARG 2 usage | ||
ARG 3 size | ||
METHOD <init> (Lcom/mojang/blaze3d/buffers/BufferType;Lcom/mojang/blaze3d/buffers/BufferUsage;Ljava/nio/ByteBuffer;)V | ||
ARG 1 type | ||
ARG 2 usage | ||
ARG 3 buffer | ||
METHOD read (II)Lcom/mojang/blaze3d/buffers/GpuBuffer$ReadView; | ||
ARG 1 offset | ||
ARG 2 length | ||
METHOD resize (I)V | ||
ARG 1 size | ||
METHOD write (Ljava/nio/ByteBuffer;I)V | ||
ARG 1 buffer | ||
ARG 2 offset | ||
CLASS ReadView | ||
METHOD <init> (ILjava/nio/ByteBuffer;)V | ||
ARG 1 target | ||
ARG 2 data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
CLASS com/mojang/blaze3d/buffers/GpuFence | ||
METHOD awaitCompletion (J)Z | ||
ARG 1 timeout |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
76 changes: 76 additions & 0 deletions
76
data/com/mojang/blaze3d/framegraph/FrameGraphBuilder.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
CLASS com/mojang/blaze3d/framegraph/FrameGraphBuilder | ||
METHOD addPass (Ljava/lang/String;)Lcom/mojang/blaze3d/framegraph/FramePass; | ||
ARG 1 name | ||
METHOD assignResourceLifetimes (Ljava/util/Collection;)V | ||
ARG 1 passes | ||
METHOD createInternal (Ljava/lang/String;Lcom/mojang/blaze3d/resource/ResourceDescriptor;)Lcom/mojang/blaze3d/resource/ResourceHandle; | ||
ARG 1 name | ||
ARG 2 descriptor | ||
METHOD createInternalResource (Ljava/lang/String;Lcom/mojang/blaze3d/resource/ResourceDescriptor;Lcom/mojang/blaze3d/framegraph/FrameGraphBuilder$Pass;)Lcom/mojang/blaze3d/framegraph/FrameGraphBuilder$InternalVirtualResource; | ||
ARG 1 name | ||
ARG 2 descriptor | ||
ARG 3 createdBy | ||
METHOD discoverAllRequiredPasses (Lcom/mojang/blaze3d/framegraph/FrameGraphBuilder$Pass;Ljava/util/BitSet;Ljava/util/Deque;)V | ||
ARG 1 pass | ||
ARG 2 passesToKeep | ||
ARG 3 output | ||
METHOD execute (Lcom/mojang/blaze3d/resource/GraphicsResourceAllocator;)V | ||
ARG 1 allocator | ||
METHOD execute (Lcom/mojang/blaze3d/resource/GraphicsResourceAllocator;Lcom/mojang/blaze3d/framegraph/FrameGraphBuilder$Inspector;)V | ||
ARG 1 allocator | ||
ARG 2 inspector | ||
METHOD importExternal (Ljava/lang/String;Ljava/lang/Object;)Lcom/mojang/blaze3d/resource/ResourceHandle; | ||
ARG 1 name | ||
ARG 2 resource | ||
METHOD resolvePassOrder (Lcom/mojang/blaze3d/framegraph/FrameGraphBuilder$Pass;Ljava/util/BitSet;Ljava/util/BitSet;Ljava/util/List;)V | ||
ARG 1 pass | ||
ARG 2 passesToKeep | ||
ARG 3 output | ||
ARG 4 orderedPasses | ||
CLASS Pass | ||
METHOD <init> (Lcom/mojang/blaze3d/framegraph/FrameGraphBuilder;ILjava/lang/String;)V | ||
ARG 2 id | ||
ARG 3 name | ||
METHOD _reads (Lcom/mojang/blaze3d/framegraph/FrameGraphBuilder$Handle;)V | ||
ARG 1 handle | ||
METHOD _readsAndWrites (Lcom/mojang/blaze3d/framegraph/FrameGraphBuilder$Handle;)Lcom/mojang/blaze3d/framegraph/FrameGraphBuilder$Handle; | ||
ARG 1 handle | ||
METHOD markPassRequired (Lcom/mojang/blaze3d/framegraph/FrameGraphBuilder$Pass;)V | ||
ARG 1 pass | ||
METHOD markResourceRequired (Lcom/mojang/blaze3d/framegraph/FrameGraphBuilder$Handle;)V | ||
ARG 1 handle | ||
CLASS Handle | ||
METHOD <init> (Lcom/mojang/blaze3d/framegraph/FrameGraphBuilder$VirtualResource;ILcom/mojang/blaze3d/framegraph/FrameGraphBuilder$Pass;)V | ||
ARG 1 holder | ||
ARG 2 version | ||
ARG 3 createdBy | ||
METHOD writeAndAlias (Lcom/mojang/blaze3d/framegraph/FrameGraphBuilder$Pass;)Lcom/mojang/blaze3d/framegraph/FrameGraphBuilder$Handle; | ||
ARG 1 alias | ||
CLASS Inspector | ||
METHOD acquireResource (Ljava/lang/String;)V | ||
ARG 1 name | ||
METHOD afterExecutePass (Ljava/lang/String;)V | ||
ARG 1 name | ||
METHOD beforeExecutePass (Ljava/lang/String;)V | ||
ARG 1 name | ||
METHOD releaseResource (Ljava/lang/String;)V | ||
ARG 1 name | ||
CLASS VirtualResource | ||
METHOD <init> (Ljava/lang/String;Lcom/mojang/blaze3d/framegraph/FrameGraphBuilder$Pass;)V | ||
ARG 1 name | ||
ARG 2 createdBy | ||
CLASS ExternalResource | ||
METHOD <init> (Ljava/lang/String;Lcom/mojang/blaze3d/framegraph/FrameGraphBuilder$Pass;Ljava/lang/Object;)V | ||
ARG 1 name | ||
ARG 2 createdBy | ||
ARG 3 resource | ||
CLASS InternalVirtualResource | ||
METHOD <init> (ILjava/lang/String;Lcom/mojang/blaze3d/framegraph/FrameGraphBuilder$Pass;Lcom/mojang/blaze3d/resource/ResourceDescriptor;)V | ||
ARG 1 id | ||
ARG 2 name | ||
ARG 3 createdBy | ||
ARG 4 descriptor | ||
METHOD acquire (Lcom/mojang/blaze3d/resource/GraphicsResourceAllocator;)V | ||
ARG 1 allocator | ||
METHOD release (Lcom/mojang/blaze3d/resource/GraphicsResourceAllocator;)V | ||
ARG 1 allocator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
CLASS com/mojang/blaze3d/framegraph/FramePass | ||
METHOD createsInternal (Ljava/lang/String;Lcom/mojang/blaze3d/resource/ResourceDescriptor;)Lcom/mojang/blaze3d/resource/ResourceHandle; | ||
ARG 1 name | ||
ARG 2 descriptor | ||
METHOD executes (Ljava/lang/Runnable;)V | ||
ARG 1 task | ||
METHOD reads (Lcom/mojang/blaze3d/resource/ResourceHandle;)V | ||
ARG 1 handle | ||
METHOD readsAndWrites (Lcom/mojang/blaze3d/resource/ResourceHandle;)Lcom/mojang/blaze3d/resource/ResourceHandle; | ||
ARG 1 handle | ||
METHOD requires (Lcom/mojang/blaze3d/framegraph/FramePass;)V | ||
ARG 1 pass |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
CLASS com/mojang/blaze3d/pipeline/TextureTarget | ||
METHOD <init> (IIZZ)V | ||
METHOD <init> (IIZ)V | ||
ARG 1 width | ||
ARG 2 height | ||
ARG 3 useDepth | ||
ARG 4 clearError |
4 changes: 4 additions & 0 deletions
4
data/com/mojang/blaze3d/platform/ClientShutdownWatchdog.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
CLASS com/mojang/blaze3d/platform/ClientShutdownWatchdog | ||
METHOD startShutdownWatchdog (Ljava/io/File;J)V | ||
ARG 0 file | ||
ARG 1 threadId |
6 changes: 6 additions & 0 deletions
6
data/com/mojang/blaze3d/platform/FramerateLimitTracker.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
CLASS com/mojang/blaze3d/platform/FramerateLimitTracker | ||
METHOD <init> (Lnet/minecraft/client/Options;Lnet/minecraft/client/Minecraft;)V | ||
ARG 1 options | ||
ARG 2 minecraft | ||
METHOD setFramerateLimit (I)V | ||
ARG 1 framerateLimit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.