aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_screen.c
Commit message (Expand)AuthorAgeFilesLines
* freedreno: spiff up some debug tracesRob Clark2016-07-301-0/+1
* freedreno: add batch-cache and batch reorderingRob Clark2016-07-301-0/+13
* freedreno: limit non-user constant buffers to a4xxRob Clark2016-07-291-1/+1
* freedreno/a4xx: timestamp queriesRob Clark2016-07-231-1/+1
* freedreno: hw timestamp supportRob Clark2016-07-231-2/+14
* gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)Józef Kucia2016-07-201-0/+1
* freedreno/ir3: support non-user_buffer constsRob Clark2016-07-021-2/+4
* gallium: Add a cap for offset_units_unscaledAxel Davy2016-06-251-0/+1
* gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all driversIlia Mirkin2016-06-181-0/+1
* gallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops are allowedIlia Mirkin2016-06-061-0/+1
* 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