magumagu
|
812ff4686b
|
OpenGL backend: remove useless header Globals.h.
The header has no content, so it can can just be deleted.
|
2014-04-12 19:25:37 -07:00 |
Pierre Bourdon
|
664c8d30a0
|
Remove all trailing whitespaces from our codebase.
|
2014-03-29 11:05:44 +01:00 |
Tillmann Karras
|
d802d39281
|
clang-modernize -use-nullptr
and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine
|
2014-03-09 21:14:26 +01:00 |
degasus
|
aaaa5af0b2
|
remove (ATTR|VARY)(IN|OUT) macros
|
2014-02-26 11:37:29 +01:00 |
degasus
|
7f539b6033
|
ogl: optimize real xfb a bit
Both nvidia + mesa seems not to optimize x / (2**n) to x >> n, so we do it ourself.
|
2014-02-26 11:37:28 +01:00 |
Lioncash
|
2afe215271
|
Convert all includes to relative paths.
|
2014-02-18 02:19:10 -05:00 |
Lioncash
|
3fd87a7636
|
Second and final pass of clearing out tabs.
|
2014-02-17 02:19:41 -05:00 |
degasus
|
4fff5ac90d
|
OpenGL: drop UBO-workaround usage for efb2ram shaders
It's just brainfuck to use this workaroung there. Just fetch the uniform location like all other util shaders.
|
2014-01-05 09:52:26 +01:00 |
Jasper St. Pierre
|
34692ab826
|
Remove unnecessary Src/ folders
|
2013-12-31 14:03:19 -05:00 |