Historial de Commits

Autor SHA1 Mensaje Fecha
  bunnei b60834ac41 Merge pull request #334 from Subv/used_buffers hace 8 años
  Subv e128e90350 GPU: Don't use GetPointer when uploading the constbuffer data to the GPU. hace 8 años
  Subv 7da47da66e GPU: Use the buffer hints from the shader decompiler to upload only the necessary const buffers for each shader stage. hace 8 años
  bunnei 34264879b3 Merge pull request #333 from bunnei/const-buff-hints hace 8 años
  bunnei 73d9c494ea shaders: Expose hints about used const buffers. hace 8 años
  bunnei bb0c3fc828 Merge pull request #328 from Subv/constbuffers hace 8 años
  Subv c9b511da08 GPU: Upload the entirety of each constbuffer for each shader stage as SSBOs. hace 8 años
  Subv 1957640ea2 GPU: Allow configuring ssbos in the opengl state manager. hace 8 años
  Subv ae58e46036 GPU: Added a function to determine whether a shader stage is enabled or not. hace 8 años
  bunnei 2b9a6b3281 Merge pull request #332 from bunnei/fix-total-mem-usage hace 8 años
  bunnei 43f0f163e1 vm_manager: Increase GetTotalMemoryUsage value. hace 8 años
  bunnei 9f66cae865 Merge pull request #327 from adityaruplaha/fullscreen-fix hace 8 años
  bunnei 778be45103 Merge pull request #331 from bunnei/fsp-flush hace 8 años
  bunnei fdca7b5f7a Merge pull request #329 from bunnei/shader-gen-part-1 hace 8 años
  bunnei 9cab6809f2 fsp_srv: Implement IFile::Flush. hace 8 años
  bunnei 1b41b875dc shaders: Add NumTextureSamplers const, remove unused #pragma. hace 8 años
  bunnei e6224fec27 shaders: Address PR review feedback. hace 8 años
  bunnei eabeedf6af gl_shader_decompiler: Cleanup log statements. hace 8 años
  bunnei 0d408b965b shaders: Fix GCC and clang build issues. hace 8 años
  bunnei 86135864da gl_shader_decompiler: Implement negate, abs, etc. and lots of cleanup. hace 8 años
  bunnei 7639667562 shader_bytecode: Add FSETP and KIL to GetInfo. hace 8 años
  bunnei 5a47832221 shader_bytecode: Add SubOp decoding. hace 8 años
  bunnei 50023bdae7 gl_shader_decompiler: Add shader stage hint. hace 8 años
  bunnei a992aac5eb renderer_opengl: Fix Morton copy byteswap, etc. hace 8 años
  adityaruplaha 958c98bdae Fix the stuck in fullscreen bug (Original PR: citra-emu/citra#3611) hace 8 años
  bunnei 0ca8fce9d0 gl_shader_manager: Implement SetShaderSamplerBindings. hace 8 años
  bunnei beddc8afd2 gl_rasterizer: Generate shaders and upload uniforms. hace 8 años
  bunnei 85d77a3d24 gl_shader_decompiler: Basic impl. for very simple vertex shaders. hace 8 años
  bunnei 51f37f5061 gl_shader_manager: Cleanup and consolidate uniform handling. hace 8 años
  bunnei 35aca0bf1f maxwell_3d: Make memory_manager public. hace 8 años