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