summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_screen.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: add PIPE_CAP_DRAW_PARAMETERSIlia Mirkin2015-12-301-0/+1
* freedreno/a4xx: add ARB_texture_query_lod supportIlia Mirkin2015-11-231-1/+1
* freedreno/a4xx: add ARB_texture_view supportIlia Mirkin2015-11-231-1/+1
* freedreno/a4xx: support 16384 texels in buffer textureIlia Mirkin2015-11-231-4/+3
* freedreno/a4xx: add ARB_texture_buffer_range supportIlia Mirkin2015-11-231-1/+3
* freedreno/a4xx: enable ARB_base_instance supportIlia Mirkin2015-11-211-1/+1
* freedreno/a4xx: add depth clamp and halfz clipIlia Mirkin2015-11-191-4/+2
* freedreno/a4xx: allow seamless cubemap filtering to be enabled per-textureIlia Mirkin2015-11-191-1/+1
* freedreno: expose GLSL 140 and fake MSAA for GL3.0/3.1 supportIlia Mirkin2015-11-181-2/+2
* freedreno/a3xx: fix texture buffers, enable offsetsIlia Mirkin2015-11-181-5/+4
* freedreno: add support for conditional rendering, required for GL3.0Ilia Mirkin2015-11-181-2/+2
* gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototypeIlia Mirkin2015-11-111-0/+1
* 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