aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_screen.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREFNicolai Hähnle2017-07-311-0/+1
* a5xx: enable polygon offset clampsIlia Mirkin2017-07-041-1/+3
* a5xx: disable ARB_depth_clamp for nowIlia Mirkin2017-07-041-1/+3
* gallium: add PIPE_CAP_BINDLESS_TEXTURESamuel Pitoiset2017-06-141-0/+1
* freedreno/a5xx: LRZ supportRob Clark2017-06-071-0/+1
* gallium: Add a cap to check if the driver supports ARB_post_depth_coverageLyude2017-06-021-0/+1
* freedreno/a5xx: timestamp / time-elapsed queriesRob Clark2017-05-301-1/+1
* freedreno/ir3: switch to NIR by defaultRob Clark2017-05-231-15/+2
* freedreno/ir3: need different compiler options for a5xxRob Clark2017-05-231-1/+1
* freedreno: only support SSBOs with nirRob Clark2017-05-231-0/+3
* gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTIONMarek Olšák2017-05-171-0/+1
* freedreno/a5xx: hw binning supportRob Clark2017-05-131-0/+2
* gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEXMarek Olšák2017-05-101-0/+1
* freedreno: fix clang error in fd_get_compute_paramRob Herring2017-05-091-1/+1