summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests/trivial/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* gallium/tests/trivial: Import compute unit tests.Francisco Jerez2012-05-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | Add a test program that tries to exercise some of the language features commonly used by compute programs at the Gallium API level: - Correctness of the values returned by the grid parameters. - Proper functioning of resource LOADs and STOREs. - Subroutine calls. - Argument passing to the compute parameter through the INPUT memory space. - Mapping of buffer objects to the GLOBAL memory space. - Proper functioning of the PRIVATE and LOCAL memory spaces. - Texture sampling and constant buffers. - Support for multiple kernels in the same program. - Indirect resource indexing. - Formatted resource loads and stores (i.e. with channel conversion and scaling) using several different formats. - Proper functioning of work-group barriers. - Atomicity and semantics of the atomic opcodes. As of now all of them seem to pass on my nvA8.
* gallium/tests/trivial: Switch to the pipe loader.Francisco Jerez2012-05-111-14/+13
| | | | | | | | It simplifies things slightly, and besides, it makes possible to execute the trivial tests on a hardware device instead of being limited to software rendering. Reviewed-by: Jakob Bornecrantz <[email protected]>
* gallium/tests/trivial: update commentBrian Paul2011-06-241-1/+1
|
* gallium/tests/trivial: use CXX to do final linkBrian Paul2011-06-241-1/+1
|
* gallium/tests/trivial: make it buildAlon Levy2011-06-241-2/+7
| | | | | Signed-off-by: Alon Levy <[email protected]> Signed-off-by: Brian Paul <[email protected]>
* gallium: Make trivial examples use target helpersJakob Bornecrantz2010-07-041-0/+5
|
* gallium/tests: Make trivial apps depend on libsJakob Bornecrantz2010-04-181-1/+1
|
* gallium/tests: Fix trivial examplesJakob Bornecrantz2010-04-171-1/+1
|
* progs/gallium: Fix relative path in Makefile.Vinson Lee2010-04-141-1/+1
|
* progs/gallium: Move into src/gallium/testsJosé Fonseca2010-04-131-0/+44
Two reasons: - progs will eventually have its own repository - it is just to easy to forget updating the code for interface changes when it is outside of src