Commit graph

12768 commits

Author SHA1 Message Date
myownfriend
0ef3a7f233 Update posterize2.glsl 2014-05-20 23:55:59 -04:00
myownfriend
8ddad21abc Update posterize.glsl 2014-05-20 23:54:52 -04:00
myownfriend
4c1ef9ba80 Update nightvision2scanlines.glsl 2014-05-20 23:54:11 -04:00
myownfriend
548d872843 Update nightvision2.glsl 2014-05-20 23:53:37 -04:00
myownfriend
d5fea64953 Update nightvision.glsl 2014-05-20 23:53:13 -04:00
myownfriend
134fdd0ef7 Update mad_world.glsl 2014-05-20 23:52:32 -04:00
myownfriend
51b0645963 Update invertedoutline.glsl 2014-05-20 23:51:34 -04:00
myownfriend
dc59012d5a Update firewater.glsl 2014-05-20 23:49:49 -04:00
myownfriend
a926a7c113 Update fire.glsl 2014-05-20 23:48:16 -04:00
myownfriend
00a09d60c1 Update emboss.glsl 2014-05-20 23:47:26 -04:00
myownfriend
2c3f3d63fb Update darkerbrighter.glsl 2014-05-20 23:47:05 -04:00
myownfriend
9218fe9764 Update cool1.glsl 2014-05-20 23:46:31 -04:00
myownfriend
7c3bfaaff6 Update chrismas.glsl 2014-05-20 23:45:33 -04:00
myownfriend
32caf7af19 Update bad_bloom.glsl 2014-05-20 23:44:49 -04:00
myownfriend
4a0150033f Update auto_toon2.glsl 2014-05-20 23:43:56 -04:00
myownfriend
8b0d4db1ac Update auto_toon.glsl 2014-05-20 23:40:18 -04:00
myownfriend
a26673163f Update asciiart.glsl 2014-05-20 23:39:48 -04:00
myownfriend
38669a1d16 Update acidtrip2.glsl 2014-05-20 23:34:56 -04:00
myownfriend
b36609e991 Update acidtrip.glsl 2014-05-20 23:34:32 -04:00
myownfriend
ad7f63669d Update FXAA.glsl 2014-05-20 23:32:29 -04:00
myownfriend
2629d6dfa9 Update 32bit.glsl
Formatted it to be consistent with Dolphin's coding style.
2014-05-20 23:26:47 -04:00
myownfriend
bc109e1b58 Update 16bit.glsl
Changed spaces to tabs
2014-05-20 23:25:09 -04:00
Tony Wasserka
36d4874325 Merge pull request #342 from magcius/bp-cleanup
VideoCommon: BP cleanup.
2014-05-20 19:08:51 +02:00
Jasper St. Pierre
9d161b4170 BPStructs: Consistently put the two shared copy args first
And rename them so they make a bit more sense.
2014-05-20 11:28:15 -04:00
Jasper St. Pierre
1ae8edc1d0 BPStructs: Remove another function wrapper 2014-05-20 11:28:15 -04:00
Jasper St. Pierre
b1d3c5937a BPStructs: Move LoadBPReg here 2014-05-20 11:28:14 -04:00
Jasper St. Pierre
763ad77a1c BPStructs: Flatten out BPWritten 2014-05-20 11:28:14 -04:00
Jasper St. Pierre
07ab77d31c BPStructs: Reindent BPWritten 2014-05-20 11:28:08 -04:00
Jasper St. Pierre
c33a1b4b28 BPStructs: Document BPMEM_BP_MASK better 2014-05-20 11:26:31 -04:00
Jasper St. Pierre
2f122ea63c BPMemory: Fix "DISPLAYCOPYFILER" typo 2014-05-20 11:15:10 -04:00
Jasper St. Pierre
4e8e51b278 BPStructs: Remove calls to SetInterlacedMode when reloading state
SetInterlacedMode is a dummy no-op that does nothing.
2014-05-20 11:15:10 -04:00
Jasper St. Pierre
833b7ee584 BPFunctions: Remove the rest of GetConfig 2014-05-20 11:15:09 -04:00
Jasper St. Pierre
08611c3f36 PixelShaderManager: Fizzle out fog changes when disabled here
This lets us remove a use of GetConfig.
2014-05-20 11:15:09 -04:00
Jasper St. Pierre
fe645b888b BPFunctions: Remove use of a dumb method
GetPointer serves no purpose.
2014-05-20 11:15:08 -04:00
Jasper St. Pierre
56228cea5d BPFunctions: Remove an unused method 2014-05-20 11:15:08 -04:00
Jasper St. Pierre
4f4e3fad85 BPMemory: Clean up and rename some variables and comments
This is about the register number, not the opcode.
2014-05-20 11:15:08 -04:00
Jasper St. Pierre
e81b62aad1 BPFunctions: Clean up math slightly
No need for magic 342 numbers.
2014-05-20 11:14:00 -04:00
Tony Wasserka
ada6434b8e Merge pull request #331 from degasus/kill_csaa
OpenGL: Use a sample-able texture as EFB instead of renderbuffer.
2014-05-20 00:36:16 +02:00
degasus
c1b6fcc00b ogl: pixel format shader without resolving
v2: Don't use std::to_string as this function is broken on android.
2014-05-19 09:29:40 +02:00
degasus
e150d307a6 ogl: use ARB_texture_multisample for msaa 2014-05-19 09:21:44 +02:00
degasus
fab78c2dff ogl: add ARB_texture_multisample 2014-05-19 09:21:44 +02:00
degasus
775858b6bc ogl: drop NV_framebuffer_multisample_coverage 2014-05-19 09:21:44 +02:00
degasus
afea848e3b ogl: drop csaa support 2014-05-19 09:21:44 +02:00
magumagu
5dffa28f0a DVDInterface: make fast disc speed faster.
Fixes workaround for crash in Star Wars Rogue Leader.
2014-05-18 20:03:55 -07:00
Jordan Woyak
d841e5176f Fix game list size display. 2014-05-18 12:17:56 -05:00
Pierre Bourdon
3161cdfa8e Merge pull request #380 from delroth/faster-mmiointerface
MMIO: Lazy-initialize read/write handlers since most are not actually used
2014-05-18 18:26:18 +02:00
Lioncash
554207a87c Remove an unnecessary null check in CodeWindow.cpp.
The validity of ToolBar is checked at the beginning of the function
2014-05-18 11:43:21 -04:00
Pierre Bourdon
826a9e0152 MMIO: Lazy-initialize read/write handlers since most are not actually used 2014-05-18 17:37:33 +02:00
Lioncash
75cb8a7452 Fix a typo in the JIT debugger window 2014-05-18 10:31:39 -04:00
Tony Wasserka
6950f533ae Merge pull request #355 from magumagu/gx-missing-opcode
Opcode decoding: handle missing opcodes 0x88 etc.
2014-05-18 11:12:06 +02:00