userSam Pavloviccancel

1,819 Commits over 1,491 Days - 0.05cph!

39 Days Ago
Cupertino/Penguin: Define Steam Audio directly, move SDL2 from Tier0 & Posix DLL Base to Posix Base
39 Days Ago
Cupertino/Penguin: Steam Audio 4.5.2 on all 3 platforms
39 Days Ago
NEON: MaxComponent doesn't exist, use Vector::LargestComponent() [DON'T MERGE] Stub out WindowsGlue, this should be on managed or we could use something like tinyfiledialogs Use ISO C++ instead of MSFT extensions for try catch on managed calls, double check if this is correct Cupertino/Penguin: Zip works with ISO-C++, use standard keywords in other stuff that was using MSFT standard Cupertino/Penguin: Cast some stuff properly, explicit casting, threadtools missing ThreadGetCurrentProcessId(), should fuck off with shapemanager Cupertino/Penguin: Wrap inputsystem stuff into windows conditionals, implement equivalent hopefully in SDL Clang doesn't like conditionals for this, make if else explicit wtf
39 Days Ago
Cupertino: Update VPC binary for OSX
39 Days Ago
Cupertino: libSDL2-2.0.0.dylib > libSDL2.dylib Cupertino: Target OSX 15.0 Cupertino/Penguin: Link SDL against tier0 too Cupertino/Penguin: MacOS can compile from sys/sysctrl.h just fine, remove vector.h from outside header guard in ssemath_impl
39 Days Ago
Cupertino/Penguin: Some more platform guards, tier0_utils_base.h not being declared, Invoke ErrorReport crash without dummy variable, fixes unused variable warning Cupertino: Link to SDL implicitly on source_exe_posix_base.vpc, add the dingus to the folder if you're working on a new platform
39 Days Ago
Cupertino/Penguin: Unmangle SDL in other platforms too, we're trying other platforms and you're still alive
39 Days Ago
[Pick] Use multiplatform SDL config instead of one hardcoded for windows, might make more sense to eventually just use mainline SDL2 entirely
40 Days Ago
Only run nvpatch on windows for all C# projects that use it
40 Days Ago
Cupertino: Add Makefile for VPC so we can actually build it without actually having vpc Rename some IOSALL flags to just PLATFORM_APPLE, we always imply arm64 SDL_config doesnt always imply windows Update gitignore Cupertino: Managed Build Scripts No need for nvpatch for non-windows targets Cupertino: Use Unix trailing paths for codegen, this should be fine on Windows too Backport new tier0 threadtools stuff for process thread creation, fixes things that were missing from our initial code drop Cupertino: update VPC, still needs cleanup, builds all but need to sort linking and .mm files Cupertino: Encapsulate Windows-specific code and error handling Cupertino: Finish setting up makeile for VPC on Mac ARM64 Cupertino: Remove some definitions for OSX64 for OSXARM64 Cupertino: Add prebuilt macOS vpc Cupertino: Fix OSXARM64 conditionals, update VPC binary Cupertino: Add gitignore rules for Xcode crap files and add build native step for POSIX Don't try to to build path from empty dependency string for a VPC Makefile dependency Cupertino: Cleanup source_posix_base, update SDK versions and build settings for macOS, just use latest SDK version, target Sonoma, don't use 10 year old tools for cc chmod +x on vpc_script bash scripts Cupertino: ISO C++20 Fixes Update .gitignore and build scripts, fix permission on antlr, some small code fixes Cupertino: fix copy_postbuild.sh Cupertino: add xcode_codesin.sh and xcode_gen_dsym.sh Cupertino: update osxarm64 vpc binary Add support for OSXARM64 platform for schemacompiler, fix CBaseFileSystem::GetModPath override, zip_utils on posix and vpc doesn't need to link from all these on other platforms Cupertino: libsteam_api platform_compile_base makes weird assumptions for using CLANG or GCC on windows Izabu/Cupertino: Izabu implies SSE SIMD, shim it with sse2neon, fix constructor on IzPulleyJoint Cupertino: Remove bunch of win32 & x86 implications, casting for Clang, -Wno-register, multiplat build retail native Cupertino: Use GameNetworkingSockets outside of windows builds, build EtcLib for arm64 Cupertino: libpnga Cupertino: GameNetworkingSockets and SteamAPI libs on game folder Convert .dlls to platform-specific (linux/mac) equivalents on GlobalParser for nativedlls in interopgen Cupertino: SDL2 dylib
44 Days Ago
Replace AO on shader with a single, non-directional AO but that composites properly, older shaders wont have incompatibility problems, also makes Dynamic Reflection work without ao SampleScreenSsMSAA to composite non-MSAA screen effects ( SSR, AO, etc ) into an MSAA buffer https://files.facepunch.com/sampavlovic/1b1711b1/05csVIYZJM.png Fix AO compositing for custom shaders https://files.facepunch.com/sampavlovic/1b2111b1/CRqx99maFj.png Add compiled shaders for AO including for Material shaders Composite AO to pipeline rather than blitting, cleanup AddHookAfterTranslucent > AddHookAfterDepthPrepass [Pick] Add internal Graphics.FrameAttributes, up to review Remove hack for clearing AO and use FrameAttributes instead [pick] GetBindlessRWTextureXXX if compute shader Move all ambient occlusion sampling to AmbientOcclusion.hlsl, bindless sampling RWTextureCubeArray doesnt exist, should just be a RWTexture2DArray [pick] Fix sampletexture_bicubic (is anything using it)? [pick] Fog.hlsl cant be sampled from compute shaders in compute shaders that also ref lighting.fxc [pick] Fix include guards for hlsl classes, fixes declaration in both standard and material shaders, fix AO sampling Update shaders with bindless SSAO sampling Do a simple texture fetch for AmbientOcclusion::Sample, simplify SampleScreenSsMSAA Compile shaders without MSAA sampling for AO
44 Days Ago
Do a simple texture fetch for AmbientOcclusion::Sample, simplify SampleScreenSsMSAA
44 Days Ago
[pick] Fix include guards for hlsl classes, fixes declaration in both standard and material shaders, fix AO sampling Update shaders with bindless SSAO sampling
44 Days Ago
RWTextureCubeArray doesnt exist, should just be a RWTexture2DArray [pick] Fix sampletexture_bicubic (is anything using it)? [pick] Fog.hlsl cant be sampled from compute shaders in compute shaders that also ref lighting.fxc
44 Days Ago
Move all ambient occlusion sampling to AmbientOcclusion.hlsl, bindless sampling
45 Days Ago
[pick] GetBindlessRWTextureXXX if compute shader
46 Days Ago
Replace AO on shader with a single, non-directional AO but that composites properly, older shaders wont have incompatibility problems, also makes Dynamic Reflection work without ao SampleScreenSsMSAA to composite non-MSAA screen effects ( SSR, AO, etc ) into an MSAA buffer https://files.facepunch.com/sampavlovic/1b1711b1/05csVIYZJM.png Fix AO compositing for custom shaders https://files.facepunch.com/sampavlovic/1b2111b1/CRqx99maFj.png Add compiled shaders for AO including for Material shaders Composite AO to pipeline rather than blitting, cleanup AddHookAfterTranslucent > AddHookAfterDepthPrepass [Pick] Add internal Graphics.FrameAttributes, up to review Remove hack for clearing AO and use FrameAttributes instead
47 Days Ago
[Pick] Add internal Graphics.FrameAttributes, up to review Remove hack for clearing AO and use FrameAttributes instead
47 Days Ago
[Pick] Add internal Graphics.FrameAttributes, up to review Use frameattributes instead of camera attributes, clear stupid hack on AmbientOcclusion
47 Days Ago
Remove aoproxies ambient occlusion, it never looked too right and it's stupid to have artists authoring them manually, almost no one did I still think SDF AO works better than SSAO in most cases, but they should live as a renderhook and artists don't need to touch anything, the way it is now is very hard to maintain, it could be 10x simpler VrMonitor goes long unused since we removed SceneMonitor & VR Multiview Replace AO on shader with a single, non-directional AO but that composites properly, older shaders wont have incompatibility problems, also makes Dynamic Reflection work without ao AO on lighting pass GTAO stub, remove sdf.hlsl (until we meet again 🫡 ) Iterate gtao Iterate GTAO Iterate GTAO Calculate gtao depth and normals properly, use inverted depth for gtao Iterate GTAO, use built in uint encoding for passes, all 3 passes work, workaround for dxc compiler bug with dot product with half floats Remove old SDF functions entirely (byebye) Iterate GTAO, works almost perfectly ingame, add noise function to it Iterate GTAO, start deoising, remove unused shit, fix bug with binding too many textures on the lexer Update texture formats and remove unused code Shitty TAA, smeary but iteratable with bbox clamping, add thin occluder compensation Proper TAA, option for spartial or temporal blur SampleScreenSsMSAA to composite non-MSAA screen effects ( SSR, AO, etc ) into an MSAA buffer https://files.facepunch.com/sampavlovic/1b1711b1/05csVIYZJM.png Add multibounce ambient occlusion (but keep it disabled for now) https://files.facepunch.com/sampavlovic/1b1811b1/UckNYcRubO.png Adjust AO intensity, separate passes, add spartial/temporal passes, adjust thin compensation to become thickness Add generic TAA filter to Motion.hlsl Sensible defaults and final tweaks Fix depth normalization on XeGTAO, add better TAA values for AmbientOcclusion Fix AO compositing for custom shaders https://files.facepunch.com/sampavlovic/1b2111b1/CRqx99maFj.png Add compiled shaders for AO including for Material shaders
47 Days Ago
Fixedupdate on fluid simulation, smoke
47 Days Ago
Liquid Test from HC2 and Water2, stub FFT wave shader
48 Days Ago
Fog TAA + Tiled Rendering * Fixes artifacts * Improves perfomance * Removes Clipmaps * Lights are culled with tiles * Makes fog render until far-z * Removes ghosting * Simplifies codebase a lot
48 Days Ago
Pixel size + bilinearity doesn't match the power of two in the depth chain, sample neighbors, we just want far value CreatePerViewConstantBuffer needs to exist before prepass, it's used for wind, remove callback stuff since async fog is gone
48 Days Ago
Iterate until number of lights rather than 64 every time 😪, more cleanup
48 Days Ago
Cleanup, optimize fog
48 Days Ago
Frustum FarZ for fog tiled rendering Remove async fog, unlikely to yield gains, move volumetric fog to after depth prepass, we need depth chain to not be 1 frame behind on tiled culling for volumetrics
50 Days Ago
Tiled rendering for volumetrics https://files.facepunch.com/sam/1b0111b1/GsS5a4ZBVu.png
51 Days Ago
Fog TAA cherry pick with the new changes we have on fog lightbinner, removes fog clipmaps entirely too
51 Days Ago
Fix vignietting on DoF DoF Blur size is in pixels, make it relative to screen resolution so size is consistent, do uv offset a bit after first sample so there's less shimmer
52 Days Ago
Depth of Field 2 (#1657)
52 Days Ago
Start fixing up dof https://files.facepunch.com/sam/1b2211b1/ombChoX97P.png Iterate DoF Smooth fade DoF from composite shader Iterate dof, needs cleanup, almost perfect Wave intrinsics to do early out for far dof DoF2 Downsample with bias based on depth, cleanup https://files.facepunch.com/sam/1b0211b1/sbox-dev_rXaN2wxsmC.mp4 Front blur, tweaks Final tweaks, add depth gap for adding an area where u might want more focus https://files.facepunch.com/sam/1b0211b1/sbox-dev_VBIoPeaBWP.mp4 Depth Resolve writes to both channels correctly Final cleanups for dof2 Fill up _renderTarget on Graphics Scope so that we can fetch the immediate color/depth textures also without a copy Fetch depth and color directly for DoF so that we can do pixel perfect fetches, start making near dof not shit Iterate, higher quality downsampling Disable front blurs for now Add internal Graphics.NativeLayerRenderTarget, This should be set on start of scope, left here for advanced usage. Final adjustments to dof Fix CoC pass on any quality level, increase blur size to 200 https://files.facepunch.com/sam/1b2511b1/Recording%202024-10-25%20143224.mp4 Remove unused GrabOutputColorDepth Adjust focal length with sensor size https://files.facepunch.com/sam/1b2511b1/Recording%202024-10-25%20144814.mp4 Focus Gap in world units and outside the shader Tex2DBicubic uses generic hlsl, make DoF compositing use bicubic filtering, makes it look nice even at lowest quality https://files.facepunch.com/sam/1b2811b1/jXqgNeXnCK.png Explicit quality level for DoF Final adjustments to DoF Hide quality level until O(n^3) downsample issue is solved on shader Front DoF wip, still keep it hidden until it looks good Mark that these things are in world units
53 Days Ago
Fix messed specular on skin shader that was using old normalization curve https://files.facepunch.com/sampavlovic/1b3011b1/zPO0P1wuPT.png
53 Days Ago
Front DoF wip, still keep it hidden until it looks good Mark that these things are in world units
53 Days Ago
Hide quality level until O(n^3) downsample issue is solved on shader
53 Days Ago
Final adjustments to DoF
54 Days Ago
Tex2DBicubic uses generic hlsl, make DoF compositing use bicubic filtering, makes it look nice even at lowest quality https://files.facepunch.com/sam/1b2811b1/jXqgNeXnCK.png Explicit quality level for DoF
54 Days Ago
Focus Gap in world units and outside the shader
57 Days Ago
Remove unused GrabOutputColorDepth Adjust focal length with sensor size https://files.facepunch.com/sam/1b2511b1/Recording%202024-10-25%20144814.mp4
57 Days Ago
Fix CoC pass on any quality level, increase blur size to 200 https://files.facepunch.com/sam/1b2511b1/Recording%202024-10-25%20143224.mp4
57 Days Ago
Start fixing up dof https://files.facepunch.com/sam/1b2211b1/ombChoX97P.png Iterate DoF Smooth fade DoF from composite shader Iterate dof, needs cleanup, almost perfect Wave intrinsics to do early out for far dof DoF2 Downsample with bias based on depth, cleanup https://files.facepunch.com/sam/1b0211b1/sbox-dev_rXaN2wxsmC.mp4 Front blur, tweaks Final tweaks, add depth gap for adding an area where u might want more focus https://files.facepunch.com/sam/1b0211b1/sbox-dev_VBIoPeaBWP.mp4 Depth Resolve writes to both channels correctly Final cleanups for dof2 Fill up _renderTarget on Graphics Scope so that we can fetch the immediate color/depth textures also without a copy Fetch depth and color directly for DoF so that we can do pixel perfect fetches, start making near dof not shit Iterate, higher quality downsampling Disable front blurs for now Add internal Graphics.NativeLayerRenderTarget, This should be set on start of scope, left here for advanced usage. Final adjustments to dof
57 Days Ago
Add internal Graphics.NativeLayerRenderTarget, This should be set on start of scope, left here for advanced usage. Final adjustments to dof
58 Days Ago
Disable front blurs for now
58 Days Ago
Iterate, higher quality downsampling
58 Days Ago
Start fixing up dof https://files.facepunch.com/sam/1b2211b1/ombChoX97P.png Iterate DoF Smooth fade DoF from composite shader Iterate dof, needs cleanup, almost perfect Wave intrinsics to do early out for far dof DoF2 Downsample with bias based on depth, cleanup https://files.facepunch.com/sam/1b0211b1/sbox-dev_rXaN2wxsmC.mp4 Front blur, tweaks Final tweaks, add depth gap for adding an area where u might want more focus https://files.facepunch.com/sam/1b0211b1/sbox-dev_VBIoPeaBWP.mp4 Depth Resolve writes to both channels correctly Final cleanups for dof2 Fill up _renderTarget on Graphics Scope so that we can fetch the immediate color/depth textures also without a copy Fetch depth and color directly for DoF so that we can do pixel perfect fetches, start making near dof not shit
59 Days Ago
AddHookAfterTranslucent > AddHookAfterDepthPrepass
59 Days Ago
Composite AO to pipeline rather than blitting, cleanup
59 Days Ago
Replace AO on shader with a single, non-directional AO but that composites properly, older shaders wont have incompatibility problems, also makes Dynamic Reflection work without ao SampleScreenSsMSAA to composite non-MSAA screen effects ( SSR, AO, etc ) into an MSAA buffer https://files.facepunch.com/sampavlovic/1b1711b1/05csVIYZJM.png Fix AO compositing for custom shaders https://files.facepunch.com/sampavlovic/1b2111b1/CRqx99maFj.png Add compiled shaders for AO including for Material shaders
59 Days Ago
Remove aoproxies ambient occlusion, it never looked too right and it's stupid to have artists authoring them manually, almost no one did I still think SDF AO works better than SSAO in most cases, but they should live as a renderhook and artists don't need to touch anything, the way it is now is very hard to maintain, it could be 10x simpler Remove sdf.hlsl (until we meet again 🫡 )
59 Days Ago
Add Motion.hlsl for motion vectors Add generic TAA filter to Motion.hlsl