aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* mesa/util: add allow_glsl_relaxed_es driconfig overrideTimothy Arceri2018-06-191-0/+1
* mesa/util: add allow_glsl_builtin_const_expression driconf overrideTimothy Arceri2018-06-191-0/+1
* gallium/hud: = should rename the last added data sourceMarek Olšák2018-06-181-1/+4
* mesa: Unconditionally enable floating-point texturesTimothy Arceri2018-06-181-9/+0
* gallium: add support for programmable sample locationsRhys Perry2018-06-142-0/+35
* meson: only build vl_winsys_dri.c when x11 platform is usedLukas Rusak2018-06-141-1/+1
* virgl: add ARB_tessellation_shader support. (v2)Dave Airlie2018-06-141-4/+0
* autotools: add missing android file to packageEric Engestrom2018-06-051-0/+1
* trace: Fix trace_context_transfer_unmap methods.Jose Fonseca2018-06-041-18/+42
* gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie2018-05-304-6/+6
* 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