summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium/hud: add a simple HUD view that only draws textMarek Olšák2018-04-132-15/+60
* vl: add VP9 profile2 supportLeo Liu2018-04-121-0/+1
* vl: add VP9 probability tablesLeo Liu2018-04-123-1/+588
* vl: add VP9 profile0 and formatLeo Liu2018-04-121-0/+3
* gallium/util: implement util_format_is_yuvLucas Stach2018-04-081-0/+12
* meson: fix warnings about comparing unlike typesDylan Baker2018-04-061-1/+1
* gallium/pp: fix MLAA shadersMarek Olšák2018-04-041-4/+4
* gallium/pp: use user constant buffersMarek Olšák2018-04-044-33/+25
* gallium/pipebuffer: fix parenthesis locationTimothy Arceri2018-04-031-1/+1
* gallivm: Fix include for LLVMAddPromoteMemoryToRegisterPassMike Lothian2018-04-021-0/+3
* gallium/u_tests: test FBFETCH and shader-based blending with MSAAMarek Olšák2018-04-021-40/+128
* util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick2018-03-298-22/+14
* gallium/u_vbuf: Protect against overflow with large instance divisors.Eric Anholt2018-03-261-1/+10
* gallium: Do not add -Wframe-address option for gcc <= 4.4.Vinson Lee2018-03-261-1/+1
* tgsi,softpipe: use enum tgsi_opcodeBrian Paul2018-03-231-2/+2
* st/mesa,tgsi: use enum tgsi_opcodeBrian Paul2018-03-234-29/+29
* tgsi/nir: use enum tgsi_opcodeBrian Paul2018-03-231-2/+2
* tgsi: use enum tgsi_opcodeBrian Paul2018-03-235-14/+14
* gallivm: use enum tgis_opcodeBrian Paul2018-03-232-8/+12
* tgsi: move tgsi_processor_to_shader_stage() to a headerEmil Velikov2018-03-162-15/+16
* gallium: silence __builtin_frame_address nonzero argument is unsafe warningTimothy Arceri2018-03-131-0/+3
* u_vbuf/translate: pass max_index into the set_buffer.Dave Airlie2018-03-121-1/+1
* gallium/util: add helper util_wait_for_idleMarek Olšák2018-03-112-0/+15
* u_blit: (trivial) u_blit.h needs to include p_defines.hRoland Scheidegger2018-03-101-0/+1
* draw: fix alpha value for very short aa linesRoland Scheidegger2018-03-102-2/+24
* gallium: Add a util_blitter path for using a custom VS and FS.Eric Anholt2018-03-092-0/+69
* tegra: Initial supportThierry Reding2018-03-093-1/+32
* gallium/st_dri: Honor the glx_disable_sgi_video_sync config optionThomas Hellstrom2018-03-081-0/+1
* draw: fix line stippling with aa linesRoland Scheidegger2018-03-071-4/+13
* draw: simplify (and correct) aaline fallback (v2)Roland Scheidegger2018-03-071-409/+105
* tgsi/scan: use wrap-around shift behavior explicitly for file_maskRoland Scheidegger2018-03-061-2/+5
* gallium/aux/hud: Avoid possible buffer overflowGert Wollny2018-03-051-2/+6
* gallium/util: use sockets on PIPE_OS_UNIX in u_networkJonathan Gray2018-03-012-10/+4
* cso: don't cycle through PIPE_MAX_SHADER_SAMPLER_VIEWS on context destroyRoland Scheidegger2018-02-281-1/+3
* draw: don't needlessly iterate through all sampler view slotsRoland Scheidegger2018-02-281-1/+1
* gallium/tgsi: remove is_msaa_sampler array from tgsi_shader_infoTimothy Arceri2018-02-262-7/+0
* gallium: use PIPE_CAP_CONSTBUF0_FLAGSMarek Olšák2018-02-172-1/+22
* meson: link dri3 xcb libs into vlwinsys instead of into each targetDylan Baker2018-02-151-1/+6
* tgsi: Recognize RET in main for tgsi_transformRoland Scheidegger2018-02-141-7/+55
* gallium/llvmpipe: Fix compiler warnings about ddx/ddy/ddmax.Eric Anholt2018-02-121-1/+1
* gallium/util: silence clang warning in blitter codeBrian Paul2018-02-081-1/+1
* tgsi: s/unsigned/enum tgsi_semantic/ in ureg_DECL_output()Brian Paul2018-02-081-1/+1
* tgsi: use TGSI_INTERPOLATE_x arguments instead of zeros in ureg codeBrian Paul2018-02-081-2/+5
* gallium/util: s/uint/enum tgsi_semantic/ in simple shader codeBrian Paul2018-02-083-5/+5
* tgsi: s/unsigned/enum pipe_shader_type/ in ureg codeBrian Paul2018-02-082-5/+9
* gallium/util: s/uint/enum tgsi_semantic/ in u_blitter.cBrian Paul2018-02-081-4/+6
* gallium/util: trivial whitespace/formatting fixes in u_blit.cBrian Paul2018-02-081-9/+9
* cso: add a couple sanity check assertions in cso_draw_vbo()Brian Paul2018-02-081-0/+6
* tgsi: use tgsi_semantic enum type in ureg codeBrian Paul2018-02-072-23/+23
* tgsi: use TGSI enum types in ureg codeBrian Paul2018-02-072-51/+55