aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/tests/trivial
Commit message (Expand)AuthorAgeFilesLines
* 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
* automake: cleanup pipe-loader handling when using sw/xlib winsysEmil Velikov2014-04-251-1/+1
* automake: introduce GALLIUM_COMMON_LIB_DEPSEmil Velikov2014-04-051-3/+1
* pipe-loader: wrap pipe_loader_sw_probe_xlib within HAVE_PIPE_LOADER_XLIBEmil Velikov2014-02-241-0/+7
* pipe-loader: introduce pipe_loader_sw_probe_dri helperEmil Velikov2014-02-221-0/+1
* pipe-loader: split out "client" versionRob Clark2014-02-161-2/+2
* gallium/tests: do not link against libudevEmil Velikov2014-02-111-1/+0
* gallium: remove PIPE_USAGE_STATICMarek Olšák2014-02-062-2/+2
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-2/+2
* gallium/tests: use pipe_context::bind_sampler_states()Brian Paul2013-10-031-2/+3
* gallium/util: make WRITES_ALL_CBUFS optional in the passthrough fragment shaderMarek Olšák2013-06-131-1/+1
* build: Remove libpipe_loader.la from GALLIUM_PIPE_LOADER_LIBS.Matt Turner2013-04-301-0/+1
* build: Remove libws_null.la from GALLIUM_PIPE_LOADER_LIBS.Matt Turner2013-04-301-0/+1
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-232-2/+4
* build: Build pipe-loader before gallium testsMatt Turner2013-04-151-4/+0
* gallium/tests: check format in compute tests, make selectableChristoph Bumiller2013-03-121-17/+52
* gallium/util: fix glClear with MRT by making the FS write to all cbufsMarek Olšák2013-01-151-1/+2
* gallium/tests/trivial: Convert to automakeAndreas Boll2013-01-102-54/+34
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-042-2/+2
* gallium/tests: fix build breakage after pipe_surface::usage removalMarek Olšák2012-12-211-1/+0
* gallium: remove pipe_surface::usageMarek Olšák2012-12-122-2/+0
* gallium/tests/trivial: updates for transfer functions changesAndreas Boll2012-11-271-10/+4
* gallium/tests/trivial: updates for CSO interface changesAndreas Boll2012-11-271-2/+2
* gallium/tests/trivial: updates for util_draw_vertex_buffer changesAndreas Boll2012-11-272-2/+2
* gallium/tests: update .gitignore filesAndreas Boll2012-11-211-0/+1
* gallium: unify transfer functionsMarek Olšák2012-10-111-5/+1
* gallium/tests/trivial: updates for CSO interface changesBrian Paul2012-08-031-2/+2
* gallium/tests/trivial: Import compute unit tests.Francisco Jerez2012-05-112-1/+1594
* gallium/tests/trivial: Switch to the pipe loader.Francisco Jerez2012-05-113-36/+39
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-102-0/+2
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-182-12/+12
* gallium/tests/trivial: update commentBrian Paul2011-06-241-1/+1
* gallium/tests/trivial: use CXX to do final linkBrian Paul2011-06-241-1/+1
* gallium/tests/trivial: make it buildAlon Levy2011-06-243-6/+11
* gallium: remove flags from the flush functionMarek Olšák2011-03-112-2/+2
* gallium: add usage parameter to pipe_buffer_createMarek Olšák2011-02-152-2/+4
* gallium: support for array textures and related changesRoland Scheidegger2010-12-022-5/+18
* gallium: Make trivial examples use target helpersJakob Bornecrantz2010-07-043-26/+23
* gallium: Fix compilation of trivial quad-texJakob Bornecrantz2010-07-041-1/+1
* gallium: remnants of old ccw stateKeith Whitwell2010-05-212-4/+2
* gallium/tests: Make trivial apps depend on libsJakob Bornecrantz2010-04-181-1/+1
* gallium/tests: Fix trivial examplesJakob Bornecrantz2010-04-173-25/+29