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
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: implement VK_KHR_swapchain revision 70
Lionel Landwerlin
2019-04-08
3
-3
/
+103
*
intel/compiler: use defined size for vector components
Dave Airlie
2019-04-03
1
-1
/
+1
*
intel: Add support for Comet Lake
Anuj Phogat
2019-04-01
1
-0
/
+1
*
intel/compiler: Use partial redundancy elimination for compares
Ian Romanick
2019-03-28
1
-0
/
+20
*
intel/genxml: Media instructions and structures for gen11
Toni Lönnberg
2019-03-28
1
-24
/
+3450
*
intel/genxml: Media instructions and structures for gen10
Toni Lönnberg
2019-03-28
1
-24
/
+3284
*
intel/genxml: Media instructions and structures for gen9
Toni Lönnberg
2019-03-28
1
-24
/
+3090
*
intel/genxml: Media instructions and structures for gen8
Toni Lönnberg
2019-03-28
1
-0
/
+1572
*
intel/genxml: Media instructions and structures for gen7.5
Toni Lönnberg
2019-03-28
1
-1
/
+1291
*
intel/genxml: Media instructions and structures for gen7
Toni Lönnberg
2019-03-28
1
-1
/
+1347
*
intel/genxml: Media instructions and structures for gen6
Toni Lönnberg
2019-03-28
1
-1
/
+1003
*
intel/genxml: Only handle instructions meant for render engine when generating
Toni Lönnberg
2019-03-28
2
-7
/
+59
*
intel: Add Elkhart Lake device info
Anuj Phogat
2019-03-27
1
-0
/
+60
*
Revert "anv/radv: release memory allocated by glsl types during spirv_to_nir"
Jason Ekstrand
2019-03-27
1
-2
/
+0
*
intel/fs: Make alpha test work with MRT and sample mask
Danylo Piliaiev
2019-03-25
1
-18
/
+17
*
i965,iris,anv: Make alpha to coverage work with sample mask
Danylo Piliaiev
2019-03-25
5
-6
/
+108
*
compiler/nir: add lowering for 16-bit flrp
Iago Toral Quiroga
2019-03-25
1
-0
/
+1
*
compiler/nir: add lowering option for 16-bit fmod
Iago Toral Quiroga
2019-03-25
1
-0
/
+1
*
android: static link with libexpat with Android O+
Kishore Kadiyala
2019-03-25
2
-2
/
+21
*
intel/compiler: handle GLSL_TYPE_INTERFACE as GLSL_TYPE_STRUCT
Caio Marcelo de Oliveira Filho
2019-03-23
3
-3
/
+3
*
spirv,nir: lower frexp_exp/frexp_sig inside a new NIR pass
Samuel Pitoiset
2019-03-22
1
-0
/
+2
*
anv: fix build on Nougat
Gurchetan Singh
2019-03-21
4
-6
/
+22
*
anv: move anv_GetMemoryAndroidHardwareBufferANDROID up a bit
Gurchetan Singh
2019-03-21
1
-28
/
+28
*
anv/radv: release memory allocated by glsl types during spirv_to_nir
Tapani Pälli
2019-03-21
1
-0
/
+2
*
anv,radv,turnip: Lower TG4 offsets with nir_lower_tex
Jason Ekstrand
2019-03-21
1
-0
/
+1
*
intel/blorp: Make swizzle_color_value public.
Rafael Antognolli
2019-03-20
2
-1
/
+4
*
intel/isl: Add isl_format_has_color_component() function.
Rafael Antognolli
2019-03-20
2
-0
/
+25
*
anv: implement VK_EXT_pipeline_creation_feedback
Lionel Landwerlin
2019-03-20
4
-6
/
+94
*
anv: Bump maxComputeWorkgroupInvocations
Jason Ekstrand
2019-03-20
1
-1
/
+1
*
anv/icl: Add WA_2204188704 to disable pixel shader panic dispatch
Anuj Phogat
2019-03-19
2
-0
/
+17
*
anv,radv: Implement VK_KHR_surface_capability_protected
Jason Ekstrand
2019-03-18
1
-0
/
+1
*
anv: Treat zero size XFB buffer as disabled
Danylo Piliaiev
2019-03-18
1
-1
/
+1
*
anv: Implement VK_EXT_host_query_reset
Jason Ekstrand
2019-03-18
3
-0
/
+22
*
android: Build fixes for OMR1
Tapani Pälli
2019-03-18
1
-0
/
+20
*
isl: fix automake build when sse41 is not supported
Tapani Pälli
2019-03-18
1
-4
/
+7
*
intel/nir: Lower array-deref-of-vector UBO and SSBO loads
Jason Ekstrand
2019-03-15
1
-0
/
+11
*
i965: Stop setting LowerBuferInterfaceBlocks
Jason Ekstrand
2019-03-15
1
-1
/
+0
*
nir: Rename nir_address_format_vk_index_offset to not be vk
Jason Ekstrand
2019-03-15
2
-4
/
+4
*
anv: Only set 3DSTATE_PS::VectorMaskEnable on gen8+
Jason Ekstrand
2019-03-14
1
-1
/
+1
*
i965: Disable ARB_fragment_shader_interlock for platforms prior to GEN9
Plamena Manolova
2019-03-14
1
-0
/
+1
*
anv/pass: Flag the need for a RT flush for resolve attachments
Jason Ekstrand
2019-03-13
1
-1
/
+17
*
anv: Stop using VK_TRUE/FALSE
Jason Ekstrand
2019-03-13
1
-21
/
+21
*
intel/nir: Combine store_derefs to improve code from SPIR-V
Caio Marcelo de Oliveira Filho
2019-03-13
1
-0
/
+1
*
intel/nir: Combine store_derefs after vectorizing IO
Caio Marcelo de Oliveira Filho
2019-03-13
1
-0
/
+1
*
nir: Add a pass to combine store_derefs to same vector
Caio Marcelo de Oliveira Filho
2019-03-13
1
-0
/
+1
*
intel/fs: Fix opt_peephole_csel to not throw away saturates.
Kenneth Graunke
2019-03-12
1
-0
/
+1
*
anv: Ignore VkRenderPassInputAttachementAspectCreateInfo
Jason Ekstrand
2019-03-12
1
-0
/
+4
*
anv: Fix destroying descriptor sets when pool gets reset
Danylo Piliaiev
2019-03-12
1
-6
/
+5
*
intel/nir: Vectorize all IO
Jason Ekstrand
2019-03-12
1
-0
/
+17
*
anv: revert "anv: release memory allocated by glsl types during spirv_to_nir"
Tapani Pälli
2019-03-12
1
-2
/
+0
[next]