Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iris/compute: Set mask bits on PIPELINE_SELECT | Jordan Justen | 2019-02-21 | 1 | -0/+3 |
* | iris: little bits of compute basics | Kenneth Graunke | 2019-02-21 | 9 | -7/+325 |
* | iris: drop XXX's about swizzling | Kenneth Graunke | 2019-02-21 | 1 | -4/+4 |
* | iris: drop dead format //'s | Kenneth Graunke | 2019-02-21 | 1 | -56/+0 |
* | iris: yes | Kenneth Graunke | 2019-02-21 | 1 | -1/+0 |
* | iris: initial compute caps | Kenneth Graunke | 2019-02-21 | 1 | -3/+62 |
* | iris: Enable fb fetch | Kenneth Graunke | 2019-02-21 | 1 | -0/+1 |
* | iris: advertise GL_ARB_shader_texture_image_samples | Kenneth Graunke | 2019-02-21 | 1 | -0/+1 |
* | iris: Set num_uniforms in bytes | Jordan Justen | 2019-02-21 | 1 | -0/+6 |
* | iris: move images next to textures in binding table | Kenneth Graunke | 2019-02-21 | 2 | -14/+12 |
* | iris: null for non-existent cbufs | Kenneth Graunke | 2019-02-21 | 3 | -26/+46 |
* | iris: actually set image access | Kenneth Graunke | 2019-02-21 | 1 | -0/+2 |
* | iris: Don't lower image formats for write-only images | Jason Ekstrand | 2019-02-21 | 1 | -1/+3 |
* | iris: set image access correctly | Kenneth Graunke | 2019-02-21 | 2 | -12/+16 |
* | iris: bother with BTIs | Kenneth Graunke | 2019-02-21 | 2 | -4/+24 |
* | iris: implement set_shader_images hook | Kenneth Graunke | 2019-02-21 | 2 | -0/+91 |
* | iris: lower storage image derefs | Kenneth Graunke | 2019-02-21 | 1 | -0/+83 |
* | iris: set the binding table size | Kenneth Graunke | 2019-02-21 | 1 | -2/+2 |
* | iris: X32_S8X24 :/ | Kenneth Graunke | 2019-02-21 | 1 | -5/+1 |
* | iris: enable I/L formats | Kenneth Graunke | 2019-02-21 | 1 | -81/+67 |
* | iris: Use R/RG instead of I/L/A when sampling | Kenneth Graunke | 2019-02-21 | 1 | -0/+31 |
* | iris: rework format translation apis | Kenneth Graunke | 2019-02-21 | 5 | -53/+81 |
* | iris: Allow PIPE_CONTROL with Stall at Scoreboard and RT flush | Kenneth Graunke | 2019-02-21 | 1 | -1/+5 |
* | iris: add gen11 to genX_call | Kenneth Graunke | 2019-02-21 | 1 | -0/+3 |
* | iris: inline stage_from_pipe to avoid unused warnings | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: pipe to scs -> iris_pipe.h | Kenneth Graunke | 2019-02-21 | 2 | -17/+17 |
* | iris: force persample interp cap | Kenneth Graunke | 2019-02-21 | 1 | -0/+1 |
* | iris: stencil texturing | Kenneth Graunke | 2019-02-21 | 4 | -7/+24 |
* | iris: fix Z32_S8 depth sampling | Kenneth Graunke | 2019-02-21 | 1 | -4/+6 |
* | iris: don't mark contains_draw = false when chaining batches | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: vma_free bo->size, not bo_size | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: drop a bunch of pipe_sampler_state stuff we don't need | Kenneth Graunke | 2019-02-21 | 1 | -6/+4 |
* | iris: just mark snapshots_landed from the CPU | Kenneth Graunke | 2019-02-21 | 1 | -16/+9 |
* | iris: Enable ARB_shader_vote | Kenneth Graunke | 2019-02-21 | 1 | -0/+1 |
* | iris: magic number 36 -> #define | Kenneth Graunke | 2019-02-21 | 2 | -6/+5 |
* | iris: better query file comment | Kenneth Graunke | 2019-02-21 | 1 | -1/+2 |
* | iris: early return properly | Kenneth Graunke | 2019-02-21 | 1 | -0/+1 |
* | iris: 36-bit overflow fixes | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: Need to | 1 when asking for timestamps | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: glGet timestamps, more correct timestamps | Kenneth Graunke | 2019-02-21 | 3 | -8/+48 |
* | iris: ...and SO prims emitted queries | Kenneth Graunke | 2019-02-21 | 1 | -7/+11 |
* | iris: timestamps | Kenneth Graunke | 2019-02-21 | 1 | -1/+13 |
* | iris: drop explicit pinning | Kenneth Graunke | 2019-02-21 | 1 | -2/+0 |
* | iris: primitives generated query support | Kenneth Graunke | 2019-02-21 | 3 | -20/+41 |
* | iris: pipeline stats | Kenneth Graunke | 2019-02-21 | 1 | -1/+86 |
* | iris: play chicken with timer queries for now | Kenneth Graunke | 2019-02-21 | 1 | -0/+1 |
* | iris: gpr0 to bool | Kenneth Graunke | 2019-02-21 | 1 | -1/+29 |
* | iris: fix random failures via CS stall...but why? | Kenneth Graunke | 2019-02-21 | 1 | -0/+6 |
* | iris: flush batch when asking for result via QBO | Kenneth Graunke | 2019-02-21 | 1 | -1/+8 |
* | iris: results write | Kenneth Graunke | 2019-02-21 | 3 | -2/+35 |