summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium/auxiliary: Add helper function to count the number of entries in hash...Jan Vesely2018-05-152-0/+22
* pipe-loader: Free driver_name in error pathJan Vesely2018-05-151-0/+1
* gallium/util: Fix incorrect refcounting of separate stencil.Eric Anholt2018-04-301-2/+1
* gallium/pipebuffer: fix parenthesis locationTimothy Arceri2018-04-121-1/+1
* meson: link dri3 xcb libs into vlwinsys instead of into each targetDylan Baker2018-03-201-1/+6
* gallium/hud: update some query functionsGrazvydas Ignotas2018-03-204-4/+4
* renderonly: fix dumb BO allocation for non 32bpp formatsLucas Stach2018-02-051-1/+2
* gallivm: fix crash with seamless cube filtering with different min/mag filterRoland Scheidegger2018-01-261-17/+21
* autotools: include meson build files in tarballDylan Baker2018-01-192-2/+3
* gallivm: support avx512 (16x32) in interleave2_halfGeorge Kyriazis2018-01-181-2/+38
* meson: ensure that xmlpool_options.h is generated for targets that need itDylan Baker2018-01-181-2/+2
* gallium/hud: Fix support for PIPE_DRIVER_QUERY_TYPE_FLOATBrian Paul2018-01-172-3/+29
* gallium/hud: remove uint64_t casts in sensor query_sti_load() functionBrian Paul2018-01-171-5/+5
* gallium/hud: compute cpu load, percent with doublesBrian Paul2018-01-171-4/+5
* gallium/hud: s/unsigned/enum pipe_query_type/Brian Paul2018-01-172-3/+5
* draw: remove VSPLIT_CREATE_IDX macroRoland Scheidegger2018-01-171-11/+12
* draw: fix vsplit code when the (post-bias) index value is -1Roland Scheidegger2018-01-172-3/+4
* ac: import lp_create_builder() from gallivmSamuel Pitoiset2018-01-162-38/+0
* meson: move libsensors dependency to libgalliumDylan Baker2018-01-111-1/+1
* meson: Use dependencies for nirDylan Baker2018-01-111-3/+5
* tgsi: include struct definitions for tgsi_build declarationsRob Herring2018-01-101-5/+1
* meson: build cloverDylan Baker2018-01-081-1/+2
* gallium/tgsi: add patch support to tgsi_get_gl_varying_semantic()Timothy Arceri2018-01-051-3/+8
* st/dri: Add option to control exposure of 10 bpc color configs.Mario Kleiner2018-01-031-0/+1
* tgsi: improve comment on tgsi_util_get_shadow_ref_src_index()Brian Paul2017-12-261-2/+6
* util: add trivial comment on u_upload_create()Brian Paul2017-12-261-0/+1
* gallium/util: add util_num_layers helperMarek Olšák2017-12-253-5/+11
* gallium/util: add u_transfer_helperRob Clark2017-12-154-0/+642
* gallivm: implement accurate corner behavior for textureGather with cube mapsRoland Scheidegger2017-12-141-103/+201
* gallivm: fix an issue with NaNs with seamless cube filteringRoland Scheidegger2017-12-141-0/+11
* cso: add point rasterization sanity check assertionBrian Paul2017-12-121-0/+5
* gallium/u_blitter: replace tabs with spacesBrian Paul2017-12-121-18/+18
* gallium/util: don't pass a pipe_resource to util_resource_is_array_texture()Brian Paul2017-12-121-3/+3
* gallium/aux: include nr_samples in util_resource_size() computationBrian Paul2017-12-121-1/+2
* gallivm: fix texture wrapping for texture gather for mirror modesRoland Scheidegger2017-12-121-74/+171
* meson: add dep_thread to every lib that includes threads.hEric Engestrom2017-12-071-1/+1
* gallium/u_upload_mgr: allow drivers to specify pipe_resource::flagsMarek Olšák2017-12-052-6/+9
* gallium/hud: use #ifdef to test for macro existenceEric Engestrom2017-12-016-11/+11
* mesa: add AllowGLSLCrossStageInterpolationMismatch workaroundTapani Pälli2017-11-301-0/+1
* gallium/hud: add HUD sharing within a context share groupMarek Olšák2017-11-253-12/+96
* gallium/hud: update the HUD interface for multiple contextsMarek Olšák2017-11-252-6/+8
* gallium/hud: prevent a crash if the recording context is inactiveMarek Olšák2017-11-251-1/+4
* gallium/hud: separate code for record context init/releaseMarek Olšák2017-11-252-16/+37
* gallium/hud: separate code for draw context init/releaseMarek Olšák2017-11-251-70/+111
* gallium/hud: don't use hud->pipe in hud_parse_env_varMarek Olšák2017-11-251-6/+7
* gallium/hud: use cso_get_pipe_contextMarek Olšák2017-11-252-3/+4
* cso: add cso_get_pipe_contextMarek Olšák2017-11-252-0/+5
* gallium/hud: pass pipe_context explicitly to most functionsMarek Olšák2017-11-255-64/+57
* gallium/hud: split hud_draw into 3 separate functionsMarek Olšák2017-11-252-75/+95
* llvmpipe: fix snorm blendingRoland Scheidegger2017-11-212-25/+32