summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-29docs/features: drop gen8+/gen9+ on AnvLionel Landwerlin1-16/+16
2023-10-24glsl: Remove int64 div/mod lowering.Eric Anholt25-2150/+1
2023-09-11anv: remove misleading comment about batch_lenPaulo Zanoni1-1/+0
2023-07-13isl/dev: Add uncached MOCS valueJordan Justen2-0/+37
2022-12-16anv: remove some gen8 specifics handled now in hasvkTapani Pälli5-64/+5
2022-10-06ci/etnaviv: add GC7000 supportChristian Gmeiner3-0/+317
2022-07-19anv: Do depth/stencil optimization for dynamic depth/stencilJason Ekstrand4-133/+100
2022-07-14intel/compiler: Don't create vec4 reg-set for gen8+Jordan Justen2-1/+6
2022-04-12nir/lower_int64: Fix [iu]mul_high handlingJason Ekstrand1-2/+2
2022-02-10anv: update limit for maxVertexInputBindingStrideLionel Landwerlin1-1/+13
2021-11-09anv: Int64 atomics don't need to depend on softpinJason Ekstrand1-4/+2
2021-11-09anv: Always set bindless surface base on SKL+Jason Ekstrand1-10/+3
2021-10-28crocus: Set MOCS for index buffers on Gen6+Kenneth Graunke1-1/+3
2021-10-28crocus: Set MOCS for most state base addresses on pre-Gen8Kenneth Graunke1-1/+1
2021-10-28intel/genxml: Change 3DSTATE_CONSTANT_XS::MOCS to be MBZ on Gfx8.Kenneth Graunke1-5/+5
2021-08-18intel/compiler: Lower 8-bit ops to 16-bit in NIR on all platformsIan Romanick3-16/+40
2021-07-12crocus/gen8: fix wrap mode needs border color.Dave Airlie1-0/+4
2021-06-30crocus: disable Z16 unorm textures on pre-gen8 as well.Dave Airlie1-0/+5
2021-06-30crocus/gen8: add back z16 support for gen8Dave Airlie1-4/+8
2021-06-22crocus/gen8: add support for cherryview (env var for bdw)Dave Airlie1-1/+9
2021-06-22crocus/gen8: hookup gen8 state generatorsDave Airlie4-1/+10
2021-06-22crocus/gen8: handle sampler differencesDave Airlie1-0/+6
2021-06-22croucs/gen8: handle gfx8 surface aux addr reloc.Dave Airlie1-5/+13
2021-06-22crocus/gen8: port over VFE/compute state changesDave Airlie1-3/+13
2021-06-22crocus/gen8: port over ps/wm state changes from iris.Dave Airlie1-2/+72
2021-06-22crocus/gen8: port over vs/gs/ds state changes.Dave Airlie1-2/+39
2021-06-22crocus/gen8: add depth stencil state supportDave Airlie1-1/+10
2021-06-22crocus/gen8: add viewport supportDave Airlie1-5/+25
2021-06-22crocus/gen8: add rasterizer state changes.Dave Airlie1-6/+48
2021-06-22crocus/gen8: refactor blend state for gen8Dave Airlie1-44/+53
2021-06-22crocus/gen8: add PS blend command support.Dave Airlie3-2/+79
2021-06-22crocus/gen8: add VF SGVS support.Dave Airlie4-0/+35
2021-06-22crocus/gen8: add SBE swiz supportDave Airlie1-2/+17
2021-06-22crocus/gen8: add streamout supportDave Airlie1-1/+36
2021-06-22crocus/gen8: add PMA fix from irisDave Airlie5-1/+200
2021-06-22crocus/gen8: add VF topology supportDave Airlie3-0/+15
2021-06-22crocus/gen8: state base address + misc setup state.Dave Airlie1-1/+51
2021-06-22crocus/gen8: add support for vertex instancing and index buffers.Dave Airlie1-1/+74
2021-06-22crocus/gen8: add raw pipe control support for gen8 workaroundsDave Airlie1-5/+67
2021-06-22crocus/gen8: limit vertex buffer workarounds to ivbDave Airlie1-4/+4
2021-06-22crocus/gen8: extending gen7 binding table pointersDave Airlie1-1/+1
2021-06-22crocus/gen8: add l3 config supportDave Airlie1-4/+16
2021-06-22crocus/gen8: add sampler / border color support for gen8Dave Airlie1-2/+13
2021-06-22crocus/gen8: extend predicate handling to gen8.Dave Airlie1-9/+15
2021-06-22crocus: extend hsw cut index to gen8Dave Airlie1-2/+2
2021-06-22crocus/gen8: extend image support to gen8Dave Airlie1-4/+4
2021-06-22crocus/gen8: extend some compute + state functions to gen8Dave Airlie1-8/+8
2021-06-22crocus/gen8: add push constant support (extend hsw)Dave Airlie1-6/+10
2021-06-22crocus: extend l3 config setup to gen8Dave Airlie1-1/+1
2021-06-22crocus/query: add gen8 support to queries by extending hsw checksDave Airlie1-14/+14