summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4/vc4_screen.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-31gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák1-0/+4
2018-07-31gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTSMarek Olšák1-0/+1
2018-06-29gallium/util: remove dummy function util_format_is_supportedMarek Olšák1-2/+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-05-29gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITYMarek Olšák1-0/+1
2018-05-17broadcom/vc4: Native fence fd supportStefan Schake1-2/+4
2018-05-17broadcom/vc4: Detect syncobj supportStefan Schake1-0/+6
2018-04-30gallium: add initial support for conservative rasterizationRhys Perry1-1/+12
2018-03-20gallium: add packed uniform CAPTimothy Arceri1-0/+1
2018-03-05broadcom/vc4: Add support for HW perfmonBoris Brezillon1-0/+7
2018-02-23broadcom/vc4: Remove the retval==usage check in is_format_supported().Eric Anholt1-26/+13
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-30gallium: introduce PIPE_CAP_FENCE_SIGNAL v2Andres Rodriguez1-0/+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
2017-12-19gallium: plumb context priority through to driverRob Clark1-0/+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-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 Brezillon1-0/+2
2017-11-06gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSETMarek Olšák1-0/+1
2017-11-01gallium: add cap for driver specified max combined shader resources.Dave Airlie1-0/+1
2017-10-10broadcom/vc4: Expose PIPE_CAP_TILE_RASTER_ORDEREric Anholt1-15/+20
2017-10-10gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4.Eric Anholt1-0/+1
2017-10-10broadcom/vc4: Implement GL_ARB_texture_barrier.Eric Anholt1-1/+1
2017-10-06gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESSMarek Olšák1-0/+1
2017-10-05broadcom/vc4: Don't advertise tiled dmabuf modifiers if we can't use themDerek Foreman1-13/+18
2017-09-29gallium: add LDEXP TGSI instruction and corresponding capNicolai Hähnle1-0/+1
2017-09-21gallium: Add PIPE_SHADER_CAP_INT64_ATOMICSJan Vesely1-0/+1
2017-09-18gallium: Add PIPE_SHADER_CAP_FP16Jan Vesely1-0/+1
2017-09-15gallium: introduce PIPE_CAP_LOAD_CONSTBUFTimothy Arceri1-0/+1
2017-08-03gallium: introduce PIPE_CAP_MEMOBJTimothy Arceri1-0/+1
2017-08-02gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding capNicolai Hähnle1-0/+1
2017-07-31gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREFNicolai Hähnle1-0/+1
2017-07-12vc4: Set shareable BOs as T tiled if possibleEric Anholt1-0/+30
2017-07-12vc4: Make the miptree debug code available under VC4_DEBUG=surfEric Anholt1-0/+2
2017-06-20vc4: Allow VBOs to be mapped during execution.Eric Anholt1-1/+1
2017-06-15gallium: Add renderonly-based support for pl111+vc4.Eric Anholt1-1/+11
2017-06-14gallium: add PIPE_CAP_BINDLESS_TEXTURESamuel Pitoiset1-0/+1
2017-06-02gallium: Add a cap to check if the driver supports ARB_post_depth_coverageLyude1-0/+1
2017-05-17vc4: Drop pointless indirections around BO import/export.Eric Anholt1-54/+0
2017-05-17gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTIONMarek Olšák1-0/+1
2017-05-10gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEXMarek Olšák1-0/+1
2017-05-02vc4: Use runtime CPU detection for whether NEON is available.Eric Anholt1-0/+3
2017-04-26gallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERSSamuel Pitoiset1-0/+1
2017-04-18vc4: Enable V3D 2.6.Eric Anholt1-1/+1