summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4
AgeCommit message (Expand)AuthorFilesLines
2018-06-20gallium: add scalar isa shader capChristian Gmeiner1-0/+2
2018-06-14gallium: add support for programmable sample locationsRhys Perry1-0/+1
2018-06-05v3d: Be more explicit about include directory from our generated code.Eric Anholt1-1/+2
2018-05-29gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITYMarek Olšák1-0/+1
2018-05-30gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie1-5/+5
2018-05-17broadcom/vc4: Native fence fd supportStefan Schake6-11/+107
2018-05-17broadcom/vc4: Store job fence in syncobjStefan Schake3-4/+35
2018-05-17broadcom/vc4: Detect syncobj supportStefan Schake2-0/+7
2018-05-15vc4: use util_copy_framebuffer_stateRob Clark1-12/+2
2018-04-30gallium: add initial support for conservative rasterizationRhys Perry1-1/+12
2018-03-29util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick1-2/+2
2018-03-22broadcom/vc4: add path to nir_builder.hJuan A. Suarez Romero1-1/+1
2018-03-20gallium: add packed uniform CAPTimothy Arceri1-0/+1
2018-03-13brodacom/vc4: Fix simulator since the perfmon change.Eric Anholt1-0/+1
2018-03-09broadcom/vc4: Add an accelerated path to turn raster R8/RG88 into tiled.Eric Anholt3-0/+211
2018-03-09broadcom/vc4: Allow binding non-zero constant buffers.Eric Anholt5-5/+53
2018-03-09broadcom: Remove our defines of DRM_FORMAT_MOD_INVALID.Eric Anholt1-4/+0
2018-03-09broadcom: Suppress compiler warnings about enum pipe_tex_filter.Eric Anholt1-0/+1
2018-03-05broadcom/vc4: Add support for HW perfmonBoris Brezillon5-12/+249
2018-02-28nir: add lower_ldexp to nir compiler optionsTimothy Arceri1-0/+1
2018-02-23broadcom/vc4: Remove the retval==usage check in is_format_supported().Eric Anholt1-26/+13
2018-02-23broadcom/vc4: Add support for YUV textures using unaccelerated blits.Eric Anholt3-3/+35
2018-02-23broadcom/vc4: Fix double-unrefcounting of prsc->next with shadows.Eric Anholt1-6/+11
2018-02-23broadcom/vc4: Add pipe_reference debugging for vc4_bos.Eric Anholt2-5/+24
2018-02-23broadcom/vc4: Remove dead vc4_bo_set_reference().Eric Anholt1-8/+0
2018-02-23broadcom/vc4: Use pipe_resource_reference in sampler views.Eric Anholt1-2/+2
2018-02-23broadcom/vc4: Allow importing linear BOs with arbitrary offset/stride.Eric Anholt1-8/+25
2018-02-23broadcom/vc4: Ignore PIPE_BIND_DISPLAY_TARGET in is_format_supported().Eric Anholt1-0/+2
2018-02-17gallium: allow drivers to impose BO flags restrictions on constant buffer 0Marek Olšák1-0/+1
2018-02-14gallium: drop all the guard band float caps.Dave Airlie1-5/+0
2018-01-31nir: add lower_all_io_to_temps flagTimothy Arceri1-0/+1
2018-01-30gallium: introduce PIPE_CAP_FENCE_SIGNAL v2Andres Rodriguez1-0/+1
2018-01-19autotools: include meson build files in tarballDylan Baker1-1/+1
2018-01-17gallium: remove PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák1-1/+0
2018-01-17gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAPMarek Olšák1-1/+0
2018-01-17gallium: remove PIPE_CAP_TWO_SIDED_STENCILMarek Olšák1-1/+0
2018-01-11meson: Use dependencies for nirDylan Baker1-3/+4
2017-12-19gallium: plumb context priority through to driverRob Clark1-0/+1
2017-12-04meson: define driver dependenciesDylan Baker1-0/+5
2017-12-01broadcom/vc4: Use a single-entry cached last_hindex value.Eric Anholt2-2/+20
2017-12-01broadcom/vc4: Decompose single QUADs to a TRIANGLE_FAN.Eric Anholt1-5/+14
2017-12-01broadcom/vc4: Skip emitting redundant VC4_PACKET_GEM_HANDLES.Eric Anholt3-3/+12
2017-12-01broadcom/vc4: Simplify the relocation handling for index buffers.Eric Anholt2-17/+17
2017-12-01broadcom/vc4: Fix handling of GFXH-515 workaround with a start vertex count.Eric Anholt1-16/+27
2017-12-01broadcom/vc4: Fix the scaling factor for the GFXH-515 workaround.Eric Anholt1-1/+1
2017-11-28vc4: check preprocessor token existence using #ifdef instead of #ifEric Engestrom1-3/+3
2017-11-14broadcom/vc4: fix indentation in vc4_screen.cAndres Rodriguez1-8/+8
2017-11-09broadcom/vc4: Fix simulator mode for the MADVISE usage.Eric Anholt1-0/+4
2017-11-10gallium: add CAPs to support HW atomic counters. (v3)Dave Airlie1-0/+2
2017-11-09broadcom/vc4: Mark BOs as purgeable when they enter the BO cacheBoris Brezillon3-48/+86