summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4
AgeCommit message (Expand)AuthorFilesLines
2018-07-30v3d: Add a separate flag for CLIF ABI output versus human-readable CLs.Eric Anholt1-1/+1
2018-07-29vc4: Fix meson build when enabled without v3d.Eric Anholt1-1/+1
2018-07-27v3d: Stop doing pretty-printed colorful booleans in CLIF output.Eric Anholt1-1/+1
2018-07-27v3d: Move clif dump BO lookup into the clif dumper.Eric Anholt1-1/+1
2018-07-27v3d: Pass the whole clif_dump structure to v3d_print_group().Eric Anholt1-1/+6
2018-07-13vc4: Tell NIR to lower fdiv instructionsJason Ekstrand1-0/+1
2018-07-13vc4: Switch to using u_transfer_helper for MSAA maps.Eric Anholt2-100/+16
2018-07-12vc4: Don't automatically reallocate a PERSISTENT-mapped buffer.Eric Anholt1-1/+1
2018-06-29gallium/util: remove dummy function util_format_is_supportedMarek Olšák1-2/+1
2018-06-22broadcom/vc4: Remove deref chain support from nir_lower_txf_ms.Eric Anholt1-1/+0
2018-06-22st,ir3,radeonsi: push lower_deref_instrs back into driverRob Clark1-1/+0
2018-06-22anv,i965,radv,st,ir3: Call nir_lower_deref_instrsJason Ekstrand1-0/+1
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