radv: support S8_UINT as a depth/stencil format.
[mesa.git] / src / amd /
2017-04-13 Dave Airlieradv: support S8_UINT as a depth/stencil format.
2017-04-13 Dave Airlieradv: bump maxGeometryShaderInvocations.
2017-04-13 Bas Nieuwenhuizenradv: Add more trace points.
2017-04-13 Bas Nieuwenhuizenradv: Ignore CmdUpdateBuffer with size 0.
2017-04-13 Bas Nieuwenhuizenradv: Enable query inheritance.
2017-04-13 Bas Nieuwenhuizenradv: enable variableMultisampleRate.
2017-04-13 Dave Airlieradv: fix stencil regression since new addrlib import
2017-04-13 Dave Airlieradv: allocate thin textures as linear.
2017-04-12 Alex Smithradv: Disable primitive restart for non-indexed draws
2017-04-12 Bas Nieuwenhuizenradv: Hash the immutable samplers.
2017-04-12 Bas Nieuwenhuizenradv: Use an offset instead of pointers for immutable...
2017-04-12 Bas Nieuwenhuizenradv: Stop shadowing the result in radv_GetQueryPoolRes...
2017-04-12 Bas Nieuwenhuizenradv: Return VK_NOT_READY if the query results are...
2017-04-12 Bas Nieuwenhuizenradv: Set query availability bit even if we don't wait.
2017-04-11 Bas Nieuwenhuizenradv: Implement pipeline statistics queries.
2017-04-11 Bas Nieuwenhuizenradv: Let count be dynamic in radv_break_on_count.
2017-04-11 Bas Nieuwenhuizenradv: Rename query pipeline/set layout.
2017-04-11 Bas Nieuwenhuizenradv: Use VK_WHOLE_SIZE for the query buffer bindings.
2017-04-11 Bas Nieuwenhuizenradv: Use a shader for occlusion CmdCopyQueryPoolResults.
2017-04-11 Bas Nieuwenhuizenradv: Add occlusion query shader.
2017-04-10 Samuel Pitoisetac: add unreachable() in ac_build_image_opcode()
2017-04-10 Thomas Hindoe Paab... amd/addrlib: use correct variable name in header
2017-04-06 Fredrik Höglundradv: don't call radeon_check_space in radv_BindDescrip...
2017-04-06 Fredrik Höglundradv: implement VK_KHR_descriptor_update_template
2017-04-06 Fredrik Höglundradv: implement VK_KHR_push_descriptor
2017-04-06 Fredrik Höglundradv: replace an assertion with a conditional
2017-04-06 Fredrik Höglundradv: refactor radv_UpdateDescriptorSets
2017-04-05 Emil Velikovamd/addrlib: automake: add all headers to the tarball
2017-04-04 Marek Olšákamd/addrlib: second update for Vega10 + bug fixes
2017-04-03 Bas Nieuwenhuizenradv: Increase descriptor limits.
2017-04-03 Bas Nieuwenhuizenradv: Rework guard band calculation.
2017-04-03 Bas Nieuwenhuizenradv: Enable VK_KHR_incremental_present.
2017-04-03 Jason Ekstrandvulkan/wsi: Plumb present regions through the common...
2017-04-03 Dave Airlieradv: fix interp at sample code.
2017-04-03 Dave Airlieradv: overhaul fragment shader sample positions.
2017-04-03 Dave Airlieradv/ac: fix texture derivative ordering
2017-04-03 Dave Airlieradv/ac: round cube array coordinate before fixup.
2017-04-03 Dave Airlieradv: move to using common buffer load format.
2017-04-02 Grazvydas Ignotasamd/addrlib: fix optimized build warnings
2017-04-02 Dave Airlieradv: fix order of the guardband register emission.
2017-03-31 Dave Airlieradv: enable tessellation shaders.
2017-03-31 Dave Airlieradv/ac: setup lds for tessellation
2017-03-31 Dave Airlieradv: add ia_multi_vgt_param tessellation support.
2017-03-31 Dave Airlieradv/cmd: emit tessellation state.
2017-03-31 Dave Airlieradv/pipeline: handle tessellation shader compilation
2017-03-31 Dave Airlieradv/ac: handle writing out tess factors.
2017-03-31 Dave Airlieradv/ac: add support for TCS/TES inputs/outputs.
2017-03-31 Dave Airlieradv/ac: add clip support for tess eval shader.
2017-03-31 Dave Airlieradv/ac: hook up tessellation intrinsics.
2017-03-31 Dave Airlieradv/ac: hook up shader information handling for tessel...
2017-03-31 Dave Airlieradv/pipeline: start calculating tess stage.
2017-03-31 Dave Airlieradv: add tessellation support to variant code.
2017-03-31 Dave Airlieradv: add tessellation support to shader naming
2017-03-31 Dave Airlieradv: add tess ctrl stage barrier workaround for SI.
2017-03-31 Dave Airlieradv/ac: add support for patch inputs to unique index...
2017-03-31 Dave Airlieradv: port polaris vgt vertex reuse workaround.
2017-03-31 Dave Airlieradv: configure tessellation distribution register.
2017-03-31 Dave Airlieradv/ac: setup tessellation shader inputs.
2017-03-31 Dave Airlieradv/ac: setup tess rings on compiler side.
2017-03-31 Dave Airlieradv: add tessellation ring allocation support. (v2)
2017-03-31 Dave Airlieradv: add support for some device specific tess informa...
2017-03-31 Dave Airlieradv/ac: add tess changes to shader keys/info
2017-03-31 Dave Airlieradv: add tess shader stage user data support.
2017-03-31 Dave Airlieradv: use defines for ring descriptor offsets.
2017-03-31 Dave Airlieradv: add helper function to denote if tess is enabled...
2017-03-31 Dave Airlieradv: handle clip dist in es outputs.
2017-03-31 Dave Airlieradv: drop unneeded start
2017-03-31 Dave Airlieradv: fixup geometry clip emission since using the...
2017-03-30 Bas Nieuwenhuizenradv: Use the guard band.
2017-03-30 Bas Nieuwenhuizenradv: Prepare for not using the guard band for lines...
2017-03-30 Bas Nieuwenhuizenradv: Drop the default viewport when 0 viewports are...
2017-03-30 Bas Nieuwenhuizenradv: Set proper viewport & scissor for meta draws.
2017-03-30 Marek OlšákPartially revert "amd/addrlib: silence warnings" to...
2017-03-30 Marek Olšákradeonsi/gfx9: image descriptor changes in immutable...
2017-03-30 Marek Olšákradeonsi/gfx9: init_config changes
2017-03-30 Marek Olšákradeonsi/gfx9: CP DMA changes
2017-03-30 Marek Olšákradeonsi/gfx9: add IB parser support
2017-03-30 Marek Olšákradeonsi/gfx9: add GFX9 and VEGA10 enums
2017-03-30 Marek Olšákamd: GFX9 packet changes
2017-03-30 Marek Olšákamd: define event types for GFX9
2017-03-30 Marek Olšákamd: add texture format definitions for GFX9
2017-03-30 Marek Olšákamd: resolve remaining definition conflicts with gfx9d.h
2017-03-30 Marek Olšákamd: normalize register definition formatting
2017-03-30 Marek Olšákamd: import GFX9 register definitions
2017-03-30 Marek Olšákamd/addrlib: silence warnings
2017-03-30 Nicolai Hähnleamd/addrlib: import gfx9 support
2017-03-30 Kevin Furrowamd/addrlib: Not all ETC2 formats are 128bpp... add...
2017-03-30 Kevin Furrowamd/addrlib: Fix selection of swizzle modes for 3D...
2017-03-30 Kevin Furrowamd/addrlib: Add support for ETC2 and ASTC formats.
2017-03-30 Joe Maamd/addrlib: Bump version to 6.02
2017-03-30 Frans Guamd/addrlib: Adjust slie size after pitch and actual...
2017-03-30 Frans Guamd/addrlib: Apply input pitch after internal pitch...
2017-03-30 Nicolai Hähnleamdgpu/addrlib: Bump version to 6.01
2017-03-30 Nicolai Hähnleamdgpu/addrlib: Seperate 2 dcc related workarounds...
2017-03-30 Nicolai Hähnleamdgpu/addrlib: Fix the issue that tcCompatible HTILE...
2017-03-30 Nicolai Hähnleamdgpu/addrlib: Add a new output flag to notify client...
2017-03-30 Xavi Zhangamdgpu/addrlib: add matchStencilTileCfg and tcCompatibl...
2017-03-30 Frans Guamdgpu/addrlib: Adjust bank equation bit order based...
2017-03-30 Frans Guamdgpu/addrlib: do some tile mode conversions to displa...
2017-03-30 Xavi Zhangamdgpu/addrlib: Check prt flag for PRT_THIN1 extra...
next