A multi-platform Atari 2600 Emulator
Go to file
stephena 55f4de0725 First pass at converting the OpenGL renderer to be OpenGLES 1.0
compliant.  It actually went smoother than I thought it would.
This show allow Stella to run well on *any* hardware-accelerated
OpenGL machine, not just those with beefy video cards.

Cleaned up the code a little, removing more references to the old
OpenGL TV filtering (which will be replaced by Blargg NTSC
filtering soon enough).  Also removed 'gl_texrect' option, which
specified to use the GL_TEXTURE_RECTANGLE_ARB extension (for
non power-of-two textures).  It was never enabled by default,
didn't work with ATI cards, and wasn't accessible in the UI,
so I doubt anyone will miss it.  Besides, it's not supported in
OpenGL ES 1.x.

Next is to look into VBO/PBO, to see if more optimizations can
be done.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2265 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2011-08-16 19:33:28 +00:00
debian Final changes for 3.4.1 release. 2011-06-11 23:55:53 +00:00
docs First pass at converting the OpenGL renderer to be OpenGLES 1.0 2011-08-16 19:33:28 +00:00
src First pass at converting the OpenGL renderer to be OpenGLES 1.0 2011-08-16 19:33:28 +00:00
Announce.txt Final changes for 3.4.1 release. 2011-06-11 23:55:53 +00:00
Changes.txt Removed all traces of the OpenGL TV filters. This is due to be replaced by 2011-07-03 17:08:42 +00:00
Copyright.txt And yet more things I forgot in the last commit. 2010-04-21 16:10:39 +00:00
License.txt Repo reorganization: move main Stella files directly into 'trunk'. 2009-05-21 12:53:06 +00:00
Makefile Retired the GP2X and WinCE ports. This code has been updated in years, 2011-04-22 18:57:20 +00:00
README-SDL.txt Repo reorganization: move main Stella files directly into 'trunk'. 2009-05-21 12:53:06 +00:00
Readme.txt Final changes for 3.4.1 release. 2011-06-11 23:55:53 +00:00
Todo.txt Some updates to the documentation, particularly for the OSX stuff; 2010-04-13 12:32:08 +00:00
common.rules Repo reorganization: move main Stella files directly into 'trunk'. 2009-05-21 12:53:06 +00:00
config.guess Repo reorganization: move main Stella files directly into 'trunk'. 2009-05-21 12:53:06 +00:00
config.sub Repo reorganization: move main Stella files directly into 'trunk'. 2009-05-21 12:53:06 +00:00
configure Thumb ARM support can now be enabled/disabled from the configure script for Linux. 2011-04-16 23:39:31 +00:00

Readme.txt

This is release 3.4.1 of Stella.  Stella is a multi-platform Atari 2600 VCS
emulator which allows you to play all of your favourite Atari 2600 games
on your PC.  You'll find the Stella Users Manual in the docs subdirectory.
If you'd like to verify that you have the latest release of Stella visit
the Stella Website at:

  http://stella.sourceforge.net

Enjoy,

The Stella Team
June 11, 2011