summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i965: Index brw_hw_reg_type_to_size()'s table by logical typeMatt Turner2017-08-211-39/+19
* i965: Add a brw_hw_type_to_reg_type() functionMatt Turner2017-08-212-0/+29
* i965: Use a common table to translate logical to hardware typesMatt Turner2017-08-211-36/+29
* i965: Extract functions dealing with register types to separate fileMatt Turner2017-08-215-140/+209
* i965: Reverse file/type arguments to register type functionsMatt Turner2017-08-214-13/+15
* i965: Add support for disassembling 64-bit integer immediatesMatt Turner2017-08-212-0/+13
* i965: Use separate enums for register vs immediate typesMatt Turner2017-08-216-129/+144
* i965: Reorder brw_reg_type enum valuesMatt Turner2017-08-215-26/+21
* i965: Validate destination restrictions with vector immediatesMatt Turner2017-08-213-12/+141
* i965: Don't let raw-move check be tricked by immediate vector typesMatt Turner2017-08-211-3/+10
* i965: Only change type of 0.0f to VF if destination stride == 1Matt Turner2017-08-211-1/+2
* i965: Remove CONT/BREAK from instruction compaction testMatt Turner2017-08-211-4/+0
* i965: Test instruction compaction on all supported GensMatt Turner2017-08-211-8/+42
* i965: Silence signed/unsigned comparison warningMatt Turner2017-08-211-1/+1
* i965: Move compaction "prepass" into brw_eu_compact.cMatt Turner2017-08-212-72/+82
* i965: Mark src inst pointer const in compaction codeMatt Turner2017-08-212-12/+13
* vulkan: import 1.0.59 headers and xml.Dave Airlie2017-08-222-12/+60
* Android: Fix LLVM duplicated symbols linking for N and MRob Herring2017-08-214-13/+7
* docs: update calendar, add news item and link release notes for 17.1.7Andres Gomez2017-08-213-6/+8
* docs: add sha256 checksums for 17.1.7Andres Gomez2017-08-211-1/+2
* docs: add release notes for 17.1.7Andres Gomez2017-08-211-0/+147
* st/va: add MJPEG for configLeo Liu2017-08-212-1/+5
* st/va: reallocate surface with YUYV streamLeo Liu2017-08-211-0/+17
* st/va: detect MJPEG format from bitstreamLeo Liu2017-08-213-0/+10
* radeon/uvd: add YUYV format support for target bufferLeo Liu2017-08-212-3/+5
* st/va: reallocate surface when interlacedLeo Liu2017-08-211-0/+22
* radeon/video: MJPEG not support stacked video buffersLeo Liu2017-08-211-1/+5
* st/va: make surface allocate functions more usefullyLeo Liu2017-08-212-4/+5
* radeon/uvd: reconstruct MJPEG bitstreamLeo Liu2017-08-211-0/+136
* st/va: add slice parameter handling for MJPEGLeo Liu2017-08-211-1/+23
* st/va: add huffman table handling for MJPEGLeo Liu2017-08-211-1/+18
* st/va: add iq matrix handling for MJPEGLeo Liu2017-08-211-1/+6
* st/va: add picture parameter handling for MJPEGLeo Liu2017-08-211-1/+20
* st/va: add handles for MJPEG BuffersLeo Liu2017-08-214-0/+72
* st/va: create decoder for MJPEG formatLeo Liu2017-08-211-3/+6
* st/va: add MJPEG picture to contextLeo Liu2017-08-211-0/+1
* radeon/video: add MJPEG supportLeo Liu2017-08-211-0/+8
* radeon/uvd: add MJPEG supportLeo Liu2017-08-211-9/+22
* radeon/uvd: add MJPEG stream typeLeo Liu2017-08-211-0/+1
* vl: add MJPEG picture descriptionLeo Liu2017-08-211-0/+59
* vl: add MJPEG profile and formatLeo Liu2017-08-212-2/+7
* radeon/uvd: get the target buffer pitch correct for different formatLeo Liu2017-08-211-2/+2
* radeonsi: update non-resident bindless descriptors if neededSamuel Pitoiset2017-08-211-30/+55
* dri3: Move up fourcc utility functionLouis-Francis Ratté-Boulianne2017-08-211-21/+21
* egl: Add dma_buf_import_modifiers for glvndDaniel Stone2017-08-211-0/+4
* intel/blorp: Adjust intra-tile x when faking rgb with red-onlyTopi Pohjolainen2017-08-211-0/+1
* ac/nir: fixup layer/viewport export for GFX9.Dave Airlie2017-08-211-7/+25
* i965/bufmgr: s/BO_ALLOC_FOR_RENDER/BO_ALLOC_BUSY/Jason Ekstrand2017-08-204-19/+18
* i965/tex: Change the flags type on create_for_teximageJason Ekstrand2017-08-201-1/+1
* mesa: only copy requested compressed teximage cubemap facesChristoph Haag2017-08-201-2/+2