| Commit message (Expand) | Author | Age | Files | Lines |
* | freedreno/a3xx: color masking works like a blend for some formats | Ilia Mirkin | 2015-04-27 | 1 | -0/+14 |
* | freedreno/a3xx: add support for S8 and Z32F_S8 | Ilia Mirkin | 2015-04-27 | 9 | -44/+235 |
* | freedreno/a3xx: add Z32F support | Ilia Mirkin | 2015-04-27 | 5 | -10/+65 |
* | freedreno: add fd_transfer to wrap around pipe_transfer | Ilia Mirkin | 2015-04-27 | 3 | -2/+15 |
* | freedreno/a3xx: add support for disabling depth clipping | Ilia Mirkin | 2015-04-27 | 2 | -1/+3 |
* | freedreno: misc minor cleanups | Rob Clark | 2015-04-22 | 3 | -9/+10 |
* | freedreno/a4xx: (partial) gl_FragCoord.zw | Rob Clark | 2015-04-22 | 1 | -5/+11 |
* | freedreno/a4xx: primitive-restart | Rob Clark | 2015-04-22 | 1 | -0/+5 |
* | freedreno/nir: sysval fixes | Rob Clark | 2015-04-22 | 2 | -5/+12 |
* | freedreno/a4xx: wire up integer texture sampling | Rob Clark | 2015-04-22 | 3 | -5/+44 |
* | freedreno/a4xx: formats updates/fixes | Rob Clark | 2015-04-22 | 3 | -32/+84 |
* | freedreno: update generated headers | Rob Clark | 2015-04-22 | 6 | -20/+123 |
* | android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERS | Emil Velikov | 2015-04-22 | 1 | -3/+2 |
* | freedreno/a3xx: enable polymode setting with non-fill modes | Ilia Mirkin | 2015-04-18 | 1 | -0/+4 |
* | freedreno/a3xx: fix integer and 32-bit float border colors | Ilia Mirkin | 2015-04-18 | 1 | -1/+30 |
* | freedreno/a3xx: add support for float R/RG render targets | Ilia Mirkin | 2015-04-18 | 1 | -4/+6 |
* | freedreno/ir3/nir: few little fixes | Rob Clark | 2015-04-17 | 1 | -21/+28 |
* | freedreno/ir3/nir: lower if/else | Rob Clark | 2015-04-17 | 6 | -8/+381 |
* | freedreno/a4xx: support for large shaders | Rob Clark | 2015-04-17 | 1 | -3/+26 |
* | freedreno: update generated headers | Rob Clark | 2015-04-17 | 8 | -42/+354 |
* | freedreno/ir3/nir: UBO support | Rob Clark | 2015-04-17 | 2 | -0/+52 |
* | freedreno/ir3: move out helper | Rob Clark | 2015-04-17 | 2 | -24/+23 |
* | freedreno/a4xx: sysvals and UBOs | Rob Clark | 2015-04-17 | 3 | -24/+56 |
* | freedreno/ir3/nir: couple little fixes | Rob Clark | 2015-04-11 | 1 | -2/+10 |
* | freedreno/ir3/nir: handle system values | Rob Clark | 2015-04-11 | 1 | -3/+50 |
* | freedreno/ir3/nir: handle txs and query_levels tex ops | Rob Clark | 2015-04-11 | 1 | -4/+81 |
* | freedreno/ir3/nir: split out tex helpers | Rob Clark | 2015-04-11 | 1 | -34/+72 |
* | freedreno/ir3/nir: simplify emit_tex() | Rob Clark | 2015-04-11 | 2 | -61/+66 |
* | freedreno/ir3/cp: handle indirect properly | Rob Clark | 2015-04-11 | 1 | -13/+20 |
* | freedreno/ir3/sched: avoid getting stuck on addr conflicts | Rob Clark | 2015-04-11 | 1 | -32/+42 |
* | freedreno/ir3/nir: add variable-indexing support | Rob Clark | 2015-04-11 | 1 | -16/+204 |
* | freedreno/ir3/asm: change assert to warning | Rob Clark | 2015-04-11 | 1 | -1/+4 |
* | freedreno/ir3/nir: set first_driver_param | Rob Clark | 2015-04-11 | 1 | -0/+2 |
* | freedreno/ir3/cp: support to swap mad src's | Rob Clark | 2015-04-11 | 4 | -9/+43 |
* | freedreno/ir3: add NIR compiler | Rob Clark | 2015-04-05 | 7 | -5/+1762 |
* | freedreno/a3xx: don't decode srgb on mem2gmem | Ilia Mirkin | 2015-04-05 | 1 | -6/+12 |
* | freedreno/a3xx: pass sprite coord mode through to program emit | Ilia Mirkin | 2015-04-05 | 3 | -1/+4 |
* | freedreno/a3xx: add UBO support | Ilia Mirkin | 2015-04-05 | 6 | -38/+132 |
* | freedreno/ir3: insert nop between sfu/mem operations | Ilia Mirkin | 2015-04-05 | 1 | -1/+6 |
* | freedreno: dirty context when reallocating a bound bo | Ilia Mirkin | 2015-04-05 | 1 | -0/+40 |
* | freedreno: keep track of buffer valid ranges | Ilia Mirkin | 2015-04-05 | 2 | -0/+27 |
* | freedreno: mark resources as being read so that writes flush the queue | Ilia Mirkin | 2015-04-05 | 5 | -1/+59 |
* | freedreno: don't bother setting resource timestamps | Ilia Mirkin | 2015-04-05 | 1 | -9/+0 |
* | freedreno: add a reading flag to indicate gpu is reading rsc | Ilia Mirkin | 2015-04-05 | 2 | -2/+3 |
* | freedreno: fix resource flushing confusion | Ilia Mirkin | 2015-04-05 | 1 | -14/+10 |
* | freedreno: remove tex_resource | Ilia Mirkin | 2015-04-05 | 9 | -11/+3 |
* | freedreno/ir3: handle FRAG IN's without interpolation specified | Rob Clark | 2015-04-05 | 1 | -7/+15 |
* | freedreno/ir3/cmdline: add @const headers for immediates | Rob Clark | 2015-04-05 | 1 | -0/+9 |
* | freedreno/ir3/cmdline: remove hack for old compiler | Rob Clark | 2015-04-05 | 1 | -23/+0 |
* | freedreno/ir3: handle const/immed/abs/neg in cp | Rob Clark | 2015-04-05 | 3 | -31/+314 |