summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_screen.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add a pipe cap for whether primitive restart works for patches.Kenneth Graunke2016-05-231-0/+1
* freedreno/ir3: add support for NIR as preferred IRRob Clark2016-05-151-1/+19
* gallium: Add a pipe cap for arb_cull_distanceTobias Klausmann2016-05-141-0/+1
* freedreno/ir3: handle color clamp variant ourselvesRob Clark2016-04-301-2/+4
* freedreno: reduce line width for deqp furtherRob Clark2016-04-251-1/+1
* freedreno: fix max-line-widthRob Clark2016-04-131-0/+10
* freedreno: add flag to enable dEQP hacksRob Clark2016-04-131-0/+1
* gallium: Add capability for ARB_robust_buffer_access_behavior.Bas Nieuwenhuizen2016-04-121-0/+1
* gallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENTEdward O'Callaghan2016-04-071-0/+1
* gallium: add CAPs returning PCI device locationMarek Olšák2016-03-091-0/+4
* freedreno/ir3: enable shareable shadersRob Clark2016-03-011-1/+5
* freedreno: expose time-elapsed queryRob Clark2016-02-171-1/+3
* freedreno: query max gpu freqRob Clark2016-02-171-0/+10
* gallium: add PIPE_SHADER_CAP_MAX_SHADER_IMAGESIlia Mirkin2016-02-151-0/+1
* gallium: add PIPE_SHADER_CAP_SUPPORTED_IRSSamuel Pitoiset2016-02-131-0/+2
* gallium: add interface for querying memory usage and sizes (v2)Marek Olšák2016-02-051-0/+1
* gallium: add PIPE_CAP_QUERY_BUFFER_OBJECTIlia Mirkin2016-02-041-0/+1
* gallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKSNicolai Hähnle2016-02-031-0/+1
* gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLYNicolai Hähnle2016-02-031-0/+2
* freedreno/a4xx: Add support for adreno 430cstout2016-01-211-0/+1
* freedreno: implement emit_string_markerRob Clark2016-01-211-1/+1
* gallium: add GREMEDY_string_markerRob Clark2016-01-211-0/+1
* freedreno/ir3: array reworkRob Clark2016-01-161-1/+8
* gallium/st: add pipe_context::generate_mipmap()Charmaine Lee2016-01-141-0/+1
* gallium: add PIPE_CAP_INVALIDATE_BUFFERNicolai Hähnle2016-01-141-0/+1
* gallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENTIlia Mirkin2016-01-081-0/+1
* gallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERSIlia Mirkin2016-01-081-0/+2
* gallium: add caps for POSITION and FACE system valuesMarek Olšák2016-01-081-0/+2
* gallium: add caps to expose support for multi indirect drawsIlia Mirkin2016-01-071-0/+2
* gallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate UP2H/PK2H supportIlia Mirkin2016-01-031-0/+1
* 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