summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_screen.c
Commit message (Expand)AuthorAgeFilesLines
* freedreno/a3xx: add per-texture seamless cubemap controlIlia Mirkin2015-08-161-1/+1
* freedreno/a4xx: add cube map array supportIlia Mirkin2015-08-151-1/+1
* freedreno: expose OES exts for float linear filteringIlia Mirkin2015-08-141-2/+4
* gallium: add an interface for EXT_depth_bounds_testMarek Olšák2015-08-141-0/+1
* gallium: add support for GLES texture float extensions (v3)Marek Olšák2015-08-141-0/+2
* freedreno/a3xx+a4xx: add texture buffer object supportRob Clark2015-08-121-3/+13
* freedreno: cap cleanupsRob Clark2015-08-121-16/+8
* freedreno/a4xx: add independent blend function supportRob Clark2015-08-041-2/+4
* freedreno: fix stream-out caps vec4->componentsRob Clark2015-08-041-2/+2
* freedreno/ir3: add transform-feedback supportRob Clark2015-07-271-0/+11
* gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGSMarek Olšák2015-07-161-0/+1
* freedreno/ir3: shader-db tracesRob Clark2015-07-101-0/+1
* gallium: remove redundant pipe_context::fence_signalledMarek Olšák2015-07-051-1/+0
* freedreno: use consistent version string formatTimothy Arceri2015-07-011-1/+1
* freedreno/ir3: dump nocp optionRob Clark2015-06-211-1/+0
* freedreno/ir3: remove tgsi f/eRob Clark2015-06-211-1/+0
* freedreno/ir3: drop dot graph dumpingRob Clark2015-06-211-1/+0
* tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarationsMarek Olšák2015-06-051-0/+1
* freedreno: enable a306Rob Clark2015-05-141-0/+1
* gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERYMarek Olšák2015-05-121-0/+1
* freedreno/a3xx: add support for disabling depth clippingIlia Mirkin2015-04-271-1/+1
* freedreno/ir3/nir: lower if/elseRob Clark2015-04-171-4/+0
* freedreno/a4xx: sysvals and UBOsRob Clark2015-04-171-1/+1
* freedreno/ir3: add NIR compilerRob Clark2015-04-051-0/+5
* freedreno/a3xx: add UBO supportIlia Mirkin2015-04-051-2/+2
* freedreno: convert blit program to array for each number of rtsIlia Mirkin2015-04-021-1/+1
* freedreno/a3xx: add independent blend function supportIlia Mirkin2015-04-021-2/+4
* freedreno/a3xx: point size should not be divided by 2Ilia Mirkin2015-03-281-1/+1
* gallium: implement get_device_vendor() for existing driversGiuseppe Bilotta2015-03-231-0/+8
* freedreno: fix spellingRob Clark2015-03-181-1/+1
* gallium: add FMA and DFMA opcodes (v3)Marek Olšák2015-03-161-0/+1
* freedreno/ir3: remove old compilerRob Clark2015-03-151-1/+0
* freedreno: replace glsl130 debug flag with glsl120Rob Clark2015-03-081-11/+9
* freedreno/a4xx: re-enable int (conditional on glsl130)Rob Clark2015-03-031-1/+1
* freedreno/a4xx: add ARB_instanced_arrays supportRob Clark2015-02-241-3/+1
* freedreno/a4xx: add support for vertexid and instanceid sysvalsRob Clark2015-02-241-1/+1
* freedreno: implement fenceRob Clark2015-02-211-23/+0
* gallium: add new double-related shader caps to all the gettersIlia Mirkin2015-02-201-0/+2
* freedreno: add missing PIPE_CAP_RESOURCE_FROM_USER_MEMORY to switchIlia Mirkin2015-02-191-0/+1
* freedreno/a3xx: add ARB_instanced_arrays supportIlia Mirkin2015-02-191-1/+1
* freedreno/a3xx: add support for vertexid and instanceid sysvalsIlia Mirkin2015-02-191-3/+5
* gallium: Add MULTISAMPLE_Z_RESOLVE capAxel Davy2015-02-061-0/+1
* gallium: add a cap to determine whether the driver supports offset_clampIlia Mirkin2015-02-021-0/+1
* gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEXRoland Scheidegger2014-12-161-0/+1
* freedreno: add is_a3xx()/is_a4xx() helpersRob Clark2014-12-131-6/+12
* freedreno: add adreno 420 supportRob Clark2014-11-151-1/+5
* freedreno: rename a couple debug flagsRob Clark2014-10-251-3/+3
* gallium: introduce PIPE_CAP_CLIP_HALFZ.Mathias Fröhlich2014-10-241-0/+1
* gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesaMarek Olšák2014-10-211-0/+1
* freedreno/ir3: add debug flag to disable cpRob Clark2014-10-201-0/+1