summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* intel: Introducing Amber Lake platformRodrigo Vivi2018-08-313-1/+3
* intel: aubinator: Adding missed platforms to the error message.Rodrigo Vivi2018-08-311-2/+3
* Revert "intel/tools/aubwrite: Always use physical addresses for traces."Kenneth Graunke2018-08-302-13/+11
* intel/nir: Lowering image loads and stores trashes all metadataJason Ekstrand2018-08-301-2/+2
* intel/compiler: Remove surface_idx from brw_image_paramJason Ekstrand2018-08-294-17/+6
* intel: Use TXS for image_size when we have a typed surfaceJason Ekstrand2018-08-295-4/+74
* anv,i965: Lower away image derefs in the driverJason Ekstrand2018-08-297-166/+237
* nir: Use a bitfield for image access qualifiersJason Ekstrand2018-08-292-2/+3
* intel/compiler: Use two components for 1D array image sizesJason Ekstrand2018-08-292-29/+20
* isl: Use the view array length for the image sizeJason Ekstrand2018-08-291-2/+5
* intel/compiler: Do image load/store lowering to NIRJason Ekstrand2018-08-298-1120/+885
* anv/pipeline: Remove dead image loads in lower_input_attacnmentsJason Ekstrand2018-08-291-2/+2
* nir/format_convert: Rename nir_format_bitcast_uint_vecJason Ekstrand2018-08-291-1/+1
* intel/tools: new i965_disasm toolSagar Ghuge2018-08-293-0/+207
* anv: Free the app and engine nameJason Ekstrand2018-08-291-0/+3
* anv: blorp: support multiple aspect blitsLionel Landwerlin2018-08-291-70/+75
* i965/vec4: Emit BRW_AOP_INC or BRW_AOP_DEC for atomicAdd of +1 or -1Ian Romanick2018-08-281-3/+16
* i965/fs: Emit BRW_AOP_INC or BRW_AOP_DEC for imageAtomicAdd of +1 or -1Ian Romanick2018-08-281-3/+9
* i965/fs: Refactor image atomics to be a bit more like other atomicsIan Romanick2018-08-281-40/+44
* i965/fs: Emit BRW_AOP_INC or BRW_AOP_DEC for atomicAdd of +1 or -1Ian Romanick2018-08-281-4/+23
* intel/compiler: Silence unused parameter warnings in brw_eu.hIan Romanick2018-08-281-1/+1
* anv: Claim to support depthBounds for ID gamesJason Ekstrand2018-08-281-0/+9
* anv: Copy the appliation info into the instanceJason Ekstrand2018-08-282-8/+30
* i965: Add INTEL_fragment_shader_ordering support.Kevin Rogovin2018-08-281-0/+1
* intel/eu: print bytes instead of 32 bit hex valueSagar Ghuge2018-08-271-17/+30
* intel: decoder: handle 0 sized structsLionel Landwerlin2018-08-271-4/+8
* anv: Add support for protected memory properties on anv_GetPhysicalDeviceProp...Samuel Iglesias Gonsálvez2018-08-271-0/+7
* intel/tools: Add 0x in front of a couple of hex valuesJason Ekstrand2018-08-251-2/+2
* anv: Fill holes in the VF VUE to zeroJason Ekstrand2018-08-251-1/+28
* intel: tools: Fix aubinator_error's fprintf call (format-security)Kai Wasserbäch2018-08-251-1/+1
* intel/batch_decoder: Print blend states properlyJason Ekstrand2018-08-251-1/+16
* intel/batch_decoder: Fix dynamic state printingJason Ekstrand2018-08-251-2/+2
* intel/decoder: Print ISL formats for vertex elementsJason Ekstrand2018-08-251-1/+2
* intel/decoder: Clean up field iteration and fix sub-dword fieldsJason Ekstrand2018-08-251-16/+16
* intel: decoder: unify MI_BB_START field namingLionel Landwerlin2018-08-243-7/+7
* Revert "configure: allow building with python3"Emil Velikov2018-08-243-7/+7
* intel/nir: Enable nir_opt_find_array_copiesJason Ekstrand2018-08-232-13/+28
* intel/nir: Use nir_shrink_vec_array_varsJason Ekstrand2018-08-231-0/+1
* intel/nir: Use the new structure and array splitting passesJason Ekstrand2018-08-231-0/+2
* intel/decoder: Decode SFIXED values.Kenneth Graunke2018-08-231-3/+7
* configure: allow building with python3Emil Velikov2018-08-233-7/+7
* intel/compiler: Implement untyped atomic float min, max, and compare-swap dat...Ian Romanick2018-08-2214-1/+261
* intel/compiler: Expand untyped atomic message type field by a bitIan Romanick2018-08-223-4/+9
* intel/compiler: Silence unused parameter warningsIan Romanick2018-08-225-7/+5
* intel/isl: Avoid tiling some 16K-wide render targetsNanley Chery2018-08-221-0/+23
* intel/tools/aubwrite: Always use physical addresses for traces.Rafael Antognolli2018-08-222-11/+13
* intel/tools/aubwrite: Rename "legacy" to "Trace Block".Rafael Antognolli2018-08-221-1/+1
* intel: aubinator_viewer: add urb viewLionel Landwerlin2018-08-223-0/+172
* intel: aubinator_viewer: store urb state during decodingLionel Landwerlin2018-08-222-23/+153
* intel: tools: add aubinator viewerLionel Landwerlin2018-08-226-0/+2788