summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_screen.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORTIlia Mirkin2014-07-031-1/+1
* gallium: add facilities for indirect drawingChristoph Bumiller2014-07-021-0/+1
* gallium: add a cap for max vertex streamsIlia Mirkin2014-07-011-0/+1
* gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller2014-06-021-0/+1
* freedreno: few caps fixesRob Clark2014-05-261-4/+4
* freedreno: don't advertise texture arrays for nowRob Clark2014-05-201-1/+1
* freedreno: fix capsRob Clark2014-05-181-2/+2
* freedreno/a3xx: fix MAX_INPUTS shader capRob Clark2014-05-141-1/+1
* freedreno/a3xx: add debug flag to expose glsl130Rob Clark2014-05-141-3/+7
* freedreno/a3xx: occlusion query supportRob Clark2014-05-131-3/+6
* gallium: add a cap for supporting 4-offset TG4 opcodesIlia Mirkin2014-05-071-4/+5
* gallium: add basic support for ARB_sample_shadingIlia Mirkin2014-04-261-0/+1
* gallium: add a way to query min/max texture gather offsetsIlia Mirkin2014-04-101-0/+2
* gallium: add support for LODQ opcodes.Dave Airlie2014-04-071-0/+1
* mesa/soft/llvmpipe: add fake MSAA supportDave Airlie2014-04-021-0/+1
* gallium: the other drivers don't support ARB_buffer_storageMarek Olšák2014-02-251-0/+1
* gallium: add texture gather support to gallium (v3)Dave Airlie2014-02-251-0/+2
* gallium: add geometry shader output limitsGrigori Goronzy2014-02-091-0/+5
* gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERSMarek Olšák2014-02-041-2/+0
* freedreno: enabling binning and opt by defaultRob Clark2014-02-031-10/+6
* freedreno/a3xx/compiler: new compilerRob Clark2014-02-031-0/+2
* freedreno/a3xx/compiler: split out old compilerRob Clark2014-02-031-0/+1
* freedreno/a3xx: handle frag z writeRob Clark2014-02-011-1/+1