aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno
Commit message (Expand)AuthorAgeFilesLines
* a2xx: only update rasterizer settings when they're thereIlia Mirkin2017-08-151-1/+1
* a2xx: add logicop supportIlia Mirkin2017-08-151-5/+4
* gallium: introduce PIPE_CAP_MEMOBJTimothy Arceri2017-08-031-0/+1
* gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding capNicolai Hähnle2017-08-021-0/+1
* st/glsl_to_nir: move nir_lower_io to driversNicolai Hähnle2017-07-311-0/+6
* st/mesa: get rid of st_glsl_typesNicolai Hähnle2017-07-313-8/+18
* gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREFNicolai Hähnle2017-07-311-0/+1
* freedreno/ir3: fix load_front_face conversionIlia Mirkin2017-07-121-6/+3
* a5xx: fix condition for updating *_FS_OUTPUT_CNTLIlia Mirkin2017-07-091-1/+1
* a5xx: remove no-longer-accurate border color layout commentIlia Mirkin2017-07-081-32/+1
* a5xx: fix border color for depth formatsIlia Mirkin2017-07-081-1/+5
* a5xx: add border color clamping, add packed border color formatsIlia Mirkin2017-07-081-11/+59
* a5xx: fix border colors for swizzled texture formatsIlia Mirkin2017-07-081-14/+14
* a5xx: fix integer texture border colorsIlia Mirkin2017-07-081-4/+2
* a5xx: fix primitive restartIlia Mirkin2017-07-082-12/+23
* a5xx: add support for rendering to RGB10A2_UNORM formatsIlia Mirkin2017-07-071-3/+3
* a5xx: set uint/sint bits for mrt output registerIlia Mirkin2017-07-072-2/+8
* a5xx: add backface stencil emissionIlia Mirkin2017-07-074-9/+27
* a5xx: enable polygon offset clampsIlia Mirkin2017-07-041-1/+3
* a5xx: implement logicop supportIlia Mirkin2017-07-043-7/+13
* a5xx: enable polygon mode selectionIlia Mirkin2017-07-044-7/+24
* a5xx: disable ARB_depth_clamp for nowIlia Mirkin2017-07-041-1/+3
* a5xx: fix clip_halfz supportIlia Mirkin2017-07-043-4/+7
* a5xx: improve 3d texture samplingIlia Mirkin2017-07-041-3/+0
* a5xx: remove one of the MIPFILTER_LINEAR bitsIlia Mirkin2017-07-041-1/+0
* a5xx: enable formats newly added to the headersIlia Mirkin2017-07-041-69/+69
* a5xx: include color swap when decoding verticesIlia Mirkin2017-07-041-0/+1
* a5xx: update headersIlia Mirkin2017-07-041-10/+47
* Android: use symlinks for driver loadingRob Herring2017-06-291-0/+1
* gallium: add PIPE_CAP_BINDLESS_TEXTURESamuel Pitoiset2017-06-141-0/+1
* 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