Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iris: uniforms for VS | Kenneth Graunke | 2019-02-21 | 1 | -0/+3 |
* | iris: bump GL version to 4.2 | Kenneth Graunke | 2019-02-21 | 2 | -14/+19 |
* | iris: some depth stuff :( | Kenneth Graunke | 2019-02-21 | 3 | -47/+55 |
* | iris: assert surf init | Kenneth Graunke | 2019-02-21 | 1 | -13/+15 |
* | iris: no more drawing rectangle in blorp | Kenneth Graunke | 2019-02-21 | 1 | -5/+1 |
* | iris: blorp URB | Kenneth Graunke | 2019-02-21 | 1 | -7/+23 |
* | iris: make blorp pin the binder | Kenneth Graunke | 2019-02-21 | 2 | -0/+4 |
* | iris: linear staging buffers - fast CPU access... | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: hacky flushing for now | Kenneth Graunke | 2019-02-21 | 1 | -0/+14 |
* | iris: drop the 48b printout, we never use anything else | Kenneth Graunke | 2019-02-21 | 1 | -3/+2 |
* | iris: add INTEL_DEBUG=reemit | Kenneth Graunke | 2019-02-21 | 1 | -1/+2 |
* | iris: fix blorp prog data crashes | Kenneth Graunke | 2019-02-21 | 1 | -6/+9 |
* | iris: more blorp | Kenneth Graunke | 2019-02-21 | 4 | -50/+150 |
* | iris: fix sampler view crashes | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: drop bogus binder free | Kenneth Graunke | 2019-02-21 | 1 | -1/+0 |
* | iris: more blitting code to make readpixels work | Kenneth Graunke | 2019-02-21 | 4 | -11/+135 |
* | iris: bits of blorp code | Kenneth Graunke | 2019-02-21 | 6 | -5/+300 |
* | iris: move bo_offset_from_sba | Kenneth Graunke | 2019-02-21 | 3 | -26/+31 |
* | iris: copy over i965's cache tracking | Kenneth Graunke | 2019-02-21 | 9 | -65/+233 |
* | iris: pull in newer comments | Kenneth Graunke | 2019-02-21 | 1 | -13/+16 |
* | iris: Defines for base addresses rather than numbers everywhere | Kenneth Graunke | 2019-02-21 | 4 | -15/+56 |
* | iris: Move get_command_space to iris_batch.c | Kenneth Graunke | 2019-02-21 | 3 | -14/+14 |
* | iris: fix texturing! | Kenneth Graunke | 2019-02-21 | 1 | -0/+14 |
* | iris: better SBE | Kenneth Graunke | 2019-02-21 | 2 | -27/+86 |
* | iris: vma - fix assert | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: vma fixes - don't free binder address | Kenneth Graunke | 2019-02-21 | 1 | -3/+18 |
* | iris: bo reuse | Kenneth Graunke | 2019-02-21 | 1 | -13/+4 |
* | iris: crazy pipe control code | Kenneth Graunke | 2019-02-21 | 6 | -1/+608 |
* | iris: fixes | Kenneth Graunke | 2019-02-21 | 1 | -11/+14 |
* | iris: fixes from i965 | Kenneth Graunke | 2019-02-21 | 1 | -12/+38 |
* | iris: port bug fix from i965 | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: fix index | Kenneth Graunke | 2019-02-21 | 1 | -2/+2 |
* | iris: increase allocator alignment | Kenneth Graunke | 2019-02-21 | 1 | -2/+3 |
* | iris: better BT asserts | Kenneth Graunke | 2019-02-21 | 2 | -5/+14 |
* | iris: decoder fixes | Kenneth Graunke | 2019-02-21 | 3 | -4/+8 |
* | iris: set sampler views | Kenneth Graunke | 2019-02-21 | 2 | -8/+33 |
* | iris: isv freeing fixes | Kenneth Graunke | 2019-02-21 | 1 | -8/+4 |
* | iris: TES stash | Kenneth Graunke | 2019-02-21 | 1 | -1/+54 |
* | iris: SBA once at context creation, not per batch | Kenneth Graunke | 2019-02-21 | 3 | -15/+5 |
* | iris: fix a scissor bug | Kenneth Graunke | 2019-02-21 | 1 | -1/+2 |
* | iris: assemble SAMPLER_STATE table at bind time | Kenneth Graunke | 2019-02-21 | 2 | -23/+36 |
* | iris: same treatment for sampler views | Kenneth Graunke | 2019-02-21 | 1 | -2/+20 |
* | iris: allocate SURFACE_STATEs up front and stop streaming them | Kenneth Graunke | 2019-02-21 | 1 | -23/+66 |
* | iris: delete more trash | Kenneth Graunke | 2019-02-21 | 2 | -19/+0 |
* | iris: canonicalize addresses. | Kenneth Graunke | 2019-02-21 | 1 | -4/+22 |
* | iris: validation dumping improvements | Kenneth Graunke | 2019-02-21 | 2 | -3/+8 |
* | iris: update vb BO handling now that we have softpin | Kenneth Graunke | 2019-02-21 | 1 | -13/+13 |
* | iris: decoder fixes | Kenneth Graunke | 2019-02-21 | 1 | -5/+8 |
* | iris: binder fixes | Kenneth Graunke | 2019-02-21 | 2 | -0/+5 |
* | iris: hook up batch decoder | Kenneth Graunke | 2019-02-21 | 2 | -6/+43 |