iris: Delete genx->bound_vertex_buffers
[mesa.git] / src /
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
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
next