summaryrefslogtreecommitdiff
path: root/src/intel
AgeCommit message (Expand)AuthorFilesLines
2019-03-12anv: Fix destroying descriptor sets when pool gets resetDanylo Piliaiev1-4/+3
2019-03-12anv: destroy descriptor sets when pool gets resetJuan A. Suarez Romero1-0/+6
2019-03-12anv: destroy descriptor sets when pool gets destroyedTapani Pälli2-0/+18
2019-03-12intel/nir: Vectorize all IOJason Ekstrand1-0/+17
2019-03-12anv: revert "anv: release memory allocated by glsl types during spirv_to_nir"Tapani Pälli1-2/+0
2019-03-12anv: release memory allocated by glsl types during spirv_to_nirTapani Pälli1-0/+2
2019-03-12anv: Take references to push descriptor set layoutsJason Ekstrand1-6/+16
2019-03-12anv: Refactor descriptor pushing a bitJason Ekstrand1-28/+22
2019-03-07intel/fs: Fix extract_u8 of an odd byte from a 64-bit integerIan Romanick1-0/+7
2019-03-07intel/fs: nir_op_extract_i8 extracts a byte, not a wordIan Romanick1-2/+4
2019-03-05anv: retain the is_array state in create_plane_tex_instr_implicitTapani Pälli1-0/+1
2019-03-05intel,nir: Lower TXD with min_lod when the sampler index is not < 16Jason Ekstrand1-1/+3
2019-03-05anv: Count surfaces for non-YCbCr images in GetDescriptorSetLayoutSupportJason Ekstrand1-0/+3
2019-03-05android: anv: fix libexpat shared dependencyMauro Rossi1-1/+1
2019-03-05android: anv: fix generated files depedencies (v2)Mauro Rossi1-15/+25
2019-03-05intel/compiler: use correct swizzle for replacementLionel Landwerlin1-5/+5
2019-02-25anv: advertise 8 subpixel precision bitsJuan A. Suarez Romero2-1/+6
2019-02-25genxml: add missing field values for 3DSTATE_SFJuan A. Suarez Romero6-6/+24
2019-02-25intel: fix urb size for CFL GT1Lionel Landwerlin1-0/+1
2019-02-25intel/fs: Implement extended strides greater than 4 for IR source regions.Francisco Jerez1-3/+10
2019-02-25intel/fs: Exclude control sources from execution type and region alignment ca...Francisco Jerez3-4/+68
2019-02-15intel/compiler/test: Add unit test for mismatched signedness comparisonMatt Turner1-0/+32
2019-02-15intel/compiler: Avoid propagating inequality cmods if types are differentMatt Turner1-0/+7
2019-02-15intel/fs: Bail in optimize_extract_to_float if we have modifiersJason Ekstrand1-0/+9
2019-02-15anv: Put MOCS in the correct locationKenneth Graunke1-2/+2
2019-02-14meson: Add dependency on genxml to anvilDylan Baker1-2/+5
2019-02-12anv/cmd_buffer: check for NULL framebufferJuan A. Suarez Romero1-5/+29
2019-02-12Revert "intel/compiler: More peephole select"Dylan Baker1-14/+1
2019-02-12Revert "nir/opt_peephole_select: Don't peephole_select expensive math instruc...Dylan Baker1-2/+2
2019-02-11Revert "intel/compiler: More peephole_select for pre-Gen6"Dylan Baker1-2/+2
2019-02-05anv: wire up the state_pool_padding testEmil Velikov1-0/+5
2019-02-04anv: Fix VK_EXT_transform_feedback working with varyings packed in PSIZDanylo Piliaiev1-3/+20
2019-02-04intel/fs: Do the grf127 hack on SIMD8 instructions in SIMD16 modeJason Ekstrand1-7/+6
2019-01-29intel/fs: Use split sends for surface writes on gen9+Jason Ekstrand2-18/+47
2019-01-29intel/fs: Add interference between SENDS sourcesJason Ekstrand1-0/+27
2019-01-29intel/fs: Support SENDS in SHADER_OPCODE_SENDJason Ekstrand3-8/+66
2019-01-29intel/disasm: Properly disassemble split sendsJason Ekstrand1-19/+142
2019-01-29intel/eu: Add support for the SENDS[C] messagesJason Ekstrand4-19/+255
2019-01-29intel/inst: Indent some codeJason Ekstrand1-177/+183
2019-01-29intel/inst: Fix the ia16_addr_imm helpersJason Ekstrand1-4/+5
2019-01-29intel/disasm: Rework SEND decoding to use descriptorsJason Ekstrand1-36/+50
2019-01-29intel/eu: Add more message descriptor helpersJason Ekstrand1-27/+216
2019-01-29intel/eu/validate: SEND restrictions also apply to SENDCJason Ekstrand1-1/+2
2019-01-29intel/eu: Use GET_BITS in brw_inst_set_send_ex_descJason Ekstrand1-5/+5
2019-01-29intel/fs: Use SHADER_OPCODE_SEND for varying UBO pulls on gen7+Jason Ekstrand7-88/+25
2019-01-29intel/fs: Use SHADER_OPCODE_SEND for texturing on gen7+Jason Ekstrand4-142/+177
2019-01-29intel/fs: Use a logical opcode for IMAGE_SIZEJason Ekstrand4-6/+21
2019-01-29intel/fs: Use SHADER_OPCODE_SEND for surface messagesJason Ekstrand5-214/+201
2019-01-29intel/fs: Add a generic SEND opcodeJason Ekstrand9-3/+91
2019-01-29intel/eu: Rework surface descriptor helpersJason Ekstrand2-234/+234