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
/
vulkan
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv/gen9: Optimize slice and subslice load balancing behavior.
Francisco Jerez
2019-08-12
4
-0
/
+109
*
anv: Implement VK_EXT_subgroup_size_control version 2
Jason Ekstrand
2019-08-12
2
-1
/
+9
*
anv: add missing `break`
Eric Engestrom
2019-08-09
1
-0
/
+1
*
anv: drop unused code
Lionel Landwerlin
2019-08-09
1
-17
/
+0
*
anv/android: disable shared representable image support explicitly
Tapani Pälli
2019-08-09
1
-0
/
+10
*
anv: add MAP_POPULATE fallback define for portability
Greg V
2019-08-08
1
-0
/
+4
*
anv: remove unused Linux-specific include
Greg V
2019-08-08
1
-1
/
+0
*
anv,i965,iris: deduplicate setting of total_shared
Rhys Perry
2019-08-08
1
-2
/
+0
*
anv: use derefs for shared memory access
Rhys Perry
2019-08-08
1
-4
/
+19
*
anv: support GetSwapchainGrallocUsage2ANDROID for Android
Tapani Pälli
2019-08-08
2
-22
/
+84
*
util: add anon_file.h for all memfd/temp file usage
Greg V
2019-08-07
2
-35
/
+8
*
meson,i965: Link with android deps when building for android.
Bas Nieuwenhuizen
2019-08-07
1
-4
/
+2
*
anv: Emit a dummy MEDIA_VFE_STATE before switching from GPGPU to 3D
Jason Ekstrand
2019-08-06
1
-0
/
+19
*
anv: Implement VK_EXT_line_rasterization
Jason Ekstrand
2019-08-06
8
-12
/
+211
*
anv: Use dirty bits for dynamic state tracking
Jason Ekstrand
2019-08-06
3
-23
/
+64
*
anv: Advertise the right line width range on gen9 and CHV
Jason Ekstrand
2019-08-06
1
-1
/
+5
*
meson: replace libmesa_util with idep_mesautil
Eric Engestrom
2019-08-03
1
-4
/
+6
*
anv: use initialization routine for gen_device_info
Mark Janes
2019-08-01
1
-15
/
+7
*
intel/common: provide common ioctl routine
Mark Janes
2019-08-01
1
-50
/
+39
*
intel: add a couple of ASSERTED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
4
-7
/
+7
*
anv: drop MAYBE_UNUSED var
Eric Engestrom
2019-07-31
1
-4
/
+1
*
intel: replace MAYBE_UNUSED with UNUSED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
intel: drop incorrect MAYBE_UNUSED
Eric Engestrom
2019-07-31
3
-4
/
+4
*
intel: Use a system value for gl_FragCoord
Jason Ekstrand
2019-07-29
1
-1
/
+2
*
anv: implement VK_EXT_index_type_uint8
Lionel Landwerlin
2019-07-29
4
-22
/
+66
*
anv: Don't claim support for 24 and 48-bit formats on IVB
Jason Ekstrand
2019-07-29
1
-0
/
+8
*
anv+tu+radv: delete unusable dev_icd.json
Eric Engestrom
2019-07-26
1
-13
/
+0
*
anv: Disable transform feedback on gen7
Jason Ekstrand
2019-07-25
1
-1
/
+1
*
anv: Disable subgroup arithmetic on gen7
Jason Ekstrand
2019-07-25
1
-3
/
+10
*
anv: report HOST_ALLOCATION as supported for images
Arcady Goldmints-Orlov
2019-07-25
1
-0
/
+4
*
anv: Implement VK_EXT_subgroup_size_control
Jason Ekstrand
2019-07-24
3
-2
/
+46
*
anv/pipeline: Plumb pipeline shader stage create flags
Jason Ekstrand
2019-07-24
1
-12
/
+21
*
intel/compiler: Be more conservative about subgroup sizes in GL
Jason Ekstrand
2019-07-24
1
-0
/
+2
*
anv: Implement VK_KHR_imageless_framebuffer
Sagar Ghuge
2019-07-23
6
-34
/
+68
*
anv: fix use of comma operator
Lionel Landwerlin
2019-07-23
1
-1
/
+1
*
util: use standard name for snprintf()
Eric Engestrom
2019-07-19
1
-4
/
+4
*
anv: fix format mapping for depth/stencil formats
Lionel Landwerlin
2019-07-18
1
-0
/
+3
*
anv: report timestampComputeAndGraphics true
Lionel Landwerlin
2019-07-17
1
-1
/
+1
*
anv: Increase state allocation size limit to 2MB
Caio Marcelo de Oliveira Filho
2019-07-16
1
-1
/
+1
*
anv: Account for dynamic stencil write disables in the PMA fix
Jason Ekstrand
2019-07-16
1
-0
/
+2
*
anv: Add android dependencies on android.
Bas Nieuwenhuizen
2019-07-15
1
-0
/
+1
*
anv: fix crash in vkCmdClearAttachments with unused attachment
Lionel Landwerlin
2019-07-15
1
-3
/
+3
*
anv: Fix pool allocator when first alloc needs to grow
Caio Marcelo de Oliveira Filho
2019-07-12
3
-3
/
+71
*
anv: Properly compute image usage in CreateImageView
Jason Ekstrand
2019-07-12
1
-2
/
+9
*
intel/compiler: Add a "base class" for program keys
Jason Ekstrand
2019-07-10
1
-6
/
+13
*
anv: Make the workaround BO a whole page
Jason Ekstrand
2019-07-10
1
-1
/
+1
*
anv: Set Stateless Data Port Access MOCS
Jason Ekstrand
2019-07-10
1
-0
/
+2
*
anv: Set maxComputeSharedMemorySize to 64k
Caio Marcelo de Oliveira Filho
2019-07-08
1
-1
/
+1
*
anv: disable repacking for compression for applicable gen
Dongwon Kim
2019-07-08
1
-0
/
+18
[next]