3.5-1677 10 anos, 9 meses ago [Android] Qualcomm Swap hack isn't needed anymore due to the new StreamBuffer type.
3.5-1676 10 anos, 9 meses ago [Android] Another check for OpenGL ES 3.
3.5-1675 10 anos, 9 meses ago Good Job Windows. Fixes compiling...
3.5-1674 10 anos, 9 meses ago Didn't mean to disable hacked buffer.
3.5-1673 10 anos, 9 meses ago Enable the shader cache on GLES3 now that the shaders compile fine on Mali and Adreno.
3.5-1672 10 anos, 9 meses ago Remove the broken buffers bug on Mali hardware since it isn't needed anymore using the glBufferData route in the StreamBuffer class.
3.5-1671 10 anos, 9 meses ago Add the new glBufferData stream buffer type to the streambuffer class which is hugely more efficient on Mali drivers.
3.5-1670 10 anos, 9 meses ago Fix Android Build.
3.5-1669 10 anos, 9 meses ago Change from using glDrawElements/glDrawElementsBaseVertex to glDrawRangeElements/glDrawRangeElementsBaseVertex. On Mali, this reduces a internal function usage from 8% to off the charts.
3.5-1668 10 anos, 9 meses ago Clear patches on shutdown.
3.5-1667 10 anos, 9 meses ago Revert "[Android] Use equals to compare GL version string instead of contains. This should really be some sort of sscanf check so we can check if version > 3.0 but we'll worry about that when OpenGL E...
3.5-1666 10 anos, 9 meses ago [Android] Use equals to compare GL version string instead of contains. This should really be some sort of sscanf check so we can check if version > 3.0 but we'll worry about that when OpenGL ES 4.0 is...
3.5-1665 10 anos, 9 meses ago Fix an issue where TextureConverter.cpp was creating a renderbuffer with the wrong format. Also a few minor shader issues where they were using integers in place of floats.
3.5-1664 10 anos, 9 meses ago Fix Mali-T604 shader compilation
3.5-1663 10 anos, 9 meses ago Add in the Mali driver bug so we can call glFlush every flush. It seemingly is quicker calling flush every time instead of every n times.
3.5-1662 10 anos, 9 meses ago Merge branch 'multi-tas-input'
3.5-1658 10 anos, 9 meses ago Forgot this from the last commit.
3.5-1656 10 anos, 9 meses ago FrameTools: Use the correct window handle for resizing the window
3.5-1655 10 anos, 9 meses ago fix a small uid awsome bug
3.5-1654 10 anos, 9 meses ago OGL/SamplerCache: Treat lod_bias as a signed integer.