aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* util/u_math: Implement a logbase2 function for unsigned longPierre Moreau2018-05-291-0/+55
* tgsi/scan: add hw atomic to the list of memory accessing filesDave Airlie2018-05-231-1/+2
* draw: get rid of special logic to not emit null trisRoland Scheidegger2018-05-191-38/+0
* tgsi: fix incorrect tgsi_shader_info::num_tokens computationBrian Paul2018-05-171-2/+1
* v3d: Rename the driver files from "vc5" to "v3d".Eric Anholt2018-05-161-1/+1
* v3d: Rename the vc5_dri.so driver to v3d_dri.so.Eric Anholt2018-05-163-11/+11
* gallium/hud: add frametime graph (v2)Matthias Groß2018-05-153-1/+38
* gallivm: Use alloca_undef with array type instead of alloca_arrayRoland Scheidegger2018-05-161-28/+33
* cso: check count == 0 in cso_set_vertex_buffersMarek Olšák2018-05-151-0/+3
* gallium: remove aux_vertex_buffer_slot codeMarek Olšák2018-05-126-67/+38
* gallium/auxiliary: Add helper function to count the number of entries in hash...Jan Vesely2018-05-102-0/+22
* pipe-loader: Free driver_name in error pathJan Vesely2018-05-081-0/+1
* tgsi: use enums instead of unsigned in ureg codeBrian Paul2018-04-302-12/+12
* gallium/util: Fix incorrect refcounting of separate stencil.Eric Anholt2018-04-251-2/+1
* draw: fix different sign logic when clippingRoland Scheidegger2018-04-251-9/+8
* draw: simplify clip null tri logicRoland Scheidegger2018-04-251-11/+9
* gallivm: dump bitcode before optimizationRoland Scheidegger2018-04-241-13/+20
* gallivm: (trivial) do division by 1000 with int64Roland Scheidegger2018-04-241-1/+1
* gallivm: remove LICM passRoland Scheidegger2018-04-241-1/+9
* gallivm: add early cse passRoland Scheidegger2018-04-241-4/+5
* trace: allow image resource to be nullIlia Mirkin2018-04-211-1/+1
* gallium/util: Android backtrace supportStefan Schake2018-04-202-1/+113
* gallium/util: Don't stub u_debug_stack on AndroidStefan Schake2018-04-201-1/+2
* radeonsi: generate image load/store/atomic ops using ac_build_image_opcodeNicolai Hähnle2018-04-201-1/+1
* amd/common: pass address components individually to ac_build_image_intrinsicNicolai Hähnle2018-04-201-1/+1
* gallium/util: put (void) in a few function signaturesBrian Paul2018-04-131-2/+2
* ddebug: add PIPE_OS_UNIX/LINUX checks to fix MSVC buildBrian Paul2018-04-132-2/+12
* gallium: move ddebug, noop, rbug, trace to auxiliary to improve build timesMarek Olšák2018-04-1337-28/+13026
* 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