Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iris: handle level/layer in direct maps | Kenneth Graunke | 2019-02-21 | 1 | -5/+4 |
* | iris: use linear for 1D textures | Kenneth Graunke | 2019-02-21 | 1 | -0/+3 |
* | iris: AMD_pinned_memory | Chris Wilson | 2019-02-21 | 1 | -0/+44 |
* | iris: use consistent copyright formatting | Kenneth Graunke | 2019-02-21 | 1 | -13/+12 |
* | iris: Fix tiled memcpy for cubes...and for array slices | Kenneth Graunke | 2019-02-21 | 1 | -4/+11 |
* | iris: refcounting, who needs it? | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: drop stencil handling now that u_transfer_helper does it | Kenneth Graunke | 2019-02-21 | 1 | -7/+2 |
* | iris: use u_transfer_helper for depth stencil packing/unpacking | Kenneth Graunke | 2019-02-21 | 1 | -12/+35 |
* | iris: WTF transfers | Kenneth Graunke | 2019-02-21 | 1 | -11/+167 |
* | iris: actually emit stencil packets | Kenneth Graunke | 2019-02-21 | 1 | -0/+24 |
* | iris: clear stencil | Kenneth Graunke | 2019-02-21 | 1 | -6/+24 |
* | iris: depth or stencil fixes | Kenneth Graunke | 2019-02-21 | 1 | -9/+10 |
* | iris: comment everything | Kenneth Graunke | 2019-02-21 | 1 | -1/+10 |
* | iris: Set resource modifier on handle | Chris Wilson | 2019-02-21 | 1 | -0/+1 |
* | iris: cube arrays are cubes too | Kenneth Graunke | 2019-02-21 | 1 | -1/+2 |
* | iris: BIG OL' HACK for UBO updates | Kenneth Graunke | 2019-02-21 | 1 | -0/+11 |
* | iris: fix Z24 | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: multislice transfer maps | Kenneth Graunke | 2019-02-21 | 1 | -19/+36 |
* | iris: slab allocate transfers | Kenneth Graunke | 2019-02-21 | 1 | -15/+5 |
* | iris: keep DISCARD_RANGE | 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: implement copy image | Kenneth Graunke | 2019-02-21 | 1 | -12/+0 |
* | iris: better boxing on maps | Kenneth Graunke | 2019-02-21 | 1 | -3/+23 |
* | iris: fix major refcounting bug with resources | Kenneth Graunke | 2019-02-21 | 1 | -8/+8 |
* | iris: clean up some warnings so I can see through the noise | Kenneth Graunke | 2019-02-21 | 1 | -13/+1 |
* | iris: indentation | Kenneth Graunke | 2019-02-21 | 1 | -2/+1 |
* | iris: plug leaks | Kenneth Graunke | 2019-02-21 | 1 | -0/+1 |
* | iris: use u_transfer helpers for now | Kenneth Graunke | 2019-02-21 | 1 | -23/+3 |
* | iris: fix import from dri2/3 | Chris Wilson | 2019-02-21 | 1 | -3/+24 |
* | iris: transfers | Kenneth Graunke | 2019-02-21 | 1 | -21/+136 |
* | iris: some depth stuff :( | Kenneth Graunke | 2019-02-21 | 1 | -39/+33 |
* | iris: assert surf init | Kenneth Graunke | 2019-02-21 | 1 | -13/+15 |
* | iris: linear staging buffers - fast CPU access... | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: validation dumping improvements | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: more uploaders | Kenneth Graunke | 2019-02-21 | 1 | -1/+7 |
* | iris: fix icache memzone | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: Soft-pin the universe | Kenneth Graunke | 2019-02-21 | 1 | -8/+9 |
* | iris: set strides on transfers | Kenneth Graunke | 2019-02-21 | 1 | -2/+2 |
* | iris: more SF CL VPs | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: fix dmabuf retval comparisons | Kenneth Graunke | 2019-02-21 | 1 | -3/+3 |
* | iris: actually pin the instruction cache buffers | Kenneth Graunke | 2019-02-21 | 1 | -0/+2 |
* | iris: actually softpin at an address | Kenneth Graunke | 2019-02-21 | 1 | -0/+5 |
* | iris: delete iris_pipe.c, shuffle code around | Kenneth Graunke | 2019-02-21 | 1 | -0/+123 |
* | iris: linear resources | Kenneth Graunke | 2019-02-21 | 1 | -6/+6 |
* | iris: Initial commit of a new 'iris' driver for Intel Gen8+ GPUs. | Kenneth Graunke | 2019-02-21 | 1 | -0/+368 |