summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/freedreno/freedreno_screen.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-22freedreno: a2xx: NIR backendJonathan Marek1-10/+4
2018-12-06freedreno: Add support for EXT_multisampled_render_to_textureKristian H. Kristensen1-0/+3
2018-11-27freedreno: add missing a20x idsJonathan Marek1-0/+2
2018-11-27freedreno/ir3: move disasm and optmsgs debug flagsRob Clark1-2/+1
2018-11-27freedreno: FD_SHADER_DEBUG -> IR3_SHADER_DEBUGRob Clark1-12/+0
2018-10-26freedreno: import libdrm_freedreno + redesign submitRob Clark1-0/+1
2018-10-17freedreno: Remove the Emacs mode linesNeil Roberts1-2/+0
2018-10-02freedreno/a6xx: hwbinningRob Clark1-1/+5
2018-09-06gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsiMarek Olšák1-0/+1
2018-09-04freedreno: Drop a bunch of duplicated gallium PIPE_CAP default code.Eric Anholt1-108/+2
2018-09-04gallium: Add a helper for implementing PIPE_CAP_* default values.Eric Anholt1-2/+3
2018-08-24gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.Kenneth Graunke1-0/+1
2018-08-23gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZEMarek Olšák1-0/+3
2018-08-23gallium: add PIPE_CAP_MAX_GS_INVOCATIONSMarek Olšák1-0/+3
2018-08-16freedreno: Add a6xx backendKristian H. Kristensen1-13/+20
2018-07-31gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTSMarek Olšák1-0/+1
2018-07-29freedreno: fix caps harderRob Clark1-4/+4
2018-07-18freedreno/a5xx: perfmance countersRob Clark1-0/+1
2018-07-18freedreno: batch query support (perfcounters)Rob Clark1-0/+1
2018-07-18freedreno/ir3: output ir3 and nir asm for frameretraceRob Clark1-0/+12
2018-06-23freedreno: fix HW_ATOMIC_COUNTERS capRob Clark1-1/+1
2018-06-22freedreno: add a20xJonathan Marek1-0/+1
2018-06-21freedreno/a5xx: MSAARob Clark1-2/+6
2018-06-20gallium: add scalar isa shader capChristian Gmeiner1-1/+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-30gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie1-6/+6
2018-04-30gallium: add initial support for conservative rasterizationRhys Perry1-0/+10
2018-03-20gallium: add packed uniform CAPTimothy Arceri1-0/+1
2018-03-05freedreno: add some more compute capsRob Clark1-4/+20
2018-03-05freedreno/a5xx: don't expose 64b pointers yetRob Clark1-2/+5
2018-03-05freedreno: steal handy macro for compute caps from nouveauRob Clark1-42/+17
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-3/+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-14freedreno/a5xx: texture tilingRob Clark1-0/+1
2017-12-19freedreno: add debug flag to force high priority contextRob Clark1-0/+1
2017-12-19freedreno: context priority supportRob Clark1-1/+11
2017-12-19gallium: plumb context priority through to driverRob Clark1-0/+1
2017-12-17freedreno/a5xx: add a5xx blitterRob Clark1-0/+1
2017-12-05freedreno/a5xx: hide ARB_base_instanceRob Clark1-1/+8
2017-12-03freedreno: add debug option to force emulated indirectRob Clark1-0/+1
2017-11-25freedreno/a4xx: add ARB_framebuffer_no_attachments supportIlia Mirkin1-1/+1
2017-11-25freedreno/a4xx: add indirect draw supportIlia Mirkin1-0/+4
2017-11-25freedreno/ir3: add a pass to lower tg4 to txl, enable gather on a4xxIlia Mirkin1-1/+1
2017-11-18freedreno/ir3: add texture gather supportRob Clark1-1/+5
2017-11-16freedreno/a5xx: ARB_framebuffer_no_attachments supportRob Clark1-1/+1