aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* gallium: build ddebug, noop, rbug, trace as part of auxiliaryMarek Olšák2018-02-074-33/+33
* radeonsi/nir: add nir support for compiling compute shadersTimothy Arceri2018-02-073-18/+39
* ac/radeonsi: add num_work_groups to the abiTimothy Arceri2018-02-072-3/+2
* ac/radeonsi: create ac_build_shader_clock() helperTimothy Arceri2018-02-071-5/+1
* ac/radeonsi: add load_local_group_size() to the abiTimothy Arceri2018-02-071-0/+1
* radeonsi: add get_block_size() helperTimothy Arceri2018-02-071-20/+27
* ac/radeonsi: add local_invocation_ids to the abiTimothy Arceri2018-02-072-3/+2
* ac/radeonsi: add workgroup_ids to the abiTimothy Arceri2018-02-072-6/+4
* radeonsi/nir: gather some compute info in si_nir_scan_shader()Timothy Arceri2018-02-071-6/+27
* radeonsi/nir: always set input_usage_mask as using all componentsTimothy Arceri2018-02-071-4/+10
* r600: fixup sparse color exports.Dave Airlie2018-02-073-1/+12
* r600: work out target mask at framebuffer bind.Dave Airlie2018-02-073-4/+9
* r600: work out shader export mask at shader build time (v1.1)Dave Airlie2018-02-076-3/+13
* r600: fix xfb stream check.Dave Airlie2018-02-071-1/+1
* r600/compute: add render cond support.Dave Airlie2018-02-071-2/+5
* r600: fix not-very indirect computeDave Airlie2018-02-071-12/+18
* r600: overhaul buffer resource query.Dave Airlie2018-02-071-7/+8
* r600/eg: fix buffer sizing.Dave Airlie2018-02-071-1/+3
* r600/images: set offset for compute shaders with number of declared samplersDave Airlie2018-02-071-1/+1
* r600/compute: only mark buffer/image state dirty for fragment shadersDave Airlie2018-02-071-2/+4
* r600/atomic: fix ATOMCAS instruction.Dave Airlie2018-02-071-1/+31
* r600/sb/cayman: fix indirect ubo access on caymanDave Airlie2018-02-071-1/+1
* r600/eg: use texture target to pick array size not view target (v2)Dave Airlie2018-02-071-7/+10
* r600/fp64: Fix build.Vinson Lee2018-02-051-1/+1
* r600/fp64: fix integer->double conversionDave Airlie2018-02-061-28/+93
* radeonsi: enable vcn encode for HEVC mainBoyuan Zhang2018-02-051-1/+3
* radeon/vcn: add header implementations for HEVCBoyuan Zhang2018-02-051-1/+347
* radeon/vcn: add ib implementations for HEVCBoyuan Zhang2018-02-051-45/+222
* radeon/vcn: support picture parameters for HEVCBoyuan Zhang2018-02-053-21/+64
* radeon/vcn: add vcn encode interface for HEVCBoyuan Zhang2018-02-051-2/+79
* broadcom/vc5: Ignore samplers for finding uniform offsets.Eric Anholt2018-02-051-1/+12
* broadcom/vc5: Fix non-mipfiltered sampling.Eric Anholt2018-02-051-1/+6
* r600: fix resq for buffer images.Dave Airlie2018-02-051-1/+4
* r600/eg: fix cube map array buffer images.Dave Airlie2018-02-051-1/+1
* broadcom/vc5: Enable UIF XOR on textures.Eric Anholt2018-02-023-7/+40
* broadcom/vc5: Fix alignment of miplevel 1 with UIF.Eric Anholt2018-02-023-15/+31
* broadcom/vc5: Switch our RGBA4 support to the new gallium format.Eric Anholt2018-02-021-2/+1
* gallium: Add a new A4B4G4R4 pipe format for Broadcom.Eric Anholt2018-02-021-0/+1
* meson/swr: Updated copyright datesGeorge Kyriazis2018-02-024-4/+4
* meson/swr: re-shuffle generated filesGeorge Kyriazis2018-02-024-80/+126
* amd: remove support for LLVM 3.9Marek Olšák2018-02-024-16/+5
* radeonsi: use pknorm_i16/u16 and pk_i16/u16 LLVM intrinsicsMarek Olšák2018-02-021-113/+39
* r600/eg: add crap indirect compute support.Dave Airlie2018-02-021-7/+19
* r600: don't do stack workarounds for hemlockRoland Scheidegger2018-02-021-0/+1
* r600: initial attempt at gl_HelperInvocation (v3)Dave Airlie2018-02-026-3/+108
* gallivm/llvmpipe: add const qualifiers on sampler variablesBrian Paul2018-02-011-1/+1
* svga: remove unneeded #includes in svga_pipe_draw.cBrian Paul2018-02-011-7/+0
* svga: whitespace/formatting fixes in svga_pipe_draw.cBrian Paul2018-02-011-33/+34
* svga: clean up retry_draw_range_elements(), retry_draw_arrays()Brian Paul2018-02-011-54/+27
* svga: remove unused min/max_index params to draw_vgpu10()Brian Paul2018-02-011-4/+3