iris: Implement ALT mode for ARB_{vertex,fragment}_shader
[mesa.git] / src /
2019-02-21 Kenneth Graunkeiris: Implement ALT mode for ARB_{vertex,fragment}_shader
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 Kenneth Graunkeiris: Drop dead state_size hash table
2019-02-21 Kenneth Graunkeiris: Drop comment about ISP_DIS
2019-02-21 Kenneth Graunkeiris: Enable PIPE_CAP_COMPACT_ARRAYS
2019-02-21 Kenneth Graunkeiris: Remap stream output indexes back to VARYING_SLOT_*.
2019-02-21 Kenneth Graunkeiris: Zero the compute predicate when changing the...
2019-02-21 Caio Marcelo de... iris: always include an extra constbuf0 if using UBOs
2019-02-21 Kenneth Graunkeiris: Do binder address allocations per-context, not...
2019-02-21 Kenneth Graunkeiris: Fix memzone_for_address for the surface and binde...
2019-02-21 Kenneth Graunkeiris: Don't whack SO dirty bits when finishing a BLORP op
2019-02-21 Kenneth Graunkeiris: Fix SO issue with INTEL_DEBUG=reemit, set fewer...
2019-02-21 Kenneth Graunkeiris: CS stall on VF cache invalidate workarounds
2019-02-21 Kenneth Graunkeiris: Pay attention to blit masks
2019-02-21 Kenneth Graunkeiris: Assert about blits with color masking
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: fail to create screen for older unsupported HW
2019-02-21 Kenneth Graunkeiris: Switch to the new PIPELINE_STATISTICS_QUERY_SINGL...
2019-02-21 Kenneth Graunkeiris: Use new PIPE_STAT_QUERY enums rather than hardcod...
2019-02-21 Kenneth Graunkeiris: Fix Broadwell WaDividePSInvocationCountBy4
2019-02-21 Kenneth Graunkeiris: Delete genx->bound_vertex_buffers
2019-02-21 Kenneth Graunkeiris: Drop a dead comment
2019-02-21 Kenneth Graunkeiris: Don't check other batches for our batch BO
2019-02-21 Kenneth Graunkeiris: Handle PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE somewhat
2019-02-21 Kenneth Graunkeiris: Flush the render cache in flush_and_dirty_for_history
2019-02-21 Kenneth Graunkeiris: Implement multi-slice copy_region
2019-02-21 Kenneth Graunkeiris: Leave a comment about why Broadwell images are...
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 make duplicate system values
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: handle qbo fragment shader invocation workaround
2019-02-21 Dave Airlieiris: add fs invocations query workaround for broadwell
2019-02-21 Dave Airlieiris: setup gen8 caps
2019-02-21 Dave Airlieiris: limit gen8 to 8 samples
2019-02-21 Dave Airlieiris/WIP: add broadwell support
2019-02-21 Kenneth Graunkeiris: Delete bogus comment about cube array counting.
2019-02-21 Kenneth Graunkeiris: Fix compute scratch pinning
2019-02-21 Kenneth Graunkeiris: Add a more long term TODO about timebase scaling
2019-02-21 Kenneth Graunkeiris: Only resolve inputs for actual shader stages
2019-02-21 Rhys Kiddiris: Fix assertion in iris_resource_from_handle()...
2019-02-21 Kenneth Graunkeiris: Fix scratch space allocation on Icelake.
2019-02-21 Kenneth Graunkeiris: better MOCS
2019-02-21 Dave Airlieiris: fix gpu calcs for timestamp queries
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: delete finished comments
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: whitespace fixes
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: don't print the pointer in INTEL_DEBUG=submit
2019-02-21 Kenneth Graunkeiris: Fix the prototype for iris_bo_alloc_tiled
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 Jason Ekstrandiris: Copy anv's MI_MATH helpers for multiplication...
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: Add _MI_ALU helpers that don't paste
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 Tapani Pälliiris: add Android build
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: Fix primitive generated query active flag
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: Fix clear dimensions
2019-02-21 Kenneth Graunkeiris: Drop continues in resolve
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: fix dma buf import strides
2019-02-21 Kenneth Graunkeiris: fix alpha channel for RGB BC1 formats
2019-02-21 Jason Ekstrandiris: Allocate buffer resources separately
2019-02-21 Kenneth Graunkeiris: Don't bother considering if the underlying surfac...
2019-02-21 Kenneth Graunkeiris: move some non-buffer case code in a bit
2019-02-21 Kenneth Graunkeiris: Stop leaking iris_uncompiled_shaders like mad
2019-02-21 Kenneth Graunkeiris: Destroy the bufmgr
2019-02-21 Kenneth Graunkeiris: Fix IRIS_MEMZONE_COUNT to exclude the border...
2019-02-21 Kenneth Graunkeiris: Unref unbound_tex resource
2019-02-21 Kenneth Graunkeiris: Destroy the border color pool
2019-02-21 Kenneth Graunkeiris: Destroy transfer helper on screen teardown
next