index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: Support loader interface version 3 (patch v2)
Chad Versace
2017-01-24
1
-0
/
+44
*
vulkan: Add new cast macros for VkIcd types
Chad Versace
2017-01-24
1
-6
/
+6
*
anv/image: Disable HiZ for depth buffer arrays
Nanley Chery
2017-01-24
1
-0
/
+2
*
anv/cmd_buffer: Fix programmed HiZ qpitch
Nanley Chery
2017-01-24
1
-1
/
+1
*
anv/cmd_buffer: Fix arrayed depth/stencil attachments
Nanley Chery
2017-01-24
1
-2
/
+5
*
anv/formats: Use the real format for B4G4R4A4_UNORM_PACK16 on gen8
Jason Ekstrand
2017-01-24
1
-2
/
+2
*
anv: Handle vkGetPhysicalDeviceQueueFamilyProperties with count == 0
Chad Versace
2017-01-24
1
-1
/
+8
*
anv: return count of queue families written
Damien Grassart
2017-01-24
1
-0
/
+2
*
anv: Fix uniform and storage buffer offset alignment limits.
Francisco Jerez
2017-01-24
1
-2
/
+2
*
anv/descriptor_set: Write the state offset in the surface state free list.
Jason Ekstrand
2016-12-15
1
-0
/
+1
*
anv/device: Implicitly unmap memory objects in FreeMemory
Jason Ekstrand
2016-12-15
1
-0
/
+9
*
anv/device: Return the right error for failed maps
Jason Ekstrand
2016-12-15
2
-6
/
+9
*
genxml/gen9: Change the default of MI_SEMAPHORE_WAIT::RegisterPoleMode
Jason Ekstrand
2016-12-14
1
-1
/
+1
*
anv/cmd_buffer: Remove the 1-D case from the HiZ QPitch calculation
Jason Ekstrand
2016-12-14
1
-3
/
+6
*
anv/image: Rename hiz_surface to aux_surface
Jason Ekstrand
2016-12-14
3
-17
/
+18
*
radv: set maxFragmentDualSrcAttachments to 1
Dave Airlie
2016-12-14
1
-1
/
+1
*
anv: Update the teardown in reverse order of the anv_CreateDevice
Gwan-gyeong Mun
2016-12-14
1
-9
/
+14
*
anv: Add missing error-checking to anv_block_pool_init (v2)
Gwan-gyeong Mun
2016-12-14
2
-8
/
+23
*
anv: don't leak memory if anv_init_wsi() fails
Emil Velikov
2016-12-14
1
-2
/
+4
*
anv: don't double-close the same fd
Emil Velikov
2016-12-14
1
-2
/
+1
*
anv/cmd_buffer: Re-emit MEDIA_CURBE_LOAD when CS push constants are dirty
Jason Ekstrand
2016-12-14
1
-10
/
+13
*
anv/format: handle unsupported formats properly
Iago Toral Quiroga
2016-11-24
1
-0
/
+3
*
anv: fix enumeration of properties
Emil Velikov
2016-11-24
1
-6
/
+8
*
anv/cmd_buffer: Emit a CS stall before setting a CS pipeline
Jason Ekstrand
2016-11-24
1
-1
/
+13
*
anv/cmd_buffer: Handle running out of binding tables in compute shaders
Jason Ekstrand
2016-11-24
1
-5
/
+15
*
anv: Fix unintentional integer overflow in anv_CreateDmaBufImageINTEL
Gwan-gyeong Mun
2016-11-24
1
-1
/
+1
*
anv: Implement a depth stall restriction on gen7
Jason Ekstrand
2016-11-24
3
-0
/
+35
*
anv/blorp: Ignore clears for attachments first used as resolve destinations
Jason Ekstrand
2016-11-24
1
-9
/
+11
*
anv/fence: Handle ANV_FENCE_CREATE_SIGNALED_BIT
Jason Ekstrand
2016-11-24
1
-1
/
+5
*
anv: Handle null in all destructors
Jason Ekstrand
2016-11-24
9
-1
/
+65
*
i965/glk: Add basic Geminilake support
Ben Widawsky
2016-11-24
1
-0
/
+46
*
isl: Fix height calculation in isl_msaa_interleaved_scale_px_to_sa
Jordan Justen
2016-11-24
1
-1
/
+1
*
intel: Set min_ds_entries on Broxton.
Kenneth Graunke
2016-11-24
1
-0
/
+2
*
anv: fix multi level clears with VK_REMAINING_MIP_LEVELS
Lionel Landwerlin
2016-11-24
1
-2
/
+2
*
anv: Rework fences
Jason Ekstrand
2016-11-23
3
-26
/
+150
*
anv/wsi: Set the fence to signaled in AcquireNextImageKHR
Jason Ekstrand
2016-11-23
1
-3
/
+10
*
anv/gen8: Stall when needed in Cmd(Set|Reset)Event
Jason Ekstrand
2016-11-23
1
-0
/
+29
*
mesa: Fix pixel shader scratch space allocation on Gen9+ platforms.
Kenneth Graunke
2016-11-11
1
-14
/
+19
*
anv/cmd_buffer: Enable a CS stall workaround for Sky Lake gt4
Jason Ekstrand
2016-11-11
1
-0
/
+6
*
anv/cmd_buffer: Take a command buffer instead of a batch in two helpers
Jason Ekstrand
2016-11-11
1
-8
/
+8
*
anv: use correct .specVersion for extensions
Emil Velikov
2016-11-10
1
-4
/
+4
*
anv: Do relocations in userspace before execbuf ioctl
Kristian Høgsberg Kristensen
2016-11-09
2
-9
/
+150
*
anv: Move relocation handling from EndCommandBuffer to QueueSubmit
Jason Ekstrand
2016-11-09
4
-72
/
+76
*
anv/batch: Move last_ss_pool_bo_offset to the command buffer
Jason Ekstrand
2016-11-09
2
-15
/
+24
*
anv: Add an anv_execbuf helper struct
Jason Ekstrand
2016-11-09
2
-48
/
+62
*
anv/batch_chain: Improve write_reloc
Jason Ekstrand
2016-11-09
1
-5
/
+22
*
anv: Initialize anv_bo::offset to -1
Jason Ekstrand
2016-11-09
1
-1
/
+1
*
anv/allocator: Simplify anv_scratch_pool
Jason Ekstrand
2016-11-09
2
-61
/
+55
*
anv: Add a new bo_pool_init helper
Jason Ekstrand
2016-11-09
4
-20
/
+21
*
anv: Don't presume to know what address is in a surface relocation
Jason Ekstrand
2016-11-09
2
-53
/
+15
[next]