Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | iris: drop pipe_shader_state | Kenneth Graunke | 2019-02-21 | 2 | -29/+19 | |
* | iris: fix GS output component limit | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 | |
* | iris: Avoid croaking when trying to create FBO surfaces with bad formats | Kenneth Graunke | 2019-02-21 | 1 | -2/+15 | |
* | iris: enable texture gather | Kenneth Graunke | 2019-02-21 | 1 | -1/+2 | |
* | iris: BIG OL' HACK for UBO updates | Kenneth Graunke | 2019-02-21 | 1 | -0/+11 | |
* | iris: update a todo comment | Kenneth Graunke | 2019-02-21 | 1 | -0/+2 | |
* | iris: Don't reserve new binding table section unless things are dirty | Kenneth Graunke | 2019-02-21 | 3 | -3/+14 | |
* | iris: implement texture/memory barriers | Kenneth Graunke | 2019-02-21 | 3 | -0/+52 | |
* | iris: drop unused bo parameter | Kenneth Graunke | 2019-02-21 | 1 | -5/+5 | |
* | iris: update bindings when changing programs | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 | |
* | iris: fix for disabling ssbos | Kenneth Graunke | 2019-02-21 | 1 | -3/+2 | |
* | iris: fix SSBO indexing | Kenneth Graunke | 2019-02-21 | 3 | -3/+14 | |
* | iris: enable SSBOs | Kenneth Graunke | 2019-02-21 | 1 | -1/+9 | |
* | iris: fix TBO alignment to match 965 | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 | |
* | iris: unbind compiled shaders if none are present | Kenneth Graunke | 2019-02-21 | 3 | -3/+21 | |
* | iris: shorten loop | Kenneth Graunke | 2019-02-21 | 1 | -2/+1 | |
* | iris: emit binding table for atomic counters and SSBOs | Kenneth Graunke | 2019-02-21 | 1 | -1/+23 | |
* | iris: implement set_shader_buffers | Kenneth Graunke | 2019-02-21 | 2 | -0/+53 | |
* | iris: export get_shader_info | Kenneth Graunke | 2019-02-21 | 2 | -5/+11 | |
* | iris: fix msaa flipping filters | Kenneth Graunke | 2019-02-21 | 1 | -2/+2 | |
* | iris: expose more things that we already support | Kenneth Graunke | 2019-02-21 | 1 | -3/+3 | |
* | iris: fix blorp filters | Kenneth Graunke | 2019-02-21 | 1 | -2/+48 | |
* | iris: hack around samples confusion | Kenneth Graunke | 2019-02-21 | 1 | -1/+4 | |
* | iris: point sprite enables | Kenneth Graunke | 2019-02-21 | 1 | -2/+31 | |
* | iris: reemit blend state for alpha test function changes | Kenneth Graunke | 2019-02-21 | 1 | -0/+3 | |
* | iris: fix Z24 | Kenneth Graunke | 2019-02-21 | 2 | -3/+3 | |
* | iris: fix EmitNoIndirect | Kenneth Graunke | 2019-02-21 | 1 | -7/+8 | |
* | iris: assert about passthrough shaders to make this easier to detect | Kenneth Graunke | 2019-02-21 | 1 | -0/+4 | |
* | iris: fill out MAX_PATCH_VERTICES | Kenneth Graunke | 2019-02-21 | 1 | -1/+2 | |
* | iris: fix SGVS when there are no valid vertex elements | Kenneth Graunke | 2019-02-21 | 1 | -4/+6 | |
* | 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 |