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/cmd_buffer: Add support for pushing UBO ranges
Jason Ekstrand
2017-12-08
2
-33
/
+112
*
anv/cmd_buffer: Add some stage asserts
Jason Ekstrand
2017-12-08
1
-0
/
+6
*
anv/cmd_buffer: Add some helpers for working with descriptor sets
Jason Ekstrand
2017-12-08
1
-11
/
+34
*
anv/pipeline: Translate vulkan_resource_index to a constant when possible
Jason Ekstrand
2017-12-08
1
-4
/
+13
*
i965/fs: Rewrite assign_constant_locations
Jason Ekstrand
2017-12-08
1
-133
/
+185
*
anv: Disable VK_KHR_16bit_storage
Jason Ekstrand
2017-12-08
2
-3
/
+3
*
intel/cfg: Represent divergent control flow paths caused by non-uniform loop ...
Francisco Jerez
2017-12-07
1
-6
/
+69
*
intel/fs: Don't let undefined values prevent copy propagation.
Francisco Jerez
2017-12-07
1
-3
/
+47
*
intel/fs: Restrict live intervals to the subset possibly reachable from any d...
Francisco Jerez
2017-12-07
2
-4
/
+42
*
intel/fs: Teach instruction scheduler about GRF bank conflict cycles.
Francisco Jerez
2017-12-07
3
-2
/
+23
*
intel/fs: Implement GRF bank conflict mitigation pass.
Francisco Jerez
2017-12-07
5
-0
/
+898
*
meson: add dep_thread to every lib that includes threads.h
Eric Engestrom
2017-12-07
1
-1
/
+1
*
anv: fix a case statement in GetMemoryFdPropertiesKHR
Fredrik Höglund
2017-12-06
1
-1
/
+1
*
i965/fs: Use untyped_surface_read for 16-bit load_ssbo
Jose Maria Casanova Crespo
2017-12-06
1
-7
/
+20
*
i965/fs: Optimize 16-bit SSBO stores by packing two into a 32-bit reg
Jose Maria Casanova Crespo
2017-12-06
1
-15
/
+43
*
anv: Enable SPV_KHR_16bit_storage and VK_KHR_16bit_storage for SSBO/UBO
Alejandro Piñeiro
2017-12-06
3
-0
/
+15
*
i965/fs: Enables 16-bit load_ubo with sampler
Jason Ekstrand
2017-12-06
1
-7
/
+14
*
i965/fs: Helpers for un/shuffle 16-bit pairs in 32-bit components
Jose Maria Casanova Crespo
2017-12-06
2
-0
/
+71
*
i965/fs: Use byte scattered read for 16-bit load_ssbo
Jose Maria Casanova Crespo
2017-12-06
1
-1
/
+13
*
i965/fs: Add byte scattered read message and fs support
Jose Maria Casanova Crespo
2017-12-06
9
-1
/
+94
*
i965/fs: Predicate byte scattered writes if needed
Alejandro Piñeiro
2017-12-06
1
-1
/
+14
*
i965/fs: Use byte_scattered_write on 16-bit store_ssbo
Alejandro Piñeiro
2017-12-06
1
-20
/
+45
*
i965/fs: Add byte scattered write message and fs support
Jose Maria Casanova Crespo
2017-12-06
9
-0
/
+118
*
i965/fs: Add remove_extra_rounding_modes optimization
Alejandro Piñeiro
2017-12-06
3
-0
/
+39
*
i965/fs: Enable rounding mode on f2f16 ops
Alejandro Piñeiro
2017-12-06
1
-0
/
+18
*
i965/fs: Define new shader opcode to set rounding modes
Alejandro Piñeiro
2017-12-06
5
-0
/
+62
*
i965: Add support for control register
Jose Maria Casanova Crespo
2017-12-06
1
-0
/
+6
*
i965/fs: Handle 32-bit to 16-bit conversions
Alejandro Piñeiro
2017-12-06
1
-0
/
+25
*
i965/fs: Remove BRW_REGISTER_TYPE_HF assert at get_exec_type
Alejandro Piñeiro
2017-12-06
1
-3
/
+0
*
i965: Support for 16-bit base types in helper functions
Jose Maria Casanova Crespo
2017-12-06
3
-0
/
+25
*
i965/vec4: Handle 16-bit types at type_size_xvec4
Alejandro Piñeiro
2017-12-06
1
-0
/
+3
*
anv: Add support for the variablePointers feature
Jason Ekstrand
2017-12-05
2
-4
/
+3
*
anv: Handle nir_intrinsic_vulkan_resource_reindex
Jason Ekstrand
2017-12-05
1
-1
/
+27
*
intel/isl: Declare private array as static const
Chad Versace
2017-12-04
1
-1
/
+1
*
anv: query CS timestamp frequency from the kernel
Lionel Landwerlin
2017-12-04
1
-0
/
+13
*
vulkan/wsi: Initialize individual WSI interfaces in wsi_device_init
Jason Ekstrand
2017-12-04
1
-30
/
+6
*
vulkan/wsi: Drop some unneeded cruft from the API
Jason Ekstrand
2017-12-04
1
-18
/
+1
*
vulkan/wsi: Add wrappers for all of the surface queries
Jason Ekstrand
2017-12-04
1
-28
/
+23
*
vulkan/wsi: Drop the can_handle_different_gpu parameter from get_support
Jason Ekstrand
2017-12-04
1
-1
/
+1
*
vulkan/wsi: Add a helper for AcquireNextImage
Jason Ekstrand
2017-12-04
1
-8
/
+11
*
vulkan/wsi: move swapchain create/destroy to common code
Dave Airlie
2017-12-04
1
-30
/
+5
*
vulkan/wsi: Move get_images into common code
Jason Ekstrand
2017-12-04
1
-4
/
+3
*
anv/wsi: Enable prime support
Jason Ekstrand
2017-12-04
1
-1
/
+1
*
anv/wsi: Use the common QueuePresent code
Jason Ekstrand
2017-12-04
1
-57
/
+6
*
vulkan/wsi: Do image creation in common code
Jason Ekstrand
2017-12-04
1
-121
/
+1
*
vulkan/wsi: Implement prime in a completely generic way
Jason Ekstrand
2017-12-04
1
-2
/
+12
*
anv/image: Implement the wsi "extension"
Jason Ekstrand
2017-12-04
2
-4
/
+37
*
anv: Require a dedicated allocation for modified images
Jason Ekstrand
2017-12-04
1
-4
/
+49
*
anv/image: Add a drm_format_mod field
Jason Ekstrand
2017-12-04
2
-0
/
+7
*
anv: Implement VK_EXT_external_memory_dma_buf
Jason Ekstrand
2017-12-04
3
-17
/
+34
[prev]
[next]