aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno
Commit message (Expand)AuthorAgeFilesLines
* util: Port nir_array functionality to u_dynarrayThomas Helland2017-06-071-3/+3
* util/u_queue: add an option to set the minimum thread priorityMarek Olšák2017-06-071-1/+1
* freedreno/a5xx: set SP_BLEND_CONTROL properlyRob Clark2017-06-073-1/+4
* freedreno/a5xx: LRZ supportRob Clark2017-06-0714-14/+234
* freedreno: drop timestamp fieldRob Clark2017-06-072-3/+0
* freedreno/a5xx: refactor out helper for LRZ flushRob Clark2017-06-073-11/+19
* freedreno: reshuffle FD_MESA_DEBUG bitmaskRob Clark2017-06-071-3/+3
* freedreno: update generated headersRob Clark2017-06-077-17/+31
* gallium: Add a cap to check if the driver supports ARB_post_depth_coverageLyude2017-06-021-0/+1
* freedreno/a5xx: drop WFIs in emit_marker5()Rob Clark2017-05-301-5/+0
* freedreno/a5xx: timestamp / time-elapsed queriesRob Clark2017-05-302-1/+97
* freedreno/a5xx: rename query result structRob Clark2017-05-301-23/+22
* freedreno: update generated headersRob Clark2017-05-306-18/+624
* freedreno: fix fence creation fail if no renderingRob Clark2017-05-281-13/+1
* freedreno/ir3: switch to NIR by defaultRob Clark2017-05-232-16/+2
* freedreno/ir3: lower arrays to regsRob Clark2017-05-232-150/+185
* freedreno/ir3: add put_dst()Rob Clark2017-05-231-0/+24
* freedreno/ir3: code-motionRob Clark2017-05-231-55/+55
* freedreno/ir3: fix cmdline compilerRob Clark2017-05-231-2/+0
* freedreno/ir3: add missing nir_opt_copy_prop_vars() passRob Clark2017-05-231-0/+1
* freedreno/ir3: need different compiler options for a5xxRob Clark2017-05-234-5/+28
* freedreno/a5xx: remove copapasta from a4xxRob Clark2017-05-231-2/+1
* freedreno: only support SSBOs with nirRob Clark2017-05-231-0/+3
* freedreno/a5xx: add some missing texture formatsRob Clark2017-05-231-51/+51
* freedreno/a5xx: provoking vertexRob Clark2017-05-236-44/+40
* freedreno: update generated headersRob Clark2017-05-236-55/+64
* gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTIONMarek Olšák2017-05-171-0/+1
* freedreno/gmem: fix hw binning hangs with large render targetsRob Clark2017-05-163-3/+13
* freedreno/ir3: fix crash with atomicsRob Clark2017-05-161-2/+9
* freedreno/a5xx: remove unneeded assertRob Clark2017-05-161-3/+0
* freedreno/a5xx: fallback to slow-clear for z32Rob Clark2017-05-164-11/+36
* Revert "freedreno: use bypass if only clears"Rob Clark2017-05-141-4/+1
* freedreno: fix crash when flush() but no renderingRob Clark2017-05-141-0/+6
* freedreno: fix indexbuffer uploadRob Clark2017-05-146-15/+26
* freedreno/a5xx: hw binning supportRob Clark2017-05-139-51/+185
* freedreno: update generated headersRob Clark2017-05-136-29/+297
* freedreno: use bypass if only clearsRob Clark2017-05-131-1/+4
* Android: push driver build details to driver makefilesRob Herring2017-05-111-0/+5
* gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEXMarek Olšák2017-05-101-0/+1
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-1014-80/+55
* gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2017-05-108-13/+13
* nir: Embed the shader_info in the nir_shader againJason Ekstrand2017-05-092-3/+3
* freedreno: fix clang error in fd_get_compute_paramRob Herring2017-05-091-1/+1
* freedreno/a3xx: fix hang w/ large render targets and small gmemRob Clark2017-05-063-0/+7
* freedreno/ir3: add macro to declare variable length arraysRob Clark2017-05-061-18/+21
* freedreno/a5xx: compute shader supportRob Clark2017-05-049-5/+264
* freedreno: core compute state supportRob Clark2017-05-047-6/+216
* freedreno/ir3: compute shader supportRob Clark2017-05-044-19/+154
* freedreno/a5xx: SSBO supportRob Clark2017-05-043-7/+114
* freedreno/ir3: SSBO/atomic supportRob Clark2017-05-046-13/+309