summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* 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
* intel: tools: import ImGuiLionel Landwerlin2018-08-2219-2/+31693
* intel: tools: aub_mem: reuse already mapped ppgtt buffersLionel Landwerlin2018-08-221-5/+11
* intel: tools: aubmem: map gtt data to aub fileLionel Landwerlin2018-08-222-0/+35
* intel: tools: create libaubLionel Landwerlin2018-08-221-2/+12
* intel: tools: aubwrite: wrap function declarations for c++Lionel Landwerlin2018-08-221-0/+8
* intel: tools: split memory management out of aubinatorLionel Landwerlin2018-08-225-353/+493
* intel: tools: split aub parsing from aubinatorLionel Landwerlin2018-08-225-279/+460
* anv: add VK_EXT_sampler_filter_minmax supportYunchao He2018-08-224-0/+43
* anv/icl: Allow headerless sampler messages for pre-emptable contextsAnuj Phogat2018-08-212-0/+22
* anv/icl: Disable binding table prefetchingAnuj Phogat2018-08-211-6/+15
* intel/genxml: minor python style fixEric Engestrom2018-08-211-1/+1
* intel/decoder: mark total_length as MAYBE_UNUSED in gen_spec_loadKai Wasserbäch2018-08-201-1/+2
* intel/tools: initialise bo_addr to 0 in mainKai Wasserbäch2018-08-201-1/+1
* intel: aubinator: mark ftruncate_res as MAYBE_UNUSED in ensure_phys_memKai Wasserbäch2018-08-201-1/+1
* intel/aubinator_error_decode: mark ret as MAYBE_UNUSED in mainKai Wasserbäch2018-08-201-1/+1
* anv/pipeline: Lower pipeline layouts etc. after linkingJason Ekstrand2018-08-171-30/+28
* anv/pipeline: Set tess IO read/written key fields in compile_*Jason Ekstrand2018-08-171-9/+10
* anv/pipeline: Use more fields from stage in compile_csJason Ekstrand2018-08-171-16/+21
* anv/apply_pipeline_layout: Add to the bind map instead of replacing itJason Ekstrand2018-08-173-59/+21
* anv/lower_ycbcr: Use the binding array size for bounds checksJason Ekstrand2018-08-171-6/+4
* anv: drop cast-to-void of used variableEric Engestrom2018-08-161-1/+0
* anv: use safer snprintf() to ensure NULL string-terminatorEric Engestrom2018-08-161-1/+1
* intel/batch-decoder: replace local ARRAY_LENGTH() macro with global ARRAY_SIZE()Eric Engestrom2018-08-161-3/+2
* intel: various python cleanupsEric Engestrom2018-08-165-26/+21
* Revert "intel/nir: Call nir_lower_io_to_scalar_early"Jason Ekstrand2018-08-151-12/+5
* blorp: Properly handle Z24X8 blits.Kenneth Graunke2018-08-112-12/+11
* blorp: Don't try to use R32_UNORM for R24_UNORM_X8_TYPELESS rendering.Kenneth Graunke2018-08-111-5/+5
* intel: Switch the order of the 2x MSAA sample positionsJason Ekstrand2018-08-112-5/+15
* meson: Build with Python 3Mathieu Bridon2018-08-104-10/+10
* intel: Fix SIMD16 unaligned payload GRF reads on Gen4-5.Kenneth Graunke2018-08-091-0/+20
* anv: set error in all failure pathsEric Engestrom2018-08-091-1/+3
* intel/tools: add missing variable initialisationEric Engestrom2018-08-091-1/+1
* python: Fix rich comparisonsMathieu Bridon2018-08-071-2/+3
* intel: don't build tools without -Dtools=intelLionel Landwerlin2018-08-072-15/+15
* anv: add more swapchain formatsTapani Pälli2018-08-061-5/+11
* intel: tools: simplify meson buildLionel Landwerlin2018-08-041-46/+50
* intel: aubinator: simplify decodingLionel Landwerlin2018-08-041-10/+5
* intel: common: add missing stdint includeLionel Landwerlin2018-08-041-0/+2
* intel: decoder: remove unused variableLionel Landwerlin2018-08-041-2/+0
* intel: tools: aubwrite: reuse canonical address helperLionel Landwerlin2018-08-041-17/+2
* intel: aubinator: fix read the context/ringLionel Landwerlin2018-08-041-2/+2