• Stride argument in OpenGL ES 2.0
    I'm putting this information here, as it took me way more time than it should to understand how the stride argument works in glVertexAttribPointer . This argument is extremely important if you want to...
  • Depth testing : Context is everything
    I just lost a few hours trying to play with the Z index between draw calls, in order to try Z-layering , as advised by peterharris in my question For binary transparency : Clip, discard or blend ? . However...
  • OpenGL Pitfalls : Distorted textures when packing texels colours components as GL_UNSIGNED_SHORT
    I lost a few days wondering why some textures were completely distorted when loaded in OpenGL . The thing is, they were only distorted when the colours components were packed as GL_UNSIGNED_SHORT_5_5_5_1...
  • Picture perfect: Driving next-generation image processing for automotive
    The automobile is no longer a metal box with four wheels that gets you from A to B. As technology has evolved, vehicles have become a dynamic platform for innovation which is changing the driver experience...
  • Mali GPU and Samsung AMOLED combine for picture perfect real-time images
    Modern games and applications really push the boundaries of real-time graphics and user interfaces on mobile and to do this they need all the components of the system to work together to provide the performance...