summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris
Commit message (Expand)AuthorAgeFilesLines
* iris: add support for gl_ClipVertex in tess eval shadersTimothy Arceri2019-08-013-2/+28
* iris: add support for gl_ClipVertex in geometry shadersTimothy Arceri2019-08-013-21/+48
* iris: Skip emitting 3DSTATE_INDEX_BUFFER if possibleKenneth Graunke2019-07-313-11/+27
* iris: Skip repeated depth buffer disables.Kenneth Graunke2019-07-301-2/+4
* iris: Enable EXT_texture_shadow_lodSagar Ghuge2019-07-301-0/+1
* iris: Fix SO offset to be 32-bit in DrawTransformFeedback handlingKenneth Graunke2019-07-291-1/+1
* intel: Use a system value for gl_FragCoordJason Ekstrand2019-07-291-0/+1
* iris: Use gen_mi_builder to handle CS ALU operations.Kenneth Graunke2019-07-256-474/+151
* iris: Make iris_query.c a genxml-compiled file.Kenneth Graunke2019-07-256-65/+48
* iris: Move iris_resolve_conditional_render to the vtable.Kenneth Graunke2019-07-253-5/+8
* iris: Refactor genxml macros and inlines into iris_genx_macros.h.Kenneth Graunke2019-07-254-73/+125
* iris: Make an iris_genx_protos.h header for prototypes.Kenneth Graunke2019-07-254-28/+74
* intel/compiler: Be more conservative about subgroup sizes in GLJason Ekstrand2019-07-241-0/+1
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-225-10/+10
* iris: Support storage images that have matching typed formats for readsKenneth Graunke2019-07-221-3/+2
* iris: Stop advertising MSAA storage images by mistakeKenneth Graunke2019-07-221-1/+1
* iris: change last_vue_stage() to look at uncompiled shadersTimothy Arceri2019-07-191-3/+3
* iris: Enable fast clears on other miplevels and layers than 0.Rafael Antognolli2019-07-171-8/+48
* iris: Allow resolving clear color of CCS_D surfaces.Rafael Antognolli2019-07-171-6/+2
* iris: Make iris_has_color_unresolved non-staticKenneth Graunke2019-07-172-6/+10
* iris: Drop copy and pasted iris_timebase_scaleKenneth Graunke2019-07-163-12/+3
* iris: Better handle decoder base addressesKenneth Graunke2019-07-151-0/+3
* iris: Simplify devinfo access in calculate_result_on_gpu()Kenneth Graunke2019-07-121-3/+2
* iris: Disable SIMD32 when using a 16x MSAA framebuffer.Kenneth Graunke2019-07-111-7/+24
* iris: Fix key->input_vertices for 8_PATCH TCS mode.Kenneth Graunke2019-07-112-1/+10
* iris: Only set key->flat_shade if COL0/COL1 are written.Kenneth Graunke2019-07-113-3/+5
* iris: Drop comment about var->data.binding not being set.Kenneth Graunke2019-07-111-4/+0
* iris: Drop comments about missing NOSKenneth Graunke2019-07-111-6/+0
* iris: Drop a TODO commentKenneth Graunke2019-07-111-1/+0
* intel/compiler: Add a "base class" for program keysJason Ekstrand2019-07-103-40/+17
* gallium: get rid of PIPE_CAP_SM3Erik Faye-Lund2019-07-101-1/+3
* iris: disable repacking for compression for applicable genDongwon Kim2019-07-081-0/+11
* iris: Use a uint16_t for key sizesJason Ekstrand2019-07-041-1/+1
* iris: Fix MOCS for grid surfaceKenneth Graunke2019-07-031-3/+4
* iris: Minor tidyingKenneth Graunke2019-07-038-62/+5
* iris: assert isl_surf_init success in resource_from_handleMike Blumenkrantz2019-07-021-14/+15
* iris: Defer closing and freeing VMA until buffers are idle.Kenneth Graunke2019-07-021-10/+51
* iris: Add an explicit alignment parameter to iris_bo_alloc_tiled().Kenneth Graunke2019-07-023-12/+19
* iris: Use MI_COPY_MEM_MEM for tiny resource_copy_region calls.Kenneth Graunke2019-07-011-0/+27
* 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-272-4/+10
* iris: Fix resource tracking for CS thread ID bufferKenneth Graunke2019-06-272-2/+8
* 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