mesa.git
2015-08-24 Kristian Høgsberg... vk: Add gen7 support
2015-08-24 Kristian Høgsberg... vk: Move 3DSTATE_SBE setup to just before 3DSTATE_PS
2015-08-24 Kristian Høgsberg... vk: Move generic pipeline init to anv_pipeline.c
2015-08-24 Kristian Høgsberg... vk: Move gen8 specific state into gen8 sub-structs
2015-08-24 Kristian Høgsberg... vk: Always use a placeholder vertex shader in meta
2015-08-24 Kristian Høgsberg... vk: Trim out irrelevant 0-initialized surface state...
2015-08-24 Kristian Høgsberg... vk: Update generated headers
2015-08-24 Kristian Høgsberg... vk: Move anv_color_attachment_view_init() to gen8_state.c
2015-08-24 Kristian Høgsberg... vk: Move anv_CreateImageView to gen8_state.c
2015-08-24 Kristian Høgsberg... vk: Make anv_cmd_buffer_begin_subpass() switch on gen
2015-08-24 Kristian Høgsberg... vk: Add generic wrapper for filling out buffer surface...
2015-08-24 Kristian Høgsberg... vk: Add helper for adding surface state reloc
2015-08-24 Kristian Høgsberg... vk: Make batch chain code gen-agnostic
2015-08-24 Kristian Høgsberg... vk: Move vkCmdPipelineBarrier to gen8_cmd_buffer.c
2015-08-24 Kristian Høgsberg... vk: Use helper function for emitting MI_BATCH_BUFFER_START
2015-08-24 Kristian Høgsberg... vk: Use anv_batch_emit() for chaining back to primary...
2015-08-24 Kristian Høgsberg... vk: Downgrade state packet to gen7 where they're common
2015-08-24 Kristian Høgsberg... vk: Reorder gen8 specific code into three new files
2015-08-24 Kristian Høgsberg... vk: Move gen8_CmdBindIndexBuffer() to anv_gen8.c
2015-08-24 Kristian Høgsberg... vk: Move gen8_cmd_buffer_emit_state_base_address()...
2015-08-24 Kristian Høgsberg... vk: Move gen8 specific parts of queries to anv_gen8.c
2015-08-24 Kristian Høgsberg... vk: Move dynamic depth stenctil to anv_gen8.c
2015-08-24 Kristian Høgsberg... vk: Move pipeline creation to anv_gen8.c
2015-08-24 Kristian Høgsberg... vk: Move anv_CreateSampler to anv_gen8.c
2015-08-24 Kristian Høgsberg... vk: Move anv_CreateBufferView to anv_gen8.c
2015-08-24 Kristian Høgsberg... vk: Add new anv_gen8.c and move CreateDynamicRasterStat...
2015-08-24 Kristian Høgsberg... vk: Implement multi-gen dispatch mechanism
2015-08-20 Chad Versacevk/meta: Implement depth clears
2015-08-20 Chad Versacevk: Cache each render pass's number of clear ops
2015-08-20 Chad Versacevk: Use temp var in vkCreateRenderPass's attachment...
2015-08-20 Chad Versacevk: Improve memory locality of anv_render_pass
2015-08-20 Chad Versacevk: Unharcode an argument to sizeof
2015-08-20 Chad Versacevk/meta: Add Z coord to clear vertices
2015-08-20 Chad Versacevk/meta: Restore all saved state in anv_cmd_buffer_rest...
2015-08-20 Chad Versacevk/meta: Use consistent names and types in anv_saved_state
2015-08-19 Neil RobertsAdd mesa.icd to the .gitignore
2015-08-18 Chad Versacevk/meta: Fix dest format of vkCmdCopyImage
2015-08-18 Chad Versacevk: Assert that swap chain format is a color format
2015-08-18 Chad Versacevk/image: Don't set anv_surface_view::offset twice
2015-08-18 Chad Versacevk/meta: Use anv_format_is_color()
2015-08-18 Chad Versacevk: Add anv_format_is_color()
2015-08-17 Chad Versacevk: Add anv_format reference to anv_render_pass_attachment
2015-08-17 Chad Versacevk/image: Simplify stencil case for anv_image_create()
2015-08-17 Chad Versacevk/formats: Add global pointer to anv_format for S8_UINT
2015-08-17 Chad Versacevk: Add anv_format reference t anv_surface_view
2015-08-17 Chad Versacevk: Pass anv_format to anv_fill_buffer_surface_state()
2015-08-17 Chad Versacevk: Add anv_format reference to anv_image
2015-08-17 Chad Versacevk: Store the original VkFormat in anv_format
2015-08-17 Jason Ekstrandvk: Update .gitignore for the autogenerated spirv changes
2015-08-17 Kristian Høgsberg... vk: Drop aub dumper and PCI ID override feature
2015-08-17 Kristian Høgsberg... vk: Use anv_image_create() for creating dmabuf VkImage
2015-08-17 Jason Ekstrandvk: Add an _autogen suffix autogenerated spirv file...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-15 Jason Ekstrandvk: Add four unit tests for our lock-free data-structures
2015-08-15 Jason Ekstrandvk: Build a version of the driver for linking into...
2015-08-14 Ilia Mirkinnvc0: disable tessellation on maxwell
2015-08-14 Eric Anholtnir: Add support for CSE on textures.
2015-08-14 Eric Anholtnir: Zero out texture instructions when creating them.
2015-08-14 Eric Anholtvc4: Move all of our fixed function fragment color...
2015-08-14 Eric Anholtvc4: Add a helper for making driver-specific NIR load_u...
2015-08-14 Eric Anholtnir: Don't try to scalarize unpack ops.
2015-08-14 Eric Anholtnir: Add a nir_opt_undef() to handle csels with undef.
2015-08-14 Ilia Mirkingm107/ir: indirect handle goes first on maxwell also
2015-08-14 Ilia Mirkinnv30: add depth bounds test support for hw that has it
2015-08-14 Ilia Mirkinnv50: add depth bounds test support
2015-08-14 Ilia Mirkinnvc0: add depth bounds test support
2015-08-14 Marek Olšákdocs/relnotes: document amdgpu, GL 4.1 and other new...
2015-08-14 Marek Olšákradeonsi: add all new VI PCI IDs including Fiji
2015-08-14 Marek Olšákradeonsi: revert a wrong DB bug workaround for VI
2015-08-14 Boyuan Zhangradeon/uvd: implement HEVC support
2015-08-14 Leo Liuradeon/vce: disable VCE dual instance for harvest part
2015-08-14 Leo Liuradeon/vce: implement VCE dual instance support
2015-08-14 Leo Liuradeon/video: config encode stacked frame number based...
2015-08-14 Christian Königradeon/vce: make reloc offset signed
2015-08-14 Leo Liuradeon/vce: add config task and put task info into...
2015-08-14 Leo Liuradeon/vce: fix VCE fail after rebase
2015-08-14 Leo Liuradeon/vce: add dual pipe support for VI
2015-08-14 Leo Liuradeon/vce: add new firmware support for VI and CI
2015-08-14 Leo Liuradeon/vce: implement VCE two pipe support
2015-08-14 Leo Liuradeon/uvd: make 30M as minimum for MPEG4 dpb buffer...
2015-08-14 Leo Liuradeon/uvd: recalculate dbp buffer size
2015-08-14 Leo Liuradeon/video: add 4K support for decode/encode parameters
2015-08-14 Leo Liugallium/radeon: add h264 performance HW decoder support
2015-08-14 Christian Königgallium/radeon: use VM for VCE
2015-08-14 Christian Königgallium/radeon: use VM for UVD
2015-08-14 Alex Deucherradeonsi: add support for FIJI (v4)
2015-08-14 Alex Deucherwinsys/amdgpu: add addrlib support for Fiji (v2)
2015-08-14 Alex Deucherradeonsi: add harvest support for CI/VI parts (v3)
2015-08-14 Marek Olšákgallium/radeon: enable the GPU load query for amdgpu
2015-08-14 Alex Deucherradeonsi: properly handler raster_config setup on CZ
2015-08-14 Alex Deucherradeonsi: properly set the raster_config for KV
2015-08-14 Marek Olšákradeonsi: add amdgpu support for querying the GPU reset...
2015-08-14 Marek Olšákradeonsi: add VI hardware support
2015-08-14 Marek Olšákradeonsi: add definitions for VI status registers
2015-08-14 Marek Olšákradeonsi: add VI register definitions
2015-08-14 Marek Olšákradeonsi: fix DRM version checks for amdgpu DRM 3.0.0
2015-08-14 Marek Olšákwinsys/amdgpu: add addrlib - texture addressing and...
2015-08-14 Marek Olšákwinsys/amdgpu: add a new winsys for the new kernel...
2015-08-14 Christian Königst/vdpau: add HEVC support v2
2015-08-14 Leo Liust/omx/enc: stack frame tasks for the gathering
next