summaryrefslogtreecommitdiff
path: root/src/gallium/tests
AgeCommit message (Expand)AuthorFilesLines
2020-10-06gallium/util: remove empty file u_half.hMarek Olšák2-2/+2
2020-10-06util: remove util_float_to_half and util_half_to_float wrappersMarek Olšák2-3/+3
2020-10-06util: implement F16C using inline assembly on x86_64Marek Olšák1-6/+19
2020-10-01Revert F16C series (MR 6774)Matt Turner2-24/+11
2020-09-30gallium/util: remove empty file u_half.hMarek Olšák2-2/+2
2020-09-30util: remove util_float_to_half and util_half_to_float wrappersMarek Olšák2-3/+3
2020-09-30util: implement f16c - fast half<->float conversionsMarek Olšák1-6/+19
2020-09-22gallium: rename PIPE_TRANSFER_* -> PIPE_MAP_*Marek Olšák7-16/+16
2020-08-28gallium/tests: Fix compiler warning about unused vars in trivial tests.Eric Anholt3-4/+5
2020-08-16util: Move fetch_rgba to a separate function table.Eric Anholt1-7/+9
2020-08-16util: Make all 3 fetch_rgba functions occupy the same function slot.Eric Anholt1-4/+4
2020-08-12util: Split the pack/unpack functions out of the format desc.Eric Anholt1-6/+10
2020-05-13gallium: rename 'state tracker' to 'frontend'Marek Olšák9-9/+9
2020-04-29gallium: add pipe cap for scissored clears and pass scissor state to clear() ...Mike Blumenkrantz19-15/+19
2020-03-30scons: Prune out unnecessary targets.Jose Fonseca2-73/+0
2020-03-28meson: inline `inc_common`Eric Engestrom3-3/+3
2020-03-10Revert "gallium: make handles of set_global_binding 64 bit"Karol Herbst1-3/+3
2020-03-10gallium: make handles of set_global_binding 64 bitKarol Herbst1-3/+3
2020-02-28gallium: pass cso_velems_state into cso_context instead of pipe_vertex_elementMarek Olšák2-22/+26
2020-02-04gallium: Refactor some single-pixel util_format_read/writes.Eric Anholt1-7/+7
2019-12-27u_format: move format tests to util/tests/Eric Engestrom4-899/+1
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt5-7/+7
2019-10-10meson: disable graw tests on mingwDylan Baker1-1/+6
2019-10-10meson: don't build gallium trivial tests on windowsDylan Baker1-2/+7
2019-09-17ci: Run tests on i386 cross buildsAdam Jackson1-1/+3
2019-08-08gallium/util: add a helper to compute vertex count from primitive countIago Toral Quiroga2-1/+47
2019-08-03meson: drop unused dep_{thread,dl}Eric Engestrom3-3/+3
2019-08-03meson: replace libmesa_util with idep_mesautilEric Engestrom3-6/+6
2019-07-16u_half_test: Turn it into an actual unit test.Eric Anholt1-4/+5
2019-07-13meson: Add dep_thread dependency.Vinson Lee1-0/+1
2019-06-06tests/graw: use C99 print conversion specifier for 32 bit buildsMark Janes1-1/+2
2019-04-29delete autotools .gitignore filesEric Engestrom2-10/+0
2019-04-15Delete autotoolsDylan Baker2-59/+0
2019-01-25gallium: Make sure we return is_unorm/is_snorm for compressed formats.Eric Anholt1-0/+65
2019-01-25gallium: Enable unit tests as actual meson unit tests.Eric Anholt2-7/+9
2018-11-27gallium: Fix uninitialized variable warning in compute test.Eric Anholt1-1/+1
2018-09-06gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák12-12/+24
2018-07-31gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák1-2/+2
2018-07-31gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samplesMarek Olšák9-17/+0
2018-07-24gallium/tests: Don't ignore S3TC errors.Jose Fonseca1-5/+0
2018-05-09gallium/tests: Fix assignment of EXTRA_DISTMatt Turner1-3/+1
2018-04-21gallium/tests/trivial: fix viewport depth transformIlia Mirkin2-6/+7
2018-04-20autotools: Include new meson files18.1-branchpointDylan Baker2-0/+4
2018-04-18meson: build graw testsDylan Baker2-0/+37
2018-04-18meson: build gallium unit testsDylan Baker2-0/+34
2018-04-18meson: Build gallium trivial testsDylan Baker2-0/+50
2018-04-13gallium: move ddebug, noop, rbug, trace to auxiliary to improve build timesMarek Olšák1-1/+0
2018-02-08gallium/util: s/uint/enum tgsi_semantic/ in simple shader codeBrian Paul2-6/+6
2018-02-07Revert "gallium: build ddebug, noop, rbug, trace as part of auxiliary"Roland Scheidegger1-0/+1
2018-02-07gallium: build ddebug, noop, rbug, trace as part of auxiliaryMarek Olšák1-1/+0