Commit Graph

168 Commits

Author SHA1 Message Date
Twinaphex
417cb55a6e Revert "(PS3) ps3_video_psgl.c cleanups #2"
This reverts commit 8aafbf63b8.
2012-05-25 21:40:19 +02:00
Twinaphex
8aafbf63b8 (PS3) ps3_video_psgl.c cleanups #2 2012-05-25 17:37:48 +02:00
Twinaphex
824d2923a5 (PS3) ps3_video_psgl.c cleanups 2012-05-25 16:43:07 +02:00
Themaister
c986eb3491 Remove unneeded parens. 2012-05-25 16:20:28 +02:00
Twinaphex
989731bbd0 Add HAVE_OPENGLES define to Makefile.ps3 - add HAVE_OPENGLES ifdef
to gl.c
2012-05-25 16:00:54 +02:00
Themaister
ce740f8948 More fixups. 2012-04-21 23:31:57 +02:00
Themaister
aab8fb6151 ssnes_* => rarch_*. 2012-04-21 23:25:32 +02:00
Themaister
9ab51ad23a SSNES => RetroArch. 2012-04-21 23:17:43 +02:00
Themaister
e3a71a8c5b Fixup headers. 2012-04-09 22:05:26 +02:00
Themaister
5d51942f69 libretro fixups. 2012-04-09 22:04:43 +02:00
Themaister
62c96ea937 Change license header. 2012-04-09 22:03:57 +02:00
Themaister
9698cd7dbd Change headers. 2012-04-09 22:03:57 +02:00
Themaister
865229820a Fix edge case on rotation with multiple pass shaders. 2012-04-02 17:26:23 +02:00
Themaister
34bdea0f1c Add rotation to GL driver (PC). 2012-04-01 19:20:37 +02:00
Themaister
9ab02b12be Move compat functionality to compat/. 2012-03-16 23:26:57 +01:00
Themaister
9c861f13be Fix additional exclamation marks. 2012-02-11 21:16:01 +01:00
Themaister
02cfa3f651 Big refactor of GL routines. 2012-02-01 00:14:04 +01:00
Themaister
576855de4f Slight refactor. 2012-01-30 20:23:36 +01:00
Themaister
3c1e4c879a Integer scale is bad mmkay. 2012-01-11 23:09:22 +01:00
Themaister
4eab7c4387 Font scale option. 2012-01-11 22:52:25 +01:00
Themaister
b4248038fb Update license headers. 2012-01-08 01:12:05 +01:00
Themaister
318d875981 Small cleanups. 2012-01-03 02:50:45 +01:00
Themaister
672102d377 Change asserts to ssnes_assert(). 2011-12-25 12:47:47 +01:00
Themaister
eac468ba19 MSVC compat. 2011-12-25 01:38:59 +01:00
Themaister
d5fca50a2f Can build for C++. 2011-12-24 15:26:01 +01:00
Themaister
02d40aa212 Drop shadows for fonts. 2011-12-03 19:48:13 +01:00
Themaister
04d0d84d01 Fix up more paths. 2011-11-30 18:31:09 +01:00
Themaister
45fa6795c3 Fixups. 2011-11-12 16:43:59 +01:00
Themaister
a9d339efb4 Use glColorPointer(). 2011-11-12 15:51:37 +01:00
Themaister
ad67511483 Cleanups. PREV{1-6} for GLSL as well. 2011-11-12 14:18:10 +01:00
Themaister
48e8472f9c Ring buffer of 8 textures :o 2011-11-12 12:28:07 +01:00
Themaister
51721b4cb6 video_font_enable. 2011-11-10 00:15:41 +01:00
Themaister
0f010cf3d2 Fix style nits. 2011-11-02 19:31:36 +01:00
Themaister
c2a06bfa09 Replace some magic numbers. 2011-10-28 09:06:34 +02:00
Themaister
64ee13e6f4 Push window loop in .alive(). 2011-10-18 19:51:38 +02:00
Themaister
fa26f6a10c Cache font rendering. Major overhead reduction. 2011-10-07 17:58:22 +02:00
Themaister
db71a5cdba New font rendering code for OpenGL. 2011-10-07 17:43:39 +02:00
Themaister
c996f816b8 Default font path OSX. 2011-10-06 21:12:11 +02:00
Themaister
7d33cccc8e Default fonts. 2011-10-06 19:06:38 +02:00
Themaister
3db79ab2f0 Nits. 2011-10-05 22:56:52 +02:00
Themaister
c2cedb1b6f Resizing windows in 1.2 should not trigger some init code :) 2011-09-22 21:50:57 +02:00
Themaister
3f6183ff15 Updates, fixes ... 2011-09-13 19:30:22 +02:00
Themaister
642316a1e2 Somewhat haphazard. Can't find some needed API calls :\ 2011-09-13 18:50:40 +02:00
Themaister
924848fdad Start working towards SDL 1.2/1.3 compat. 2011-09-13 14:06:49 +02:00
Themaister
4c40e56060 Properly disable it :D 2011-09-11 15:41:46 +02:00
Themaister
cf34444505 Disable resizing on OSX. 2011-09-11 15:33:28 +02:00
Themaister
2bd0caae2e Do not set RESIZABLE on fullscreen (really? :v) 2011-09-06 15:38:32 +02:00
Themaister
0823d72dee Add coloring to fonts. 2011-09-05 17:00:28 +02:00
Themaister
b2b103362d Warn if glX VSync call isn't found. 2011-09-04 13:01:54 +02:00
Themaister
dc9dd2e6bf Fix bug where shaders could crash using LUT textures. 2011-08-29 17:05:11 +02:00