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
...
*
anv/cmd_buffer: Disable CCS on gen7 color attachments upfront
Nanley Chery
2017-07-22
1
-11
/
+5
*
anv/cmd_buffer: Ensure fast-clear values are current
Nanley Chery
2017-07-22
1
-0
/
+114
*
anv/gpu_memcpy: Add a lighter-weight GPU memcpy function
Nanley Chery
2017-07-22
2
-0
/
+45
*
anv/cmd_buffer: Restrict fast clears in the GENERAL layout
Nanley Chery
2017-07-22
3
-0
/
+40
*
anv/cmd_buffer: Don't partially fast clear image layers
Nanley Chery
2017-07-22
1
-8
/
+23
*
anv/cmd_buffer: Initialize the clear values buffer
Nanley Chery
2017-07-22
1
-1
/
+78
*
anv/image: Append CCS/MCS with a fast-clear state buffer
Nanley Chery
2017-07-22
2
-0
/
+90
*
anv/image: Disable CCS if the image doesn't support rendering
Nanley Chery
2017-07-22
1
-0
/
+15
*
anv: Transition MCS buffers from the undefined layout
Nanley Chery
2017-07-22
3
-18
/
+35
*
anv/blorp: Assert isl_surf_init success in do_buffer_copy
Jason Ekstrand
2017-07-22
1
-13
/
+15
*
anv/blorp: Explicitly set row_pitch in do_buffer_copy
Jason Ekstrand
2017-07-22
1
-1
/
+1
*
anv/image: Fix VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT
Chad Versace
2017-07-19
1
-3
/
+4
*
anv: Advertise support for VK_KHR_variable_pointers
Jason Ekstrand
2017-07-18
3
-0
/
+13
*
anv: Advertise support for VK_KHR_storage_buffer_storage_class
Jason Ekstrand
2017-07-18
2
-0
/
+5
*
intel/isl: Add a row_pitch parameter to surf_get_ccs_surf
Jason Ekstrand
2017-07-17
1
-1
/
+1
*
anv/image: Add INPUT_ATTACHMENT to the list of required usages
Jason Ekstrand
2017-07-17
1
-0
/
+1
*
anv: Stop leaking the no_aux sampler surface state
Jason Ekstrand
2017-07-17
1
-0
/
+5
*
anv/cmd_buffer: Properly handle render passes with 0 attachments
Jason Ekstrand
2017-07-17
1
-12
/
+11
*
anv: advertise v6 of the wayland surface extension
Emil Velikov
2017-07-17
1
-1
/
+1
*
anv: ensure device name contains terminating character
Lionel Landwerlin
2017-07-17
1
-2
/
+2
*
anv: Implement VK_KHR_external_memory_*
Jason Ekstrand
2017-07-15
3
-5
/
+163
*
anv: Implement VK_KHR_dedicated_allocation
Jason Ekstrand
2017-07-15
2
-0
/
+19
*
anv: Implement VK_KHR_get_memory_requirements2
Jason Ekstrand
2017-07-15
2
-0
/
+48
*
anv: Advertise version 1.0.54
Jason Ekstrand
2017-07-15
3
-3
/
+3
*
vulkan: Update to the new 1.0.54 spec XML and headers
Jason Ekstrand
2017-07-15
1
-3
/
+3
*
anv: Drop support for VK_KHX_external_semaphore_*
Jason Ekstrand
2017-07-15
3
-125
/
+5
*
anv: Drop support for VK_KHX_external_memory_*
Jason Ekstrand
2017-07-14
3
-161
/
+5
*
anv/pipeline: do not use BITFIELD64_BIT()
Juan A. Suarez Romero
2017-07-14
1
-1
/
+1
*
anv/pipeline: use unsigned long long constant to check enable vertex inputs
Juan A. Suarez Romero
2017-07-14
1
-1
/
+1
*
anv: don't use strcpy for copying strings
Lionel Landwerlin
2017-07-13
1
-1
/
+2
*
anv: Round u_vector element sizes to a power of two
Jason Ekstrand
2017-07-12
1
-2
/
+3
*
intel: Move clflush helpers from anv to common/gen_clflush.h.
Kenneth Graunke
2017-07-10
5
-34
/
+6
*
anv: Stop setting domains to RENDER on EXEC_OBJECT_WRITE
Jason Ekstrand
2017-07-10
1
-5
/
+2
*
anv: check support for enabled features in vkCreateDevice()
Samuel Iglesias Gonsálvez
2017-07-03
1
-0
/
+13
*
anv: merge tessellation's primitive mode in merge_tess_info()
Samuel Iglesias Gonsálvez
2017-07-03
1
-0
/
+4
*
anv: fix reported timestampPeriod value
Lionel Landwerlin
2017-07-02
1
-1
/
+1
*
anv: use devinfo for number of thread/eu
Lionel Landwerlin
2017-06-29
1
-2
/
+3
*
intel/anv: Add missing break in anv_CreateDevice()
Topi Pohjolainen
2017-06-27
1
-0
/
+1
*
anv/gpu_memcpy: Rename the gpu_memcpy function
Nanley Chery
2017-06-26
3
-11
/
+11
*
anv/blorp: Provide surface states for CCS resolves
Nanley Chery
2017-06-26
1
-19
/
+10
*
anv/blorp: Add a surface-state-based CCS resolve function
Nanley Chery
2017-06-26
2
-0
/
+44
*
anv: Adjust params of color buffer transitioning functions
Nanley Chery
2017-06-26
3
-36
/
+39
*
anv/blorp: Remove 3D subresource transition workaround
Nanley Chery
2017-06-26
1
-4
/
+4
*
anv/cmd_buffer: Adjust the image view reloc function
Nanley Chery
2017-06-26
1
-20
/
+25
*
anv/cmd_buffer: Adjust layout transition aspect checking
Nanley Chery
2017-06-26
1
-5
/
+3
*
anv: Add and use color auxiliary buffer helpers
Nanley Chery
2017-06-26
2
-0
/
+32
*
anv: use Mesa's u_atomic.h header
Eric Engestrom
2017-06-26
1
-2
/
+3
*
anv/cnl: Don't write to Cache Mode Register 1 on gen10+
Anuj Phogat
2017-06-23
1
-3
/
+1
*
anv: Fix -Wswitch in anv_layout_to_aux_usage()
Chad Versace
2017-06-22
1
-0
/
+3
*
anv/cnl: Generate and use gen10 functions
Anuj Phogat
2017-06-22
4
-1
/
+13
[prev]
[next]