metaforce/Runtime/Graphics
Luke Street 7b6f81d7ee Initial CMapArea / CMappableObject conversion 2022-05-05 02:01:53 -04:00
..
Shaders aurora: Code cleanup, more performant hashing 2022-05-02 19:42:59 -04:00
CBooRender.hpp.old Begin transitioning to new CModel/CCubeModel & friends 2022-02-25 02:45:25 -05:00
CBooRenderer.cpp Lots of Windows fixes; add D3D12; more boo decoupling 2022-02-22 00:53:57 -05:00
CCubeMaterial.cpp CCubeMaterial: implement final TCG 2022-03-26 19:21:55 -07:00
CCubeMaterial.hpp aurora: Start implementing TCGs 2022-03-14 18:00:03 -04:00
CCubeModel.cpp aurora: WIP cache for display lists & static buffers 2022-03-15 02:18:45 -04:00
CCubeModel.hpp Compile fixes & cleanup 2022-03-12 13:59:30 -05:00
CCubeRenderer.cpp Runtime: Windows compile fixes 2022-05-03 20:27:19 -04:00
CCubeRenderer.hpp Implement CGX & migrate usages to CGX/GX 2022-03-12 10:47:20 -05:00
CCubeSurface.cpp Begin transitioning to new CModel/CCubeModel & friends 2022-02-25 02:45:25 -05:00
CCubeSurface.hpp More CCubeModel/CCubeMaterial 2022-02-26 02:05:59 -05:00
CDrawable.hpp CCubeRenderer: More rendering imps 2022-03-06 19:07:00 -08:00
CDrawablePlaneObject.hpp Rename everything 2021-04-10 01:42:06 -07:00
CFont.cpp More aurora::gx refactoring 2022-03-07 18:53:42 -05:00
CFont.hpp More aurora::gx refactoring 2022-03-07 18:53:42 -05:00
CGX.cpp CGX: Fix sVtxDescList size 2022-03-20 16:52:07 -04:00
CGX.hpp Initial CMapArea / CMappableObject conversion 2022-05-05 02:01:53 -04:00
CGraphics.cpp Initial CMapArea / CMappableObject conversion 2022-05-05 02:01:53 -04:00
CGraphics.hpp aurora: Code cleanup, more performant hashing 2022-05-02 19:42:59 -04:00
CGraphicsPalette.cpp DolphinCTexture: Near complete RE, usable as-is! 2022-03-02 23:51:11 -08:00
CGraphicsPalette.hpp Begin transitioning to new CTexture; start Stream API 2022-03-04 02:47:21 -05:00
CLight.cpp Remove unnecessary switch from CLight constructor 2021-05-06 10:52:35 -07:00
CLight.hpp CCubeRenderer: Implement ActivateLightsForModel & PrepareDynamicLights 2022-03-13 15:14:11 -04:00
CLineRenderer.cpp Remove forRenderer from CGraphics PerspectiveProjectionMatrix 2022-03-05 18:30:43 -05:00
CLineRenderer.hpp aurora: Code cleanup, more performant hashing 2022-05-02 19:42:59 -04:00
CMakeLists.txt Implement CGX & migrate usages to CGX/GX 2022-03-12 10:47:20 -05:00
CMetroidModelInstance.cpp More Windows fixes & virtual destructor for CSkinnedModel 2022-03-16 01:21:01 -04:00
CMetroidModelInstance.hpp Reimplement CSkinRules/CSkinnedModel; skinning kinda works! 2022-03-10 01:33:17 -05:00
CModel.cpp More Windows fixes & virtual destructor for CSkinnedModel 2022-03-16 01:21:01 -04:00
CModel.hpp Implement CGX & migrate usages to CGX/GX 2022-03-12 10:47:20 -05:00
CModel.hpp.old Begin transitioning to new CModel/CCubeModel & friends 2022-02-25 02:45:25 -05:00
CModelBoo.cpp Begin transitioning to new CModel/CCubeModel & friends 2022-02-25 02:45:25 -05:00
CMoviePlayer.cpp More CCubeMaterial, more CGraphics, more aurora::gx 2022-03-06 02:46:42 -05:00
CMoviePlayer.hpp More CCubeMaterial, more CGraphics, more aurora::gx 2022-03-06 02:46:42 -05:00
CPVSAreaSet.cpp More refactoring, decouple tweaks from hecl 2022-02-21 08:01:05 -08:00
CPVSAreaSet.hpp Rename everything 2021-04-10 01:42:06 -07:00
CPVSVisOctree.cpp More refactoring, decouple tweaks from hecl 2022-02-21 08:01:05 -08:00
CPVSVisOctree.hpp Rename everything 2021-04-10 01:42:06 -07:00
CPVSVisSet.cpp aurora: the boring C++ version 2022-02-16 00:21:24 -05:00
CPVSVisSet.hpp More CCubeRenderer imps 2022-02-27 13:17:44 -08:00
CRainSplashGenerator.cpp Reimplement CSkinRules/CSkinnedModel; skinning kinda works! 2022-03-10 01:33:17 -05:00
CRainSplashGenerator.hpp Reimplement CSkinRules/CSkinnedModel; skinning kinda works! 2022-03-10 01:33:17 -05:00
CSimpleShadow.cpp TexturedQuad fixes, Better controller input handling (needs custom mapping) 2022-02-08 11:18:12 -08:00
CSimpleShadow.hpp Rename everything 2021-04-10 01:42:06 -07:00
CSkinnedModel.cpp Implement CVertexMorphEffect & CSkinnedModelWithAvgNormals (prev. CMorphableSkinnedModel) 2022-03-10 18:56:50 -05:00
CSkinnedModel.hpp More Windows fixes & virtual destructor for CSkinnedModel 2022-03-16 01:21:01 -04:00
CTevCombiners.cpp Begin transitioning CElementGen RenderParticles & many fixes 2022-03-20 16:24:02 -04:00
CTevCombiners.hpp Begin transitioning CElementGen RenderParticles & many fixes 2022-03-20 16:24:02 -04:00
CTexture.cpp Windows fixes & memory fixes 2022-03-08 18:36:39 -05:00
CTexture.hpp Initial working CGraphics Stream API 2022-03-04 22:37:07 -05:00
CTexture.hpp.old Begin transitioning to new CTexture; start Stream API 2022-03-04 02:47:21 -05:00
CTextureBoo.cpp Initial proper CTexture RE, fix configuration corruption 2022-03-02 00:26:24 -08:00
CVertexMorphEffect.cpp Implement CVertexMorphEffect & CSkinnedModelWithAvgNormals (prev. CMorphableSkinnedModel) 2022-03-10 18:56:50 -05:00
CVertexMorphEffect.hpp Implement CVertexMorphEffect & CSkinnedModelWithAvgNormals (prev. CMorphableSkinnedModel) 2022-03-10 18:56:50 -05:00
GX.hpp Initial CMapArea / CMappableObject conversion 2022-05-05 02:01:53 -04:00
IRenderer.hpp Implement CGX & migrate usages to CGX/GX 2022-03-12 10:47:20 -05:00
IWeaponRenderer.cpp Rename everything 2021-04-10 01:42:06 -07:00
IWeaponRenderer.hpp Rename everything 2021-04-10 01:42:06 -07:00