summaryrefslogtreecommitdiff
path: root/src/amd
AgeCommit message (Expand)AuthorFilesLines
2017-04-01radv: add ia_multi_vgt_param tessellation support.Dave Airlie1-2/+30
2017-04-01radv/cmd: emit tessellation state.Dave Airlie1-4/+109
2017-04-01radv/pipeline: handle tessellation shader compilationDave Airlie1-0/+142
2017-04-01radv/ac: handle writing out tess factors.Dave Airlie1-0/+238
2017-04-01radv/ac: add support for TCS/TES inputs/outputs.Dave Airlie1-10/+508
2017-04-01radv/ac: add clip support for tess eval shader.Dave Airlie1-0/+5
2017-04-01radv/ac: hook up tessellation intrinsics.Dave Airlie1-1/+34
2017-04-01radv/ac: hook up shader information handling for tessellationDave Airlie1-0/+26
2017-04-01radv/pipeline: start calculating tess stage.Dave Airlie2-9/+208
2017-04-01radv: add tessellation support to variant code.Dave Airlie1-6/+9
2017-04-01radv: add tessellation support to shader namingDave Airlie1-1/+3
2017-04-01radv: add tess ctrl stage barrier workaround for SI.Dave Airlie1-2/+10
2017-04-01radv/ac: add support for patch inputs to unique index code.Dave Airlie1-0/+8
2017-04-01radv: port polaris vgt vertex reuse workaround.Dave Airlie2-1/+18
2017-04-01radv: configure tessellation distribution register.Dave Airlie1-4/+12
2017-04-01radv/ac: setup tessellation shader inputs.Dave Airlie1-1/+81
2017-04-01radv/ac: setup tess rings on compiler side.Dave Airlie2-1/+14
2017-04-01radv: add tessellation ring allocation support. (v2)Dave Airlie3-13/+203
2017-04-01radv: add support for some device specific tess information.Dave Airlie2-0/+8
2017-04-01radv/ac: add tess changes to shader keys/infoDave Airlie1-0/+40
2017-04-01radv: add tess shader stage user data support.Dave Airlie1-7/+38
2017-04-01radv: use defines for ring descriptor offsets.Dave Airlie2-4/+11
2017-04-01radv: add helper function to denote if tess is enabled on a pipeline.Dave Airlie1-0/+5
2017-04-01radv: handle clip dist in es outputs.Dave Airlie1-2/+1
2017-04-01radv: drop unneeded startDave Airlie1-2/+2
2017-04-01radv: fixup geometry clip emission since using the geom passDave Airlie1-1/+2
2017-03-30radv: Use the guard band.Bas Nieuwenhuizen3-13/+90
2017-03-30radv: Prepare for not using the guard band for lines & points.Bas Nieuwenhuizen3-0/+32
2017-03-30radv: Drop the default viewport when 0 viewports are given.Bas Nieuwenhuizen1-17/+2
2017-03-30radv: Set proper viewport & scissor for meta draws.Bas Nieuwenhuizen6-75/+214
2017-03-30Partially revert "amd/addrlib: silence warnings" to fix builds with DEBUGMarek Olšák3-6/+6
2017-03-30radeonsi/gfx9: image descriptor changes in immutable fieldsMarek Olšák1-0/+6
2017-03-30radeonsi/gfx9: init_config changesMarek Olšák1-0/+4
2017-03-30radeonsi/gfx9: CP DMA changesMarek Olšák1-0/+1
2017-03-30radeonsi/gfx9: add IB parser supportMarek Olšák3-19/+36
2017-03-30radeonsi/gfx9: add GFX9 and VEGA10 enumsMarek Olšák1-3/+5
2017-03-30amd: GFX9 packet changesMarek Olšák3-11/+24
2017-03-30amd: define event types for GFX9Marek Olšák1-0/+54
2017-03-30amd: add texture format definitions for GFX9Marek Olšák4-23/+148
2017-03-30amd: resolve remaining definition conflicts with gfx9d.hMarek Olšák3-63/+63
2017-03-30amd: normalize register definition formattingMarek Olšák2-77/+129
2017-03-30amd: import GFX9 register definitionsMarek Olšák2-0/+7287
2017-03-30amd/addrlib: silence warningsMarek Olšák4-15/+15
2017-03-30amd/addrlib: import gfx9 supportNicolai Hähnle19-3/+22053
2017-03-30amd/addrlib: Not all ETC2 formats are 128bpp... add new ETC2 formats to diffe...Kevin Furrow3-19/+45
2017-03-30amd/addrlib: Fix selection of swizzle modes for 3D compressed images.Kevin Furrow1-1/+2
2017-03-30amd/addrlib: Add support for ETC2 and ASTC formats.Kevin Furrow3-1/+119
2017-03-30amd/addrlib: Bump version to 6.02Joe Ma1-1/+1
2017-03-30amd/addrlib: Adjust slie size after pitch and actual height adjustmentFrans Gu1-26/+31
2017-03-30amd/addrlib: Apply input pitch after internal pitch aligningFrans Gu1-12/+33