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
*
i965/fs: Match destination type to size for ballot
Matt Turner
2017-07-20
2
-2
/
+6
*
nir: Reduce destination size of ballot intrinsic when possible
Matt Turner
2017-07-20
1
-0
/
+1
*
i965/fs: Implement ARB_shader_ballot operations
Matt Turner
2017-07-20
3
-0
/
+48
*
i965/fs: Do not move MOVs writing the flag outside of control flow
Matt Turner
2017-07-20
1
-2
/
+4
*
i965/fs: Handle explicit flag sources in flags_read()
Francisco Jerez
2017-07-20
1
-4
/
+5
*
nir: Add system values from ARB_shader_ballot
Matt Turner
2017-07-20
2
-3
/
+3
*
i965/fs: Implement ARB_shader_group_vote operations
Matt Turner
2017-07-20
1
-0
/
+50
*
i965/fs: Handle explicit flag destinations in flags_written()
Francisco Jerez
2017-07-20
1
-4
/
+19
*
i965/vec4: Lower ARB_shader_group_vote intrinsics
Matt Turner
2017-07-20
1
-0
/
+1
*
nir: Add pass to optimize intrinsics
Matt Turner
2017-07-20
1
-0
/
+1
*
intel/isl/gen4: Represent cube maps with 3D layout
Topi Pohjolainen
2017-07-20
1
-6
/
+35
*
intel/isl: Add i915 to isl_tiling converter
Topi Pohjolainen
2017-07-20
2
-0
/
+20
*
anv/image: Fix VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT
Chad Versace
2017-07-19
1
-3
/
+4
*
intel/blorp/gen4: Drop cube map flag for single face copy
Topi Pohjolainen
2017-07-18
1
-1
/
+7
*
intel/isl: Take 3D surfaces into account in image params
Topi Pohjolainen
2017-07-18
1
-2
/
+6
*
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
3
-3
/
+6
*
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
*
i965: Use pushed UBO data in the scalar backend.
Kenneth Graunke
2017-07-13
3
-1
/
+64
*
i965: Factor out push locations.
Kenneth Graunke
2017-07-13
2
-16
/
+25
*
i965: Push UBO data, but don't use it just yet.
Kenneth Graunke
2017-07-13
2
-1
/
+11
*
i965: Select ranges of UBO data to be uploaded as push constants.
Kenneth Graunke
2017-07-13
4
-0
/
+312
*
i965: Switch to absolute addressing for constant buffer 0.
Kenneth Graunke
2017-07-13
1
-0
/
+6
*
aubinator: don't leak fd of opened aubfile
Lionel Landwerlin
2017-07-13
1
-0
/
+2
*
anv: don't use strcpy for copying strings
Lionel Landwerlin
2017-07-13
1
-1
/
+2
*
intel/compiler: no need to check unsigned is >= 0
Lionel Landwerlin
2017-07-13
1
-1
/
+1
*
intel/compiler: don't check unsigned is >= 0
Lionel Landwerlin
2017-07-13
1
-1
/
+1
*
intel/compiler: remove check unsigned is >= 0
Lionel Landwerlin
2017-07-13
1
-1
/
+1
*
isl: use 64bit arithmetic to compute size
Lionel Landwerlin
2017-07-13
1
-2
/
+2
*
intel/isl: Add a helper to convert tilings from ISL to i915
Jason Ekstrand
2017-07-12
2
-0
/
+28
*
intel/isl: Add basic modifier introspection
Jason Ekstrand
2017-07-12
4
-0
/
+83
*
intel/compiler: Don't use opt_sampler_eot() optimization on gen10+
Anuj Phogat
2017-07-12
1
-1
/
+1
*
intel: Move the DRM uapi headers to a non-Intel location.
Eric Anholt
2017-07-12
10
-3566
/
+2
*
anv: Round u_vector element sizes to a power of two
Jason Ekstrand
2017-07-12
1
-2
/
+3
*
intel: add number of subslices to device info
Lionel Landwerlin
2017-07-11
2
-8
/
+54
*
intel: Fix clflushing on modern (Baytrail+) Atom CPUs.
Kenneth Graunke
2017-07-10
1
-0
/
+12
[next]