userSam Pavloviccancel
reposboxcancel

1,582 Commits over 1,430 Days - 0.05cph!

3 Years Ago
Remove unused include from morph
3 Years Ago
Fix core shaders
3 Years Ago
Increase number of transformation slots
3 Years Ago
Don't use skinning at all for UI shaders
3 Years Ago
Fix bone blending with compute buffers Compile legacy shaders with the default shader model (5_0), allow them to use D_SKINNING if we can Better verbosity if loading incompatible or outdated shader Support for constant buffers for previous data transforms used in velocity buffer Fix shaders not building with new skinning system
3 Years Ago
Use constant buffer for transform Add VFX ABI version Move constant buffer combo to a define Fix some legacy code used for debug visualizations
3 Years Ago
Pad nBlendWeightCount to fix AMD issues if using texture transform data
3 Years Ago
Make blendable compile with new base shader headers
3 Years Ago
Fix CUBEMAP_REFLECTION ToolsVisMode
3 Years Ago
Fix shaders not compiling, fix skinning being broken Fix path in visualization shaders
3 Years Ago
Fix global cubemaps being blended while still in bounds of env_cubemap
3 Years Ago
Fix screenspace particles being downscaled, fix possible division by zero
3 Years Ago
Fix lighting on custom shaders
3 Years Ago
Add D_SKINNING Add D_SKINNING combo
3 Years Ago
Fix compiling of translucent and alphatest base shaders Set new default vfx modes if that wasnt set in the shader Add missing global parameters and fix syntax to compile translucent shaders
3 Years Ago
Use 32 bit depth buffer Simplify Glow code and do custom stenciling Don't use 32 bit depth buffer in VR as we need stenciling
3 Years Ago
Matrix.ToString Assert only once if we are resolving outside the rect Add Render.ClipPlanes Iterate on compute API DispatchComputeShader on GameGlue for now User clipplanes on base shader Support for quad overdraw in developer toolbar Choose if SceneMonitorObject should render with HDR Render.Compute.Attributes didnt come with the cherrypick
3 Years Ago
Add tier0 definitions to steam_api.h Merge branch 'master' of sbox
3 Years Ago
Refactor CppPacker
3 Years Ago
Disabke reading embedded shaders for a second to fix ci
3 Years Ago
Comment out shaderproc from CI for a bit
3 Years Ago
Intial work on ShaderProc to pack shader headers CppPacker in ShaderProc Add ShaderProc to sandbox tools sln Empty interop.shaders header file for building in dev Support reading shaders from interop shaders header Definition file for ShaderProc Put interop.shaders on vpc ShaderProc publish profile and bind it to the build pipeline Refactor ShaderProc Speedup querying on packed shaders Start minifying shaders, refactor ShaderProc update interop shader headers update gitignore Set default shader modes if none were found in shader Allow for usage of PixelInput, VertexInput etc instead of PS_INPUT, VS_Input Add default compile target and make parameter optional Common base shader stuff Update baseshader Fix normals on base shader Pack helper shaders too Merge pull request #30 from Facepunch/shaderproc Integrate ShaderProc to pack shaders cleaningly to user compilation
3 Years Ago
Pack helper shaders too
3 Years Ago
Update baseshader Fix normals on base shader
3 Years Ago
Common base shader stuff
3 Years Ago
Add default compile target and make parameter optional
3 Years Ago
Allow for usage of PixelInput, VertexInput etc instead of PS_INPUT, VS_Input
3 Years Ago
Set default shader modes if none were found in shader
3 Years Ago
Intial work on ShaderProc to pack shader headers CppPacker in ShaderProc Add ShaderProc to sandbox tools sln Empty interop.shaders header file for building in dev Support reading shaders from interop shaders header Definition file for ShaderProc Put interop.shaders on vpc ShaderProc publish profile and bind it to the build pipeline Refactor ShaderProc Speedup querying on packed shaders Start minifying shaders, refactor ShaderProc update interop shader headers update gitignore
3 Years Ago
Support for quad overdraw in developer toolbar CppPacker in ShaderProc Add ShaderProc to sandbox tools sln Empty interop.shaders header file for building in dev Support reading shaders from interop shaders header Definition file for ShaderProc Put interop.shaders on vpc ShaderProc publish profile and bind it to the build pipeline Refactor ShaderProc Speedup querying on packed shaders Start minifying shaders, refactor ShaderProc update interop shader headers update gitignore
3 Years Ago
Intial work on ShaderProc to pack shader headers
3 Years Ago
Iterate compute API Choose if SceneMonitorObject should render with HDR Matrix.ToString Assert only once if we are resolving outside the rect Add Render.ClipPlanes Iterate on compute API DispatchComputeShader on GameGlue for now User clipplanes on base shader
3 Years Ago
Give option to copy HDR framebuffer with CopyFrameBuffer() and add GrabDepthBuffer()
3 Years Ago
Calculate hash from a stringtoken of resource id rather than a random one
3 Years Ago
Allow lightcookies to be baked on path tracer Remove silly blinking Vis Reflectivity Warning on albedo and reflectivity visualization Pass which light cookie a light desc uses to path tracer as a hash rather than as a handle to not mess distributed processing Merge branch 'master' of sbox
3 Years Ago
Add support for Irradiance Color Scale on hammer
3 Years Ago
Flag old blend shader as deprecated
3 Years Ago
Fix VR spectator viewport being messed up
3 Years Ago
Fix blank lightcookie slice data not being set Fix text overlays not displaying correctly in VR
3 Years Ago
Fix crash when playing without VR
3 Years Ago
Add vr to groups vgc Enable VR Multiview instancing with tools enabled Check if multiview is enabled from the VR manager, not from combo Don't render viewmodels on cubemaps Revert "Check if multiview is enabled from the VR manager, not from combo" This reverts commit c49cbeb1bbb22b9877ede24cb4d962c0947901b7. Enable multview instancing on debug overlays Don't spam that we are trying to resolve a rect outside of bounds, but rather assert
3 Years Ago
Pass gravity normal to shader on liquid update, pass bubbles correctly
3 Years Ago
Reimplement liquid logic in a generic fashion in managed code
3 Years Ago
Make lightcookie preview on hammer work properly
3 Years Ago
Don't render hidden in first person objects if light object is set as first person
3 Years Ago
Revert "Rework VR spectator view to work on console view, still need to fix offset" This reverts commit 2f1fa0584ab9e4c52d2f9cc5cdbd7f37e86c9b36.
3 Years Ago
Rework VR spectator view to work on console view, still need to fix offset Increase VR cull frustum Merge branch 'master' of sbox
3 Years Ago
Fix crash
3 Years Ago
Remove VR hack, get autofidelity working better, make VR viewport not mess up when we change the player viewport Merge branch 'master' of sbox
3 Years Ago
Fix culling frustom culling objects near VR headset border