aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallivm: generalize 4x4f->1x16ub special case conversionRoland Scheidegger2017-01-061-56/+118
* gallivm: (trivial) fix typo bug with small AoS format unpackingRoland Scheidegger2017-01-061-1/+1
* gallivm: implement aos unpack (to unorm8) for small unorm formatsRoland Scheidegger2017-01-051-12/+152
* gallivm: optimize lp_build_unpack_arith_rgba_aos slightlyRoland Scheidegger2017-01-051-19/+97
* gallivm: use 2 srcs for 32->16bit conversions in lp_bld_conv_autoRoland Scheidegger2017-01-051-2/+19
* llvmpipe: (trivial) minimally simplify mask constructionRoland Scheidegger2017-01-051-0/+2
* gallium/hud: increase the vertex buffer size for textMarek Olšák2017-01-051-1/+1
* gallium/hud: add an option to sort items below graphsMarek Olšák2017-01-052-5/+33
* gallium/hud: add an option to reset the color counterMarek Olšák2017-01-052-3/+19
* gallium/hud: allow more data sources per paneMarek Olšák2017-01-051-13/+15
* gallium/hud: add an option to rename each data sourceMarek Olšák2017-01-051-2/+35
* gallium: remove TGSI_OPCODE_SUBMarek Olšák2017-01-0517-94/+61
* gallium: remove TGSI_OPCODE_ABSMarek Olšák2017-01-058-25/+4
* swr: fix windows build breakGeorge Kyriazis2017-01-051-0/+7
* gallium/hud: add a path separator between dump directory and filenameEdmondo Tommasina2017-01-031-1/+2
* vl/zscan: fix "Fix trivial sign compare warnings"Christian König2017-01-031-1/+1
* vl/compositor: implement error handlingNayan Deshmukh2017-01-032-3/+12
* gallium/hud: fix the windows build by disabling file dumpingMarek Olšák2017-01-021-0/+2
* gallium/hud: set filedescriptor for fps graphEdmondo Tommasina2017-01-011-0/+2
* gallium/hud: set filedescriptor for cpu graphEdmondo Tommasina2017-01-011-0/+2
* gallium/hud: move file initialization to a functionEdmondo Tommasina2017-01-013-11/+20
* gallium/hud: dump hud_driver_query values to filesEdmondo Tommasina2017-01-013-0/+19
* ttn: set ->info->num_ubosRob Clark2016-12-271-1/+4
* ttn: handle GLSL_SAMPLER_DIM_SUBPASS_MS caseJuan A. Suarez Romero2016-12-211-0/+1
* draw: use SoA fetch, not AoS oneRoland Scheidegger2016-12-211-48/+23
* gallivm: generalize the compressed format soa fetch a bitRoland Scheidegger2016-12-211-37/+49
* gallivm: provide soa fetch path handling formats with more than 32bitRoland Scheidegger2016-12-211-154/+375
* gallivm: optimize gather a bit, by using supplied destination typeRoland Scheidegger2016-12-218-79/+333
* gallivm: optimize SoA AoS fallback fetch path a littleRoland Scheidegger2016-12-211-22/+46
* gallivm: (trivial) handle non-aligned fetch for lp_build_fetch_rgba_soaRoland Scheidegger2016-12-213-8/+12
* st/nine: Implement gallium nine CSMTPatrick Rudolph2016-12-201-0/+11
* Revert "cso: don't release sampler states that are bound"Michel Dänzer2016-12-191-3/+1
* cso: Make sanitize_hash safe for samplersMichel Dänzer2016-12-191-1/+43
* cso: Store hash key in struct cso_samplerMichel Dänzer2016-12-192-0/+2
* cso: Optimize cso_save/restore_fragment_samplersMichel Dänzer2016-12-191-4/+17
* cso: Store pointers to struct cso_sampler in struct sampler_infoMichel Dänzer2016-12-191-15/+18
* cso: Don't restore nr_samplers in cso_restore_fragment_samplersMichel Dänzer2016-12-191-1/+0
* treewide: s/comparitor/comparator/Ilia Mirkin2016-12-121-1/+1
* st/glsl_to_tgsi: plumb the GS output stream qualifier through to TGSINicolai Hähnle2016-12-122-1/+21
* tgsi/scan: collect information about output usagemasksNicolai Hähnle2016-12-122-0/+2
* tgsi/scan: collect information about output vertex streamsNicolai Hähnle2016-12-122-0/+19
* tgsi: add Stream{X,Y,Z,W} fields to tgsi_declaration_semanticNicolai Hähnle2016-12-123-2/+77
* tgsi: fix the src type of TGSI_OPCODE_MEMBARMarek Olšák2016-12-071-0/+1
* cso: don't release sampler states that are boundMarek Olšák2016-12-071-1/+3
* gallivm: optimize 16bit->32bit gather path a bitRoland Scheidegger2016-12-061-3/+39
* gallivm: handle 16bit float fetches in lp_build_fetch_rgba_soaRoland Scheidegger2016-12-061-4/+18
* util: (trivial) ETC1 meets the criteria for fitting into unorm8Roland Scheidegger2016-12-061-0/+5
* gallivm: use getHostCPUFeatures on x86/llvm-4.0+.Tim Rowley2016-12-051-0/+15
* configure.ac: Move llvm_set_environment_variables higher.Tobias Droste2016-12-051-1/+1
* tgsi: store writes_primid when scanning tgsiTim Rowley2016-12-012-0/+4