openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Tesla Graphics Engine
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 month
ago. based on code collected
about 1 month
ago.
Jan 05, 2024 — Jan 05, 2025
Showing page 20 of 22
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Big WIP push. Added RenderQueue. Added port and partial redesign of Scenegraph. Added instancing. Rejiggered RenderProperties a bit to support ISavable serialization.
Starnick
More...
about 10 years ago
Added a number of Get/Set methods that pass by reference in Transform. Added Read/Write methods to MappedDataBuffer.
Starnick
More...
about 10 years ago
Broke the Tesla.Content.Pipeline project into Tesla.Content and Tesla.Content.Tasks projects respectively. Ported over the old DDS importer.
Starnick
More...
about 10 years ago
Added clone method to Material
Starnick
More...
about 10 years ago
Cloning D3D11 effect now preserves render states, constant buffer contents, and set resource variables.
Starnick
More...
about 10 years ago
Max light should be at least one, if no array then the parameter existing means just one...
Starnick
More...
about 10 years ago
Updated license headers and added new Tesla.Scene project -- Happy New Year!
Starnick
More...
about 10 years ago
Update license info -- Happy New Year!
Starnick
More...
about 10 years ago
Added license info -- happy new year!
Starnick
More...
about 10 years ago
Updated license info - Happy New Year!
Starnick
More...
about 10 years ago
Merge branch 'master' of https://
[email protected]
/Starnick/tesla3d.git
Starnick
More...
about 10 years ago
Added new TypedEvent. Finished up the light collection render property stuff.
Starnick
More...
about 10 years ago
Fixed: Should be using min, not max
Starnick
More...
about 10 years ago
Beginnings of new RenderProperty mechanism to replace IRenderable at the material level. Implemented LightList/LightCount computed parameters. Computed parameter providers can now produce local state objects that get cached locally on the material, so now have an option to have both global and local state for each parameter.
Starnick
More...
about 10 years ago
Added other pre-defined vertex attribute properties.
Starnick
More...
about 10 years ago
Finished up compiling meshdata's vertex buffer
Starnick
More...
about 10 years ago
Moved Initialize to be called on Run() to allow for subclass constructors to do some pre-initialization. Added OnExiting() override to match OnInitialize() that gets called when the host is shut down to do any final (non-content) cleanup.
Starnick
More...
about 10 years ago
Fixed inequality check bug
Starnick
More...
about 10 years ago
Added a TimedAction class to handle scheduling of logic to execute.
Starnick
More...
about 10 years ago
Fixed render states getting wiped out because the pass was applying default ones.
Starnick
More...
about 10 years ago
OpenWrite on FileResourceFile will always create/overrwrite an existing file.
Starnick
More...
about 10 years ago
Beginnings of the material serializer and resource exporter. WIP
Starnick
More...
about 10 years ago
Fixed error when reading/writing mipmaps with no subimage, errornously using the first mip map level dimensions. Should just set region to null and the helper will correctly size the region based on mip map level. Added missing message.
Starnick
More...
about 10 years ago
Calling flush on external handlers in binary exporter.
Starnick
More...
about 10 years ago
Flush() no longer clears external handler. Explicit clear method on the interface
Starnick
More...
about 10 years ago
Added FrustumNear and FrustumFar computed parameter providers.
Starnick
More...
over 10 years ago
Fixed nasty bug in D3D11ShaderStage when setting a group of constant buffers where at least one was new but the others were already bound - the already bounded ones were being set to null on the underlying device context. Also fixed early return in ResolveTargets in render context.
Starnick
More...
over 10 years ago
Fixed bug in D3D11EffectPass, using wrong shader index.
Starnick
More...
over 10 years ago
Fixed clearing of user render target. D3D11RenderContext now comes with a created camera.
Starnick
More...
over 10 years ago
Documentation pass
Starnick
More...
over 10 years ago
←
1
2
…
14
15
16
17
18
19
20
21
22
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree