1cc61b7d03cad727bbddd00cea8d78f4f6cc9047 |
|
30-May-2015 |
Jarkko Pöyry <jpoyry@google.com> |
Fix clang string literal conversion warnings. - Add DE_FATAL(MSG) macro to replace DE_ASSERT(!"MSG") pattern used in code. Bug: 21161908 Change-Id: I96414b9ecfbb953b1c5236753c21c5c2d08d3f59
/external/deqp/framework/common/tcuFloatFormat.cpp
|
4fdcdd50d72a1317dbab9f75738e5bb9ccd30634 |
|
05-May-2015 |
Pyry Haulos <phaulos@google.com> |
Relax builtin precision tests, fix issue in div rounding * sin(), cos() and derived: Use |x| * 2^-10 for mediump inputs outside of range [-pi,pi]. * asin(), acos(), and atan(): Use 4096 ULP for highp (from OpenCL's fast relaxed math). * modf(): allow any value, including NaN, as fractional if Inf support is not mandated for the precision (lowp and mediump). * atan(y, x): allow any value if y or x is Inf and no Inf support is mandated for the precision. * div (and derived): allow rounding of -/+inf to -/+maxval when both inputs are ordinary and denominator is not 0 (legal in RTZ mode). Bug: 20453754 Bug: 18323265 Change-Id: I8e2fad8909e29993e961d66a175963071ea2e5a8
/external/deqp/framework/common/tcuFloatFormat.cpp
|
2e751e3e77060f699c560104e82379d3ce54f67a |
|
25-Sep-2014 |
Pyry Haulos <phaulos@google.com> |
Import several fixes from main repo: * Rounding of overflowed operation results in shader precision tests * GL object leak in glu::ObjectVector * False negatives due to ambiguous cube corner texel selection * x11_glx build from this repo (bonus) Change-Id: Ifeb6570cad5dec961057decc4af85365c3054f1c
/external/deqp/framework/common/tcuFloatFormat.cpp
|
3c827367444ee418f129b2c238299f49d3264554 |
|
02-Sep-2014 |
Jarkko Poyry <jpoyry@google.com> |
Import dEQP. Import drawElements Quality Program from an internal repository. Bug: 17388917 Change-Id: Ic109fe4a57e31b2a816113d90fbdf51a43e7abeb
/external/deqp/framework/common/tcuFloatFormat.cpp
|