summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2018-04-24android: gallium/util: fix u_debug_stack_android buildMauro Rossi
2018-04-21trace: allow image resource to be nullIlia Mirkin
2018-04-20gallium/util: Android backtrace supportStefan Schake
2018-04-20gallium/util: Don't stub u_debug_stack on AndroidStefan Schake
2018-04-20radeonsi: generate image load/store/atomic ops using ac_build_image_opcodeNicolai Hähnle
2018-04-20amd/common: pass address components individually to ac_build_image_intrinsicNicolai Hähnle
2018-04-13gallium/util: put (void) in a few function signaturesBrian Paul
2018-04-13ddebug: add PIPE_OS_UNIX/LINUX checks to fix MSVC buildBrian Paul
2018-04-13gallium: move ddebug, noop, rbug, trace to auxiliary to improve build timesMarek Olšák
2018-04-13gallium/hud: add a simple HUD view that only draws textMarek Olšák
2018-04-12vl: add VP9 profile2 supportLeo Liu
2018-04-12vl: add VP9 probability tablesLeo Liu
2018-04-12vl: add VP9 profile0 and formatLeo Liu
2018-04-08gallium/util: implement util_format_is_yuvLucas Stach
2018-04-06meson: fix warnings about comparing unlike typesDylan Baker
2018-04-04gallium/pp: fix MLAA shadersMarek Olšák
2018-04-04gallium/pp: use user constant buffersMarek Olšák
2018-04-03gallium/pipebuffer: fix parenthesis locationTimothy Arceri
2018-04-02gallivm: Fix include for LLVMAddPromoteMemoryToRegisterPassMike Lothian
2018-04-02gallium/u_tests: test FBFETCH and shader-based blending with MSAAMarek Olšák
2018-03-29util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick
2018-03-26gallium/u_vbuf: Protect against overflow with large instance divisors.Eric Anholt
2018-03-26gallium: Do not add -Wframe-address option for gcc <= 4.4.Vinson Lee
2018-03-23tgsi,softpipe: use enum tgsi_opcodeBrian Paul
2018-03-23st/mesa,tgsi: use enum tgsi_opcodeBrian Paul
2018-03-23tgsi/nir: use enum tgsi_opcodeBrian Paul
2018-03-23tgsi: use enum tgsi_opcodeBrian Paul
2018-03-23gallivm: use enum tgis_opcodeBrian Paul
2018-03-16tgsi: move tgsi_processor_to_shader_stage() to a headerEmil Velikov
2018-03-13gallium: silence __builtin_frame_address nonzero argument is unsafe warningTimothy Arceri
2018-03-12u_vbuf/translate: pass max_index into the set_buffer.Dave Airlie
2018-03-11gallium/util: add helper util_wait_for_idleMarek Olšák
2018-03-10u_blit: (trivial) u_blit.h needs to include p_defines.hRoland Scheidegger
2018-03-10draw: fix alpha value for very short aa linesRoland Scheidegger
2018-03-09gallium: Add a util_blitter path for using a custom VS and FS.Eric Anholt
2018-03-09tegra: Initial supportThierry Reding
2018-03-08gallium/st_dri: Honor the glx_disable_sgi_video_sync config optionThomas Hellstrom
2018-03-07draw: fix line stippling with aa linesRoland Scheidegger
2018-03-07draw: simplify (and correct) aaline fallback (v2)Roland Scheidegger
2018-03-06tgsi/scan: use wrap-around shift behavior explicitly for file_maskRoland Scheidegger
2018-03-05gallium/aux/hud: Avoid possible buffer overflowGert Wollny
2018-03-01gallium/util: use sockets on PIPE_OS_UNIX in u_networkJonathan Gray
2018-02-28cso: don't cycle through PIPE_MAX_SHADER_SAMPLER_VIEWS on context destroyRoland Scheidegger
2018-02-28draw: don't needlessly iterate through all sampler view slotsRoland Scheidegger
2018-02-26gallium/tgsi: remove is_msaa_sampler array from tgsi_shader_infoTimothy Arceri
2018-02-17gallium: use PIPE_CAP_CONSTBUF0_FLAGSMarek Olšák
2018-02-15meson: link dri3 xcb libs into vlwinsys instead of into each targetDylan Baker
2018-02-14tgsi: Recognize RET in main for tgsi_transformRoland Scheidegger
2018-02-12gallium/llvmpipe: Fix compiler warnings about ddx/ddy/ddmax.Eric Anholt
2018-02-08gallium/util: silence clang warning in blitter codeBrian Paul