Merge branch 'master' of ssh://[email protected]/gitroot/tuxcap/tuxcap |
|
More...
|
almost 14 years ago
|
Now parsing commandline in all demo's |
|
More...
|
almost 14 years ago
|
Add PVR format OGL1555 |
|
More...
|
almost 14 years ago
|
Also accept PVR in 565 format (experimental) |
|
More...
|
almost 14 years ago
|
Move mApp to the base class Image (was in MemoryImage). |
|
More...
|
almost 14 years ago
|
Keep track of images in ImageSet in SexyAppBase instead of MemoryImageSet |
|
More...
|
almost 14 years ago
|
Added GLState class to eliminate redundant state changes, added hasalpha attribute for images to resourcemanager |
|
More...
|
almost 14 years ago
|
disabling GL_LINE_SMOOTH on iPhone |
|
More...
|
almost 14 years ago
|
Changed texturecoordinates from GLfloat to GLshort |
|
More...
|
almost 14 years ago
|
Using GLshort for vertex coordinates instead of GLfloat, bugfix in BltTriangles |
|
More...
|
almost 14 years ago
|
Releasing VBO handles when destroying texture data objects |
|
More...
|
almost 14 years ago
|
ResourceManager: improve correctness of Fail message |
|
More...
|
almost 14 years ago
|
ResourceManager: log when image resources is already present |
|
More...
|
almost 14 years ago
|
ResourceManager: delete image |
|
More...
|
almost 14 years ago
|
Log error when ResourceManager::Fail is called |
|
More...
|
almost 14 years ago
|
Change default to nopalletizing and purgebits |
|
More...
|
almost 14 years ago
|
Add logging for when resources are being deleted |
|
More...
|
almost 14 years ago
|
removed mAllowAlreadyDefinedResources, now using a multimap so already defined resources are not an issue. Small fixes to the parser |
|
More...
|
almost 14 years ago
|
Bump the version |
|
More...
|
almost 14 years ago
|
Resgen should only emit each resource once |
|
More...
|
almost 14 years ago
|
Make using the options more pythonic |
|
More...
|
almost 14 years ago
|
Using optparse for option handling, resgen.py can now parse multiple resource files |
|
More...
|
almost 14 years ago
|
Create texture via the Image base class |
|
More...
|
almost 14 years ago
|
Set MAX_TEXTURE_SIZE to 1024 so that we can create a single texture for a PVR |
|
More...
|
almost 14 years ago
|
PVRTexture: for now assert when the CreateTexture wants to do part of a PVR |
|
More...
|
almost 14 years ago
|
Let TextureData operate on Image instead of MemoryImage |
|
More...
|
almost 14 years ago
|
Merge branch 'master' of ssh://[email protected]/gitroot/tuxcap/tuxcap |
|
More...
|
almost 14 years ago
|
ParseResources and DoParseResources now take an XMLParser* as an argument, so they can be used outside the ResourceManager |
|
More...
|
almost 14 years ago
|
Move mD3DData and mSubImages down to the base class (Image) |
|
More...
|
almost 14 years ago
|
Oops. Nasty typo in count_bits |
|
More...
|
almost 14 years ago
|