summaryrefslogtreecommitdiffstats
path: root/src/graphics/core/texture.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix for transparent objects and fadeoutsPiotr Dziwinski2012-09-291-0/+4
|
* Some fixes and optimizationsPiotr Dziwinski2012-09-291-15/+19
| | | | | | | | - fixed 2nd texture setting - added padding to some structs for faster access - changed rendering primitives to glDrawArrays() - optimized texture modesetting calls - fixed some valgrind errors
* Namespace and styling fixPiotr Dziwinski2012-09-191-38/+47
|
* Object handling in CEnginePiotr Dziwinski2012-08-121-9/+18
| | | | | | - finished rewriting CEngine object, shadow, etc. handling - refactored texture code - added new log levels
* Documentation updatePiotr Dziwinski2012-08-111-1/+4
| | | | | | - updated Doxyfile - added/changed file, dir and namespace descriptions - fixed some errors in doxygen tags
* Render mode setting, refactoringPiotr Dziwinski2012-08-111-2/+2
| | | | | | - finished SetState in CEngine - refactored Size and IntSize back to Point and IntPoint - other minor changes in CEngine
* Video mode changingPiotr Dziwinski2012-07-291-5/+5
| | | | | | - added video mode querying & changing - added joystick querying & changing - cleaned up CApplication interface
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-0/+237
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine