dolphin/Source/Core
Ryan Houdek 7acc64eb0a [Android] Reenable the bug for dynamic UBO array member accesses.
Some information on this bug since this isn't quite true.
Seemingly with the v53 driver, Qualcomm has actually fixed this bug. So we can dynamically access UBO array members.
The issue that is cropping up is actually converting our attribute 'fposmtx' to an integer.
int posmtx = int(fpostmtx);
This line causes some seemingly garbage values to enter in to the posmtx variable.
Not sure exactly why it is failing, probably them just not actually converting the float to an integer and just handling the float directly as a integer.
So the bug is going to stay active with Qualcomm devices until we convert this vertex attribute from a float to a integer.
2014-01-07 07:56:30 -06:00
..
AudioCommon Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
Common Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
Core Bootmanager.cpp fixes and clean up. 2014-01-02 16:36:06 -05:00
DiscIO Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
DolphinWX Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
InputCommon Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
VideoBackends D3D: Verbosify an error message. 2014-01-06 10:31:09 +00:00
VideoCommon [Android] Reenable the bug for dynamic UBO array member accesses. 2014-01-07 07:56:30 -06:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00