summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* i965: Rename intel_asm_annotation -> brw_disasm_infoMatt Turner2017-11-176-8/+8
* i965: Rewrite disassembly annotation codeMatt Turner2017-11-1710-170/+173
* i965: Simplify annotation_insert_error()Matt Turner2017-11-171-9/+6
* i965: Move common code out of #ifdefMatt Turner2017-11-172-9/+4
* anv/cmd_buffer: Take bo_offset into account in fast clear state addressesJason Ekstrand2017-11-171-1/+1
* anv/cmd_buffer: Advance the address when initializing clear colorsJason Ekstrand2017-11-171-3/+6
* genxml: Fix PIPELINE_SELECT on G45/Ironlake.Kenneth Graunke2017-11-162-2/+2
* intel: Drop mtypes.h include from brw_compiler.h.Kenneth Graunke2017-11-151-1/+0
* i965: Use nir_lower_atomics_to_ssbos and delete ABO compiler code.Kenneth Graunke2017-11-155-128/+0
* anv/gen10: Enable float blend optimizationAnuj Phogat2017-11-141-0/+12
* intel/genxml: Add Cache Mode SubSlice Register to gen10.xmlAnuj Phogat2017-11-141-0/+12
* anv/gen10: Implement WaSampleOffsetIZ workaroundAnuj Phogat2017-11-141-0/+61
* Revert "intel/fs: Use a pure vertical stride for large register strides"Matt Turner2017-11-141-13/+3
* i965/fs: Fix extract_i8/u8 to a 64-bit destinationMatt Turner2017-11-141-2/+23
* i965/fs: Split all 32->64-bit MOVs on CHV, BXT, GLKMatt Turner2017-11-141-4/+4
* intel/blorp: Make the MOCS setting part of blorp_addressJason Ekstrand2017-11-134-18/+18
* anv/blorp: Add a device parameter to blorp_surf_for_anv_imageJason Ekstrand2017-11-131-22/+34
* intel/blorp: Use mocs.tex for depth stencilJason Ekstrand2017-11-131-5/+1
* intel/tools/error: Decode compute shaders.Kenneth Graunke2017-11-131-7/+42
* intel/tools/error: Use do-while for field iterator loops.Kenneth Graunke2017-11-131-6/+6
* intel/tools/error: Decode shaders while decoding batch commands.Kenneth Graunke2017-11-131-85/+49
* intel/tools/error: Save error state sections and decode them later.Kenneth Graunke2017-11-131-37/+58
* intel/tools/error: Fix null termination of ring name string.Kenneth Graunke2017-11-131-0/+1
* intel/tools/error: Drop unused MAX_RINGS #define.Kenneth Graunke2017-11-131-2/+0
* intel/tools/error: Refactor buffer matching, add more buffers.Kenneth Graunke2017-11-131-62/+30
* intel/tools/error: Only decode a few sections of error states.Kenneth Graunke2017-11-131-1/+3
* intel/tools/error: Drop unused parameters from decode() helper.Kenneth Graunke2017-11-131-5/+3
* intel/tools/error: Drop support for non-ascii85 encoded error states.Kenneth Graunke2017-11-131-35/+4
* intel/tools/error: Do ascii85 decode first.Kenneth Graunke2017-11-131-31/+29
* meson: Don't build intel shared components by defaultDylan Baker2017-11-133-5/+0
* aubinator: Don't skip the first field in each subgroupJason Ekstrand2017-11-131-2/+3
* intel/genxml: Delete empty groupsJason Ekstrand2017-11-134-8/+0
* anv: Don't crash on invalid heap sizes when the PCI ID is overridenJason Ekstrand2017-11-131-0/+12
* intel/tools: Fix detection of enabled shader stages.Kenneth Graunke2017-11-121-1/+1
* autotools: Set C++ visibility flags on IntelDylan Baker2017-11-101-0/+3
* anv/meson: Generate dev_icd.jsonChad Versace2017-11-091-0/+12
* anv: Fix architecture in intel_icd.{arch}.jsonChad Versace2017-11-091-1/+1
* anv: Refactor anv_GetImageSubresourceLayout()Chad Versace2017-11-091-21/+11
* anv/image: Refactor choice of isl_tiling_flags_tChad Versace2017-11-091-13/+31
* anv: Refactor anv_get_format_plane() - explicit unsupportedChad Versace2017-11-091-4/+4
* anv: Remove anv_physical_device_get_format_properties()Chad Versace2017-11-091-23/+13
* anv: Simplify anv_physical_device_get_format_properties()Chad Versace2017-11-091-16/+9
* anv: Simplify anv_get_image_format_properties()Chad Versace2017-11-091-14/+3
* anv: Rename get_image_format_properties()Chad Versace2017-11-091-12/+12
* anv: Fix get_image_format_properties() - YCbCrChad Versace2017-11-091-46/+40
* anv: Fix get_image_format_properties() - 3-channel formatsChad Versace2017-11-091-19/+15
* anv: Refactor get_image_format_properties() - Reduce paramsChad Versace2017-11-091-11/+21
* anv: Refactor get_image_format_properties() - base_isl_formatChad Versace2017-11-091-3/+4
* anv: Refactor get_image_format_properties() - plane_formatChad Versace2017-11-091-8/+8
* anv: Refactor get_image_format_properties() - ASTCChad Versace2017-11-091-4/+5