1
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 24 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
"PLRendererOpenGL::FrameBufferObject::Initialize()": I'am still in the process of figuring out some weird NVIDIA behaviour (on AMD GPU no issues at all) More... about 12 years ago
Minor multisample cleanup within "PLRendererOpenGL::FrameBufferObject" More... about 12 years ago
PLCompositing is now using "Renderer::SetDepthRenderTarget()" instead of "SurfaceTextureBuffer::TakeDepthBufferFromSurfaceTextureBuffer()" More... about 12 years ago
Bugfix: "PLRenderer::Texture::SetTextureBuffer()" did not update the original texture size More... about 12 years ago
Merge branch 'master' of git://pixellight.git.sourceforge.net/gitroot/pixellight/pixellight More... about 12 years ago
"PLRendererOpenGL::FrameBufferObject::Initialize()": "GL_DEPTH_COMPONENT24" -> "GL_DEPTH_COMPONENT" More... about 12 years ago
"PLCompositing::SRPBegin": Currently, we render into a rectangle texture, so, better to have the depth buffer as rectangle as well More... about 12 years ago
"FindPixelLight.cmake": Added handy "PL_BITSIZE"-variable More... about 12 years ago
Fixed "PL_PLCOMPOSITING" within "FindPixelLight.cmake" More... about 12 years ago
Merge branch 'master' of ssh://pixellight.git.sourceforge.net/gitroot/pixellight/pixellight More... about 12 years ago
PLRenderer: Added new render state "DepthClamp" More... about 12 years ago
Comment More... about 12 years ago
Merge branch 'master' of ssh://pixellight.git.sourceforge.net/gitroot/pixellight/pixellight More... about 12 years ago
fixed build with clang (in c++0x mode) error: differing user-defined suffixes ('__DATE__' and '__TIME__') in string literal concatenation PL_LOG(Info, "PLCore build: "__DATE__" "__TIME__"") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ More... about 12 years ago
"PLCompositing:SRPBegin": Optionally it's now possible to define the render to texture size manually More... about 12 years ago
"Fordward.sr" within "Standard.zip" is now using "R8G8B8" instead of "R8G8B8A8" as default render to texture format More... about 12 years ago
Merge branch 'master' of ssh://pixellight.git.sourceforge.net/gitroot/pixellight/pixellight More... about 12 years ago
PLFrontendOS: Android frontend: The virtual keyboard is now opened by using the menu key instead of the search key More... about 12 years ago
fixed the PixelLightAndroid sample project More... about 12 years ago
Merge branch 'master' of ssh://pixellight.git.sourceforge.net/gitroot/pixellight/pixellight More... about 12 years ago
Updated the cmake toolchains to support android ndk r7 and ndk r7b. More... about 12 years ago
Removed misleading out-of-date comments More... about 12 years ago
"PLCompositing::SRPVolumetricFog" is now working with OpenGL ES 2.0 as well More... about 12 years ago
PLScene: Changed the default value of "SNCamera::ZNear" from "0.01f" to "0.1f" More... about 12 years ago
Review More... about 12 years ago
Merge branch 'master' of ssh://pixellight.git.sourceforge.net/gitroot/pixellight/pixellight More... about 12 years ago
Reverted change within "PLCore::FileObject::Assign()" from "10.03.2012" because it was breaking file loading on the Android platform More... about 12 years ago
extend comment More... about 12 years ago
Merge branch 'master' of ssh://pixellight.git.sourceforge.net/gitroot/pixellight/pixellight More... about 12 years ago
RegEx: added some comments and a additional functionality to get the result match string: source String is: "Hallo World!", the expression is "Hal+o" -> match result is: "Hallo" More... about 12 years ago