Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iris: glGet timestamps, more correct timestamps | Kenneth Graunke | 2019-02-21 | 1 | -0/+5 |
* | iris: primitives generated query support | Kenneth Graunke | 2019-02-21 | 1 | -0/+4 |
* | iris: results write | Kenneth Graunke | 2019-02-21 | 1 | -0/+4 |
* | iris: LRM/SRM/SDI hooks | Kenneth Graunke | 2019-02-21 | 1 | -0/+20 |
* | iris: Add support for TCS passthrough | Caio Marcelo de Oliveira Filho | 2019-02-21 | 1 | -0/+3 |
* | iris: inherit the index buffer properly | Kenneth Graunke | 2019-02-21 | 1 | -0/+1 |
* | iris: totally untested icelake support | Kenneth Graunke | 2019-02-21 | 1 | -0/+2 |
* | iris: Support multiple binder BOs, update Surface State Base Address | Kenneth Graunke | 2019-02-21 | 1 | -0/+12 |
* | iris: don't unconditionally emit 3DSTATE_VF / 3DSTATE_VF_TOPOLOGY | Kenneth Graunke | 2019-02-21 | 1 | -0/+7 |
* | iris: proper cache tracking | Kenneth Graunke | 2019-02-21 | 1 | -0/+6 |
* | iris: Move cache tracking to iris_resolve.c | Kenneth Graunke | 2019-02-21 | 1 | -13/+16 |
* | iris: track depth/stencil writes enabled | Kenneth Graunke | 2019-02-21 | 1 | -0/+6 |
* | iris: Move things to iris_shader_state | Kenneth Graunke | 2019-02-21 | 1 | -5/+7 |
* | iris: move iris_shader_state from ice->shaders.state to ice->state.shaders | Kenneth Graunke | 2019-02-21 | 1 | -2/+2 |
* | iris: last VUE map NOS, handle > 16 FS inputs | Kenneth Graunke | 2019-02-21 | 1 | -0/+1 |
* | iris: comment everything | Kenneth Graunke | 2019-02-21 | 1 | -14/+55 |
* | iris: add minor comments | Kenneth Graunke | 2019-02-21 | 1 | -0/+2 |
* | iris: fix some hangs around null framebuffers | Dave Airlie | 2019-02-21 | 1 | -0/+2 |
* | iris: implement texture/memory barriers | Kenneth Graunke | 2019-02-21 | 1 | -0/+2 |
* | iris: fix SSBO indexing | Kenneth Graunke | 2019-02-21 | 1 | -0/+3 |
* | iris: unbind compiled shaders if none are present | Kenneth Graunke | 2019-02-21 | 1 | -0/+2 |
* | iris: implement set_shader_buffers | Kenneth Graunke | 2019-02-21 | 1 | -0/+2 |
* | iris: export get_shader_info | Kenneth Graunke | 2019-02-21 | 1 | -0/+4 |
* | iris: vertex ID, instance ID | Kenneth Graunke | 2019-02-21 | 1 | -0/+1 |
* | iris: NOS mechanics | Kenneth Graunke | 2019-02-21 | 1 | -0/+17 |
* | iris: fix CC_VIEWPORT | Kenneth Graunke | 2019-02-21 | 1 | -0/+1 |
* | iris: actually pin the buffers | Kenneth Graunke | 2019-02-21 | 1 | -1/+2 |
* | iris: streamout | Kenneth Graunke | 2019-02-21 | 1 | -4/+7 |
* | iris: Implement 3DSTATE_SO_DECL_LIST | Kenneth Graunke | 2019-02-21 | 1 | -1/+14 |
* | iris: slab allocate transfers | Kenneth Graunke | 2019-02-21 | 1 | -0/+2 |
* | iris: SBE change stash | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: just malloc one iris_genx_state instead of a bunch of oddball pieces | Kenneth Graunke | 2019-02-21 | 1 | -3/+2 |
* | iris: dead pointer | Kenneth Graunke | 2019-02-21 | 1 | -1/+0 |
* | iris: implement border color, fix other sampler nonsense | Kenneth Graunke | 2019-02-21 | 1 | -0/+19 |
* | iris: state ref tuple | Kenneth Graunke | 2019-02-21 | 1 | -13/+7 |
* | iris: null surface for unbound textures | Kenneth Graunke | 2019-02-21 | 1 | -0/+3 |
* | iris: clears | Kenneth Graunke | 2019-02-21 | 1 | -0/+6 |
* | iris: scissor count fixes | Kenneth Graunke | 2019-02-21 | 1 | -2/+1 |
* | iris: remove 4 bytes of padding in iris_compiled_shader | Kenneth Graunke | 2019-02-21 | 1 | -3/+3 |
* | iris: some dirty fixes | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: bindings dirty tracking | Kenneth Graunke | 2019-02-21 | 1 | -0/+6 |
* | iris: save pointers to streamed state resources | Kenneth Graunke | 2019-02-21 | 1 | -0/+12 |
* | iris: state cleaning | Kenneth Graunke | 2019-02-21 | 1 | -3/+4 |
* | iris: make surface states for cbufs | Kenneth Graunke | 2019-02-21 | 1 | -1/+6 |
* | iris: have more than one const_offset | Kenneth Graunke | 2019-02-21 | 1 | -3/+6 |
* | iris: completely rewrite binder | Kenneth Graunke | 2019-02-21 | 1 | -2/+0 |
* | iris: better ubo handling | Kenneth Graunke | 2019-02-21 | 1 | -25/+1 |
* | iris: more depth stuffs... | Kenneth Graunke | 2019-02-21 | 1 | -0/+2 |
* | iris: more blorp | Kenneth Graunke | 2019-02-21 | 1 | -3/+14 |
* | iris: more blitting code to make readpixels work | Kenneth Graunke | 2019-02-21 | 1 | -0/+3 |