Project

General

Profile

« Previous | Next » 

Revision 341151fc

Added by Leszek Koltunski about 6 years ago

Fixes ported from the 'OIT' branch:

- remove counting of transparent pixels
- various fixes for the Mali GPU

View differences:

src/main/java/org/distorted/library/main/DistortedScreen.java
56 56
///////////////////////////////////////////////////////////////////////////////////////////////////
57 57
// here we don't manage underlying OpenGL assets ourselves
58 58

  
59
  void createSurface()   {}
60
  void deleteSurface()   {}
61
  void recreateSurface() {}
59
  void create()   {}
60
  void delete()   {}
61
  void recreate() {}
62 62

  
63 63
///////////////////////////////////////////////////////////////////////////////////////////////////
64 64

  

Also available in: Unified diff