Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | iris: VB addresses | Kenneth Graunke | 2019-02-21 | 1 | -24/+39 | |
* | iris: reference VB BOs | Kenneth Graunke | 2019-02-21 | 1 | -8/+39 | |
* | iris: so, sba then. | Kenneth Graunke | 2019-02-21 | 1 | -5/+4 | |
* | iris: try and have an iris address | Kenneth Graunke | 2019-02-21 | 1 | -6/+10 | |
* | iris: flag SBA updates when instruction BO changes | Kenneth Graunke | 2019-02-21 | 2 | -2/+8 | |
* | iris: bit of SBA code | Kenneth Graunke | 2019-02-21 | 2 | -0/+56 | |
* | iris: move MAX defines to iris_batch.h | Kenneth Graunke | 2019-02-21 | 2 | -9/+9 | |
* | iris: kill iris_new_batch | Kenneth Graunke | 2019-02-21 | 1 | -23/+15 | |
* | iris: make iris_batch target a particular ring | Kenneth Graunke | 2019-02-21 | 3 | -8/+17 | |
* | iris: lower io | Kenneth Graunke | 2019-02-21 | 1 | -0/+4 | |
* | iris: do the FS...asserts because we don't lower uniforms yet | Kenneth Graunke | 2019-02-21 | 2 | -9/+11 | |
* | iris: import program cache code | Kenneth Graunke | 2019-02-21 | 5 | -7/+399 | |
* | iris: reworks, FS compile pieces | Kenneth Graunke | 2019-02-21 | 3 | -23/+140 | |
* | iris: parse INTEL_DEBUG | Kenneth Graunke | 2019-02-21 | 1 | -0/+2 | |
* | iris: draw->restart_index is uninitialized if PR is not enabled | Kenneth Graunke | 2019-02-21 | 1 | -2/+4 | |
* | iris: fix bogus index buffer reference | Kenneth Graunke | 2019-02-21 | 1 | -14/+14 | |
* | iris: fix prim type | Kenneth Graunke | 2019-02-21 | 1 | -3/+1 | |
* | iris: msaa sample count packing problems | Kenneth Graunke | 2019-02-21 | 1 | -2/+2 | |
* | iris: actually save VBs | Kenneth Graunke | 2019-02-21 | 1 | -0/+1 | |
* | iris: fix/rework line stipple | Kenneth Graunke | 2019-02-21 | 1 | -20/+17 | |
* | iris: init the batch! | Kenneth Graunke | 2019-02-21 | 1 | -2/+5 | |
* | iris: delete iris_pipe.c, shuffle code around | Kenneth Graunke | 2019-02-21 | 8 | -330/+469 | |
* | iris: disable execbuf for now | Kenneth Graunke | 2019-02-21 | 1 | -0/+5 | |
* | iris: make an ice->render_batch field | Kenneth Graunke | 2019-02-21 | 3 | -6/+7 | |
* | iris: drop unused field | Kenneth Graunke | 2019-02-21 | 1 | -2/+0 | |
* | iris: shader debug log | Kenneth Graunke | 2019-02-21 | 1 | -0/+18 | |
* | iris: maps | Kenneth Graunke | 2019-02-21 | 2 | -8/+30 | |
* | iris: linear resources | Kenneth Graunke | 2019-02-21 | 1 | -6/+6 | |
* | iris: some program code | Kenneth Graunke | 2019-02-21 | 5 | -171/+223 | |
* | iris: basic push constant alloc | Kenneth Graunke | 2019-02-21 | 1 | -1/+9 | |
* | iris: emit 3DSTATE_SAMPLER_STATE_POINTERS | Kenneth Graunke | 2019-02-21 | 2 | -3/+32 | |
* | iris: sampler states | Kenneth Graunke | 2019-02-21 | 4 | -22/+63 | |
* | iris: COLOR_CALC_STATE | Kenneth Graunke | 2019-02-21 | 1 | -11/+36 | |
* | iris: fix crash - CSO binding can be NULL (when destroying context) | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 | |
* | iris: some draw info, vbs, sample mask | Kenneth Graunke | 2019-02-21 | 3 | -20/+103 | |
* | iris: a bit of depth | Kenneth Graunke | 2019-02-21 | 2 | -0/+13 | |
* | iris: fix SF_CL length | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 | |
* | iris: don't segfault on !old_cso | Kenneth Graunke | 2019-02-21 | 1 | -7/+9 | |
* | iris: framebuffers | Kenneth Graunke | 2019-02-21 | 2 | -25/+40 | |
* | iris: stipples and vertex elements | Kenneth Graunke | 2019-02-21 | 2 | -11/+55 | |
* | iris: sampler views | Kenneth Graunke | 2019-02-21 | 3 | -27/+75 | |
* | iris: Surfaces! | Kenneth Graunke | 2019-02-21 | 1 | -14/+76 | |
* | iris: SF_CLIP_VIEWPORT | Kenneth Graunke | 2019-02-21 | 2 | -8/+13 | |
* | iris: scissors | Kenneth Graunke | 2019-02-21 | 2 | -3/+15 | |
* | iris: RASTER + SF + some CLIP, fix DIRTY vs. NEW | Kenneth Graunke | 2019-02-21 | 2 | -28/+37 | |
* | iris: initial gpu state, merges | Kenneth Graunke | 2019-02-21 | 1 | -4/+30 | |
* | iris: merge pack | Kenneth Graunke | 2019-02-21 | 1 | -0/+11 | |
* | iris: packing with valgrind. | Kenneth Graunke | 2019-02-21 | 2 | -3/+15 | |
* | iris: initial render state upload | Kenneth Graunke | 2019-02-21 | 5 | -9/+204 | |
* | iris: port over batchbuffer updates | Kenneth Graunke | 2019-02-21 | 2 | -136/+239 |