summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2018-03-12u_vbuf/translate: pass max_index into the set_buffer.Dave Airlie1-1/+1
2018-03-11gallium/util: add helper util_wait_for_idleMarek Olšák2-0/+15
2018-03-10u_blit: (trivial) u_blit.h needs to include p_defines.hRoland Scheidegger1-0/+1
2018-03-10draw: fix alpha value for very short aa linesRoland Scheidegger2-2/+24
2018-03-09gallium: Add a util_blitter path for using a custom VS and FS.Eric Anholt2-0/+69
2018-03-09tegra: Initial supportThierry Reding3-1/+32
2018-03-08gallium/st_dri: Honor the glx_disable_sgi_video_sync config optionThomas Hellstrom1-0/+1
2018-03-07draw: fix line stippling with aa linesRoland Scheidegger1-4/+13
2018-03-07draw: simplify (and correct) aaline fallback (v2)Roland Scheidegger1-409/+105
2018-03-06tgsi/scan: use wrap-around shift behavior explicitly for file_maskRoland Scheidegger1-2/+5
2018-03-05gallium/aux/hud: Avoid possible buffer overflowGert Wollny1-2/+6
2018-03-01gallium/util: use sockets on PIPE_OS_UNIX in u_networkJonathan Gray2-10/+4
2018-02-28cso: don't cycle through PIPE_MAX_SHADER_SAMPLER_VIEWS on context destroyRoland Scheidegger1-1/+3
2018-02-28draw: don't needlessly iterate through all sampler view slotsRoland Scheidegger1-1/+1
2018-02-26gallium/tgsi: remove is_msaa_sampler array from tgsi_shader_infoTimothy Arceri2-7/+0
2018-02-17gallium: use PIPE_CAP_CONSTBUF0_FLAGSMarek Olšák2-1/+22
2018-02-15meson: link dri3 xcb libs into vlwinsys instead of into each targetDylan Baker1-1/+6
2018-02-14tgsi: Recognize RET in main for tgsi_transformRoland Scheidegger1-7/+55
2018-02-12gallium/llvmpipe: Fix compiler warnings about ddx/ddy/ddmax.Eric Anholt1-1/+1
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