Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iris: more blorp | Kenneth Graunke | 2019-02-21 | 1 | -3/+14 |
* | iris: more blitting code to make readpixels work | Kenneth Graunke | 2019-02-21 | 1 | -0/+3 |
* | iris: bits of blorp code | Kenneth Graunke | 2019-02-21 | 1 | -0/+10 |
* | iris: copy over i965's cache tracking | Kenneth Graunke | 2019-02-21 | 1 | -30/+47 |
* | iris: crazy pipe control code | Kenneth Graunke | 2019-02-21 | 1 | -0/+67 |
* | iris: set sampler views | Kenneth Graunke | 2019-02-21 | 1 | -1/+3 |
* | iris: assemble SAMPLER_STATE table at bind time | Kenneth Graunke | 2019-02-21 | 1 | -0/+5 |
* | iris: binders | Kenneth Graunke | 2019-02-21 | 1 | -1/+2 |
* | iris: more uploaders | Kenneth Graunke | 2019-02-21 | 1 | -1/+6 |
* | iris: uniform bits...badly | Kenneth Graunke | 2019-02-21 | 1 | -0/+32 |
* | iris: dummy constants | Kenneth Graunke | 2019-02-21 | 1 | -0/+5 |
* | iris: URB configs. | Kenneth Graunke | 2019-02-21 | 1 | -0/+2 |
* | iris: actually set KSP offsets | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: rewrite program cache to use u_upload_mgr | Kenneth Graunke | 2019-02-21 | 1 | -11/+13 |
* | iris: no NEW_SBA | Kenneth Graunke | 2019-02-21 | 1 | -2/+1 |
* | iris: move key pop to state module | Kenneth Graunke | 2019-02-21 | 1 | -1/+19 |
* | iris: fix SBA | Kenneth Graunke | 2019-02-21 | 1 | -0/+3 |
* | iris: use vtbl to avoid multiple symbols, fix state base address | Kenneth Graunke | 2019-02-21 | 1 | -25/+21 |
* | iris: drop const from prog data parameters | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: initial gpu state | Kenneth Graunke | 2019-02-21 | 1 | -0/+1 |
* | iris: convert IRIS_DIRTY_* to #defines | Kenneth Graunke | 2019-02-21 | 1 | -38/+36 |
* | iris: actually save derived state | Kenneth Graunke | 2019-02-21 | 1 | -0/+4 |
* | iris: promote iris_program_cache_item to iris_compiled_shader | Kenneth Graunke | 2019-02-21 | 1 | -21/+25 |
* | iris: some shader bits | Kenneth Graunke | 2019-02-21 | 1 | -0/+1 |
* | iris: initialize dirty bits to ~0ull | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: bit of SBA code | 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 | 1 | -1/+1 |
* | iris: import program cache code | Kenneth Graunke | 2019-02-21 | 1 | -0/+49 |
* | iris: reworks, FS compile pieces | Kenneth Graunke | 2019-02-21 | 1 | -1/+5 |
* | iris: delete iris_pipe.c, shuffle code around | Kenneth Graunke | 2019-02-21 | 1 | -0/+4 |
* | iris: make an ice->render_batch field | Kenneth Graunke | 2019-02-21 | 1 | -0/+4 |
* | iris: some program code | Kenneth Graunke | 2019-02-21 | 1 | -1/+13 |
* | iris: emit 3DSTATE_SAMPLER_STATE_POINTERS | Kenneth Graunke | 2019-02-21 | 1 | -0/+6 |
* | iris: sampler states | Kenneth Graunke | 2019-02-21 | 1 | -0/+2 |
* | iris: some draw info, vbs, sample mask | Kenneth Graunke | 2019-02-21 | 1 | -1/+7 |
* | iris: a bit of depth | Kenneth Graunke | 2019-02-21 | 1 | -0/+1 |
* | iris: framebuffers | Kenneth Graunke | 2019-02-21 | 1 | -0/+2 |
* | iris: stipples and vertex elements | Kenneth Graunke | 2019-02-21 | 1 | -0/+3 |
* | iris: sampler views | Kenneth Graunke | 2019-02-21 | 1 | -0/+1 |
* | iris: SF_CLIP_VIEWPORT | Kenneth Graunke | 2019-02-21 | 1 | -0/+2 |
* | iris: scissors | Kenneth Graunke | 2019-02-21 | 1 | -0/+2 |
* | iris: RASTER + SF + some CLIP, fix DIRTY vs. NEW | Kenneth Graunke | 2019-02-21 | 1 | -13/+11 |
* | iris: initial render state upload | Kenneth Graunke | 2019-02-21 | 1 | -0/+11 |
* | iris: Initial commit of a new 'iris' driver for Intel Gen8+ GPUs. | Kenneth Graunke | 2019-02-21 | 1 | -0/+78 |