iris: Implement ALT mode for ARB_{vertex,fragment}_shader
[mesa.git] / src /
2019-02-21 Kenneth Graunkeiris: Fix failed to compile TCS message
2019-02-21 Kenneth Graunkeiris: Rework tiling/modifiers handling
2019-02-21 Kenneth Graunkeiris: fix conditional compute, don't stomp predicate...
2019-02-21 Kenneth Graunkeiris: check query first
2019-02-21 Kenneth Graunkeiris: for BLORP, only use the predicate enable bit...
2019-02-21 Dave Airlieiris: add conditional render support
2019-02-21 Kenneth Graunkeiris: drop key_size_for_cache
2019-02-21 Dave Airlieiris: iris add load register reg32/64
2019-02-21 Dave Airlieiris: execute compute related query on compute batch.
2019-02-21 Dave Airlieiris: fix cube texture view
2019-02-21 Kenneth Graunkeiris: fix some SO overflow query bugs and tidy the...
2019-02-21 Dave Airlieiris: add initial transform feedback overflow query...
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: drop pull constant binding table entry
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: rework program cache interface
2019-02-21 Kenneth Graunkeiris: Use wrappers for create_xs_state rather than...
2019-02-21 Kenneth Graunkeiris: fix comment location
2019-02-21 Kenneth Graunkeiris: export iris_upload_shader
2019-02-21 Kenneth Graunkeiris: fix prototype warning
2019-02-21 Kenneth Graunkeiris: Re-pin even if nothing is dirty
2019-02-21 Kenneth Graunkeiris: Flush for history at various moments
2019-02-21 Kenneth Graunkeiris: add iris_flush_and_dirty_for_history
2019-02-21 Kenneth Graunkeiris: Track a binding history for buffer resources
2019-02-21 Kenneth Graunkeiris: drop long dead XXX comment
2019-02-21 Kenneth Graunkeiris: Do the 48-bit vertex buffer address invalidation...
2019-02-21 Kenneth Graunkeiris: Fix VIEWPORT/LAYER in stream output info
2019-02-21 Kenneth Graunkeiris: Fix buffer -> buffer copy_region
2019-02-21 Kenneth Graunkeiris: Lie about indirects
2019-02-21 Kenneth Graunkeiris: Enable ctx->Const.UseSTD430AsDefaultPacking
2019-02-21 Kenneth Graunkeiris: update comment
2019-02-21 Kenneth Graunkeiris: RT flush for memorybarrier with texture bit
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: put render batch first in fence code
2019-02-21 Kenneth Graunkeiris: flush the compute batch too if border pool is...
2019-02-21 Kenneth Graunkeiris: leave a TODO
2019-02-21 Chris Wilsoniris: Add fence support using drm_syncobj
2019-02-21 Kenneth Graunkeiris: Add wait fences to properly sync between render...
2019-02-21 Kenneth Graunkeiris: Hang on to the last batch's sync-point, so we...
2019-02-21 Chris Wilsoniris: Tag each submitted batch with a syncobj
2019-02-21 Kenneth Graunkeiris: Drop vestiges of throttling code
2019-02-21 Chris Wilsoniris: Merge two walks of the exec_bos list
2019-02-21 Kenneth Graunkeiris: replace vestiges of fence fds with newer exec_fen...
2019-02-21 Kenneth Graunkeiris: Avoid synchronizing due to the workaround BO
2019-02-21 Kenneth Graunkeiris: Avoid cross-batch synchronization on read/reads
2019-02-21 Kenneth Graunkeiris: Combine iris_use_pinned_bo and add_exec_bo
2019-02-21 Kenneth Graunkeiris: Use iris_use_pinned_bo rather than add_exec_bo...
2019-02-21 Chris Wilsoniris: Fix assigning the output handle for exporting...
2019-02-21 Chris Wilsoniris: Tidy exporting the flink handle
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: Fix TCS/TES slot unification
2019-02-21 Kenneth Graunkeiris: more todo notes
2019-02-21 Kenneth Graunkeiris: scissored and mirrored blits
2019-02-21 Kenneth Graunkeiris: more TODO
2019-02-21 Kenneth Graunkeiris: Fix independent alpha blending.
2019-02-21 Kenneth Graunkeiris: "Fix" transfer maps of buffers
2019-02-21 Kenneth Graunkeiris: Fix SourceAlphaBlendFactor
2019-02-21 Kenneth Graunkeiris: leave another TODO
2019-02-21 Kenneth Graunkeiris: only clip lower if there's something to clip...
2019-02-21 Kenneth Graunkeiris: fix sysval only binding tables
2019-02-21 Kenneth Graunkeiris: don't forget to upload CS consts
2019-02-21 Kenneth Graunkeiris: drop param stuffs
2019-02-21 Kenneth Graunkeiris: don't trip on param asserts
2019-02-21 Kenneth Graunkeiris: don't support pull constants.
2019-02-21 Kenneth Graunkeiris: regather info so we get CLIP_DIST slots, not...
2019-02-21 Kenneth Graunkeiris: enable push constants if we have sysvals but...
2019-02-21 Kenneth Graunkeiris: drop iris_setup_push_uniform_range
2019-02-21 Kenneth Graunkeiris: fix more uniform setup
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: dodge backend UCP lowering
2019-02-21 Kenneth Graunkeiris: fix system value remapping
2019-02-21 Kenneth Graunkeiris: hook up key stuff for clip plane lowering
2019-02-21 Kenneth Graunkeiris: lower user clip planes
2019-02-21 Kenneth Graunkeiris: only bother with params if there are any...
2019-02-21 Kenneth Graunkeiris: fill out params array with built-ins, like clip...
2019-02-21 Kenneth Graunkeiris: add param domain defines
2019-02-21 Kenneth Graunkeiris: drop unnecessary param[] setup from iris_setup_un...
2019-02-21 Kenneth Graunkeiris: Defer cbuf0 upload to draw time
2019-02-21 Kenneth Graunkeiris: Clone the NIR
2019-02-21 Kenneth Graunkeiris: Print the batch name when decoding
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 TextureBarrier
2019-02-21 Kenneth Graunkeiris: Fix MSAA smooth points
2019-02-21 Kenneth Graunkeiris: implement scratch space!
2019-02-21 Kenneth Graunkeiris: tidy more warnings
2019-02-21 Kenneth Graunkeiris: Enable msaa_map transfer helpers
2019-02-21 Kenneth Graunkeiris: Actually create/destroy HW contexts
2019-02-21 Kenneth Graunkeiris: Don't leak the compute batch
2019-02-21 Kenneth Graunkeiris: cross batch flushing
2019-02-21 Kenneth Graunkeiris: Cross-link iris_batches so they can potentially...
next