Commit History

Author SHA1 Message Date
  bunnei 4d96997447 Merge pull request #364 from lioncash/thread-local 8 years ago
  bunnei b5c204ac6f Merge pull request #362 from lioncash/snprintf 8 years ago
  bunnei 701dd649e6 Merge pull request #363 from lioncash/array-size 8 years ago
  bunnei 79c1ed80e9 Merge pull request #366 from lioncash/vec 8 years ago
  bunnei cb267093bb Merge pull request #365 from lioncash/codeblock 8 years ago
  Lioncash 956e200f12 vector_math: Remove AsArray() and Write() functions from Vec[2,3,4] 8 years ago
  Lioncash 0eba5911f2 common: Remove code_block.h 8 years ago
  Lioncash b134e6afcf common/thread: Remove unnecessary feature checking for thread_local 8 years ago
  Lioncash d9e316e353 common_funcs: Remove ARRAY_SIZE macro 8 years ago
  Lioncash 902fc61ef8 common_funcs: Remove check for VS versions that we don't even support 8 years ago
  bunnei 2c8afe1140 Merge pull request #357 from lioncash/guard 8 years ago
  bunnei 2ef04f69b2 Merge pull request #358 from lioncash/explicit 8 years ago
  bunnei 14bf88a777 Merge pull request #359 from lioncash/redundant 8 years ago
  Lioncash 3990da488b vi: Remove redundant initializers in the constructors 8 years ago
  Lioncash 80982748c8 disk_filesystem: Remove unused total_entries_in_directory member from Disk_Directory 8 years ago
  Lioncash e61a4dd485 disk_filesystem: Remove redundant initializer in Disk_Directory's constructor 8 years ago
  Lioncash b05f8ea5b5 disk_filesystem: Make constructors explicit where applicable 8 years ago
  Lioncash 3841ec4200 renderer_opengl: Add missing header guards 8 years ago
  bunnei 17ad56c1dc Merge pull request #356 from lioncash/shader 8 years ago
  bunnei f633b0c875 Merge pull request #355 from Subv/shader_instr 8 years ago
  Lioncash e3b6f6c016 glsl_shader_decompiler: Use std::string_view instead of std::string for AddLine() 8 years ago
  Lioncash 412b31ad72 glsl_shader_decompiler: Add AddNewLine() function to ShaderWriter 8 years ago
  Lioncash aa26baa3db glsl_shader_decompiler: Add char overload for ShaderWriter's AddLine() 8 years ago
  Lioncash 4ef392906b glsl_shader_decompiler: Append indentation without constructing a separate std::string 8 years ago
  James Rowe 3f49210234 Merge pull request #348 from jlachniet/patch-1 8 years ago
  Subv fe84842137 ShaderGen: Implemented the fmul32i shader instruction. 8 years ago
  Subv 5367935d35 ShaderGen: Fixed a case where the TEXS instruction would use the same registers for the input and the output. 8 years ago
  N00byKing 8a47e7e493 Implement Pull #3528 from citra: use nvidia graphics automatically on laptops with optimus (with AMD support) (#271) 8 years ago
  James Rowe e90a12f80c Merge pull request #352 from bunnei/fix-microprofile 8 years ago
  bunnei d019bb16f6 Merge pull request #353 from Subv/compressed_formats 8 years ago