iris: actually emit stencil packets
[mesa.git] / src / gallium / drivers / iris / iris_state.c
2019-02-21 Kenneth Graunkeiris: actually emit stencil packets
2019-02-21 Kenneth Graunkeiris: rename ring to engine
2019-02-21 Kenneth Graunkeiris: comment everything
2019-02-21 Kenneth Graunkeiris: add minor comments
2019-02-21 Dave Airlieiris: fix some hangs around null framebuffers
2019-02-21 Kenneth Graunkeiris: fix sample mask
2019-02-21 Kenneth Graunkeiris: drop pipe_shader_state
2019-02-21 Kenneth Graunkeiris: Avoid croaking when trying to create FBO surfaces...
2019-02-21 Kenneth Graunkeiris: update a todo comment
2019-02-21 Kenneth Graunkeiris: fix for disabling ssbos
2019-02-21 Kenneth Graunkeiris: fix SSBO indexing
2019-02-21 Kenneth Graunkeiris: shorten loop
2019-02-21 Kenneth Graunkeiris: emit binding table for atomic counters and SSBOs
2019-02-21 Kenneth Graunkeiris: implement set_shader_buffers
2019-02-21 Kenneth Graunkeiris: hack around samples confusion
2019-02-21 Kenneth Graunkeiris: point sprite enables
2019-02-21 Kenneth Graunkeiris: reemit blend state for alpha test function changes
2019-02-21 Kenneth Graunkeiris: fix SGVS when there are no valid vertex elements
2019-02-21 Kenneth Graunkeiris: vertex ID, instance ID
2019-02-21 Kenneth Graunkeiris: don't emit SO_BUFFERS and SO_DECL_LIST unless...
2019-02-21 Kenneth Graunkeiris: fix texture buffer stride
2019-02-21 Kenneth Graunkeiris: fix sampler views of TBOs
2019-02-21 Kenneth Graunkeiris: NOS mechanics
2019-02-21 Kenneth Graunkeiris: bits of multisample program key
2019-02-21 Kenneth Graunkeiris: draw indirect support?
2019-02-21 Kenneth Graunkeiris: fix CC_VIEWPORT
2019-02-21 Kenneth Graunkeiris: fix sample mask for MSAA-off
2019-02-21 Kenneth Graunkeiris: actually pin the buffers
2019-02-21 Kenneth Graunkeiris: fix SO_DECL_LIST
2019-02-21 Kenneth Graunkeiris: bother setting program_string_id...
2019-02-21 Kenneth Graunkeiris: set even if no outputs
2019-02-21 Kenneth Graunkeiris: streamout
2019-02-21 Kenneth Graunkeiris: SO buffers
2019-02-21 Kenneth Graunkeiris: Implement 3DSTATE_SO_DECL_LIST
2019-02-21 Kenneth Graunkeiris: fix depth bounds clamp enables
2019-02-21 Kenneth Graunkeiris: fix clip flagging on fb changes
2019-02-21 Kenneth Graunkeiris: actually set cube bit properly
2019-02-21 Kenneth Graunkeiris: just malloc one iris_genx_state instead of a...
2019-02-21 Kenneth Graunkeiris: implement border color, fix other sampler nonsense
2019-02-21 Kenneth Graunkeiris: state ref tuple
2019-02-21 Kenneth Graunkeiris: null surface for unbound textures
2019-02-21 Kenneth Graunkeiris: fix GS dispatch mode
2019-02-21 Kenneth Graunkeiris: fix 3DSTATE_VERTEX_ELEMENTS / VF_INSTANCING for...
2019-02-21 Kenneth Graunkeiris: don't emit garbage 3DSTATE_VERTEX_BUFFERS when...
2019-02-21 Kenneth Graunkeiris: larger polygon offset
2019-02-21 Kenneth Graunkeiris: fix provoking vertex ordering
2019-02-21 Kenneth Graunkeiris: lightmodel flat
2019-02-21 Kenneth Graunkeiris: rework DEBUG_REEMIT
2019-02-21 Kenneth Graunkeiris: clears
2019-02-21 Kenneth Graunkeiris: tidy comments about mirroring modes
2019-02-21 Kenneth Graunkeiris: actually init num_viewports
2019-02-21 Kenneth Graunkeiris: scissor count fixes
2019-02-21 Kenneth Graunkeiris: fix VP iteration
2019-02-21 Kenneth Graunkeiris: fix num viewports to be based on programs
2019-02-21 Kenneth Graunkeiris: fix viewport counts and settings
2019-02-21 Kenneth Graunkeiris: max VP index
2019-02-21 Kenneth Graunkeiris: emit 3DSTATE_SBE_SWIZ
2019-02-21 Kenneth Graunkeiris: avoid crashing on unbound constant resources
2019-02-21 Kenneth Graunkeiris: redo VB CSO a bit
2019-02-21 Kenneth Graunkeiris: clean up some warnings so I can see through the...
2019-02-21 Kenneth Graunkeiris: use pipe resources not direct BOs
2019-02-21 Kenneth Graunkeiris: don't leak sampler state table resources
2019-02-21 Kenneth Graunkeiris: more leak fixes
2019-02-21 Kenneth Graunkeiris: plug leaks
2019-02-21 Kenneth Graunkeiris: some dirty fixes
2019-02-21 Kenneth Graunkeiris: bindings dirty tracking
2019-02-21 Kenneth Graunkeiris: fix the validation list on new batches
2019-02-21 Kenneth Graunkeiris: save pointers to streamed state resources
2019-02-21 Kenneth Graunkeiris: untested SAMPLER_STATE pin BO fix
2019-02-21 Kenneth Graunkeiris: delete some pointless STATIC_ASSERTS
2019-02-21 Kenneth Graunkeiris: untested index buffer upload
2019-02-21 Kenneth Graunkeiris: state cleaning
2019-02-21 Kenneth Graunkeiris: disable __gen_validate_value in release mode
2019-02-21 Kenneth Graunkeiris: drop assert for now
2019-02-21 Kenneth Graunkeiris: better VFI
2019-02-21 Chris Wilsoniris: IndexFormat = size/2
2019-02-21 Kenneth Graunkeiris: fix pull bufs that aren't the first user upload
2019-02-21 Kenneth Graunkeiris: fill out pull constant buffers
2019-02-21 Kenneth Graunkeiris: make surface states for cbufs
2019-02-21 Kenneth Graunkeiris: have more than one const_offset
2019-02-21 Kenneth Graunkeiris: completely rewrite binder
2019-02-21 Kenneth Graunkeiris: better ubo handling
2019-02-21 Kenneth Graunkeiris: fix constant packet length to match i965
2019-02-21 Kenneth Graunkeiris: util_copy_framebuffer_state (ported from Rob...
2019-02-21 Kenneth Graunkeiris: fix VF INSTANCING length
2019-02-21 Kenneth Graunkeiris: more depth stuffs...
2019-02-21 Kenneth Graunkeiris: fix 3DSTATE_VERTEX_ELEMENTS length
2019-02-21 Kenneth Graunkeiris: fix whitespace
2019-02-21 Kenneth Graunkeiris: proper # of uniforms
2019-02-21 Kenneth Graunkeiris: proper length for VE packet?
2019-02-21 Kenneth Graunkeiris: some depth stuff :(
2019-02-21 Kenneth Graunkeiris: add INTEL_DEBUG=reemit
2019-02-21 Kenneth Graunkeiris: more blorp
2019-02-21 Kenneth Graunkeiris: fix sampler view crashes
2019-02-21 Kenneth Graunkeiris: move bo_offset_from_sba
2019-02-21 Kenneth Graunkeiris: copy over i965's cache tracking
2019-02-21 Kenneth Graunkeiris: Defines for base addresses rather than numbers...
2019-02-21 Kenneth Graunkeiris: Move get_command_space to iris_batch.c
2019-02-21 Kenneth Graunkeiris: fix texturing!
2019-02-21 Kenneth Graunkeiris: better SBE
next