aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris/iris_state.c
Commit message (Expand)AuthorAgeFilesLines
* iris: Initialize ice->state.prim_mode to an invalid valueKenneth Graunke2019-09-131-0/+1
* intel/gen11+: Enable Hardware filtering of Semi-Pipelined State in WMAnuj Phogat2019-09-111-0/+9
* iris: Fix constant buffer sizes for non-UBOsKenneth Graunke2019-09-101-3/+4
* iris: Optimize out redundant sampler state bindsKenneth Graunke2019-09-091-2/+8
* iris: Ignore line stipple information if it's disabledKenneth Graunke2019-09-091-3/+5
* anv,iris: L3ALLOC register replaces L3CNTLREG for gen12Jordan Justen2019-09-061-2/+13
* intel: Stop redirecting state cache to command streamer cache sectionKenneth Graunke2019-09-061-6/+0
* iris: Invalidate state/texture/constant caches after STATE_BASE_ADDRESSKenneth Graunke2019-09-061-4/+55
* iris: Guard GEN9-only function in Iris state to avoid warningCaio Marcelo de Oliveira Filho2019-08-231-0/+2
* iris: Set MOCS in all STATE_BASE_ADDRESS commandsKenneth Graunke2019-08-231-1/+14
* iris: Update fast clear colors on Gen9 with direct immediate writes.Kenneth Graunke2019-08-221-6/+25
* iris: Fix broken aux.possible/sampler_usages bitmask handlingKenneth Graunke2019-08-221-5/+6
* iris: Replace devinfo->gen with GEN_GENKenneth Graunke2019-08-221-22/+18
* iris: Enable non coherent framebuffer fetch on broadwellSagar Ghuge2019-08-201-1/+1
* iris: Free resource if failed to allocate surface stateSagar Ghuge2019-08-201-1/+3
* iris: Pass isl_surf to fill_surface_stateSagar Ghuge2019-08-201-16/+19
* iris: Add infrastructure to support non coherent framebuffer fetchSagar Ghuge2019-08-201-12/+146
* iris: Only request an input mask if the shader needs itJason Ekstrand2019-08-161-1/+3
* iris: Export and import surfaces with modifiers that have aux dataJordan Justen2019-08-131-0/+8
* iris: Add aux offset into hiz_addressJordan Justen2019-08-131-1/+1
* iris/gen11: Emit SLICE_HASH_TABLE when pipes are unbalanced.Rafael Antognolli2019-08-121-1/+80
* iris/gen9: Optimize slice and subslice load balancing behavior.Francisco Jerez2019-08-121-0/+96
* iris: reorder arguments as expected by the functionTapani Pälli2019-08-121-2/+2
* iris/perf: implement routines to return counter infoMark Janes2019-08-091-0/+13
* iris: Handle vertex shader with window space positionDanylo Piliaiev2019-08-061-5/+28
* iris: Fix handling of SIMD32 fragment shadersJason Ekstrand2019-08-031-44/+50
* iris: add support for gl_ClipVertex in tess eval shadersTimothy Arceri2019-08-011-1/+12
* iris: add support for gl_ClipVertex in geometry shadersTimothy Arceri2019-08-011-2/+14
* iris: Skip emitting 3DSTATE_INDEX_BUFFER if possibleKenneth Graunke2019-07-311-11/+25
* iris: Skip repeated depth buffer disables.Kenneth Graunke2019-07-301-2/+4
* iris: Fix SO offset to be 32-bit in DrawTransformFeedback handlingKenneth Graunke2019-07-291-1/+1
* iris: Use gen_mi_builder to handle CS ALU operations.Kenneth Graunke2019-07-251-40/+21
* iris: Make iris_query.c a genxml-compiled file.Kenneth Graunke2019-07-251-2/+4
* iris: Refactor genxml macros and inlines into iris_genx_macros.h.Kenneth Graunke2019-07-251-73/+1
* iris: Disable SIMD32 when using a 16x MSAA framebuffer.Kenneth Graunke2019-07-111-7/+24
* iris: Only set key->flat_shade if COL0/COL1 are written.Kenneth Graunke2019-07-111-2/+3
* iris: Drop a TODO commentKenneth Graunke2019-07-111-1/+0
* iris: disable repacking for compression for applicable genDongwon Kim2019-07-081-0/+11
* iris: Minor tidyingKenneth Graunke2019-07-031-6/+0
* Revert "iris/icl: Add WA_2204188704 to disable pixel shader panic dispatch"Anuj Phogat2019-06-281-8/+0
* iris: Don't leak resources in iris_create_surface for incomplete FBOsKenneth Graunke2019-06-281-19/+19
* iris: Fix major resource leak in iris_set_shader_imagesKenneth Graunke2019-06-271-3/+1
* intel: Add and use helpers for level0 extentNanley Chery2019-06-271-6/+2
* iris: Fix memory leak of SO targetsKenneth Graunke2019-06-271-0/+4
* iris: Fix memory leak for draw parameter resourcesKenneth Graunke2019-06-271-0/+3
* iris: Drop u_upload_unmapKenneth Graunke2019-06-271-2/+0
* iris: Also properly restore INTERFACE_DESCRIPTOR_DATA buffer objectKenneth Graunke2019-06-271-4/+9
* iris: Fix resource tracking for CS thread ID bufferKenneth Graunke2019-06-271-2/+7
* iris: Only bother with thread ID upload if doing MEDIA_CURBE_LOADKenneth Graunke2019-06-271-13/+13
* iris: Do MEDIA_CURBE_LOAD when IRIS_DIRTY_CS is set, not constantsKenneth Graunke2019-06-271-1/+1