History log of /external/mesa3d/src/gallium/tests/unit/translate_test.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3a62e8bcac75ca296619adb7fe4ea806a98beef9 05-Jun-2012 Brian Paul <brianp@vmware.com> translate_test: add support for half floats

Fixes assertion reported in
https://bugs.freedesktop.org/show_bug.cgi?id=44519
but there's still failing cases.
/external/mesa3d/src/gallium/tests/unit/translate_test.c
066875f340dd6160b60cc7d205faf3a496581220 27-Aug-2011 Kai Wasserbäch <kai@dev.carbon-project.org> tests/unit: Fix include style

As explained in the thread starting at [0], the internal include style
should be »#include "path/to/header.h"« for non-system includes.

[0]
<http://news.gmane.org/find-root.php?message_id=%3c4E5802BE.6020206%40vmware.com%3e>

Signed-off-by: Kai Wasserbäch <kai@dev.carbon-project.org>
Signed-off-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/gallium/tests/unit/translate_test.c
6586a3b287ad2799addd392d92c56c7f83e22e8f 01-Apr-2011 José Fonseca <jfonseca@vmware.com> tests: Use elts in translate_test.
/external/mesa3d/src/gallium/tests/unit/translate_test.c
26c042c30aa3a2ec7eaf1a2b766bc4fd2bfcdb84 13-Aug-2010 Vinson Lee <vlee@vmware.com> translate_test: Fix compilation with MSVC.
/external/mesa3d/src/gallium/tests/unit/translate_test.c
b9abe7f62c09c0395214b9447032323b3846b2cf 12-Aug-2010 Luca Barbieri <luca@luca-barbieri.com> translate_test: fix compilation on non-POSIX platforms

Use a kludgy function based on rand() instead of drand48()
/external/mesa3d/src/gallium/tests/unit/translate_test.c
4d946c4e8adf3f0ac447b6a9a6caf17392b816cd 12-Aug-2010 Luca Barbieri <luca@luca-barbieri.com> translate_test: improve

1. Generate random data specifically for float and doubles, so that
they end up in [0, 1] range
2. Don't test useless conversions like SCALED <-> NORM
3. Poison the buffers before testing
/external/mesa3d/src/gallium/tests/unit/translate_test.c
39cd4f7ceb09dc3050f93d1fb326faf24c11150e 11-Aug-2010 Luca Barbieri <luca@luca-barbieri.com> translate_test: fix segfault on x86-64
/external/mesa3d/src/gallium/tests/unit/translate_test.c
99cc6d70a4dc87c67f3eec9b118a853947718373 11-Aug-2010 Luca Barbieri <luca@luca-barbieri.com> translate_test: fix, reindent, and improve

1. Fix the segfault due to the reverted commit using the new interface
2. Reindent to Mesa 3 spaces style
3. Improve output and return success/failure with error code
4. Add much better support for testing translate_sse
/external/mesa3d/src/gallium/tests/unit/translate_test.c
945e38c73b46afc12b0655f9fc8200f216a8f8c1 11-Aug-2010 Luca Barbieri <luca@luca-barbieri.com> translate: add testsuite

Currently only checks all possible format conversions, and doesn't
attempt to test whether multiple buffers/elements or indices work.
/external/mesa3d/src/gallium/tests/unit/translate_test.c