Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iris: move key pop to state module | Kenneth Graunke | 2019-02-21 | 3 | -40/+87 |
| | | | | shader key population needs to read state | ||||
* | 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 |
| | | | | we ralloc steal things, which makes it a little bogus | ||||
* | iris: more comes from bits filled in | Kenneth Graunke | 2019-02-21 | 2 | -15/+22 |
| | | | | | | tomorrow, fix the build system to avoid symbol clashes somehow... we're getting gen9 functions because they happen to be listed before 10 in the link list. | ||||
* | iris: index buffer BO | Kenneth Graunke | 2019-02-21 | 1 | -2/+1 |
| | |||||
* | iris: WM. | Kenneth Graunke | 2019-02-21 | 1 | -1/+19 |
| | | | | I could have added a dirty bit for this, but it doesn't seem worth it | ||||
* | iris: initial gpu state | Kenneth Graunke | 2019-02-21 | 3 | -3/+4 |
| | |||||
* | iris: reorganize commands to match brw | Kenneth Graunke | 2019-02-21 | 1 | -122/+136 |
| | |||||
* | iris: don't forget about TE | Kenneth Graunke | 2019-02-21 | 1 | -10/+16 |
| | |||||
* | iris: convert IRIS_DIRTY_* to #defines | Kenneth Graunke | 2019-02-21 | 1 | -38/+36 |
| | | | | | enums are SIGNED. so IRIS_DIRTY_VS << 4 gets sign extended, making it not equal to IRIS_DIRTY_FS. Surprising! | ||||
* | iris: emit shader packets | Kenneth Graunke | 2019-02-21 | 1 | -0/+17 |
| | |||||
* | iris: actually save derived state | Kenneth Graunke | 2019-02-21 | 3 | -43/+91 |
| | |||||
* | iris: promote iris_program_cache_item to iris_compiled_shader | Kenneth Graunke | 2019-02-21 | 3 | -150/+144 |
| | |||||
* | iris: some shader bits | Kenneth Graunke | 2019-02-21 | 3 | -0/+260 |
| | |||||
* | iris: scissor slots | Kenneth Graunke | 2019-02-21 | 1 | -4/+4 |
| | |||||
* | iris: bind_state -> compute state | Kenneth Graunke | 2019-02-21 | 1 | -2/+2 |
| | |||||
* | iris: 3DPRIMITIVE fields | Kenneth Graunke | 2019-02-21 | 1 | -0/+2 |
| | |||||
* | iris: fix VF instancing length so we don't get garbage in batch | Kenneth Graunke | 2019-02-21 | 1 | -2/+2 |
| | |||||
* | iris: vertex packet fixes | Kenneth Graunke | 2019-02-21 | 1 | -8/+7 |
| | |||||
* | iris: fix VBs | Kenneth Graunke | 2019-02-21 | 1 | -2/+3 |
| | |||||
* | iris: fix assert | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
| | |||||
* | iris: fix indentation | Kenneth Graunke | 2019-02-21 | 1 | -2/+2 |
| | |||||
* | iris: hack to stop crashing on samplers for now | Kenneth Graunke | 2019-02-21 | 1 | -0/+3 |
| | |||||
* | iris: initialize dirty bits to ~0ull | Kenneth Graunke | 2019-02-21 | 3 | -3/+7 |
| | |||||
* | iris: actually advance forward when emitting commands | Kenneth Graunke | 2019-02-21 | 1 | -12/+18 |
| | |||||
* | iris: actually flush the commands | Kenneth Graunke | 2019-02-21 | 1 | -0/+4 |
| | |||||
* | iris: actually APPEND commands, not stomp over the top and never incr | Kenneth Graunke | 2019-02-21 | 1 | -0/+1 |
| | |||||
* | iris: VB fixes | Kenneth Graunke | 2019-02-21 | 1 | -10/+15 |
| | |||||
* | iris: DEBUG=bat | Kenneth Graunke | 2019-02-21 | 1 | -11/+20 |
| | | | | Deleted in the interest of making the branch compile at each step | ||||
* | 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 |
| | | | | genxml MOCS is stupid, addresses are hard news at 11 | ||||
* | iris: move MAX defines to iris_batch.h | Kenneth Graunke | 2019-02-21 | 2 | -9/+9 |
| | | | | for SBA | ||||
* | iris: kill iris_new_batch | Kenneth Graunke | 2019-02-21 | 1 | -23/+15 |
| | | | | reset and new are too similar, and this had exactly one caller | ||||
* | 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 |
| | | | | 0 -> ffffffffffffffffffffffffffff | ||||
* | iris: actually save VBs | Kenneth Graunke | 2019-02-21 | 1 | -0/+1 |
| |