index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
intel
/
vulkan
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/fs: Drop the gl_program from fs_visitor
Jason Ekstrand
2019-08-25
1
-2
/
+2
*
anv: Only re-emit non-dynamic state that has changed.
Rafael Antognolli
2019-08-23
2
-24
/
+50
*
nir: Add explicit signs to image min/max intrinsics
Jason Ekstrand
2019-08-21
1
-4
/
+8
*
anv: inline uniforms blocks don't count toward descriptor set limits
Arcady Goldmints-Orlov
2019-08-20
1
-0
/
+23
*
anv: Properly initialize device->slice_hash.
Rafael Antognolli
2019-08-15
1
-2
/
+2
*
anv/gen11: Emit SLICE_HASH_TABLE when pipes are unbalanced.
Rafael Antognolli
2019-08-12
3
-0
/
+78
*
anv: Implement VK_KHR_pipeline_executable_properties
Jason Ekstrand
2019-08-12
5
-4
/
+295
*
anv: Add a ralloc context to anv_pipeline
Jason Ekstrand
2019-08-12
3
-0
/
+9
*
anv: Force a full re-compile when CAPTURE_INTERNAL_REPRESENTATION_TEXT is set
Jason Ekstrand
2019-08-12
3
-57
/
+75
*
anv/pipeline: Split setting up per-stage keys into its own loop
Jason Ekstrand
2019-08-12
1
-3
/
+8
*
anv: Record shader compile stats in the pipeline cache
Jason Ekstrand
2019-08-12
4
-9
/
+59
*
anv/pipeline: Stash generated code in the pipeline stage
Jason Ekstrand
2019-08-12
1
-42
/
+47
*
intel/compiler: Fill a compiler statistics struct
Jason Ekstrand
2019-08-12
1
-6
/
+7
*
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
[next]