Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iris: include p_defines.h in iris_bufmgr.h | Kenneth Graunke | 2019-02-21 | 1 | -0/+1 |
* | iris: set EXEC_OBJECT_WRITE | Kenneth Graunke | 2019-02-21 | 3 | -9/+14 |
* | iris: rewrite to use memzones and not relocs | Kenneth Graunke | 2019-02-21 | 3 | -282/+72 |
* | iris: more uploaders | Kenneth Graunke | 2019-02-21 | 4 | -3/+23 |
* | iris: Also set SUPPORTS_48B? Not sure if necessary. | Kenneth Graunke | 2019-02-21 | 1 | -3/+3 |
* | iris: dump gtt offset in dump_validation_list | Kenneth Graunke | 2019-02-21 | 1 | -2/+3 |
* | iris: fix icache memzone | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: Soft-pin the universe | Kenneth Graunke | 2019-02-21 | 6 | -55/+251 |
* | iris: some thinking about binding tables | Kenneth Graunke | 2019-02-21 | 1 | -1/+24 |
* | iris: bufmgr updates. | Kenneth Graunke | 2019-02-21 | 3 | -55/+20 |
* | iris: stop adding 9 to our varyings | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: set strides on transfers | Kenneth Graunke | 2019-02-21 | 1 | -2/+2 |
* | iris: enable a few more formats | Kenneth Graunke | 2019-02-21 | 1 | -2/+2 |
* | iris: decode batches if they fail to submit | Kenneth Graunke | 2019-02-21 | 1 | -2/+3 |
* | iris: NOOP pad batches correctly | Kenneth Graunke | 2019-02-21 | 1 | -3/+9 |
* | iris: warn if execbuf fails | Kenneth Graunke | 2019-02-21 | 1 | -1/+5 |
* | iris: uniform bits...badly | Kenneth Graunke | 2019-02-21 | 3 | -5/+96 |
* | iris: sample mask...not 0. | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: write DISABLES are not write ENABLES...whoops | Kenneth Graunke | 2019-02-21 | 1 | -4/+4 |
* | iris: fix extents | Kenneth Graunke | 2019-02-21 | 1 | -9/+6 |
* | iris: catastrophic state pointer mistake | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: more SF CL VPs | Kenneth Graunke | 2019-02-21 | 2 | -6/+10 |
* | iris: fix dmabuf retval comparisons | Kenneth Graunke | 2019-02-21 | 1 | -3/+3 |
* | iris: more sketchy SBE | Kenneth Graunke | 2019-02-21 | 1 | -0/+13 |
* | iris: compctrl | Kenneth Graunke | 2019-02-21 | 2 | -3/+20 |
* | iris: actually pin the instruction cache buffers | Kenneth Graunke | 2019-02-21 | 4 | -2/+17 |
* | iris: smaller blend state | Kenneth Graunke | 2019-02-21 | 1 | -5/+8 |
* | iris: don't do samplers for disabled stages | Kenneth Graunke | 2019-02-21 | 1 | -2/+3 |
* | iris: render targets! | Kenneth Graunke | 2019-02-21 | 1 | -0/+57 |
* | iris: fix silly unused batch with addr macro | Kenneth Graunke | 2019-02-21 | 1 | -3/+4 |
* | iris: warning fixes | Kenneth Graunke | 2019-02-21 | 1 | -4/+4 |
* | iris: basic SBE code | Kenneth Graunke | 2019-02-21 | 1 | -5/+46 |
* | iris: alpha testing in PSB | Kenneth Graunke | 2019-02-21 | 1 | -6/+13 |
* | iris: blend state | Kenneth Graunke | 2019-02-21 | 1 | -15/+40 |
* | iris: dummy constants | Kenneth Graunke | 2019-02-21 | 2 | -1/+26 |
* | iris: URB configs. | Kenneth Graunke | 2019-02-21 | 4 | -5/+42 |
* | iris: actually set KSP offsets | Kenneth Graunke | 2019-02-21 | 3 | -7/+14 |
* | iris: actually softpin at an address | Kenneth Graunke | 2019-02-21 | 3 | -0/+10 |
* | iris: actually destroy the cache | Kenneth Graunke | 2019-02-21 | 1 | -0/+2 |
* | iris: rewrite program cache to use u_upload_mgr | Kenneth Graunke | 2019-02-21 | 2 | -111/+41 |
* | iris: no NEW_SBA | Kenneth Graunke | 2019-02-21 | 2 | -4/+1 |
* | iris: shuffle comments | Kenneth Graunke | 2019-02-21 | 1 | -40/+18 |
* | iris: bits of WM key | Kenneth Graunke | 2019-02-21 | 1 | -5/+14 |
* | iris: move key pop to state module | Kenneth Graunke | 2019-02-21 | 3 | -40/+87 |
* | iris: fix SBA | Kenneth Graunke | 2019-02-21 | 3 | -46/+56 |
* | iris: use vtbl to avoid multiple symbols, fix state base address | Kenneth Graunke | 2019-02-21 | 7 | -310/+322 |
* | iris: softpin some things | Kenneth Graunke | 2019-02-21 | 2 | -4/+15 |
* | iris: drop const from prog data parameters | Kenneth Graunke | 2019-02-21 | 2 | -2/+2 |
* | iris: more comes from bits filled in | Kenneth Graunke | 2019-02-21 | 2 | -15/+22 |
* | iris: index buffer BO | Kenneth Graunke | 2019-02-21 | 1 | -2/+1 |