aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/tests/trivial
Commit message (Expand)AuthorAgeFilesLines
* gallium: add pipe cap for scissored clears and pass scissor state to clear() ...Mike Blumenkrantz2020-04-292-2/+2
* meson: inline `inc_common`Eric Engestrom2020-03-281-1/+1
* Revert "gallium: make handles of set_global_binding 64 bit"Karol Herbst2020-03-101-3/+3
* gallium: make handles of set_global_binding 64 bitKarol Herbst2020-03-101-3/+3
* gallium: pass cso_velems_state into cso_context instead of pipe_vertex_elementMarek Olšák2020-02-282-22/+26
* gallium: Refactor some single-pixel util_format_read/writes.Eric Anholt2020-02-041-7/+7
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* meson: drop unused dep_{thread,dl}Eric Engestrom2019-08-031-1/+1
* meson: replace libmesa_util with idep_mesautilEric Engestrom2019-08-031-2/+2
* meson: Add dep_thread dependency.Vinson Lee2019-07-131-0/+1
* delete autotools .gitignore filesEric Engestrom2019-04-291-4/+0
* Delete autotoolsDylan Baker2019-04-151-25/+0
* 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-062-2/+4
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-311-2/+2
* gallium/tests/trivial: fix viewport depth transformIlia Mirkin2018-04-212-6/+7
* autotools: Include new meson files18.1-branchpointDylan Baker2018-04-201-0/+2
* meson: Build gallium trivial testsDylan Baker2018-04-181-0/+29
* gallium/util: s/uint/enum tgsi_semantic/ in simple shader codeBrian Paul2018-02-082-6/+6
* 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
* gallium: let state trackers tell u_vbuf whether user VBOs are possibleMarek Olšák2017-02-142-2/+2
* util/blitter: add clamping during SINT <-> UINT blitsNicolai Hähnle2016-11-161-0/+1
* Treewide: Remove Elements() macroJan Vesely2016-05-171-3/+3
* gallium: distinguish between shader IR in get_compute_paramBas Nieuwenhuizen2016-04-021-1/+3
* gallium: add compute shader IR typeBas Nieuwenhuizen2016-04-021-0/+1
* gallium/tests: silence warning in compute.cBrian Paul2016-03-051-1/+1
* gallium: add a new interface for pipe_context::launch_grid()Samuel Pitoiset2016-02-131-1/+10
* gallium/util: switch over to new u_debug_image.[ch] codeBrian Paul2016-02-082-2/+2
* gallium/tests: fix build with clang compilerSamuel Pitoiset2016-01-031-273/+330
* gallium: rename libpipe_loader to libpipe_loader_dynamicEmil Velikov2015-11-211-1/+1
* pipe-loader: rework the sw backendEmil Velikov2015-11-211-1/+0
* gallium/tests: remove unneeded include pathsEmil Velikov2015-11-211-4/+0
* gallium: remove library_path argument from pipe_loader_create_screen()Emil Velikov2015-11-214-5/+4
* automake: use GALLIUM_PIPE_LOADER_DEFINES only where applicableEmil Velikov2015-11-211-2/+1
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-263-3/+3
* gallium/tests: use cso_set_samplersMarek Olšák2015-07-231-2/+3
* automake: remove empty GALLIUM_PIPE_LOADER_LIBSEmil Velikov2015-07-131-1/+0
* automake: pipe-loader: remove the 'client' pipe-loaderEmil Velikov2015-07-131-2/+2
* util/blitter (and friends): generate appropriate SVIEW declsRob Clark2015-06-211-1/+3
* cso: put cso_release_all into cso_destroy_contextMarek Olšák2014-12-102-9/+2
* gallium/tests: add missing arg to util_make_vertex_passthrough_shader()Brian Paul2014-11-172-2/+2
* gallium: remove unused pipe_viewport_state::translate[3] and scale[3]Marek Olšák2014-11-162-4/+0
* gallium/tests: automake: link against libmesautil.laEmil Velikov2014-08-051-0/+1
* automake: include the libdeps in the correct orderEmil Velikov2014-06-191-2/+2
* targets: use GALLIUM_PIPE_LOADER_WINSYS_LIB_DEPSEmil Velikov2014-06-191-14/+3
* Make DRI dependencies and build depend on the targetJon TURNEY2014-05-231-1/+1
* gallium/tests: conditionally include sw/dri winsysEmil Velikov2014-04-251-1/+5