summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/etnaviv/etnaviv_screen.c
Commit message (Expand)AuthorAgeFilesLines
* etnaviv: fix resource usage tracking across different pipe_context'sChristian Gmeiner2019-03-011-0/+12
* etnaviv: enable ETC2 texture compression support for HALTI0 GPUsChristian Gmeiner2019-03-011-11/+1
* drm-uapi: use local files, not system libdrmEric Engestrom2019-02-141-1/+1
* gallium: add PIPE_CAP_MAX_VARYINGSKarol Herbst2019-02-071-0/+3
* etnaviv: fix typo in cflush_all descriptionGuido Günther2019-01-101-1/+1
* etnaviv: Reduce max offset to available hardware bits.Mathias Fröhlich2018-09-101-0/+2
* gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGETMarek Olšák2018-09-071-0/+1
* gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsiMarek Olšák2018-09-061-0/+1
* gallium: Add a helper for implementing PIPE_CAP_* default values.Eric Anholt2018-09-041-3/+3
* gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.Kenneth Graunke2018-08-241-0/+1
* gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZEMarek Olšák2018-08-231-0/+3
* gallium: add PIPE_CAP_MAX_GS_INVOCATIONSMarek Olšák2018-08-231-0/+3
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-311-1/+6
* gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTSMarek Olšák2018-07-311-0/+1
* gallium: add scalar isa shader capChristian Gmeiner2018-06-201-0/+1
* gallium: add support for programmable sample locationsRhys Perry2018-06-141-0/+1
* gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITYMarek Olšák2018-05-291-0/+1
* gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie2018-05-301-2/+2
* gallium: add initial support for conservative rasterizationRhys Perry2018-04-301-0/+10
* etnaviv: add perfmon query implementationChristian Gmeiner2018-04-081-0/+8
* etnaviv: advertise YUV formats as external onlyLucas Stach2018-04-081-1/+1
* gallium: add packed uniform CAPTimothy Arceri2018-03-201-0/+1
* etnaviv: remove superfluous \n from DBG(..) callersChristian Gmeiner2018-03-161-3/+3
* etnaviv: allow mixing different bit depths for color and depth surfacesLucas Stach2018-03-091-1/+1
* etnaviv: add debug switch to disable single buffer featureLucas Stach2018-02-231-0/+3
* gallium: allow drivers to impose BO flags restrictions on constant buffer 0Marek Olšák2018-02-171-0/+1
* gallium: drop all the guard band float caps.Dave Airlie2018-02-141-5/+0
* gallium: introduce PIPE_CAP_FENCE_SIGNAL v2Andres Rodriguez2018-01-301-0/+1
* gallium: remove PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák2018-01-171-1/+0
* gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAPMarek Olšák2018-01-171-1/+0
* gallium: remove PIPE_CAP_TWO_SIDED_STENCILMarek Olšák2018-01-171-1/+0
* gallium: plumb context priority through to driverRob Clark2017-12-191-0/+1
* etnaviv: GC7000: Update screen specs for HALTI5Wladimir J. van der Laan2017-11-301-4/+15
* etnaviv: GC7000: BLT engine blitting supportWladimir J. van der Laan2017-11-301-0/+2
* etnaviv: Put HALTI level in specsWladimir J. van der Laan2017-11-221-0/+21
* gallium: add CAPs to support HW atomic counters. (v3)Dave Airlie2017-11-101-0/+2
* util: move os_time.[ch] to src/utilNicolai Hähnle2017-11-091-1/+1
* etnaviv: ASTC texture supportWladimir J. van der Laan2017-11-061-0/+6
* gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSETMarek Olšák2017-11-061-0/+1
* gallium: add cap for driver specified max combined shader resources.Dave Airlie2017-11-011-0/+1
* etnaviv: add ext_texture_srgb supportChristian Gmeiner2017-10-281-0/+3
* etnaviv: enable occlusion query if GPU supports itChristian Gmeiner2017-10-201-1/+2
* gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4.Eric Anholt2017-10-101-0/+1
* gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESSMarek Olšák2017-10-061-0/+1
* etnaviv: Add support for DP2 instructionWladimir J. van der Laan2017-10-031-0/+2
* gallium: add LDEXP TGSI instruction and corresponding capNicolai Hähnle2017-09-291-0/+1
* gallium: Add PIPE_SHADER_CAP_INT64_ATOMICSJan Vesely2017-09-211-0/+1
* gallium: Add PIPE_SHADER_CAP_FP16Jan Vesely2017-09-181-0/+1
* gallium: introduce PIPE_CAP_LOAD_CONSTBUFTimothy Arceri2017-09-151-0/+1
* etnaviv: Implement ICACHEWladimir J. van der Laan2017-08-061-1/+3