summaryrefslogtreecommitdiff
path: root/src/intel
AgeCommit message (Expand)AuthorFilesLines
2017-07-22anv: Get rid of some unused function declarationsJason Ekstrand1-7/+0
2017-07-22intel/isl: Add a helper for determining if a color is 0/1Jason Ekstrand2-0/+30
2017-07-22intel/blorp: Allow blorp_copy on sRGB formatsJason Ekstrand1-2/+16
2017-07-22intel/isl/format: Add an srgb_to_linear helperJason Ekstrand2-1/+53
2017-07-22intel/isl/format: Dedent the template in gen_format_layout.pyJason Ekstrand1-58/+57
2017-07-22intel/isl: Add an aux state for "partial clear"Jason Ekstrand1-35/+53
2017-07-22intel/blorp: Add a partial resolve pass for MCSJason Ekstrand4-1/+213
2017-07-22anv: Predicate fast-clear resolvesNanley Chery3-16/+120
2017-07-22intel/blorp: Allow BLORP calls to be predicatedNanley Chery2-0/+6
2017-07-22anv/cmd_buffer: Skip some input attachment transitionsNanley Chery1-5/+26
2017-07-22anv: Stop resolving CCS implicitlyNanley Chery3-169/+5
2017-07-22anv: Transition more color buffer layoutsNanley Chery2-28/+169
2017-07-22anv/cmd_buffer: Warn about not enabling CCS_ENanley Chery1-5/+7
2017-07-22anv/cmd_buffer: Move aux_usage assignment upNanley Chery1-32/+30
2017-07-22anv/cmd_buffer: Always enable CCS_D in render passesNanley Chery2-11/+20
2017-07-22anv/cmd_buffer: Disable CCS on gen7 color attachments upfrontNanley Chery1-11/+5
2017-07-22anv/cmd_buffer: Ensure fast-clear values are currentNanley Chery1-0/+114
2017-07-22anv/gpu_memcpy: Add a lighter-weight GPU memcpy functionNanley Chery2-0/+45
2017-07-22anv/cmd_buffer: Restrict fast clears in the GENERAL layoutNanley Chery3-0/+40
2017-07-22anv/cmd_buffer: Don't partially fast clear image layersNanley Chery1-8/+23
2017-07-22anv/cmd_buffer: Initialize the clear values bufferNanley Chery1-1/+78
2017-07-22anv/image: Append CCS/MCS with a fast-clear state bufferNanley Chery2-0/+90
2017-07-22anv/image: Disable CCS if the image doesn't support renderingNanley Chery1-0/+15
2017-07-22intel/isl: Add surface state clear value informationNanley Chery2-0/+13
2017-07-22anv: Transition MCS buffers from the undefined layoutNanley Chery3-18/+35
2017-07-22intel/isl: Tighten up restrictions for CCS on gen7Jason Ekstrand1-7/+23
2017-07-22anv/blorp: Assert isl_surf_init success in do_buffer_copyJason Ekstrand1-13/+15
2017-07-22anv/blorp: Explicitly set row_pitch in do_buffer_copyJason Ekstrand1-1/+1
2017-07-21i965: Set lower_vote_trivial in vector_nir_options_gen6 too.Kenneth Graunke1-0/+1
2017-07-22intel/isl/gen7: Don't allow multisampled surfaces with valign2Topi Pohjolainen1-19/+23
2017-07-22intel/isl/gen7: Allow msaa with signed integer formatsTopi Pohjolainen1-2/+3
2017-07-22intel/isl/gen7: Allow msaa with 128-bit formatsTopi Pohjolainen1-4/+7
2017-07-22intel/isl: Allow 1D surfaces with compressed formatsTopi Pohjolainen1-1/+1
2017-07-22intel/isl: Align non-tiled horizontally by cache lineTopi Pohjolainen1-1/+15
2017-07-20i965/fs: Match destination type to size for ballotMatt Turner2-2/+6
2017-07-20nir: Reduce destination size of ballot intrinsic when possibleMatt Turner1-0/+1
2017-07-20i965/fs: Implement ARB_shader_ballot operationsMatt Turner3-0/+48
2017-07-20i965/fs: Do not move MOVs writing the flag outside of control flowMatt Turner1-2/+4
2017-07-20i965/fs: Handle explicit flag sources in flags_read()Francisco Jerez1-4/+5
2017-07-20nir: Add system values from ARB_shader_ballotMatt Turner2-3/+3
2017-07-20i965/fs: Implement ARB_shader_group_vote operationsMatt Turner1-0/+50
2017-07-20i965/fs: Handle explicit flag destinations in flags_written()Francisco Jerez1-4/+19
2017-07-20i965/vec4: Lower ARB_shader_group_vote intrinsicsMatt Turner1-0/+1
2017-07-20nir: Add pass to optimize intrinsicsMatt Turner1-0/+1
2017-07-20intel/isl/gen4: Represent cube maps with 3D layoutTopi Pohjolainen1-6/+35
2017-07-20intel/isl: Add i915 to isl_tiling converterTopi Pohjolainen2-0/+20
2017-07-19anv/image: Fix VK_IMAGE_CREATE_CUBE_COMPATIBLE_BITChad Versace1-3/+4
2017-07-18intel/blorp/gen4: Drop cube map flag for single face copyTopi Pohjolainen1-1/+7
2017-07-18intel/isl: Take 3D surfaces into account in image paramsTopi Pohjolainen1-2/+6
2017-07-18anv: Advertise support for VK_KHR_variable_pointersJason Ekstrand3-0/+13