Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iris: Add fence support using drm_syncobj | Chris Wilson | 2019-02-21 | 1 | -18/+1 |
* | iris: Tag each submitted batch with a syncobj | Chris Wilson | 2019-02-21 | 1 | -0/+1 |
* | iris: don't support pull constants. | Kenneth Graunke | 2019-02-21 | 1 | -0/+1 |
* | iris: Enable ARB_shader_stencil_export | Kenneth Graunke | 2019-02-21 | 1 | -0/+1 |
* | iris: Fix texture buffer / image buffer sizes. | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: little bits of compute basics | Kenneth Graunke | 2019-02-21 | 1 | -0/+4 |
* | 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: force persample interp cap | Kenneth Graunke | 2019-02-21 | 1 | -0/+1 |
* | iris: stencil texturing | Kenneth Graunke | 2019-02-21 | 1 | -1/+0 |
* | iris: Enable ARB_shader_vote | Kenneth Graunke | 2019-02-21 | 1 | -0/+1 |
* | iris: magic number 36 -> #define | Kenneth Graunke | 2019-02-21 | 1 | -1/+2 |
* | 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 | 1 | -1/+10 |
* | iris: initial query code | Kenneth Graunke | 2019-02-21 | 1 | -0/+1 |
* | iris: Fix uses of gl_TessLevel* | Caio Marcelo de Oliveira Filho | 2019-02-21 | 1 | -0/+1 |
* | iris: totally untested icelake support | Kenneth Graunke | 2019-02-21 | 1 | -0/+3 |
* | iris: enable ARB_enhanced_layouts | Kenneth Graunke | 2019-02-21 | 1 | -0/+1 |
* | iris: use Eric's new caps helper | Kenneth Graunke | 2019-02-21 | 1 | -91/+12 |
* | iris: new caps | Kenneth Graunke | 2019-02-21 | 1 | -0/+4 |
* | iris: AMD_pinned_memory | Chris Wilson | 2019-02-21 | 1 | -0/+9 |
* | iris: use consistent copyright formatting | Kenneth Graunke | 2019-02-21 | 1 | -13/+12 |
* | iris: implement ARB_clear_texture | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: we can do multisample Z resolves | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: deal with Marek's new MSAA caps | Kenneth Graunke | 2019-02-21 | 1 | -0/+2 |
* | iris: fill out more caps | Kenneth Graunke | 2019-02-21 | 1 | -16/+17 |
* | iris: comment everything | Kenneth Graunke | 2019-02-21 | 1 | -0/+11 |
* | iris: we don't support textureGatherOffsets, need it lowered | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: fix GS output component limit | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: enable texture gather | Kenneth Graunke | 2019-02-21 | 1 | -1/+2 |
* | iris: fix SSBO indexing | Kenneth Graunke | 2019-02-21 | 1 | -1/+2 |
* | 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: expose more things that we already support | Kenneth Graunke | 2019-02-21 | 1 | -3/+3 |
* | iris: fix EmitNoIndirect | Kenneth Graunke | 2019-02-21 | 1 | -7/+8 |
* | iris: fill out MAX_PATCH_VERTICES | Kenneth Graunke | 2019-02-21 | 1 | -1/+2 |
* | iris: bits of multisample program key | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: slab allocate transfers | Kenneth Graunke | 2019-02-21 | 1 | -0/+3 |
* | iris: don't crash on shader perf logs | Kenneth Graunke | 2019-02-21 | 1 | -1/+16 |
* | iris: fall back to u_generate_mipmap | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: fix fragcoord ytransform | Kenneth Graunke | 2019-02-21 | 1 | -2/+2 |
* | iris: Disable unsupported mirror clamp modes | Kenneth Graunke | 2019-02-21 | 1 | -1/+7 |
* | iris: fix caps so tests run again | Kenneth Graunke | 2019-02-21 | 1 | -0/+3 |
* | iris: support signed vertex buffer offsets | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: allow mapped buffers during execution (faster) | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: better ubo handling | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: caps | Kenneth Graunke | 2019-02-21 | 1 | -0/+13 |
* | iris: bump GL version to 4.2 | Kenneth Graunke | 2019-02-21 | 1 | -11/+10 |
* | iris: crazy pipe control code | Kenneth Graunke | 2019-02-21 | 1 | -0/+6 |