Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iris: state ref tuple | Kenneth Graunke | 2019-02-21 | 1 | -82/+73 |
* | iris: null surface for unbound textures | Kenneth Graunke | 2019-02-21 | 1 | -1/+23 |
* | iris: fix GS dispatch mode | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: fix 3DSTATE_VERTEX_ELEMENTS / VF_INSTANCING for 0 elements | Kenneth Graunke | 2019-02-21 | 1 | -3/+16 |
* | iris: don't emit garbage 3DSTATE_VERTEX_BUFFERS when there aren't any | Kenneth Graunke | 2019-02-21 | 1 | -5/+7 |
* | iris: larger polygon offset | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: fix provoking vertex ordering | Kenneth Graunke | 2019-02-21 | 1 | -4/+4 |
* | iris: lightmodel flat | Kenneth Graunke | 2019-02-21 | 1 | -0/+3 |
* | iris: rework DEBUG_REEMIT | Kenneth Graunke | 2019-02-21 | 1 | -4/+2 |
* | iris: clears | Kenneth Graunke | 2019-02-21 | 1 | -9/+0 |
* | iris: tidy comments about mirroring modes | Kenneth Graunke | 2019-02-21 | 1 | -2/+4 |
* | iris: actually init num_viewports | Kenneth Graunke | 2019-02-21 | 1 | -0/+1 |
* | iris: scissor count fixes | Kenneth Graunke | 2019-02-21 | 1 | -5/+2 |
* | iris: fix VP iteration | Kenneth Graunke | 2019-02-21 | 1 | -12/+13 |
* | iris: fix num viewports to be based on programs | Kenneth Graunke | 2019-02-21 | 1 | -7/+0 |
* | iris: fix viewport counts and settings | Kenneth Graunke | 2019-02-21 | 1 | -6/+5 |
* | iris: max VP index | Kenneth Graunke | 2019-02-21 | 1 | -1/+7 |
* | iris: emit 3DSTATE_SBE_SWIZ | Kenneth Graunke | 2019-02-21 | 1 | -2/+99 |
* | iris: avoid crashing on unbound constant resources | Kenneth Graunke | 2019-02-21 | 1 | -2/+6 |
* | iris: redo VB CSO a bit | Kenneth Graunke | 2019-02-21 | 1 | -17/+18 |
* | iris: clean up some warnings so I can see through the noise | Kenneth Graunke | 2019-02-21 | 1 | -5/+9 |
* | iris: use pipe resources not direct BOs | Kenneth Graunke | 2019-02-21 | 1 | -8/+9 |
* | iris: don't leak sampler state table resources | Kenneth Graunke | 2019-02-21 | 1 | -0/+3 |
* | iris: more leak fixes | Kenneth Graunke | 2019-02-21 | 1 | -0/+2 |
* | iris: plug leaks | Kenneth Graunke | 2019-02-21 | 1 | -2/+17 |
* | iris: some dirty fixes | Kenneth Graunke | 2019-02-21 | 1 | -2/+9 |
* | iris: bindings dirty tracking | Kenneth Graunke | 2019-02-21 | 1 | -7/+13 |
* | iris: fix the validation list on new batches | Kenneth Graunke | 2019-02-21 | 1 | -0/+125 |
* | iris: save pointers to streamed state resources | Kenneth Graunke | 2019-02-21 | 1 | -11/+17 |
* | iris: untested SAMPLER_STATE pin BO fix | Kenneth Graunke | 2019-02-21 | 1 | -0/+4 |
* | iris: delete some pointless STATIC_ASSERTS | Kenneth Graunke | 2019-02-21 | 1 | -4/+2 |
* | iris: untested index buffer upload | Kenneth Graunke | 2019-02-21 | 1 | -3/+11 |
* | iris: state cleaning | Kenneth Graunke | 2019-02-21 | 1 | -35/+48 |
* | iris: disable __gen_validate_value in release mode | Kenneth Graunke | 2019-02-21 | 1 | -1/+3 |
* | iris: drop assert for now | Kenneth Graunke | 2019-02-21 | 1 | -2/+2 |
* | iris: better VFI | Kenneth Graunke | 2019-02-21 | 1 | -7/+6 |
* | iris: IndexFormat = size/2 | Chris Wilson | 2019-02-21 | 1 | -1/+1 |
* | iris: fix pull bufs that aren't the first user upload | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: fill out pull constant buffers | Kenneth Graunke | 2019-02-21 | 1 | -0/+20 |
* | iris: make surface states for cbufs | Kenneth Graunke | 2019-02-21 | 1 | -4/+29 |
* | iris: have more than one const_offset | Kenneth Graunke | 2019-02-21 | 1 | -8/+8 |
* | iris: completely rewrite binder | Kenneth Graunke | 2019-02-21 | 1 | -50/+56 |
* | iris: better ubo handling | Kenneth Graunke | 2019-02-21 | 1 | -24/+46 |
* | iris: fix constant packet length to match i965 | Kenneth Graunke | 2019-02-21 | 1 | -1/+4 |
* | iris: util_copy_framebuffer_state (ported from Rob's v3d patches) | Kenneth Graunke | 2019-02-21 | 1 | -14/+2 |
* | iris: fix VF INSTANCING length | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: more depth stuffs... | Kenneth Graunke | 2019-02-21 | 1 | -12/+75 |
* | iris: fix 3DSTATE_VERTEX_ELEMENTS length | Kenneth Graunke | 2019-02-21 | 1 | -1/+2 |
* | iris: fix whitespace | Kenneth Graunke | 2019-02-21 | 1 | -2/+3 |
* | iris: proper # of uniforms | Kenneth Graunke | 2019-02-21 | 1 | -2/+3 |