userSam Pavloviccancel

1,418 Commits over 1,247 Days - 0.05cph!

1 Year Ago
Initial rebase of shader assets into master Fix Undefined Behaviour In Tiled Rendering Fix things from shader assets rebase Recompile all vmat files Strip mod from d3dinclude Put certain shader of materials inside folders and strip extension Readd reflection data when compiling vfx Don't fixup filename of resources tagged RESOURCE_TYPE_NONE, allows for any filename to be set as a reference Reference shaders used as a dependency in compilematerial Fix some icon types not being generated Fix gameresource attributes not showing properly, fix warning on a material Remove LoadInternal, simplify and clean stuff Move compiled load of gameresource to gameresource Glue LoadKeyValues3File so we don't need to load the entire KV3 blob to read it's header, give support to loading KV3 in GameResource, cleanup LoadCompiledInternal, also add support for eventual custom loading of gameresource Load GameResources from addons when they are registered, previously they wouldn't be loaded properly Don't bother compiling shaders if we don't have the source Don't bitch that it's a binary blob when reading a KV3 to json, it writes the nuance that we want to the member Start exposing reflection data on shader resource Fix metadata being erased on shaders :S Preliminary reflection info for shader resources Bitch when we're trying to load a shader with legacy name Fix ShaderMetadata Rebuild all materials for good measure Make OpenInPrimaryTool a bool and return if we want to open in an external tool, make it have priority in Asset.OpenInEditor Add vfx to enginetools path
1 Year Ago
Make OpenInPrimaryTool a bool and return if we want to open in an external tool, make it have priority in Asset.OpenInEditor Add vfx to enginetools path
1 Year Ago
Rebuild all materials for good measure
1 Year Ago
Bitch when we're trying to load a shader with legacy name Fix ShaderMetadata
1 Year Ago
Fix metadata being erased on shaders :S Preliminary reflection info for shader resources
1 Year Ago
Don't bother compiling shaders if we don't have the source Don't bitch that it's a binary blob when reading a KV3 to json, it writes the nuance that we want to the member Start exposing reflection data on shader resource
1 Year Ago
Remove LoadInternal, simplify and clean stuff Move compiled load of gameresource to gameresource Glue LoadKeyValues3File so we don't need to load the entire KV3 blob to read it's header, give support to loading KV3 in GameResource, cleanup LoadCompiledInternal, also add support for eventual custom loading of gameresource Load GameResources from addons when they are registered, previously they wouldn't be loaded properly
1 Year Ago
Fix some icon types not being generated Fix gameresource attributes not showing properly, fix warning on a material
1 Year Ago
Initial rebase of shader assets into master Fix Undefined Behaviour In Tiled Rendering Fix things from shader assets rebase Recompile all vmat files Strip mod from d3dinclude Put certain shader of materials inside folders and strip extension Readd reflection data when compiling vfx Don't fixup filename of resources tagged RESOURCE_TYPE_NONE, allows for any filename to be set as a reference Reference shaders used as a dependency in compilematerial
1 Year Ago
Readd reflection data when compiling vfx Don't fixup filename of resources tagged RESOURCE_TYPE_NONE, allows for any filename to be set as a reference Reference shaders used as a dependency in compilematerial
1 Year Ago
Initial rebase of shader assets into master Fix things from shader assets rebase Recompile all vmat files Strip mod from d3dinclude Put certain shader of materials inside folders and strip extension
1 Year Ago
Initial rebase of shader assets into master
1 Year Ago
Cleanup
1 Year Ago
Fix typo that made borders not appear
1 Year Ago
Add all vfx_c shaders
1 Year Ago
Let shaders live outside of /shaders/ subfolder, let HighlightRender read HighlightObject shader from the same directory More rules for GetShaderPath Allow for usage of custom icons for assets Fix typo Warn about devshaders
1 Year Ago
Load fallback shaders inside tools/ if not found Update shader path on tools materials Update pathes, put tools shaders under tools/
1 Year Ago
Add some more special cases for GetShaderFullPath ( Replacement shaders and tools shaders)
1 Year Ago
Add FixupShaderName to handle legacy materials that don't have the shader name that's up to date Load shaders from absolute path Move UI shaders to shaders/ui/ folder rather than root
1 Year Ago
Default to DXBC platform for unit tests and headless asset compiles vr stencil actually needs vr_ prefix
1 Year Ago
Re-compute the projection to world to ensure it is an accurate inverse of the world to projection, fixes projection matrices being wrong when you modify it with managed
1 Year Ago
Don't try to CPU write to tiled light buffer, that's all handled by GPU, hopefully fix undefined behaviour in Intel/Snapdragon, I'll do some testing on my surface duo
1 Year Ago
Fix some pathes Remove CompileTarget from vfx, we always compile for the shader models we want to target Delete vfx_c so that we can do a clean compile on server of new ABI for vfx_c Correct null check for OpenVCSFromVfxKV3
1 Year Ago
Remove deprecated targets and remove shader fallbacks
1 Year Ago
remove deprecated compile targets from met, fix shader loading on met
1 Year Ago
Make MET use our sexy asset picker https://i.imgur.com/Mzzmynk.png Strip extension from file to avoid bullshit, make shaders load from absolute path properly from MET
1 Year Ago
Allow compiled-only GameResources to appear on asset browser Compile shader assets with our managed function
1 Year Ago
Add assignable categories to GameResources
1 Year Ago
Remove MET shader browser, let's make it sexy using asset system and our UI Strip extension from file to avoid bullshit, make shaders load from absolute path properly from MET Make MET hints and shader select button intuitive https://i.imgur.com/BgHsRKI.png Let's work on expanding GameResources much better than the previous attempt, let GameResource handle it's own loading rather than Asset, load which type of gameresource we want to load directly Allow shaders to be used as resource, add stub ShaderResource Managed compile for GameResource
1 Year Ago
Proper decal shader descriptor for skin
1 Year Ago
Border image and background image are better to be combos since they describe samplers Delete all VCS files Remove .ini files as well remove sbox_ prefix from stock materials
1 Year Ago
Remaining tools core shaders get their vr_ suffix yanked
1 Year Ago
Disable requirement for semantics when setting VertexInput on VFX
1 Year Ago
Sample fixed level to ignore hardware gradient mipmapping in dof, fixes warnings Remaining code to use attributes rather than combos for cssbox features Use decal_renderer instead of vr_decal_renderer for skin, remaining vmat files without referencing vr_ shaders
1 Year Ago
Remove hacks for appending vr_ when shader not found, remove functions for looking to VCS files
1 Year Ago
Remove vr_ prefix on all materials that still referenced it
1 Year Ago
D_SCISSOR isn't a combo anymore
1 Year Ago
remove any remaining references to vr_ prefix Outright remove vr_ prefix from shaders Add remainder of addon vfx_c shaders
1 Year Ago
Replace core vcs shaders as vfx_c
1 Year Ago
Replace core vcs shaders as vfx_c
1 Year Ago
Save raw data inside our vfx_c container Unserialize from vfx_c Unserialize combo properly too Some more cleanup, get base shaders in, let's compile the rest of the shaders now
1 Year Ago
Let's try it again and decimate from the top to bottom rather than rebuilding it from bottom to top, serialize multiple VCS programs in KV3 as is and we build from that
1 Year Ago
Pass the compiled info to the loaded vfx rather than reading the vfx again and expecting to have the results serialized
1 Year Ago
Put both worker and receive units into a single function Remove all work unit stuff, strip shadercompile to it's basics More cleanup
1 Year Ago
Need to set a CUtlBuffer to READONLY to read non null terminated data Serialize blob data of feature Cleanup
1 Year Ago
Remove CompileTarget from vfx, we always compile for the shader models we want to target
1 Year Ago
Remove vfx targets we'd never ever support, remove fallback table, deprecate d3d9 registers from shader
1 Year Ago
Nicely unserialize shader features Remove VMPI stuff from vfxcompile Print memory in decimals for verbose shader compiling
1 Year Ago
Cleanup more stuff, remove all dependency of mod path from vfx, comment out all VCS Load/Save code paths
1 Year Ago
Remove more stuff that we don't even use from vfx, change from DevShader to hidden