summaryrefslogtreecommitdiff
path: root/src/gallium/tests
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-03gallium/tests: fix build with clang compilerSamuel Pitoiset1-273/+330
2015-11-21gallium: rename libpipe_loader to libpipe_loader_dynamicEmil Velikov1-1/+1
2015-11-21pipe-loader: rework the sw backendEmil Velikov1-1/+0
2015-11-21gallium/tests: remove unneeded include pathsEmil Velikov1-4/+0
2015-11-21gallium: remove library_path argument from pipe_loader_create_screen()Emil Velikov4-5/+4
2015-11-21automake: use GALLIUM_PIPE_LOADER_DEFINES only where applicableEmil Velikov1-2/+1
2015-08-26gallium: add flags parameter to pipe_screen::context_createMarek Olšák12-12/+12
2015-07-23gallium/tests: use cso_set_samplersMarek Olšák1-2/+3
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-7/+7
2015-07-13automake: remove empty GALLIUM_PIPE_LOADER_LIBSEmil Velikov1-1/+0
2015-07-13automake: pipe-loader: remove the 'client' pipe-loaderEmil Velikov1-2/+2
2015-06-21util/blitter (and friends): generate appropriate SVIEW declsRob Clark1-1/+3
2014-12-12mesa: Add scons files to distribution.Matt Turner1-0/+2
2014-12-10cso: put cso_release_all into cso_destroy_contextMarek Olšák2-9/+2
2014-12-01graw: Avoid 'near'/'far' variables.José Fonseca8-24/+24
2014-11-17gallium/tests: add missing arg to util_make_vertex_passthrough_shader()Brian Paul2-2/+2
2014-11-16gallium: remove unused pipe_viewport_state::translate[3] and scale[3]Marek Olšák10-20/+0
2014-08-05gallium/tests: automake: link against libmesautil.laEmil Velikov2-0/+2
2014-08-04gallium: Move sRGB <-> RGB handling to libmesautilJason Ekstrand2-2/+2
2014-07-01gallium: add an index argument to create_queryIlia Mirkin1-2/+2
2014-06-19automake: include the libdeps in the correct orderEmil Velikov1-2/+2
2014-06-19targets: use GALLIUM_PIPE_LOADER_WINSYS_LIB_DEPSEmil Velikov1-14/+3
2014-05-23Make DRI dependencies and build depend on the targetJon TURNEY1-1/+1
2014-04-25gallium/tests: conditionally include sw/dri winsysEmil Velikov1-1/+5
2014-04-25automake: cleanup pipe-loader handling when using sw/xlib winsysEmil Velikov1-1/+1
2014-04-05automake: introduce GALLIUM_COMMON_LIB_DEPSEmil Velikov2-6/+2