summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno
Commit message (Expand)AuthorAgeFilesLines
* freedreno/a4xx: hw binningRob Clark2016-03-134-33/+210
* freedreno/a4xx: use generated headers for draw initiatorRob Clark2016-03-131-3/+4
* freedreno/a4xx: remove RB_RENDER_CONTROL patchingRob Clark2016-03-136-41/+8
* freedreno: update generated headersRob Clark2016-03-135-11/+32
* freedreno/a3xx: move where we deal w/ binning FSRob Clark2016-03-133-10/+10
* freedreno/a4xx: move where we deal w/ binning FSRob Clark2016-03-133-10/+10
* freedreno/a3xx: constify the shader variantsRob Clark2016-03-132-6/+6
* freedreno/a4xx: constify the shader variantsRob Clark2016-03-134-13/+13
* freedreno/a3xx: remove duplicate mark of end of binning cmdsRob Clark2016-03-131-3/+0
* gallium: add CAPs returning PCI device locationMarek Olšák2016-03-091-0/+4
* gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák2016-03-091-1/+2
* freedreno/ir3: enable shareable shadersRob Clark2016-03-015-8/+12
* freedreno/ir3: pass ctx to constant-emit codeRob Clark2016-03-014-25/+21
* freedreno/ir3: add dev ptr to ir3_compilerRob Clark2016-03-016-8/+10
* freedreno: drop unnecessary -Wno-packed-bitfield-compatRob Herring2016-02-291-2/+2
* Android: fix build break from nir/glsl move to compiler/Rob Herring2016-02-291-1/+3
* freedreno: expose time-elapsed queryRob Clark2016-02-172-1/+5
* freedreno/a4xx: implement time-elapsed queryRob Clark2016-02-172-0/+133
* freedreno/a4xx: better occlusion/sample countingRob Clark2016-02-171-1/+6
* freedreno/query: fix refcnt'ing issueRob Clark2016-02-171-1/+1
* freedreno/query: some queries don't have ->begin_query()Rob Clark2016-02-172-0/+18
* freedreno/query: align counter snapshot locationsRob Clark2016-02-171-0/+2
* freedreno/query: add optional enable hookRob Clark2016-02-175-0/+36
* freedreno: query max gpu freqRob Clark2016-02-172-0/+11
* freedreno: update generated headersRob Clark2016-02-175-30/+1355
* freedreno/ir3: fix new gcc6 errorsRob Clark2016-02-171-1/+0
* 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
* nir: Remove the const_offset from nir_tex_instrJason Ekstrand2016-02-101-15/+0
* freedreno/ir3: Get rid of nested functionsBernhard Rosenkränzer2016-02-101-15/+15
* nir/tex_instr: Rename sampler to textureJason Ekstrand2016-02-091-3/+3
* freedreno/ir3: use const_index helpersRob Clark2016-02-091-3/+7
* 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/ir3: ignore clip-vertex varyingRob Clark2016-01-301-1/+4
* freedreno/ir3: don't ignore local varsRob Clark2016-01-301-1/+7
* freedreno/ir3: handle tex instrs w/ const offsetRob Clark2016-01-301-0/+16
* freedreno/ir3: support load_front_face intrinsicRob Clark2016-01-301-2/+14
* freedreno: limit string marker to max packet sizeRob Clark2016-01-301-0/+3
* nir: move to compiler/Emil Velikov2016-01-263-5/+5
* nir: move shader_enums.[ch] to compilerEmil Velikov2016-01-262-2/+2
* freedreno/a4xx: Add support for adreno 430cstout2016-01-211-0/+1
* freedreno: make opc array static constChristian Gmeiner2016-01-211-1/+1
* freedreno: implement emit_string_markerRob Clark2016-01-212-1/+28
* gallium: add GREMEDY_string_markerRob Clark2016-01-211-0/+1
* freedreno/a4xx: use smaller threadsize for more registersRob Clark2016-01-181-2/+5
* freedreno: per-generation OUT_IB packetRob Clark2016-01-189-6/+43
* freedreno/ir3: fix mad 3rd src delay calcRob Clark2016-01-171-1/+1