Commit History

Author SHA1 Message Date
  bunnei 028d90eb79 Merge pull request #1104 from Subv/instanced_arrays 8 years ago
  bunnei 296e57fa0e Merge pull request #1115 from Subv/texs_mask 8 years ago
  bunnei b20ed93884 Merge pull request #1112 from Subv/sampler_types 8 years ago
  bunnei 185b35bfcd Merge pull request #1117 from ogniK5377/CheckFreeCommunicationPermission 8 years ago
  bunnei 943771e703 Merge pull request #1017 from ogniK5377/better-account 8 years ago
  bunnei ce4b77bd7d Merge pull request #1120 from ogniK5377/rgba8-uint 8 years ago
  bunnei 6ee8b15abe Merge pull request #1119 from lioncash/uninit 8 years ago
  David Marcec 23d45715dc Implemented RGBA8_UINT 8 years ago
  Lioncash ffd60ee476 game_list: Avoid uninitialized variables when retrieving program ID 8 years ago
  David Marcec 8a88110060 Added CheckFreeCommunicationPermission 8 years ago
  Subv 6cf719a4ab Shaders/TEXS: Fixed the component mask in the TEXS instruction. 8 years ago
  bunnei 51ddb130c5 Merge pull request #1089 from Subv/neg_bits 8 years ago
  bunnei 9b17486be6 Merge pull request #1105 from Subv/convert_neg 8 years ago
  bunnei 0a1d4fbc5c Merge pull request #1113 from Subv/texs_mask 8 years ago
  Subv f7edbcd7a3 Shaders/TEXS: Fixed the component mask in the TEXS instruction. 8 years ago
  bunnei b0eb580931 Merge pull request #1102 from ogniK5377/mirror-clamp-edge 8 years ago
  bunnei 85da529f15 Merge pull request #1101 from Subv/ssy_stack 8 years ago
  Subv 7fb406c3fc Shader: Implemented the TLD4 and TLD4S opcodes using GLSL's textureGather. 8 years ago
  Subv 3ef4b3d4b4 Shader: Use the right sampler type in the TEX, TEXS and TLDS instructions. 8 years ago
  Subv 73b937b190 Shader: Added bitfields for the texture type of the various sampling instructions. 8 years ago
  Subv 656758fd81 Shaders: Added decodings for TLD4 and TLD4S 8 years ago
  bunnei 29d4f8c2dd Merge pull request #1109 from Subv/ldg_decode 8 years ago
  bunnei 9baf5de90c Merge pull request #1108 from Subv/front_facing 8 years ago
  bunnei d6cb22b0df Merge pull request #1103 from Subv/lop_pred 8 years ago
  Subv 1b92ae136f Shaders: Added decodings for the LDG and STG instructions. 8 years ago
  Subv 731701a2d2 Shaders: Implemented the gl_FrontFacing input attribute (attr 63). 8 years ago
  David Marcec 706fc5d2d6 Added check to see if ARB_texture_mirror_clamp_to_edge is supported 8 years ago
  Subv 9b1c49a9cf Shader: Remove an unneeded assert, the negate bit is implemented for conversion instructions. 8 years ago
  Subv e0f66c1fbf GLRasterizer: Implemented instanced vertex arrays. 8 years ago
  Subv 8335b2f115 Shader: Implemented the predicate and mode arguments of LOP. 8 years ago