iris: Pin HiZ buffers when rendering.
[mesa.git] / src / gallium / drivers / iris / iris_state.c
2019-02-21 Rafael Antognolliiris: Pin HiZ buffers when rendering.
2019-02-21 Kenneth Graunkeiris: some initial HiZ bits
2019-02-21 Kenneth Graunkeiris: pin the buffers
2019-02-21 Kenneth Graunkeiris: actually use the multiple surf states for aux...
2019-02-21 Kenneth Graunkeiris: Initial import of resolve code
2019-02-21 Kenneth Graunkeiris: Fill out SURFACE_STATE entries for each possible...
2019-02-21 Jordan Justeniris: Emit default L3 config for the render pipeline
2019-02-21 Kenneth Graunkeiris: Always emit at least one BLEND_STATE
2019-02-21 Kenneth Graunkeiris: Add missing depth cache flushes
2019-02-21 Kenneth Graunkeiris: Set HasWriteableRT correctly
2019-02-21 Kenneth Graunkeiris: Set 3DSTATE_WM::ForceThreadDispatchEnable
2019-02-21 Kenneth Graunkeiris: Drop XXX about alpha testing
2019-02-21 Kenneth Graunkeiris: rework num textures to util_lastbit
2019-02-21 Kenneth Graunkeiris: Fix bug in bound vertex buffer tracking
2019-02-21 Kenneth Graunkeiris: minor tidying
2019-02-21 Kenneth Graunkeiris: Unreference some more things on state module...
2019-02-21 Caio Marcelo de... iris: always include an extra constbuf0 if using UBOs
2019-02-21 Kenneth Graunkeiris: CS stall on VF cache invalidate workarounds
2019-02-21 Kenneth Graunkeiris: Don't enable smooth points when point sprites...
2019-02-21 Kenneth Graunkeiris: Allow sample mask of 0
2019-02-21 Kenneth Graunkeiris: Delete genx->bound_vertex_buffers
2019-02-21 Kenneth Graunkeiris: Fix surface states for Gen8 lowered-to-untype...
2019-02-21 Kenneth Graunkeiris: Fill out brw_image_params for storage images...
2019-02-21 Kenneth Graunkeiris: Don't enable push constants just because there...
2019-02-21 Kenneth Graunkeiris: Fix framebuffer layer count
2019-02-21 Dave Airlieiris/WIP: add broadwell support
2019-02-21 Kenneth Graunkeiris: Fix compute scratch pinning
2019-02-21 Kenneth Graunkeiris: better MOCS
2019-02-21 Kenneth Graunkeiris: only mark depth/stencil as writable if writes...
2019-02-21 Kenneth Graunkeiris: more dead comments
2019-02-21 Kenneth Graunkeiris: pin and re-pin the scratch BO
2019-02-21 Kenneth Graunkeiris: always pin the binder...in the compute context...
2019-02-21 Kenneth Graunkeiris: Track blend enables, save outbound for resolve...
2019-02-21 Kenneth Graunkeiris: Make a alloc_surface_state helper
2019-02-21 Kenneth Graunkeiris: Use a surface state fill helper
2019-02-21 Kenneth Graunkeiris: Fix for PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET
2019-02-21 Kenneth Graunkeiris: drop unnecessary genx->streamout field
2019-02-21 Kenneth Graunkeiris: Implement DrawTransformFeedback()
2019-02-21 Kenneth Graunkeiris: only get space for one offset in stream output...
2019-02-21 Kenneth Graunkeiris: Move iris_stream_output_target def to iris_context.h
2019-02-21 Kenneth Graunkeiris: Don't bother packing 3DSTATE_SO_BUFFER at create...
2019-02-21 Kenneth Graunkeiris: Reorder LRR parameters to have dst first.
2019-02-21 Kenneth Graunkeiris: rewrite set_vertex_buffer and VB handling
2019-02-21 Kenneth Graunkeiris: handle PatchVerticesIn as a system value.
2019-02-21 Kenneth Graunkeiris: override alpha to one src1 blend factors
2019-02-21 Kenneth Graunkeiris: Always do rasterizer discard in clipper
2019-02-21 Kenneth Graunkeiris: Enable guardband clipping
2019-02-21 Kenneth Graunkeiris: Clamp viewport extents to the framebuffer dimensions
2019-02-21 Kenneth Graunkeiris: Replace num_textures etc with a bitmask we can...
2019-02-21 Kenneth Graunkeiris: Fix set_sampler_views with start > 0
2019-02-21 Kenneth Graunkeiris: fix set_sampler_views to not unbind, be better...
2019-02-21 Kenneth Graunkeiris: fix overhead regression from flushing for storage...
2019-02-21 Kenneth Graunkeiris: Fix NOS mechanism
2019-02-21 Kenneth Graunkeiris: re-pin inherited streamout buffers
2019-02-21 Kenneth Graunkeiris: reemit SBE when sprite coord origin changes
2019-02-21 Kenneth Graunkeiris: omask can kill
2019-02-21 Kenneth Graunkeiris: reject all clipping when we can't use streamout...
2019-02-21 Kenneth Graunkeiris: make clipper statistics dynamic
2019-02-21 Kenneth Graunkeiris: CS stall for stream out -> VB
2019-02-21 Kenneth Graunkeiris: Don't bother considering if the underlying surfac...
2019-02-21 Kenneth Graunkeiris: Stop leaking iris_uncompiled_shaders like mad
2019-02-21 Kenneth Graunkeiris: Unref unbound_tex resource
2019-02-21 Kenneth Graunkeiris: fix conditional compute, don't stomp predicate...
2019-02-21 Dave Airlieiris: add conditional render support
2019-02-21 Dave Airlieiris: iris add load register reg32/64
2019-02-21 Dave Airlieiris: fix cube texture view
2019-02-21 Kenneth Graunkeiris: actually flush for storage images
2019-02-21 Kenneth Graunkeiris: add an extra BT assert from Chris Wilson
2019-02-21 Kenneth Graunkeiris: add assertions about binding table starts
2019-02-21 Kenneth Graunkeiris: Use program's num textures not the state tracker...
2019-02-21 Kenneth Graunkeiris: Enable precompiles
2019-02-21 Kenneth Graunkeiris: Re-pin even if nothing is dirty
2019-02-21 Kenneth Graunkeiris: Track a binding history for buffer resources
2019-02-21 Kenneth Graunkeiris: Do the 48-bit vertex buffer address invalidation...
2019-02-21 Kenneth Graunkeiris: PIPE_CONTROL workarounds for GPGPU mode
2019-02-21 Kenneth Graunkeiris: Put batches in an array
2019-02-21 Kenneth Graunkeiris: Fix SLM
2019-02-21 Jason Ekstrandiris: Don't set constant read lengths at upload time
2019-02-21 Jason Ekstrandiris: Configure the L3$ on the compute context
2019-02-21 Kenneth Graunkeiris: properly pin stencil buffers
2019-02-21 Kenneth Graunkeiris: more todo notes
2019-02-21 Kenneth Graunkeiris: Fix independent alpha blending.
2019-02-21 Kenneth Graunkeiris: Fix SourceAlphaBlendFactor
2019-02-21 Kenneth Graunkeiris: only clip lower if there's something to clip...
2019-02-21 Kenneth Graunkeiris: don't forget to upload CS consts
2019-02-21 Kenneth Graunkeiris: enable push constants if we have sysvals but...
2019-02-21 Kenneth Graunkeiris: fix num clip plane consts
2019-02-21 Kenneth Graunkeiris: actually upload clip planes.
2019-02-21 Kenneth Graunkeiris: bypass params and do it ourselves
2019-02-21 Kenneth Graunkeiris: hook up key stuff for clip plane lowering
2019-02-21 Kenneth Graunkeiris: only bother with params if there are any...
2019-02-21 Kenneth Graunkeiris: add param domain defines
2019-02-21 Kenneth Graunkeiris: Defer cbuf0 upload to draw time
2019-02-21 Kenneth Graunkeiris: partial set_query_active_state
2019-02-21 Kenneth Graunkeiris: Fix multiple RTs with non-independent blending
2019-02-21 Kenneth Graunkeiris: Fix MSAA smooth points
2019-02-21 Kenneth Graunkeiris: implement scratch space!
2019-02-21 Kenneth Graunkeiris: Cross-link iris_batches so they can potentially...
2019-02-21 Dave Airlieiris: fix crash in sparse vertex array
2019-02-21 Kenneth Graunkeiris: Use at least 1x1 size for null FB surface state.
next