summaryrefslogtreecommitdiff
path: root/src/intel
AgeCommit message (Expand)AuthorFilesLines
2017-07-26anv: only expose up to 28 vertex attributesIago Toral Quiroga1-1/+1
2017-07-26anv/cmd_buffer: fix off by one error in assertionIago Toral Quiroga1-1/+1
2017-07-25intel/decoder: Reuse the gen_make_gen() helper.Eric Anholt1-3/+1
2017-07-25intel/decoder: Reuse the MAX2 macro instead of defining another one.Eric Anholt1-3/+1
2017-07-24intel/blorp: ship blorp_genX_exec.h within the tarballEmil Velikov1-0/+1
2017-07-22anv/image: zalloc image viewsJason Ekstrand1-7/+1
2017-07-22anv/image: Use vk_zalloc instead of an explicit memsetJason Ekstrand1-3/+2
2017-07-22anv: Separate surface states by layout instead of aux_usageJason Ekstrand4-53/+58
2017-07-22intel/isl: Add some sanity checks for compressed surfacesJason Ekstrand1-0/+18
2017-07-22intel/isl: Add a helper to get a subimage surfaceJason Ekstrand3-30/+76
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