summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/tests: Update UTIL_FORMAT_MAX_* defines.Jose Fonseca2016-04-191-0/+4
* scons: Add a "check" target to run all unit tests.Jose Fonseca2016-04-141-7/+5
* test/unit: Make translate_test invoke translate_create by default.Jose Fonseca2016-04-141-3/+4
* test/unit: Make pipe_barrier_test actually check correct bahavior.Jose Fonseca2016-04-141-7/+50
* 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: declare sampler views in shadersBrian Paul2016-03-213-0/+3
* 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-083-2/+3
* 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-2612-12/+12
* gallium/tests: use cso_set_samplersMarek Olšák2015-07-231-2/+3
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-7/+7
* 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
* mesa: Add scons files to distribution.Matt Turner2014-12-121-0/+2
* cso: put cso_release_all into cso_destroy_contextMarek Olšák2014-12-102-9/+2
* graw: Avoid 'near'/'far' variables.José Fonseca2014-12-018-24/+24
* 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-1610-20/+0
* gallium/tests: automake: link against libmesautil.laEmil Velikov2014-08-052-0/+2
* gallium: Move sRGB <-> RGB handling to libmesautilJason Ekstrand2014-08-042-2/+2
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-2/+2
* automake: include the libdeps in the correct orderEmil Velikov2014-06-191-2/+2