summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_screen.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* freedreno: positions come out as integers, not half-integersIlia Mirkin2014-10-201-2/+2
* freedreno/ir3: large const supportRob Clark2014-10-151-1/+5
* freedreno/ir3: add TXD support and expose ARB_shader_texture_lodIlia Mirkin2014-10-021-1/+1
* freedreno: instanced drawing/compute not yet supportedIlia Mirkin2014-10-021-3/+3
* freedreno: dual-source render targets are not supportedIlia Mirkin2014-10-021-1/+1
* freedreno: max-texture-lod-bias should be 15.0fRob Clark2014-10-011-1/+1
* freedreno: turn missing caps into compile warningsRob Clark2014-09-271-10/+10
* freedreno: we have more than 0 viewports!Rob Clark2014-09-271-0/+3
* freedreno: don't advertise mirror-clamp supportRob Clark2014-09-271-1/+1
* freedreno: fix compiler warningRob Clark2014-09-271-0/+1
* freedreno/a3xx: more texture array fixesRob Clark2014-09-211-2/+4
* freedreno: add DRM_CONF_SHARE_FDRob Clark2014-09-211-2/+9
* freedreno: "fix" problems with excessive flushesRob Clark2014-09-121-1/+1
* gallium: add a texture target to sampler view and a CAP to use itIlia Mirkin2014-09-121-0/+1
* freedreno/a3xx: enable hw primitive-restartRob Clark2014-09-091-1/+3
* gallium: add cap for MAX_VERTEX_ATTRIB_STRIDETimothy Arceri2014-08-271-0/+3
* gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTEDTobias Klausmann2014-08-191-0/+1
* gallium/freedreno: handle query_renderer capsEmil Velikov2014-08-151-0/+12
* gallium: add opcodes/cap for fine derivative supportIlia Mirkin2014-08-141-0/+1
* automake: gallium/freedreno: drop spurious include dirsEmil Velikov2014-08-131-2/+2
* gallium: remove PIPE_SHADER_CAP_MAX_ADDRSMarek Olšák2014-08-111-2/+0
* gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZEMarek Olšák2014-07-281-2/+2
* freedreno/a3xx: enable/disable wa's based on patch-levelRob Clark2014-07-251-0/+17