- 15 Feb, 2011 1 commit
-
-
Fabian Bieler authored
-
- 14 Feb, 2011 4 commits
-
-
Vinson Lee authored
Link with math library for pow symbol.
-
Marek Olšák authored
-
Marek Olšák authored
-
Marek Olšák authored
The only test which is different is texline.
-
- 10 Feb, 2011 8 commits
-
-
Chad Versace authored
-
U. Artie Eoff authored
Respond to KeyboardInterrupt exception so that execution can clean up and write a summary file before shutting down.
-
U. Artie Eoff authored
Add SyncFileWriter class to synchronize writes to the 'main' results file from multiple threads. This helps to ensure that writes to this file are not intermingled.
-
U. Artie Eoff authored
Move asmparsertests to a separate ThreadPool group named 'gpu-not-used'. This ThreadPool is created with 2 worker threads by default. This change makes the asmparsertests execute concurrently with all other tests that are allocated in another ThreadPool (currently everything else).
-
U. Artie Eoff authored
Modify Test class to use ThreadPools in its doRun method. All tests now execute in the default ThreadPool named 'base'. A Test instance can be configured to run in a different (named) ThreadPool instance by setting its poolName member variable to that name.
-
U. Artie Eoff authored
Add synchronization decorator to Logger functions for multithreaded logging support.
-
U. Artie Eoff authored
Add threads.py which defines a synchronization decorator that will be used for multithreaded synchronized access to critical sections. Also defines a ThreadPools singleton that manages named ThreadPool instances. A ThreadPool instance named 'base' is created by default with one worker thread. New uniquely named ThreadPool instances can be created with a configurable number of worker threads.
-
U. Artie Eoff authored
Add threadpool.py to support future concurrency support.
-
- 07 Feb, 2011 1 commit
-
-
U. Artie Eoff authored
Added log.py which includes a simple Logger class that wraps some basic functions from the Python logging module. The log wrapper simplifies setup and will accommodate thread synchronization in the future. Test::doRun now uses the new log facility. NOTE: this changes the format of the 'test progress' previously printed via stdout. Added patterns.py which includes a Singleton class design pattern to support the Logger class. Future design patterns can be added to this file. Tested with Python 2.7 on Linux. All should be compatible with Windows and Mac and most earlier widely-used versions of Python. Signed-off-by:
Ian Romanick <ian.d.romanick@intel.com> Reviewed-by:
Chad Versace <chad.versace@intel.com>
-
- 04 Feb, 2011 12 commits
-
-
Ian Romanick authored
Use #version 100 shaders. Use generic attribute 0 instead of gl_Vertex. Don't use gl_ModelViewProjectionMatrix. Use GL_TRIANGLE_STRIP instead of GL_QUADS. Make sure all the shaders need are actually included. Previously glsl-uniform-color.frag was not in the GIT repo.
-
Chad Versace authored
For langauage versions: 1.00 1.10 1.20
-
Chad Versace authored
For language versions: 1.00 1.10 1.20
-
Chad Versace authored
For language versions: 1.00 1.10 1.30
-
Chad Versace authored
Move tests div-by-zero-* and modulus-zero-* into their respective spec/glsl-1.xx/compiler/arithmetic-operators directory. Also add to each test an appropriate quote from the spec.
-
Chad Versace authored
Change #version from 120 to 130 because modulus operator '%' is reserved in 120.
-
Eric Anholt authored
But this was broken back on Mesa 7.8.
-
Eric Anholt authored
-
Eric Anholt authored
It turns out these weren't the bugs I was looking for in the i965 driver, but they look different from our other texturing tests in useful ways.
-
Eric Anholt authored
-
Eric Anholt authored
-
Vinson Lee authored
Fixes this GCC warning. fbo-storage-formats.c:179: warning: unused variable 'cbuffer'.
-
- 03 Feb, 2011 1 commit
-
-
Vinson Lee authored
Fixes GCC warning. fbo-draw-buffers-blend.c:183: warning: unused variable 'pix'
-
- 02 Feb, 2011 2 commits
-
-
Vinson Lee authored
- 01 Feb, 2011 5 commits
-
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Ian Romanick authored
This prevents a certainly class of false positives. Also add the test to the list of tests.
-
Ian Romanick authored
This reproduces Meego bugzilla #13005.
-
Ian Romanick authored
These functions were also not part of core (for GLSL) until OpenGL 2.0.
-
- 30 Jan, 2011 1 commit
-
-
Marek Olšák authored
-
- 29 Jan, 2011 2 commits
-
-
Marek Olšák authored
-
Marek Olšák authored
-
- 28 Jan, 2011 3 commits
-
-
Vinson Lee authored
-
Chad Versace authored
Consequence of previous commit: Revert "glsl_parser_test: Add config opt 'override_extensions'"
-
Chad Versace authored
This reverts commit 3fd587bc. The email that precipitated the revert: On 01/27/2011 11:52 AM, Ian Romanick wrote: I don't understand why it is useful / necessary to have this in the test. If you're trying to test driver features while they're being implemented, you can / should do this by hand. If you're not trying to test driver features while they're being implemented, you don't any this to happen behind your back.
-