index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Plugins
/
Plugin_VideoSoftware
/
Src
/
GLUtil.cpp
Age
Commit message (
Expand
)
Author
2011-02-03
Use brute force to link the software plugin.
Soren Jorvang
2011-02-02
Remove the global namespace a bit and remove some dead code.
Soren Jorvang
2011-02-01
Fix the auto window resize option to take into account if the log/console win...
Glenn Rice
2011-01-31
Eliminated the plugin interface. Merged DX9/DX11/OGL video plugins into Dolph...
Jordan Woyak
2011-01-29
Explicit dependency on libvideo.
Soren Jorvang
2011-01-29
r6958 removes the need for the hackery in r6946.
Soren Jorvang
2011-01-28
Vertical sync on OS X.
Soren Jorvang
2011-01-21
Make sure the game list gets created with automatic starts.
Soren Jorvang
2011-01-20
Disable the default PIC generation on OS X. This might make for a
Soren Jorvang
2011-01-11
For some reason the wxGLCanvas loses keyboard focus whenever the
Soren Jorvang
2011-01-11
Print the performance status in exactly one place.
Soren Jorvang
2011-01-10
Fix cocoaGL window resizing.
Soren Jorvang
2011-01-10
Properly resize the GL canvas on window changes with USE_WX and wx 2.9.
Soren Jorvang
2011-01-07
Add anvideo config option to automatically resize the render window to the si...
donkopunchstania
2010-12-05
allow gcc to check the format of args being passed to MsgAlert and GenericLog...
Shawn Hoffman
2010-07-16
Fix an issue that made it so that the emulator could not be resized in the no...
Glenn Rice
2010-07-16
This is basicall linux code cleanup. We don not need to pass the X display h...
Glenn Rice
2010-07-08
Copy the version string obtained from svnversion at runtime instead of
Soren Jorvang
2010-06-11
Remove a few unused HAVE_FOO's and make the SDL check global.
Soren Jorvang
2010-06-03
Make wxgl mandatory on OS X.
nJoy
Soren Jorvang
2010-05-16
Added a catch-all OpenGL visual. This allows the VideoSoftware plug-in to ru...
skidau
2010-04-25
Make wiimote connect/disconnect hotkeys work when not rendering to main. Als...
Glenn Rice
2010-04-12
Big restructuring of how the video plugin works. In linux and windows you sh...
Glenn Rice
2010-02-17
Fix software plugin in linux. I broke it in revision 5048.
Glenn Rice
2010-02-17
Update Video software plugin with latest cocoaGL.m file
Sonicadvance1
2010-02-16
Enable fullscreen switching with resolution mode changing using Xrandr in linux.
Glenn Rice
2010-01-21
thats more like it i guess...
j4ck.fr0st
2009-12-23
fix video software plugin build on osx
tmator
2009-10-12
SW plugin: compile on linux
nakeee
2009-10-12
Started fixing SW video compilation for linux, must go home now
XTra.KrazzY
2009-10-12
Adding software rendering plugin. This is aimed at accurate emulation, not fa...
donkopunchstania