summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris
Commit message (Expand)AuthorAgeFilesLines
* iris: Fill out SURFACE_STATE entries for each possible aux usageKenneth Graunke2019-02-211-14/+59
* iris: Fill out res->aux.possible_usagesKenneth Graunke2019-02-211-5/+66
* iris: Add iris_resource fields for aux surfacesKenneth Graunke2019-02-212-0/+54
* iris: Emit default L3 config for the render pipelineJordan Justen2019-02-211-23/+38
* iris: Always emit at least one BLEND_STATEKenneth Graunke2019-02-211-1/+8
* iris: Add missing depth cache flushesKenneth Graunke2019-02-211-0/+5
* iris: Simplify iris_get_depth_stencil_resourcesKenneth Graunke2019-02-211-5/+1
* iris: Make an IRIS_MAX_MIPLEVELS defineKenneth Graunke2019-02-212-1/+3
* iris: Store internal_format when getting resource from handle.Rafael Antognolli2019-02-211-0/+1
* iris: Move create and bind driver hooks to the end of iris_program.cKenneth Graunke2019-02-211-330/+312
* iris: implement clearing render target and depth stencilTimur Kristóf2019-02-211-107/+184
* iris: Drop XXX about checking for swizzlingKenneth Graunke2019-02-211-2/+1
* iris: Set HasWriteableRT correctlyKenneth Graunke2019-02-212-1/+45
* iris: Set 3DSTATE_WM::ForceThreadDispatchEnableKenneth Graunke2019-02-211-0/+4
* iris: Drop XXX about alpha testingKenneth Graunke2019-02-211-3/+1
* iris: improve PIPE_CAP_VIDEO_MEMORY bogus valueAndre Heider2019-02-211-1/+1
* 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