summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* iris: add Android buildTapani Pälli2019-02-215-0/+232
* iris: override alpha to one src1 blend factorsKenneth Graunke2019-02-211-10/+36
* iris: Always do rasterizer discard in clipperKenneth Graunke2019-02-211-6/+7
* iris: Fix primitive generated query active flagKenneth Graunke2019-02-211-1/+1
* iris: Enable guardband clippingKenneth Graunke2019-02-211-9/+10
* iris: Clamp viewport extents to the framebuffer dimensionsKenneth Graunke2019-02-211-38/+45
* iris: Fix clear dimensionsKenneth Graunke2019-02-211-2/+3
* iris: Drop continues in resolveKenneth Graunke2019-02-211-5/+0
* iris: Replace num_textures etc with a bitmask we can scanKenneth Graunke2019-02-213-14/+21
* iris: Fix set_sampler_views with start > 0Kenneth Graunke2019-02-211-1/+1
* iris: fix set_sampler_views to not unbind, be better about boundsKenneth Graunke2019-02-211-9/+6
* iris: fix overhead regression from flushing for storage imagesKenneth Graunke2019-02-211-1/+2
* iris: Fix NOS mechanismKenneth Graunke2019-02-212-8/+7
* iris: re-pin inherited streamout buffersKenneth Graunke2019-02-211-0/+13
* iris: reemit SBE when sprite coord origin changesKenneth Graunke2019-02-211-1/+3
* iris: omask can killKenneth Graunke2019-02-211-1/+3
* iris: reject all clipping when we can't use streamout render disabledKenneth Graunke2019-02-212-4/+6
* iris: make clipper statistics dynamicKenneth Graunke2019-02-211-1/+2
* iris: CS stall for stream out -> VBKenneth Graunke2019-02-211-6/+13
* iris: fix dma buf import stridesKenneth Graunke2019-02-211-1/+1
* iris: fix alpha channel for RGB BC1 formatsKenneth Graunke2019-02-211-8/+13
* iris: Allocate buffer resources separatelyJason Ekstrand2019-02-212-58/+87
* iris: Don't bother considering if the underlying surface is a cubeKenneth Graunke2019-02-211-3/+1
* iris: move some non-buffer case code in a bitKenneth Graunke2019-02-211-4/+6
* iris: Stop leaking iris_uncompiled_shaders like madKenneth Graunke2019-02-211-5/+0
* iris: Destroy the bufmgrKenneth Graunke2019-02-211-0/+1
* iris: Fix IRIS_MEMZONE_COUNT to exclude the border color poolKenneth Graunke2019-02-211-1/+1
* iris: Unref unbound_tex resourceKenneth Graunke2019-02-211-0/+2
* iris: Destroy the border color poolKenneth Graunke2019-02-213-0/+10
* iris: Destroy transfer helper on screen teardownKenneth Graunke2019-02-211-0/+2
* iris: Fix failed to compile TCS messageKenneth Graunke2019-02-211-1/+1
* iris: Rework tiling/modifiers handlingKenneth Graunke2019-02-211-30/+31
* iris: fix conditional compute, don't stomp predicate for pipelined queriesKenneth Graunke2019-02-216-66/+89
* iris: check query firstKenneth Graunke2019-02-211-0/+17
* iris: for BLORP, only use the predicate enable bit when USE_BITKenneth Graunke2019-02-212-3/+18
* iris: add conditional render supportDave Airlie2019-02-215-3/+119
* iris: drop key_size_for_cacheKenneth Graunke2019-02-211-18/+0
* iris: iris add load register reg32/64Dave Airlie2019-02-212-0/+30
* iris: execute compute related query on compute batch.Dave Airlie2019-02-211-6/+12
* iris: fix cube texture viewDave Airlie2019-02-211-0/+4
* iris: fix some SO overflow query bugs and tidy the code a bitKenneth Graunke2019-02-211-25/+33
* iris: add initial transform feedback overflow query paths (V3)Dave Airlie2019-02-211-2/+129
* iris: actually flush for storage imagesKenneth Graunke2019-02-213-0/+21
* iris: add an extra BT assert from Chris WilsonKenneth Graunke2019-02-211-0/+2
* iris: add assertions about binding table startsKenneth Graunke2019-02-211-4/+13
* iris: drop pull constant binding table entryKenneth Graunke2019-02-211-4/+0
* iris: Use program's num textures not the state tracker's boundKenneth Graunke2019-02-211-1/+1
* iris: Enable precompilesKenneth Graunke2019-02-214-27/+157
* iris: rework program cache interfaceKenneth Graunke2019-02-213-154/+131
* iris: Use wrappers for create_xs_state rather than a switch statementKenneth Graunke2019-02-211-46/+78