summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-31vulkan: Bump the header and XML to the latest public versionJason Ekstrand2-513/+756
2017-03-31nv50/ir: also do PostRaLoadPropagation for FMAKarol Herbst2-1/+2
2017-03-31gm107/ir: add LIMM form of madKarol Herbst2-11/+26
2017-03-31gk110/ir: add LIMM form of madKarol Herbst2-18/+34
2017-03-31nv50/ir: implement mad post ra folding for nvc0+Karol Herbst1-4/+47
2017-03-31nv50/ir: restructure and rename postraconstantfolding passKarol Herbst1-58/+63
2017-03-31nvc0/ir: also do ConstantFolding for FMAKarol Herbst1-0/+1
2017-03-31nvc0/ir: disable support for LIMMs on MAD/FMAKarol Herbst1-8/+2
2017-03-31nvc0: Add support for NV_fill_rectangle for the GM200+Lyude5-2/+14
2017-03-31st/mesa: Add support for NV_fill_rectangleLyude2-0/+3
2017-03-31gallium: Add NV_fill_rectangle to pipe stateLyude1-0/+1
2017-03-31gallium: Add a cap to check if the driver supports fill_rectangleLyude17-0/+20
2017-03-31mesa: Add support for GL_NV_fill_rectangleLyude4-2/+26
2017-03-31glapi: Add GL_NV_fill_rectangleLyude1-0/+4
2017-04-01gallium: remove support for predicates from TGSI (v2)Marek Olšák36-694/+26
2017-04-01radv: enable tessellation shaders.Dave Airlie2-9/+10
2017-04-01radv/ac: setup lds for tessellationDave Airlie1-0/+12
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-31radeonsi/gfx9: allow CMASK fast clear with RB+Marek Olšák1-5/+5
2017-03-31radeonsi/gfx9: don't compare src_va w/ dst_va for CP_DMA_CLEARMarek Olšák1-1/+2
2017-03-31radeonsi/gfx9: fix 1D array fetches with derivs, bias, or Z compare valueMarek Olšák1-1/+1
2017-03-31radeonsi/gfx9: fix and enable single-sample CMASK fast clearMarek Olšák2-4/+11
2017-03-31radeonsi/gfx9: fix and enable MSAA compressionMarek Olšák3-6/+4
2017-03-31radeonsi/gfx9: disable CEMarek Olšák1-1/+4
2017-03-31radeonsi/gfx9: fix linear mipmap CPU accessMarek Olšák3-8/+6