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: flush fast clear colors into compressed surfaces
Lionel Landwerlin
2019-01-08
1
-0
/
+49
*
anv: explictly specify format for blorp ccs/mcs op
Lionel Landwerlin
2019-01-08
3
-16
/
+30
*
anv: Sort properties and features switch statements
Jason Ekstrand
2019-01-07
1
-42
/
+42
*
spirv: Sort supported capabilities
Jason Ekstrand
2019-01-07
1
-9
/
+9
*
anv: Enable the new deref-based UBO/SSBO path
Jason Ekstrand
2019-01-08
2
-1
/
+23
*
spirv: Add support for using derefs for UBO/SSBO access
Jason Ekstrand
2019-01-08
1
-0
/
+1
*
spirv: Add explicit pointer types
Jason Ekstrand
2019-01-08
1
-0
/
+4
*
nir: Move propagation of cast derefs to a new nir_opt_deref pass
Jason Ekstrand
2019-01-08
1
-1
/
+1
*
glsl_type: Add support for explicitly laid out matrices and arrays
Jason Ekstrand
2019-01-08
1
-1
/
+1
*
anv/apply_pipeline_layout: Set the cursor in lower_res_reindex_intrinsic
Jason Ekstrand
2019-01-08
1
-0
/
+2
*
anv/android: Do not reject storage images.
Bas Nieuwenhuizen
2019-01-07
1
-8
/
+2
*
intel/blorp: Be more conservative about copying clear colors
Jason Ekstrand
2019-01-04
1
-3
/
+6
*
intel/blorp: emit VF caching workaround before 3DSTATE_VERTEX_BUFFERS
Lionel Landwerlin
2019-01-04
1
-2
/
+2
*
nir: rename nir_link_constant_varyings() nir_link_opt_varyings()
Timothy Arceri
2019-01-02
1
-1
/
+1
*
anv/autotools: make sure tests link with -msse2
Erik Faye-Lund
2018-12-31
1
-0
/
+4
*
anv/meson: make sure tests link with -msse2
Erik Faye-Lund
2018-12-31
1
-0
/
+1
*
intel/aub_viewer: highlight true booleans
Lionel Landwerlin
2018-12-28
3
-2
/
+10
*
intel/aub_viewer: fold binding/sampler table items
Lionel Landwerlin
2018-12-28
1
-4
/
+11
*
intel/aub_viewer: fix shader view
Lionel Landwerlin
2018-12-28
1
-1
/
+3
*
intel/aub_viewer: print address of missing shader
Lionel Landwerlin
2018-12-28
1
-1
/
+2
*
intel/aub_viewer: fixup 0x address prefix
Lionel Landwerlin
2018-12-28
1
-1
/
+1
*
intel/aub_viewer: fix shader get_bo
Lionel Landwerlin
2018-12-28
1
-6
/
+2
*
anv: don't do partial resolve on layer > 0
Lionel Landwerlin
2018-12-24
1
-0
/
+8
*
intel/compiler: move nir_lower_bool_to_int32 before nir_lower_locals_to_regs
Iago Toral Quiroga
2018-12-20
1
-2
/
+2
*
anv/android: turn on VK_ANDROID_external_memory_android_hardware_buffer
Tapani Pälli
2018-12-19
1
-0
/
+1
*
anv: ignore VkSamplerYcbcrConversion on non-yuv formats
Tapani Pälli
2018-12-19
1
-1
/
+6
*
anv: support VkSamplerYcbcrConversionInfo in vkCreateImageView
Tapani Pälli
2018-12-19
1
-1
/
+26
*
anv: add VkFormat field as part of anv_format
Tapani Pälli
2018-12-19
2
-0
/
+5
*
anv: support VkExternalFormatANDROID in vkCreateSamplerYcbcrConversion
Tapani Pälli
2018-12-19
1
-4
/
+26
*
anv/android: support creating images from external format
Tapani Pälli
2018-12-19
6
-3
/
+172
*
anv/android: add ahardwarebuffer external memory properties
Tapani Pälli
2018-12-19
1
-0
/
+41
*
anv/android: support import/export of AHardwareBuffer objects
Tapani Pälli
2018-12-19
5
-2
/
+201
*
anv: refactor, remove else block in AllocateMemory
Tapani Pälli
2018-12-19
1
-30
/
+34
*
anv: add anv_ahw_usage_from_vk_usage helper function
Tapani Pälli
2018-12-19
3
-0
/
+40
*
anv/android: add GetAndroidHardwareBufferPropertiesANDROID
Tapani Pälli
2018-12-19
1
-0
/
+119
*
anv: add from/to helpers with android and vulkan formats
Tapani Pälli
2018-12-19
1
-0
/
+50
*
anv: make anv_get_image_format_features public
Tapani Pälli
2018-12-19
2
-11
/
+16
*
anv: refactor make_surface to use data from anv_image
Tapani Pälli
2018-12-19
2
-37
/
+46
*
anv: add create_flags as part of anv_image
Tapani Pälli
2018-12-19
2
-0
/
+2
*
anv: Bump the patch version to 96
Jason Ekstrand
2018-12-18
1
-1
/
+1
*
intel/compiler: More peephole_select for pre-Gen6
Ian Romanick
2018-12-17
1
-2
/
+2
*
nir/opt_peephole_select: Don't peephole_select expensive math instructions
Ian Romanick
2018-12-17
1
-2
/
+2
*
intel/compiler: More peephole select
Ian Romanick
2018-12-17
1
-1
/
+14
*
nir/opt_peephole_select: Don't try to remove flow control around indirect loads
Ian Romanick
2018-12-17
1
-1
/
+12
*
i965/vec4: Propagate conditional modifiers from more compares to other compares
Ian Romanick
2018-12-17
1
-3
/
+100
*
i965/fs: Eliminate unary op on operand of compare-with-zero
Ian Romanick
2018-12-17
2
-17
/
+14
*
i965/vec4/dce: Don't narrow the write mask if the flags are used
Ian Romanick
2018-12-17
4
-10
/
+208
*
i965/vec4: Silence unused parameter warnings in vec4 compiler tests
Ian Romanick
2018-12-17
3
-9
/
+9
*
anv,radv: Re-enable VK_EXT_pci_bus_info
Jason Ekstrand
2018-12-17
1
-1
/
+1
*
nir: Add a bool to int32 lowering pass
Jason Ekstrand
2018-12-16
1
-0
/
+2
[next]