summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-17Add subprojects directory and git ignoreDylan Baker1-0/+3
2018-04-17radv: fix scissor computation when using half-pixel viewport offsetSamuel Pitoiset1-4/+4
2018-04-17spirv: Accept doubles in FaceForward, Reflect and RefractNeil Roberts1-4/+18
2018-04-17spirv: Add a 64-bit implementation of OpIsInfNeil Roberts1-3/+4
2018-04-17spirv: Use nir_imm_floatN_t for constants for GLSL450 builtinsNeil Roberts1-1/+1
2018-04-17nir/builder: Add a nir_imm_floatN_t helperNeil Roberts1-0/+13
2018-04-17nir: return early when lowering a return at the end of a functionTimothy Arceri1-0/+6
2018-04-17mesa: merge the driver functions DrawBuffers and DrawBufferTimothy Arceri5-16/+8
2018-04-17glsl: fix gcc 8 parenthesis warningMarc Dietrich1-2/+2
2018-04-16compiler: int8/uint8 fixesRob Clark1-25/+12
2018-04-16radeonsi: don't emit partial flushes for internal CS flushes onlyMarek Olšák10-20/+32
2018-04-16winsys/amdgpu: always set AMDGPU_IB_FLAG_TC_WB_NOT_INVALIDATEMarek Olšák1-10/+26
2018-04-16radeonsi: implement mechanism for IBs without partial flushes at the end (v6)Marek Olšák3-16/+47
2018-04-16nir: fix ir_binop_gequal glsl_to_nir conversionErico Nunes1-1/+1
2018-04-16anv,radv: Drop XML workarounds for VK_ANDROID_native_bufferJason Ekstrand2-12/+2
2018-04-16vulkan: Update the XML and headers to 1.1.73Jason Ekstrand2-6/+6
2018-04-16radv: clean up radv_decompress_resolve_subpass_src()Samuel Pitoiset1-10/+7
2018-04-16radv: don't fast-clear eliminate after resolving a subpass with computeSamuel Pitoiset1-14/+0
2018-04-16radv: handle CMASK/FMASK transitions only if DCC is disabledSamuel Pitoiset1-3/+1
2018-04-16radv: merge radv_handle_{dcc,cmask}_image_transition() functionsSamuel Pitoiset1-41/+17
2018-04-16radv: add radv_init_color_image_metadata() helperSamuel Pitoiset1-10/+41
2018-04-16radv: make radv_initialise_cmask() staticSamuel Pitoiset2-4/+2
2018-04-16radv: clean up radv_handle_image_transition() a bitSamuel Pitoiset1-11/+20
2018-04-16radv: add radv_handle_color_image_transition() helperSamuel Pitoiset1-9/+25
2018-04-16radv: handle DCC image transitions before CMASK/FMASK transitionsSamuel Pitoiset1-5/+5
2018-04-16radv: disable prediction only if it has been enabledSamuel Pitoiset1-1/+1
2018-04-16ac/nir: Make the GFX9 buffer size fix apply to image loads/atomics too.Bas Nieuwenhuizen1-17/+22
2018-04-13gallium/osmesa: link with winsock2 library on WindowsBrian Paul1-0/+3
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-13mesa: protect #include of unistd.h with _MSV_VER checkBrian Paul1-0/+4
2018-04-13mesa: remove unused 'i' in dimensions_error_check()Brian Paul1-1/+0
2018-04-13radeonsi: restore si_emit_cache_flush call at the end of IBsMarek Olšák1-0/+2
2018-04-14radv: enable subgroup capabilitiesDaniel Schürmann2-3/+14
2018-04-14ac: handle subgroup intrinsicsDaniel Schürmann1-29/+40
2018-04-14ac: add LLVM build functions for subgroup instrinsicsDaniel Schürmann2-1/+485
2018-04-14ac: make ballot and umsb capable of 64bit inputsDaniel Schürmann1-9/+25
2018-04-14nir: lower 64bit subgroup shuffle intrinsicsDaniel Schürmann2-13/+56
2018-04-14nir/spirv: Fix warning and add missing breaks.Daniel Schürmann2-0/+4
2018-04-14nir: use ballot_bit_size when lowering ballot_bitfield_extractDaniel Schürmann1-1/+1
2018-04-14nir: subgroups instructions for 64bit ballot sizesDaniel Schürmann1-6/+6
2018-04-13glsl: #undef THIS macro to fix MSVC buildBrian Paul1-0/+5
2018-04-13glsl: rename 'interface' var to 'iface' to fix MSVC buildBrian Paul1-7/+7
2018-04-13mesa: remove snprintf macro in imports.h to fix MSVC buildBrian Paul2-5/+1
2018-04-13anv: fix number of planes for depth & stencilLionel Landwerlin2-1/+5
2018-04-13gallium: move ddebug, noop, rbug, trace to auxiliary to improve build timesMarek Olšák79-386/+96
2018-04-13radeonsi: make sure CP DMA is idle at the end of IBsMarek Olšák3-2/+16
2018-04-13gallium/hud: add a simple HUD view that only draws textMarek Olšák2-15/+60
2018-04-13mesa: Include unistd.h in program_lexerDylan Baker1-0/+1
2018-04-13radeonsi: always prefetch later shaders after the draw packetMarek Olšák3-26/+75