Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iris: vertex ID, instance ID | Kenneth Graunke | 2019-02-21 | 3 | -3/+29 |
* | iris: don't emit SO_BUFFERS and SO_DECL_LIST unless streamout is enabled | Kenneth Graunke | 2019-02-21 | 1 | -21/+24 |
* | iris: compile a TCS...don't bother with passthrough yet | Kenneth Graunke | 2019-02-21 | 1 | -1/+61 |
* | iris: TES program key inputs | Kenneth Graunke | 2019-02-21 | 1 | -0/+42 |
* | iris: fix texture buffer stride | Kenneth Graunke | 2019-02-21 | 1 | -1/+5 |
* | iris: fix sampler views of TBOs | Kenneth Graunke | 2019-02-21 | 1 | -19/+32 |
* | iris: fix crash | Kenneth Graunke | 2019-02-21 | 1 | -1/+2 |
* | iris: record FS NOS | Kenneth Graunke | 2019-02-21 | 1 | -0/+26 |
* | iris: NOS mechanics | Kenneth Graunke | 2019-02-21 | 3 | -0/+32 |
* | iris: bind state helper function | Kenneth Graunke | 2019-02-21 | 1 | -16/+16 |
* | iris: s/hwcso/state/g | Kenneth Graunke | 2019-02-21 | 1 | -14/+14 |
* | iris: bits of multisample program key | Kenneth Graunke | 2019-02-21 | 2 | -12/+12 |
* | iris: save query type | Kenneth Graunke | 2019-02-21 | 1 | -3/+6 |
* | iris: draw indirect support? | Kenneth Graunke | 2019-02-21 | 1 | -1/+48 |
* | iris: fix CC_VIEWPORT | Kenneth Graunke | 2019-02-21 | 2 | -29/+53 |
* | iris: multislice transfer maps | Kenneth Graunke | 2019-02-21 | 2 | -22/+36 |
* | iris: disable 6x MSAA support | Kenneth Graunke | 2019-02-21 | 1 | -2/+3 |
* | iris: fix sample mask for MSAA-off | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: actually pin the buffers | Kenneth Graunke | 2019-02-21 | 2 | -1/+16 |
* | iris: fix SO_DECL_LIST | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: bother setting program_string_id... | Kenneth Graunke | 2019-02-21 | 2 | -13/+11 |
* | iris: set even if no outputs | Kenneth Graunke | 2019-02-21 | 1 | -3/+0 |
* | iris: streamout | Kenneth Graunke | 2019-02-21 | 4 | -23/+88 |
* | 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 |