Historique des commits

Auteur SHA1 Message Date
  gdkchan 947e14d3be Reimplement limited bindless textures support il y a 6 ans
  gdkchan 647d0962df Initialize GPU physical memory accessor from KProcess, to allow homebrew that never maps anything on the GPU to work il y a 6 ans
  gdkchan 6cf9a04d98 Stop memory modification check when a invalid address is found il y a 6 ans
  gdkchan a718b60d06 Fix exception on shader translator when adding goto temp variable il y a 6 ans
  gdkchan 82957fa96b Support CC on FSET shader instruction, fix CC on ISET.BF shader instruction il y a 6 ans
  gdkchan 9d7a142a48 Support texture rectangle targets (non-normalized coords) il y a 6 ans
  gdkchan 2eccc7023a Partial support for shader memory barriers il y a 6 ans
  gdkchan 1a550e810c Copy 16 bytes at a time for layout conversion, if possible il y a 6 ans
  gdkchan cfe5fec0cf Remove some usings that are not needed il y a 6 ans
  gdkchan 171c3d54c6 Correct non-constant offset rewrite for texelFetch il y a 6 ans
  gdkchan f2c85c5d58 Support non-constant texture offsets on non-NVIDIA gpus il y a 6 ans
  gdkchan 3323a3a042 Use correct shared memory size (in words, not bytes) il y a 6 ans
  gdkchan ad3bc2531b Ensure a valid shared memory size is used il y a 6 ans
  gdkchan 66d91cbc6c Use dispatch params shared memory size when available il y a 6 ans
  gdkchan 0d9672f3ae Use maximum shared memory size supported by hardware il y a 6 ans
  gdkchan 375ee0ba96 Fix draw indexed flag not being cleared for instanced draws, also avoid state updates in the middle of a indexed draw il y a 6 ans
  gdkchan 23b8a86d35 Support 3D ASTC textures (using 2D blocks) il y a 6 ans
  gdkchan 6b13c5b439 Support bindless texture gather shader instruction il y a 6 ans
  gdkchan 7ce5584f9e Support depth clip mode and disable shader fast math optimization on NVIDIA as a workaround for compiler bugs (?) il y a 6 ans
  gdkchan 17fb11ddb9 Fix wrong maximum id on sampler pool in some cases il y a 6 ans
  gdkchan cb171f6ebf Support shared color mask, implement more shader instructions il y a 6 ans
  gdkchan e25b7c9848 Initial support for the guest OpenGL driver (NVIDIA and Nouveau) il y a 6 ans
  gdk 6a98c643ca Add a pass to turn global memory access into storage access, and do all storage related transformations on IR il y a 6 ans
  gdk 396768f3b4 Fix texture 0 not being bound for compute il y a 6 ans
  gdk 442485adb3 Partial support for branch with CC, and fix a edge case of branch out of loop on shaders il y a 6 ans
  gdk 99f236fcf0 Simplified F2I shader instruction codegen il y a 6 ans
  gdk b8528c6317 Implement HSET2 shader instruction and fix errors uncovered by Rodrigo tests il y a 6 ans
  gdk 65428f5842 Fix shader code comparison method il y a 6 ans
  gdk d0c7732fe2 Optimize RangeList by not doing an allocation on every call to the Find methods il y a 6 ans
  gdk e0c95b18eb Add PSET shader instruction il y a 6 ans