aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_screen.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* util: move os_time.[ch] to src/utilNicolai Hähnle2017-11-091-1/+1
* 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
* freedreno: implement pipe->invalidate_resource()Rob Clark2017-10-261-1/+1
* freedreno: GL_ARB_texture_barrierRob Clark2017-10-261-1/+1
* freedreno: small renameRob Clark2017-10-261-4/+4
* 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
* gallium: Remove util_format_s3tc_init()Matt Turner2017-10-021-2/+0
* 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/+2
* gallium: Add PIPE_SHADER_CAP_FP16Jan Vesely2017-09-181-0/+2
* gallium: introduce PIPE_CAP_LOAD_CONSTBUFTimothy Arceri2017-09-151-0/+1
* gallium: introduce PIPE_CAP_MEMOBJTimothy Arceri2017-08-031-0/+1
* gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding capNicolai Hähnle2017-08-021-0/+1