summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-25iris: add timestamps to program cache shaders WIPiris-timestampTapani Pälli2-1/+34
2019-01-23iris: Remap stream output indexes back to VARYING_SLOT_*.Kenneth Graunke1-2/+25
2019-01-23iris: Zero the compute predicate when changing the render conditionKenneth Graunke1-0/+3
2019-01-23iris: always include an extra constbuf0 if using UBOsCaio Marcelo de Oliveira Filho4-50/+56
2019-01-23iris: Do binder address allocations per-context, not globally.Kenneth Graunke2-9/+25
2019-01-23iris: Fix memzone_for_address for the surface and binder zonesKenneth Graunke1-2/+2
2019-01-23iris: Don't whack SO dirty bits when finishing a BLORP opKenneth Graunke1-0/+2
2019-01-23iris: Fix SO issue with INTEL_DEBUG=reemit, set fewer bitsKenneth Graunke1-2/+5
2019-01-23iris: CS stall on VF cache invalidate workaroundsKenneth Graunke2-3/+6
2019-01-23MAJOR HACK: just turn unsupported draw params into 0Kenneth Graunke1-2/+7
2019-01-23iris: Pay attention to blit masksKenneth Graunke1-11/+22
2019-01-23iris: Assert about blits with color maskingKenneth Graunke1-0/+4
2019-01-23iris: Don't enable smooth points when point sprites are enabledKenneth Graunke1-4/+3
2019-01-23iris: Allow sample mask of 0Kenneth Graunke1-1/+1
2019-01-23iris: fail to create screen for older unsupported HWKenneth Graunke1-0/+3
2019-01-23iris: Switch to the new PIPELINE_STATISTICS_QUERY_SINGLE capabilityKenneth Graunke2-44/+6
2019-01-23iris: Use new PIPE_STAT_QUERY enums rather than hardcoded numbers.Kenneth Graunke1-2/+5
2019-01-23iris: Fix Broadwell WaDividePSInvocationCountBy4Kenneth Graunke1-7/+7
2019-01-23iris: Delete genx->bound_vertex_buffersKenneth Graunke1-3/+0
2019-01-23iris: Drop a dead commentKenneth Graunke1-2/+0
2019-01-23iris: Don't check other batches for our batch BOKenneth Graunke1-25/+27
2019-01-23iris: Handle PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE somewhatKenneth Graunke1-3/+6
2019-01-23iris: Flush the render cache in flush_and_dirty_for_historyKenneth Graunke1-0/+7
2019-01-23iris: Implement multi-slice copy_regionKenneth Graunke1-11/+9
2019-01-23iris: Leave a comment about why Broadwell images are brokenKenneth Graunke1-0/+4
2019-01-23iris: Fix surface states for Gen8 lowered-to-untype imagesKenneth Graunke1-7/+26
2019-01-23iris: Fill out brw_image_params for storage images on BroadwellKenneth Graunke3-9/+138
2019-01-23iris: Don't make duplicate system valuesKenneth Graunke2-7/+23
2019-01-23iris: Don't enable push constants just because there are system valuesKenneth Graunke1-2/+1
2019-01-23iris: Fix framebuffer layer countKenneth Graunke1-1/+3
2019-01-23iris: handle qbo fragment shader invocation workaroundDave Airlie1-0/+52
2019-01-23iris: add fs invocations query workaround for broadwellDave Airlie1-0/+6
2019-01-23iris: setup gen8 capsDave Airlie1-4/+4
2019-01-23iris: limit gen8 to 8 samplesDave Airlie1-1/+2
2019-01-23iris/WIP: add broadwell supportDave Airlie5-11/+58
2019-01-23iris: Delete bogus comment about cube array counting.Kenneth Graunke1-5/+1
2019-01-23iris: Fix compute scratch pinningKenneth Graunke1-2/+1
2019-01-23iris: Add a more long term TODO about timebase scalingKenneth Graunke1-0/+6
2019-01-23iris: Only resolve inputs for actual shader stagesKenneth Graunke3-12/+11
2019-01-23iris: Fix assertion in iris_resource_from_handle() tiling usageRhys Kidd1-2/+1
2019-01-23iris: Fix scratch space allocation on Icelake.Kenneth Graunke1-4/+8
2019-01-23iris: better MOCSKenneth Graunke2-26/+30
2019-01-23iris: fix gpu calcs for timestamp queriesDave Airlie1-1/+31
2019-01-23iris: only mark depth/stencil as writable if writes are actually enabledKenneth Graunke1-10/+17
2019-01-23iris: more dead commentsKenneth Graunke2-12/+0
2019-01-23iris: pin and re-pin the scratch BOKenneth Graunke3-14/+29
2019-01-23iris: delete finished commentsKenneth Graunke1-2/+0
2019-01-23iris: always pin the binder...in the compute context, too.Kenneth Graunke1-0/+7
2019-01-23iris: Track blend enables, save outbound for resolve codeKenneth Graunke2-1/+17
2019-01-23iris: whitespace fixesKenneth Graunke2-7/+7