summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_screen.c
Commit message (Expand)AuthorAgeFilesLines
* freedreno: import libdrm_freedreno + redesign submitRob Clark2018-10-261-0/+1
* freedreno: Remove the Emacs mode linesNeil Roberts2018-10-171-2/+0
* freedreno/a6xx: hwbinningRob Clark2018-10-021-1/+5
* gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsiMarek Olšák2018-09-061-0/+1
* freedreno: Drop a bunch of duplicated gallium PIPE_CAP default code.Eric Anholt2018-09-041-108/+2
* gallium: Add a helper for implementing PIPE_CAP_* default values.Eric Anholt2018-09-041-2/+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
* freedreno: Add a6xx backendKristian H. Kristensen2018-08-161-13/+20
* gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTSMarek Olšák2018-07-311-0/+1
* freedreno: fix caps harderRob Clark2018-07-291-4/+4
* freedreno/a5xx: perfmance countersRob Clark2018-07-181-0/+1
* freedreno: batch query support (perfcounters)Rob Clark2018-07-181-0/+1
* freedreno/ir3: output ir3 and nir asm for frameretraceRob Clark2018-07-181-0/+12
* freedreno: fix HW_ATOMIC_COUNTERS capRob Clark2018-06-231-1/+1
* freedreno: add a20xJonathan Marek2018-06-221-0/+1
* freedreno/a5xx: MSAARob Clark2018-06-211-2/+6
* gallium: add scalar isa shader capChristian Gmeiner2018-06-201-1/+2
* 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-6/+6
* gallium: add initial support for conservative rasterizationRhys Perry2018-04-301-0/+10
* gallium: add packed uniform CAPTimothy Arceri2018-03-201-0/+1
* freedreno: add some more compute capsRob Clark2018-03-051-4/+20
* freedreno/a5xx: don't expose 64b pointers yetRob Clark2018-03-051-2/+5
* freedreno: steal handy macro for compute caps from nouveauRob Clark2018-03-051-42/+17
* 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-3/+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
* freedreno/a5xx: texture tilingRob Clark2018-01-141-0/+1
* freedreno: add debug flag to force high priority contextRob Clark2017-12-191-0/+1
* freedreno: context priority supportRob Clark2017-12-191-1/+11
* gallium: plumb context priority through to driverRob Clark2017-12-191-0/+1
* freedreno/a5xx: add a5xx blitterRob Clark2017-12-171-0/+1
* freedreno/a5xx: hide ARB_base_instanceRob Clark2017-12-051-1/+8
* freedreno: add debug option to force emulated indirectRob Clark2017-12-031-0/+1
* freedreno/a4xx: add ARB_framebuffer_no_attachments supportIlia Mirkin2017-11-251-1/+1
* freedreno/a4xx: add indirect draw supportIlia Mirkin2017-11-251-0/+4
* freedreno/ir3: add a pass to lower tg4 to txl, enable gather on a4xxIlia Mirkin2017-11-251-1/+1
* freedreno/ir3: add texture gather supportRob Clark2017-11-181-1/+5
* freedreno/a5xx: ARB_framebuffer_no_attachments supportRob Clark2017-11-161-1/+1
* freedreno/a5xx: indirect draw supportRob Clark2017-11-141-1/+5
* freedreno/a5xx: add global size compute capRob Clark2017-11-121-0/+5
* freedreno/ir3: turn on std430 packingRob Clark2017-11-121-1/+6
* freedreno/a5xx: image supportRob Clark2017-11-121-3/+5
* gallium: add CAPs to support HW atomic counters. (v3)Dave Airlie2017-11-101-0/+2