aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_screen.c
Commit message (Expand)AuthorAgeFilesLines
* freedreno: add a305 supportGuillaume Charifi2015-11-061-0/+1
* gallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATSMarek Olšák2015-10-281-0/+1
* gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINTMarek Olšák2015-10-201-0/+2
* gallium: add PIPE_CAP_SHAREABLE_SHADERSMarek Olšák2015-10-201-0/+1
* freedreno: add debug option to dirty state after drawRob Clark2015-10-151-1/+2
* gallium: add per-sample interpolation control into rasterizer statOAeMarek Olšák2015-10-031-0/+1
* freedreno/a3xx: add support for dual-source blendingIlia Mirkin2015-09-161-1/+2
* freedreno: one screen to rule them allRob Clark2015-09-161-0/+1
* gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supportedIlia Mirkin2015-09-131-0/+1
* freedreno/a3xx: implement half-z clippingIlia Mirkin2015-08-291-1/+1
* 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