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
*
intel/isl: Add surface state clear value information
Nanley Chery
2017-07-22
2
-0
/
+13
*
anv: Transition MCS buffers from the undefined layout
Nanley Chery
2017-07-22
3
-18
/
+35
*
intel/isl: Tighten up restrictions for CCS on gen7
Jason Ekstrand
2017-07-22
1
-7
/
+23
*
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
*
i965: Set lower_vote_trivial in vector_nir_options_gen6 too.
Kenneth Graunke
2017-07-21
1
-0
/
+1
*
intel/isl/gen7: Don't allow multisampled surfaces with valign2
Topi Pohjolainen
2017-07-22
1
-19
/
+23
*
intel/isl/gen7: Allow msaa with signed integer formats
Topi Pohjolainen
2017-07-22
1
-2
/
+3
*
intel/isl/gen7: Allow msaa with 128-bit formats
Topi Pohjolainen
2017-07-22
1
-4
/
+7
*
intel/isl: Allow 1D surfaces with compressed formats
Topi Pohjolainen
2017-07-22
1
-1
/
+1
*
intel/isl: Align non-tiled horizontally by cache line
Topi Pohjolainen
2017-07-22
1
-1
/
+15
*
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
[next]