summaryrefslogtreecommitdiff
path: root/src/gallium/tests
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: add a helper to compute vertex count from primitive countIago Toral Quiroga2019-08-082-1/+47
* meson: drop unused dep_{thread,dl}Eric Engestrom2019-08-033-3/+3
* meson: replace libmesa_util with idep_mesautilEric Engestrom2019-08-033-6/+6
* u_half_test: Turn it into an actual unit test.Eric Anholt2019-07-161-4/+5
* meson: Add dep_thread dependency.Vinson Lee2019-07-131-0/+1
* tests/graw: use C99 print conversion specifier for 32 bit buildsMark Janes2019-06-061-1/+2
* delete autotools .gitignore filesEric Engestrom2019-04-292-10/+0
* Delete autotoolsDylan Baker2019-04-152-59/+0
* gallium: Make sure we return is_unorm/is_snorm for compressed formats.Eric Anholt2019-01-251-0/+65
* gallium: Enable unit tests as actual meson unit tests.Eric Anholt2019-01-252-7/+9
* gallium: Fix uninitialized variable warning in compute test.Eric Anholt2018-11-271-1/+1
* gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák2018-09-0612-12/+24
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-311-2/+2
* gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samplesMarek Olšák2018-07-319-17/+0
* gallium/tests: Don't ignore S3TC errors.Jose Fonseca2018-07-241-5/+0
* gallium/tests: Fix assignment of EXTRA_DISTMatt Turner2018-05-091-3/+1
* gallium/tests/trivial: fix viewport depth transformIlia Mirkin2018-04-212-6/+7
* autotools: Include new meson files18.1-branchpointDylan Baker2018-04-202-0/+4
* meson: build graw testsDylan Baker2018-04-182-0/+37
* meson: build gallium unit testsDylan Baker2018-04-182-0/+34
* meson: Build gallium trivial testsDylan Baker2018-04-182-0/+50
* gallium: move ddebug, noop, rbug, trace to auxiliary to improve build timesMarek Olšák2018-04-131-1/+0
* gallium/util: s/uint/enum tgsi_semantic/ in simple shader codeBrian Paul2018-02-082-6/+6
* Revert "gallium: build ddebug, noop, rbug, trace as part of auxiliary"Roland Scheidegger2018-02-071-0/+1
* gallium: build ddebug, noop, rbug, trace as part of auxiliaryMarek Olšák2018-02-071-1/+0
* util: move os_time.[ch] to src/utilNicolai Hähnle2017-11-091-1/+2
* util: move pipe_barrier into src/util and rename to util_barrierNicolai Hähnle2017-11-091-6/+6
* gallium: Remove util_format_s3tc_init()Matt Turner2017-10-021-2/+0
* gallium: Remove util_format_s3tc_enabledMatt Turner2017-10-021-5/+0
* gallium/tests: use ARRAY_SIZE macroEric Engestrom2017-09-083-3/+9
* gallium/tests: always use two-dimensional constant referencesNicolai Hähnle2017-09-042-8/+8
* pipe-loader: remove config from pipe_loader_create_screenNicolai Hähnle2017-08-043-3/+3
* gallium: add pipe_screen_config to screen_create functionsNicolai Hähnle2017-08-023-3/+3
* gallium: allow passing 'unsigned flags' to create_screen()Marek Olšák2017-06-233-3/+3
* gallium/util: add _LZ and TXF options to simple shadersMarek Olšák2017-06-071-1/+2
* u_format_test: Ignore S3TC errors.Jose Fonseca2017-05-221-0/+25
* gallium/tests: fix build after index buffer changesMarek Olšák2017-05-1116-32/+32
* gallium/util: replace pipe_thread_create() with u_thread_create()Timothy Arceri2017-03-121-1/+1
* gallium/tests: remove execute bit from TGSI shader - vert-uadd.shEmil Velikov2017-03-101-0/+0
* gallium/util: replace pipe_thread_wait() with thrd_join()Timothy Arceri2017-03-071-1/+1
* gallium/util: remove PIPE_THREAD_ROUTINE()Timothy Arceri2017-03-071-1/+2
* gallium/util: replace pipe_thread with thrd_tTimothy Arceri2017-03-071-1/+1
* gallium: let state trackers tell u_vbuf whether user VBOs are possibleMarek Olšák2017-02-142-2/+2
* gallium: fix more occurences of u_hash.hMarek Olšák2016-11-221-1/+1
* util/blitter: add clamping during SINT <-> UINT blitsNicolai Hähnle2016-11-161-0/+1
* gallium: add missing zero-init for resource templatesRob Clark2016-10-079-0/+16
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-235-72/+49
* scons: whitespace cleanupGiuseppe Bilotta2016-05-251-1/+1
* Treewide: Remove Elements() macroJan Vesely2016-05-173-6/+6
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-223-23/+23