summaryrefslogtreecommitdiff
path: root/src/gallium/tests/trivial
AgeCommit message (Expand)AuthorFilesLines
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 Velikov1-3/+1
2014-02-24pipe-loader: wrap pipe_loader_sw_probe_xlib within HAVE_PIPE_LOADER_XLIBEmil Velikov1-0/+7
2014-02-22pipe-loader: introduce pipe_loader_sw_probe_dri helperEmil Velikov1-0/+1
2014-02-16pipe-loader: split out "client" versionRob Clark1-2/+2
2014-02-11gallium/tests: do not link against libudevEmil Velikov1-1/+0
2014-02-06gallium: remove PIPE_USAGE_STATICMarek Olšák2-2/+2
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul1-2/+2
2013-10-03gallium/tests: use pipe_context::bind_sampler_states()Brian Paul1-2/+3
2013-06-13gallium/util: make WRITES_ALL_CBUFS optional in the passthrough fragment shaderMarek Olšák1-1/+1
2013-04-30build: Remove libpipe_loader.la from GALLIUM_PIPE_LOADER_LIBS.Matt Turner1-0/+1
2013-04-30build: Remove libws_null.la from GALLIUM_PIPE_LOADER_LIBS.Matt Turner1-0/+1
2013-04-23gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2-2/+4
2013-04-15build: Build pipe-loader before gallium testsMatt Turner1-4/+0
2013-03-12gallium/tests: check format in compute tests, make selectableChristoph Bumiller1-17/+52
2013-01-15gallium/util: fix glClear with MRT by making the FS write to all cbufsMarek Olšák1-1/+2
2013-01-10gallium/tests/trivial: Convert to automakeAndreas Boll2-54/+34
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2-2/+2
2012-12-21gallium/tests: fix build breakage after pipe_surface::usage removalMarek Olšák1-1/+0
2012-12-12gallium: remove pipe_surface::usageMarek Olšák2-2/+0
2012-11-27gallium/tests/trivial: updates for transfer functions changesAndreas Boll1-10/+4
2012-11-27gallium/tests/trivial: updates for CSO interface changesAndreas Boll1-2/+2
2012-11-27gallium/tests/trivial: updates for util_draw_vertex_buffer changesAndreas Boll2-2/+2
2012-11-21gallium/tests: update .gitignore filesAndreas Boll1-0/+1
2012-10-11gallium: unify transfer functionsMarek Olšák1-5/+1
2012-08-03gallium/tests/trivial: updates for CSO interface changesBrian Paul1-2/+2
2012-05-11gallium/tests/trivial: Import compute unit tests.Francisco Jerez2-1/+1594
2012-05-11gallium/tests/trivial: Switch to the pipe loader.Francisco Jerez3-36/+39
2012-01-10Squash-merge branch 'gallium-clip-state'Marek Olšák2-0/+2
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2-12/+12
2011-06-24gallium/tests/trivial: update commentBrian Paul1-1/+1
2011-06-24gallium/tests/trivial: use CXX to do final linkBrian Paul1-1/+1
2011-06-24gallium/tests/trivial: make it buildAlon Levy3-6/+11
2011-03-11gallium: remove flags from the flush functionMarek Olšák2-2/+2
2011-02-15gallium: add usage parameter to pipe_buffer_createMarek Olšák2-2/+4
2010-12-02gallium: support for array textures and related changesRoland Scheidegger2-5/+18
2010-07-04gallium: Make trivial examples use target helpersJakob Bornecrantz3-26/+23
2010-07-04gallium: Fix compilation of trivial quad-texJakob Bornecrantz1-1/+1
2010-05-21gallium: remnants of old ccw stateKeith Whitwell2-4/+2
2010-04-18gallium/tests: Make trivial apps depend on libsJakob Bornecrantz1-1/+1
2010-04-17gallium/tests: Fix trivial examplesJakob Bornecrantz3-25/+29
2010-04-14progs/gallium: Fix relative path in Makefile.Vinson Lee1-1/+1
2010-04-13progs/gallium: Move into src/gallium/testsJosé Fonseca4-0/+671