summaryrefslogtreecommitdiff
path: root/src/intel
AgeCommit message (Expand)AuthorFilesLines
2018-08-23intel/nir: Enable nir_opt_find_array_copiesJason Ekstrand2-13/+28
2018-08-23intel/nir: Use nir_shrink_vec_array_varsJason Ekstrand1-0/+1
2018-08-23intel/nir: Use the new structure and array splitting passesJason Ekstrand1-0/+2
2018-08-23intel/decoder: Decode SFIXED values.Kenneth Graunke1-3/+7
2018-08-23configure: allow building with python3Emil Velikov3-7/+7
2018-08-22intel/compiler: Implement untyped atomic float min, max, and compare-swap dat...Ian Romanick14-1/+261
2018-08-22intel/compiler: Expand untyped atomic message type field by a bitIan Romanick3-4/+9
2018-08-22intel/compiler: Silence unused parameter warningsIan Romanick5-7/+5
2018-08-22intel/isl: Avoid tiling some 16K-wide render targetsNanley Chery1-0/+23
2018-08-22intel/tools/aubwrite: Always use physical addresses for traces.Rafael Antognolli2-11/+13
2018-08-22intel/tools/aubwrite: Rename "legacy" to "Trace Block".Rafael Antognolli1-1/+1
2018-08-22intel: aubinator_viewer: add urb viewLionel Landwerlin3-0/+172
2018-08-22intel: aubinator_viewer: store urb state during decodingLionel Landwerlin2-23/+153
2018-08-22intel: tools: add aubinator viewerLionel Landwerlin6-0/+2788
2018-08-22intel: tools: import ImGuiLionel Landwerlin19-2/+31693
2018-08-22intel: tools: aub_mem: reuse already mapped ppgtt buffersLionel Landwerlin1-5/+11
2018-08-22intel: tools: aubmem: map gtt data to aub fileLionel Landwerlin2-0/+35
2018-08-22intel: tools: create libaubLionel Landwerlin1-2/+12
2018-08-22intel: tools: aubwrite: wrap function declarations for c++Lionel Landwerlin1-0/+8
2018-08-22intel: tools: split memory management out of aubinatorLionel Landwerlin5-353/+493
2018-08-22intel: tools: split aub parsing from aubinatorLionel Landwerlin5-279/+460
2018-08-22anv: add VK_EXT_sampler_filter_minmax supportYunchao He4-0/+43
2018-08-21anv/icl: Allow headerless sampler messages for pre-emptable contextsAnuj Phogat2-0/+22
2018-08-21anv/icl: Disable binding table prefetchingAnuj Phogat1-6/+15
2018-08-21intel/genxml: minor python style fixEric Engestrom1-1/+1
2018-08-20intel/decoder: mark total_length as MAYBE_UNUSED in gen_spec_loadKai Wasserbäch1-1/+2
2018-08-20intel/tools: initialise bo_addr to 0 in mainKai Wasserbäch1-1/+1
2018-08-20intel: aubinator: mark ftruncate_res as MAYBE_UNUSED in ensure_phys_memKai Wasserbäch1-1/+1
2018-08-20intel/aubinator_error_decode: mark ret as MAYBE_UNUSED in mainKai Wasserbäch1-1/+1
2018-08-17anv/pipeline: Lower pipeline layouts etc. after linkingJason Ekstrand1-30/+28
2018-08-17anv/pipeline: Set tess IO read/written key fields in compile_*Jason Ekstrand1-9/+10
2018-08-17anv/pipeline: Use more fields from stage in compile_csJason Ekstrand1-16/+21
2018-08-17anv/apply_pipeline_layout: Add to the bind map instead of replacing itJason Ekstrand3-59/+21
2018-08-17anv/lower_ycbcr: Use the binding array size for bounds checksJason Ekstrand1-6/+4
2018-08-16anv: drop cast-to-void of used variableEric Engestrom1-1/+0
2018-08-16anv: use safer snprintf() to ensure NULL string-terminatorEric Engestrom1-1/+1
2018-08-16intel/batch-decoder: replace local ARRAY_LENGTH() macro with global ARRAY_SIZE()Eric Engestrom1-3/+2
2018-08-16intel: various python cleanupsEric Engestrom5-26/+21
2018-08-15Revert "intel/nir: Call nir_lower_io_to_scalar_early"Jason Ekstrand1-12/+5
2018-08-11blorp: Properly handle Z24X8 blits.Kenneth Graunke2-12/+11
2018-08-11blorp: Don't try to use R32_UNORM for R24_UNORM_X8_TYPELESS rendering.Kenneth Graunke1-5/+5
2018-08-11intel: Switch the order of the 2x MSAA sample positionsJason Ekstrand2-5/+15
2018-08-10meson: Build with Python 3Mathieu Bridon4-10/+10
2018-08-09intel: Fix SIMD16 unaligned payload GRF reads on Gen4-5.Kenneth Graunke1-0/+20
2018-08-09anv: set error in all failure pathsEric Engestrom1-1/+3
2018-08-09intel/tools: add missing variable initialisationEric Engestrom1-1/+1
2018-08-07python: Fix rich comparisonsMathieu Bridon1-2/+3
2018-08-07intel: don't build tools without -Dtools=intelLionel Landwerlin2-15/+15
2018-08-06anv: add more swapchain formatsTapani Pälli1-5/+11
2018-08-04intel: tools: simplify meson buildLionel Landwerlin1-46/+50