summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2018-05-29util/u_math: Implement a logbase2 function for unsigned longPierre Moreau1-0/+55
2018-05-23tgsi/scan: add hw atomic to the list of memory accessing filesDave Airlie1-1/+2
2018-05-19draw: get rid of special logic to not emit null trisRoland Scheidegger1-38/+0
2018-05-17tgsi: fix incorrect tgsi_shader_info::num_tokens computationBrian Paul1-2/+1
2018-05-16v3d: Rename the driver files from "vc5" to "v3d".Eric Anholt1-1/+1
2018-05-16v3d: Rename the vc5_dri.so driver to v3d_dri.so.Eric Anholt3-11/+11
2018-05-15gallium/hud: add frametime graph (v2)Matthias Groß3-1/+38
2018-05-16gallivm: Use alloca_undef with array type instead of alloca_arrayRoland Scheidegger1-28/+33
2018-05-15cso: check count == 0 in cso_set_vertex_buffersMarek Olšák1-0/+3
2018-05-12gallium: remove aux_vertex_buffer_slot codeMarek Olšák6-67/+38
2018-05-10gallium/auxiliary: Add helper function to count the number of entries in hash...Jan Vesely2-0/+22
2018-05-08pipe-loader: Free driver_name in error pathJan Vesely1-0/+1
2018-04-30tgsi: use enums instead of unsigned in ureg codeBrian Paul2-12/+12
2018-04-25gallium/util: Fix incorrect refcounting of separate stencil.Eric Anholt1-2/+1
2018-04-25draw: fix different sign logic when clippingRoland Scheidegger1-9/+8
2018-04-25draw: simplify clip null tri logicRoland Scheidegger1-11/+9
2018-04-24gallivm: dump bitcode before optimizationRoland Scheidegger1-13/+20
2018-04-24gallivm: (trivial) do division by 1000 with int64Roland Scheidegger1-1/+1
2018-04-24gallivm: remove LICM passRoland Scheidegger1-1/+9
2018-04-24gallivm: add early cse passRoland Scheidegger1-4/+5
2018-04-21trace: allow image resource to be nullIlia Mirkin1-1/+1
2018-04-20gallium/util: Android backtrace supportStefan Schake2-1/+113
2018-04-20gallium/util: Don't stub u_debug_stack on AndroidStefan Schake1-1/+2
2018-04-20radeonsi: generate image load/store/atomic ops using ac_build_image_opcodeNicolai Hähnle1-1/+1
2018-04-20amd/common: pass address components individually to ac_build_image_intrinsicNicolai Hähnle1-1/+1
2018-04-13gallium/util: put (void) in a few function signaturesBrian Paul1-2/+2
2018-04-13ddebug: add PIPE_OS_UNIX/LINUX checks to fix MSVC buildBrian Paul2-2/+12
2018-04-13gallium: move ddebug, noop, rbug, trace to auxiliary to improve build timesMarek Olšák37-28/+13026
2018-04-13gallium/hud: add a simple HUD view that only draws textMarek Olšák2-15/+60
2018-04-12vl: add VP9 profile2 supportLeo Liu1-0/+1
2018-04-12vl: add VP9 probability tablesLeo Liu3-1/+588
2018-04-12vl: add VP9 profile0 and formatLeo Liu1-0/+3
2018-04-08gallium/util: implement util_format_is_yuvLucas Stach1-0/+12
2018-04-06meson: fix warnings about comparing unlike typesDylan Baker1-1/+1
2018-04-04gallium/pp: fix MLAA shadersMarek Olšák1-4/+4
2018-04-04gallium/pp: use user constant buffersMarek Olšák4-33/+25
2018-04-03gallium/pipebuffer: fix parenthesis locationTimothy Arceri1-1/+1
2018-04-02gallivm: Fix include for LLVMAddPromoteMemoryToRegisterPassMike Lothian1-0/+3
2018-04-02gallium/u_tests: test FBFETCH and shader-based blending with MSAAMarek Olšák1-40/+128
2018-03-29util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick8-22/+14
2018-03-26gallium/u_vbuf: Protect against overflow with large instance divisors.Eric Anholt1-1/+10
2018-03-26gallium: Do not add -Wframe-address option for gcc <= 4.4.Vinson Lee1-1/+1
2018-03-23tgsi,softpipe: use enum tgsi_opcodeBrian Paul1-2/+2
2018-03-23st/mesa,tgsi: use enum tgsi_opcodeBrian Paul4-29/+29
2018-03-23tgsi/nir: use enum tgsi_opcodeBrian Paul1-2/+2
2018-03-23tgsi: use enum tgsi_opcodeBrian Paul5-14/+14
2018-03-23gallivm: use enum tgis_opcodeBrian Paul2-8/+12
2018-03-16tgsi: move tgsi_processor_to_shader_stage() to a headerEmil Velikov2-15/+16
2018-03-13gallium: silence __builtin_frame_address nonzero argument is unsafe warningTimothy Arceri1-0/+3
2018-03-12u_vbuf/translate: pass max_index into the set_buffer.Dave Airlie1-1/+1