Ryan Houdek
|
ce059769f6
|
Merge pull request #1439 from Armada651/ogl-stereo-3d
OGL: Stereoscopic 3D Support
|
2014-11-28 11:45:38 -06:00 |
Stevoisiak
|
6da394a4d0
|
More formatting and consistency fixes
|
2014-11-24 17:16:59 -05:00 |
Jules Blok
|
d7804a4d3e
|
Cosmetics.
|
2014-11-23 14:27:39 +01:00 |
Jules Blok
|
b005f61a2e
|
Add geometry shader generator for stereo 3D.
|
2014-11-23 14:22:55 +01:00 |
Lioncash
|
960b54670c
|
OGL: Fix brace and body placements
Also got rid of void argument specifiers. These are a carryover from C.
|
2014-08-15 14:12:29 -04:00 |
Tony Wasserka
|
032c920247
|
OGL: Remove some dead code.
|
2014-03-14 22:26:26 +01:00 |
Matthew Parlane
|
31cfc73a09
|
Fixes spacing for "for", "while", "switch" and "if"
Also moved && and || to ends of lines instead of start.
Fixed misc vertical alignments and some { needed newlining.
|
2014-03-11 00:35:07 +13:00 |
Pierre Bourdon
|
425f9dcd51
|
Fix more header sorting issues in VideoBackends/ (now check-includes clean).
|
2014-02-20 01:01:11 +01:00 |
Lioncash
|
2afe215271
|
Convert all includes to relative paths.
|
2014-02-18 02:19:10 -05:00 |
lioncash
|
d2038049f5
|
Replace all include guard ifdefs with "#pragma once"
|
2014-02-10 18:07:16 -05:00 |
Jasper St. Pierre
|
34692ab826
|
Remove unnecessary Src/ folders
|
2013-12-31 14:03:19 -05:00 |