Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iris: SO buffers | Kenneth Graunke | 2019-02-21 | 1 | -11/+90 |
* | iris: Implement 3DSTATE_SO_DECL_LIST | Kenneth Graunke | 2019-02-21 | 4 | -23/+159 |
* | iris: rearrange iris_resource.h | Kenneth Graunke | 2019-02-21 | 1 | -11/+23 |
* | iris: slab allocate transfers | Kenneth Graunke | 2019-02-21 | 6 | -15/+29 |
* | iris: don't crash on shader perf logs | Kenneth Graunke | 2019-02-21 | 1 | -1/+16 |
* | iris: fix depth bounds clamp enables | Kenneth Graunke | 2019-02-21 | 1 | -2/+7 |
* | iris: fix clip flagging on fb changes | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: comment out l/a/i/la | Kenneth Graunke | 2019-02-21 | 1 | -27/+29 |
* | iris: actually handle array layers in blits | Kenneth Graunke | 2019-02-21 | 1 | -3/+2 |
* | iris: keep DISCARD_RANGE | Kenneth Graunke | 2019-02-21 | 1 | -1/+2 |
* | iris: actually set cube bit properly | Kenneth Graunke | 2019-02-21 | 1 | -1/+2 |
* | iris: rename map->stride | Kenneth Graunke | 2019-02-21 | 1 | -9/+10 |
* | iris: fix zoffset asserts with 2DArray/Cube | Kenneth Graunke | 2019-02-21 | 1 | -1/+3 |
* | iris: SBE change stash | Kenneth Graunke | 2019-02-21 | 2 | -1/+5 |
* | iris: just malloc one iris_genx_state instead of a bunch of oddball pieces | Kenneth Graunke | 2019-02-21 | 2 | -39/+40 |
* | iris: dead pointer | Kenneth Graunke | 2019-02-21 | 1 | -1/+0 |
* | iris: implement border color, fix other sampler nonsense | Kenneth Graunke | 2019-02-21 | 6 | -14/+182 |
* | iris: border color memory zone :( | Kenneth Graunke | 2019-02-21 | 2 | -8/+25 |
* | iris: don't include binder in surface VMA range | Kenneth Graunke | 2019-02-21 | 3 | -3/+3 |
* | iris: state ref tuple | Kenneth Graunke | 2019-02-21 | 4 | -107/+103 |
* | iris: null surface for unbound textures | Kenneth Graunke | 2019-02-21 | 2 | -1/+26 |
* | iris: depth clears | Kenneth Graunke | 2019-02-21 | 1 | -2/+17 |
* | iris: fix GS dispatch mode | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: fix 3DSTATE_VERTEX_ELEMENTS / VF_INSTANCING for 0 elements | Kenneth Graunke | 2019-02-21 | 1 | -3/+16 |
* | iris: don't emit garbage 3DSTATE_VERTEX_BUFFERS when there aren't any | Kenneth Graunke | 2019-02-21 | 1 | -5/+7 |
* | iris: geometry shader support | Kenneth Graunke | 2019-02-21 | 1 | -2/+58 |
* | iris: TES uniform fixes | Kenneth Graunke | 2019-02-21 | 1 | -1/+3 |
* | iris: larger polygon offset | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: fix provoking vertex ordering | Kenneth Graunke | 2019-02-21 | 1 | -4/+4 |
* | iris: maybe-flush before blorp operations | Kenneth Graunke | 2019-02-21 | 2 | -3/+15 |
* | iris: lightmodel flat | Kenneth Graunke | 2019-02-21 | 1 | -0/+3 |
* | iris: implement copy image | Kenneth Graunke | 2019-02-21 | 2 | -12/+28 |
* | iris: fall back to u_generate_mipmap | Kenneth Graunke | 2019-02-21 | 2 | -14/+1 |
* | iris: clear fix | Kenneth Graunke | 2019-02-21 | 1 | -2/+4 |
* | iris: shader dirty bits | Kenneth Graunke | 2019-02-21 | 1 | -9/+18 |
* | iris: rework DEBUG_REEMIT | Kenneth Graunke | 2019-02-21 | 2 | -4/+5 |
* | iris: clears | Kenneth Graunke | 2019-02-21 | 5 | -19/+61 |
* | iris: better boxing on maps | Kenneth Graunke | 2019-02-21 | 1 | -3/+23 |
* | iris: fix fragcoord ytransform | Kenneth Graunke | 2019-02-21 | 1 | -2/+2 |
* | iris: Disable unsupported mirror clamp modes | Kenneth Graunke | 2019-02-21 | 1 | -1/+7 |
* | iris: tidy comments about mirroring modes | Kenneth Graunke | 2019-02-21 | 1 | -2/+4 |
* | iris: iris - fix QWord aligned endings after batch chaining rework | Kenneth Graunke | 2019-02-21 | 1 | -3/+3 |
* | iris: colorize batchbuffer failures to make them stand out | Kenneth Graunke | 2019-02-21 | 1 | -2/+3 |
* | iris: bad inherited comments | Kenneth Graunke | 2019-02-21 | 1 | -5/+1 |
* | iris: Handle batch submission failure "better" | Kenneth Graunke | 2019-02-21 | 1 | -8/+13 |
* | iris: don't always flush | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: print second batch size separately | Kenneth Graunke | 2019-02-21 | 1 | -3/+7 |
* | iris: actually init num_viewports | Kenneth Graunke | 2019-02-21 | 2 | -1/+4 |
* | iris: scissor count fixes | Kenneth Graunke | 2019-02-21 | 2 | -7/+3 |
* | iris: fix VP iteration | Kenneth Graunke | 2019-02-21 | 1 | -12/+13 |