bunnei
|
9960c49c21
Set framebuffer layout from EmuWindow.
|
11 years ago |
Emmanuel Gil Peyrot
|
c439b3074d
video_core: Implement the remaining framebuffer formats in the OpenGL renderer.
|
11 years ago |
archshift
|
ef24e72b26
Asserts: break/crash program, fit to style guide; log.h->assert.h
|
11 years ago |
Yuri Kunde Schlesner
|
5961a2852d
GSP: Update framebuffer info on all interrupts
|
11 years ago |
bunnei
|
f7a3f45f1e
GSP: Toggle active framebuffer each frame
|
11 years ago |
bunnei
|
0de6a08d75
Merge pull request #291 from purpasmart96/license
|
11 years ago |
purpasmart96
|
ebfd831ccb
License change
|
11 years ago |
Chin
|
e795692614
Clean up some warnings
|
11 years ago |
Yuri Kunde Schlesner
|
0600e2d8b5
Convert old logging calls to new logging macros
|
11 years ago |
bunnei
|
63b1453dd8
Merge pull request #236 from rohit-n/sign-compare
|
11 years ago |
Rohit Nirmal
|
f9b53c3e94
Silence a few -Wsign-compare warnings.
|
11 years ago |
vaguilar
|
95b33ee0a7
Fixed viewport error caused by rounding
|
11 years ago |
Emmanuel Gil Peyrot
|
739bb58c3a
Remove tabs in all files except in skyeye imports and in generated GL code
|
11 years ago |
Tony Wasserka
|
c5c6e095f0
OpenGL Renderer: Cleanup viewport extent calculation.
|
11 years ago |
Tony Wasserka
|
bd8f491e4c
Fixup EmuWindow interface and implementations thereof.
|
11 years ago |
Kevin Hartman
|
221a9b023d
Viewport scaling and display density independence
|
12 years ago |
Yuri Kunde Schlesner
|
11642fd3a2
Rework OpenGL renderer.
|
12 years ago |
Yuri Kunde Schlesner
|
5f598a5e2c
OpenGL renderer: Shuffle initialization code around and rename functions.
|
12 years ago |
bunnei
|
5481115e71
Merge pull request #97 from archshift/cleanup
|
12 years ago |
archshift
|
8fe5f2e2fe
Moved common_types::Rect from common to Common namespace
|
12 years ago |
archshift
|
81baa477b5
renderer_opengl.cpp: improved alignment for readability
|
12 years ago |
Yuri Kunde Schlesner
|
478289140d
Replace GLEW with a glLoadGen loader.
|
12 years ago |
Yuri Kunde Schlesner
|
9d172ab550
Downgrade GLSL version to 1.50 (compatible with GL 3.2)
|
12 years ago |
bunnei
|
20d169e4a1
VideoCore: Fixes rendering issues on Qt and corrects framebuffer output size.
|
12 years ago |
Kevin Hartman
|
cbfd6b6e52
Rewrite of OpenGL renderer, including OS X support
|
12 years ago |
Tony Wasserka
|
7b6a7d7dfb
Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones.
|
12 years ago |
Tony Wasserka
|
9c781a6c76
Remove the fancy RegisterSet class introduced in 4c2bff61e.
|
12 years ago |
Tony Wasserka
|
9fd2537e93
Use uniform formatting when printing hexadecimal numbers.
|
12 years ago |
Tony Wasserka
|
246cb75584
RegisterSet: Simplify code by using structs for register definition instead of unions.
|
12 years ago |
Tony Wasserka
|
75775e9ef4
GPU: Make use of RegisterSet.
|
12 years ago |