Historial de Commits

Autor SHA1 Mensaje Fecha
  merry a4e8bea866 Lop3Expression: Optimize expressions (#3184) hace 4 años
  gdkchan 0bcbe32367 Only initialize shader outputs that are actually used on the next stage (#3054) hace 4 años
  Berkan Diler 644b497df1 Collapse AsSpan().Slice(..) calls into AsSpan(..) (#3145) hace 4 años
  gdkchan 72e543e946 Prefer texture over textureSize for sampler type (#3132) hace 4 años
  gdkchan 3bd357045f Do not allow render targets not explicitly written by the fragment shader to be modified (#3063) hace 4 años
  gdkchan f861f0bca2 Fix missing geometry shader passthrough inputs (#3106) hace 4 años
  gdkchan 7e967d796c Stop using glTransformFeedbackVaryings and use explicit layout on the shader (#3012) hace 4 años
  gdkchan 7f6b3d234a Implement IMUL, PCNT and CONT shader instructions, fix FFMA32I and HFMA32I (#2972) hace 4 años
  riperiperi 79adba4402 Add support for render scale to vertex stage. (#2763) hace 4 años
  gdkchan 119a3a1887 Fix SUATOM and other texture shader instructions with RZ dest (#2885) hace 4 años
  gdkchan 650cc41c02 Implement remaining shader double-precision instructions (#2845) hace 4 años
  gdkchan acc0b0f313 Fix FLO.SH shader instruction with a input of 0 (#2876) hace 4 años
  gdkchan 911ea38e93 Support shader gl_Color, gl_SecondaryColor and gl_TexCoord built-ins (#2817) hace 4 años
  gdkchan 3dee712164 Fix bindless/global memory elimination with inverted predicates (#2826) hace 4 años
  gdkchan b7a1544e8b Fix InvocationInfo on geometry shader and bindless default integer const (#2822) hace 4 años
  gdkchan 99445dd0a6 Add support for fragment shader interlock (#2768) hace 4 años
  gdkchan 63f1663fa9 Fix shader 8-bit and 16-bit STS/STG (#2741) hace 4 años
  riperiperi 052deebf26 Another workaround for NVIDIA driver 496.13 shader bug (#2750) hace 4 años
  gdkchan d512ce122c Initial tessellation shader support (#2534) hace 4 años
  gdkchan d05573bfd1 Implement SHF (funnel shift) shader instruction (#2702) hace 4 años
  gdkchan a7109c767b Rewrite shader decoding stage (#2698) hace 4 años
  gdkchan fd7567a6b5 Only make render target 2D textures layered if needed (#2646) hace 4 años
  gdkchan f08a280ade Use shader subgroup extensions if shader ballot is not supported (#2627) hace 4 años
  riperiperi f0b00c1ae9 Fix TXQ for 3D textures. (#2613) hace 4 años
  riperiperi 142cededd4 Implement Shader Instructions SUATOM and SURED (#2090) hace 4 años
  gdkchan 416dc8fde4 Fix out-of-bounds shader thread shuffle (#2605) hace 4 años
  gdkchan ee1038e542 Initial support for shader attribute indexing (#2546) hace 4 años
  riperiperi ec3e848d79 Add a Multithreading layer for the GAL, multi-thread shader compilation at runtime (#2501) hace 4 años
  gdkchan eb181425b1 Fix size of cached compute shaders (#2548) hace 4 años
  gdkchan 3148c0c21c Unify GpuAccessorBase and TextureDescriptorCapableGpuAccessor (#2542) hace 4 años