aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* iris: improve PIPE_CAP_VIDEO_MEMORY bogus valueAndre Heider2019-02-211-1/+1
* iris: fix build with gallium nineAndre Heider2019-02-211-2/+2
* iris: Stop chopping off the first nine characters of the renderer stringKenneth Graunke2019-02-211-1/+1
* iris: rework num textures to util_lastbitKenneth Graunke2019-02-212-6/+10
* iris: Add PIPE_CAP_MAX_VARYINGSKenneth Graunke2019-02-211-0/+1
* iris: Make a iris_batch_reference_signal_syncpt helper function.Kenneth Graunke2019-02-213-7/+22
* iris: Use READ_ONCE and WRITE_ONCE for snapshots_landedKenneth Graunke2019-02-213-7/+8
* iris: Fix accidental busy-looping in query waitsKenneth Graunke2019-02-211-1/+1
* iris: Add a timeout_nsec parameter, rename check_syncpt to wait_syncptKenneth Graunke2019-02-213-6/+9
* iris: Don't allocate a BO per query objectSagar Ghuge2019-02-215-45/+97
* iris: Implement ALT mode for ARB_{vertex,fragment}_shaderKenneth Graunke2019-02-211-2/+4
* iris: Fix bug in bound vertex buffer trackingKenneth Graunke2019-02-211-3/+3
* iris: minor tidyingKenneth Graunke2019-02-212-40/+15
* iris: Unreference some more things on state module teardownKenneth Graunke2019-02-211-2/+21
* iris: Drop dead state_size hash tableKenneth Graunke2019-02-212-24/+2
* iris: Drop comment about ISP_DISKenneth Graunke2019-02-211-2/+0
* iris: Enable PIPE_CAP_COMPACT_ARRAYSKenneth Graunke2019-02-211-0/+1
* iris: Remap stream output indexes back to VARYING_SLOT_*.Kenneth Graunke2019-02-211-2/+25
* iris: Zero the compute predicate when changing the render conditionKenneth Graunke2019-02-211-0/+3
* iris: always include an extra constbuf0 if using UBOsCaio Marcelo de Oliveira Filho2019-02-214-50/+56
* iris: Do binder address allocations per-context, not globally.Kenneth Graunke2019-02-212-9/+25
* iris: Fix memzone_for_address for the surface and binder zonesKenneth Graunke2019-02-211-2/+2
* iris: Don't whack SO dirty bits when finishing a BLORP opKenneth Graunke2019-02-211-0/+2
* iris: Fix SO issue with INTEL_DEBUG=reemit, set fewer bitsKenneth Graunke2019-02-211-2/+5
* iris: CS stall on VF cache invalidate workaroundsKenneth Graunke2019-02-212-3/+6
* iris: Pay attention to blit masksKenneth Graunke2019-02-211-11/+22
* iris: Assert about blits with color maskingKenneth Graunke2019-02-211-0/+4
* iris: Don't enable smooth points when point sprites are enabledKenneth Graunke2019-02-211-4/+3
* iris: Allow sample mask of 0Kenneth Graunke2019-02-211-1/+1
* iris: fail to create screen for older unsupported HWKenneth Graunke2019-02-211-0/+3
* iris: Switch to the new PIPELINE_STATISTICS_QUERY_SINGLE capabilityKenneth Graunke2019-02-212-44/+6
* iris: Use new PIPE_STAT_QUERY enums rather than hardcoded numbers.Kenneth Graunke2019-02-211-2/+5
* iris: Fix Broadwell WaDividePSInvocationCountBy4Kenneth Graunke2019-02-211-7/+7
* iris: Delete genx->bound_vertex_buffersKenneth Graunke2019-02-211-3/+0
* iris: Drop a dead commentKenneth Graunke2019-02-211-2/+0
* iris: Don't check other batches for our batch BOKenneth Graunke2019-02-211-25/+27
* iris: Handle PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE somewhatKenneth Graunke2019-02-211-3/+6
* iris: Flush the render cache in flush_and_dirty_for_historyKenneth Graunke2019-02-211-0/+7
* iris: Implement multi-slice copy_regionKenneth Graunke2019-02-211-11/+9
* iris: Leave a comment about why Broadwell images are brokenKenneth Graunke2019-02-211-0/+4
* iris: Fix surface states for Gen8 lowered-to-untype imagesKenneth Graunke2019-02-211-7/+26
* iris: Fill out brw_image_params for storage images on BroadwellKenneth Graunke2019-02-213-9/+138
* iris: Don't make duplicate system valuesKenneth Graunke2019-02-212-7/+23
* iris: Don't enable push constants just because there are system valuesKenneth Graunke2019-02-211-2/+1
* iris: Fix framebuffer layer countKenneth Graunke2019-02-211-1/+3
* iris: handle qbo fragment shader invocation workaroundDave Airlie2019-02-211-0/+52
* iris: add fs invocations query workaround for broadwellDave Airlie2019-02-211-0/+6
* iris: setup gen8 capsDave Airlie2019-02-211-4/+4
* iris: limit gen8 to 8 samplesDave Airlie2019-02-211-1/+2
* iris/WIP: add broadwell supportDave Airlie2019-02-215-11/+58