summaryrefslogtreecommitdiff
path: root/src/gallium/tests
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-09util: move os_time.[ch] to src/utilNicolai Hähnle1-1/+2
2017-11-09util: move pipe_barrier into src/util and rename to util_barrierNicolai Hähnle1-6/+6
2017-10-02gallium: Remove util_format_s3tc_init()Matt Turner1-2/+0
2017-10-02gallium: Remove util_format_s3tc_enabledMatt Turner1-5/+0
2017-09-08gallium/tests: use ARRAY_SIZE macroEric Engestrom3-3/+9
2017-09-04gallium/tests: always use two-dimensional constant referencesNicolai Hähnle2-8/+8
2017-08-04pipe-loader: remove config from pipe_loader_create_screenNicolai Hähnle3-3/+3
2017-08-02gallium: add pipe_screen_config to screen_create functionsNicolai Hähnle3-3/+3
2017-06-23gallium: allow passing 'unsigned flags' to create_screen()Marek Olšák3-3/+3
2017-06-07gallium/util: add _LZ and TXF options to simple shadersMarek Olšák1-1/+2
2017-05-22u_format_test: Ignore S3TC errors.Jose Fonseca1-0/+25
2017-05-11gallium/tests: fix build after index buffer changesMarek Olšák16-32/+32
2017-03-12gallium/util: replace pipe_thread_create() with u_thread_create()Timothy Arceri1-1/+1
2017-03-10gallium/tests: remove execute bit from TGSI shader - vert-uadd.shEmil Velikov1-0/+0
2017-03-07gallium/util: replace pipe_thread_wait() with thrd_join()Timothy Arceri1-1/+1
2017-03-07gallium/util: remove PIPE_THREAD_ROUTINE()Timothy Arceri1-1/+2
2017-03-07gallium/util: replace pipe_thread with thrd_tTimothy Arceri1-1/+1
2017-02-14gallium: let state trackers tell u_vbuf whether user VBOs are possibleMarek Olšák2-2/+2
2016-11-22gallium: fix more occurences of u_hash.hMarek Olšák1-1/+1
2016-11-16util/blitter: add clamping during SINT <-> UINT blitsNicolai Hähnle1-0/+1
2016-10-07gallium: add missing zero-init for resource templatesRob Clark9-0/+16
2016-07-23gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák5-72/+49
2016-05-25scons: whitespace cleanupGiuseppe Bilotta1-1/+1
2016-05-17Treewide: Remove Elements() macroJan Vesely3-6/+6
2016-04-22gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák3-23/+23
2016-04-19gallium/tests: Update UTIL_FORMAT_MAX_* defines.Jose Fonseca1-0/+4
2016-04-14scons: Add a "check" target to run all unit tests.Jose Fonseca1-7/+5
2016-04-14test/unit: Make translate_test invoke translate_create by default.Jose Fonseca1-3/+4
2016-04-14test/unit: Make pipe_barrier_test actually check correct bahavior.Jose Fonseca1-7/+50
2016-04-02gallium: distinguish between shader IR in get_compute_paramBas Nieuwenhuizen1-1/+3
2016-04-02gallium: add compute shader IR typeBas Nieuwenhuizen1-0/+1
2016-03-21gallium/tests: declare sampler views in shadersBrian Paul3-0/+3
2016-03-05gallium/tests: silence warning in compute.cBrian Paul1-1/+1
2016-02-13gallium: add a new interface for pipe_context::launch_grid()Samuel Pitoiset1-1/+10
2016-02-08gallium/util: switch over to new u_debug_image.[ch] codeBrian Paul3-2/+3