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/image: zalloc image views
Jason Ekstrand
2017-07-22
1
-7
/
+1
*
anv/image: Use vk_zalloc instead of an explicit memset
Jason Ekstrand
2017-07-22
1
-3
/
+2
*
anv: Separate surface states by layout instead of aux_usage
Jason Ekstrand
2017-07-22
4
-53
/
+58
*
intel/isl: Add some sanity checks for compressed surfaces
Jason Ekstrand
2017-07-22
1
-0
/
+18
*
intel/isl: Add a helper to get a subimage surface
Jason Ekstrand
2017-07-22
3
-30
/
+76
*
anv: Get rid of some unused function declarations
Jason Ekstrand
2017-07-22
1
-7
/
+0
*
intel/isl: Add a helper for determining if a color is 0/1
Jason Ekstrand
2017-07-22
2
-0
/
+30
*
intel/blorp: Allow blorp_copy on sRGB formats
Jason Ekstrand
2017-07-22
1
-2
/
+16
*
intel/isl/format: Add an srgb_to_linear helper
Jason Ekstrand
2017-07-22
2
-1
/
+53
*
intel/isl/format: Dedent the template in gen_format_layout.py
Jason Ekstrand
2017-07-22
1
-58
/
+57
*
intel/isl: Add an aux state for "partial clear"
Jason Ekstrand
2017-07-22
1
-35
/
+53
*
intel/blorp: Add a partial resolve pass for MCS
Jason Ekstrand
2017-07-22
4
-1
/
+213
*
anv: Predicate fast-clear resolves
Nanley Chery
2017-07-22
3
-16
/
+120
*
intel/blorp: Allow BLORP calls to be predicated
Nanley Chery
2017-07-22
2
-0
/
+6
*
anv/cmd_buffer: Skip some input attachment transitions
Nanley Chery
2017-07-22
1
-5
/
+26
*
anv: Stop resolving CCS implicitly
Nanley Chery
2017-07-22
3
-169
/
+5
*
anv: Transition more color buffer layouts
Nanley Chery
2017-07-22
2
-28
/
+169
*
anv/cmd_buffer: Warn about not enabling CCS_E
Nanley Chery
2017-07-22
1
-5
/
+7
*
anv/cmd_buffer: Move aux_usage assignment up
Nanley Chery
2017-07-22
1
-32
/
+30
*
anv/cmd_buffer: Always enable CCS_D in render passes
Nanley Chery
2017-07-22
2
-11
/
+20
*
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
*
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
[next]