summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2018-02-08gallium/util: silence clang warning in blitter codeBrian Paul1-1/+1
2018-02-08tgsi: s/unsigned/enum tgsi_semantic/ in ureg_DECL_output()Brian Paul1-1/+1
2018-02-08tgsi: use TGSI_INTERPOLATE_x arguments instead of zeros in ureg codeBrian Paul1-2/+5
2018-02-08gallium/util: s/uint/enum tgsi_semantic/ in simple shader codeBrian Paul3-5/+5
2018-02-08tgsi: s/unsigned/enum pipe_shader_type/ in ureg codeBrian Paul2-5/+9
2018-02-08gallium/util: s/uint/enum tgsi_semantic/ in u_blitter.cBrian Paul1-4/+6
2018-02-08gallium/util: trivial whitespace/formatting fixes in u_blit.cBrian Paul1-9/+9
2018-02-08cso: add a couple sanity check assertions in cso_draw_vbo()Brian Paul1-0/+6
2018-02-07tgsi: use tgsi_semantic enum type in ureg codeBrian Paul2-23/+23
2018-02-07tgsi: use TGSI enum types in ureg codeBrian Paul2-51/+55
2018-02-07gallium/util: replace uint with tgsi enum typesBrian Paul2-6/+7
2018-02-07gallium/util: replace unsigned with tgsi enum typesBrian Paul2-31/+34
2018-02-08gallium/hud: update some query functionsGrazvydas Ignotas4-4/+4
2018-02-07Revert "gallium: build ddebug, noop, rbug, trace as part of auxiliary"Roland Scheidegger2-9/+27
2018-02-07gallium: build ddebug, noop, rbug, trace as part of auxiliaryMarek Olšák2-27/+9
2018-02-07u_blit: (trivial) fix bogus argument order for set_fragment_shaderRoland Scheidegger1-2/+2
2018-02-07u_blit,u_simple_shaders: add shader to convert from xrbias formatRoland Scheidegger4-16/+78
2018-02-07u_simple_shaders: fix mask handling in util_make_fragment_tex_shader_writemaskRoland Scheidegger1-1/+1
2018-02-02gallium: Add a new A4B4G4R4 pipe format for Broadcom.Eric Anholt1-0/+1
2018-02-01gallivm/llvmpipe: add const qualifiers on sampler variablesBrian Paul4-7/+7
2018-02-01renderonly: fix dumb BO allocation for non 32bpp formatsLucas Stach1-1/+2
2018-01-30u_threaded_context: add support for fence_server_signal v2Andres Rodriguez2-0/+21
2018-01-30gallium: add type parameter to create_fence_fdAndres Rodriguez2-5/+7
2018-01-27ac: don't use byval LLVM qualifier in shadersMarek Olšák2-3/+0
2018-01-27pb_cache: let drivers choose the number of bucketsMarek Olšák3-7/+24
2018-01-27pb_cache: call os_time_get outside of the loopMarek Olšák1-6/+6
2018-01-25gallivm: fix crash with seamless cube filtering with different min/mag filterRoland Scheidegger1-17/+21
2018-01-24gallium/u_tests: add texture_barrier and FBFETCH testsMarek Olšák1-1/+110
2018-01-19autotools: include meson build files in tarballDylan Baker2-2/+3
2018-01-18gallivm: support avx512 (16x32) in interleave2_halfGeorge Kyriazis1-2/+38
2018-01-18meson: ensure that xmlpool_options.h is generated for targets that need itDylan Baker1-2/+2
2018-01-17gallium/hud: Fix support for PIPE_DRIVER_QUERY_TYPE_FLOATBrian Paul2-3/+29
2018-01-17gallium/hud: remove uint64_t casts in sensor query_sti_load() functionBrian Paul1-5/+5
2018-01-17gallium/hud: compute cpu load, percent with doublesBrian Paul1-4/+5
2018-01-17gallium/hud: s/unsigned/enum pipe_query_type/Brian Paul2-3/+5
2018-01-17draw: remove VSPLIT_CREATE_IDX macroRoland Scheidegger1-11/+12
2018-01-17draw: fix vsplit code when the (post-bias) index value is -1Roland Scheidegger2-3/+4
2018-01-16ac: import lp_create_builder() from gallivmSamuel Pitoiset2-38/+0
2018-01-11meson: move libsensors dependency to libgalliumDylan Baker1-1/+1
2018-01-11meson: Use dependencies for nirDylan Baker1-3/+5
2018-01-10tgsi: include struct definitions for tgsi_build declarationsRob Herring1-5/+1
2018-01-08meson: build cloverDylan Baker1-1/+2
2018-01-05gallium/tgsi: add patch support to tgsi_get_gl_varying_semantic()Timothy Arceri1-3/+8
2018-01-03st/dri: Add option to control exposure of 10 bpc color configs.Mario Kleiner1-0/+1
2017-12-26tgsi: improve comment on tgsi_util_get_shadow_ref_src_index()Brian Paul1-2/+6
2017-12-26util: add trivial comment on u_upload_create()Brian Paul1-0/+1
2017-12-25gallium/util: add util_num_layers helperMarek Olšák3-5/+11
2017-12-15gallium/util: add u_transfer_helperRob Clark4-0/+642
2017-12-14gallivm: implement accurate corner behavior for textureGather with cube mapsRoland Scheidegger1-103/+201
2017-12-14gallivm: fix an issue with NaNs with seamless cube filteringRoland Scheidegger1-0/+11