summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* radeon/vcn: add ib implementations for HEVCBoyuan Zhang2018-02-051-45/+222
* radeon/vcn: support picture parameters for HEVCBoyuan Zhang2018-02-053-21/+64
* radeon/vcn: add vcn encode interface for HEVCBoyuan Zhang2018-02-051-2/+79
* vl: add parameters for HEVC encodeBoyuan Zhang2018-02-051-0/+99
* broadcom/vc5: Ignore samplers for finding uniform offsets.Eric Anholt2018-02-051-1/+12
* broadcom/vc5: Fix non-mipfiltered sampling.Eric Anholt2018-02-051-1/+6
* broadcom/vc5: Fix "hardwrae" typo in a field name in XML.Eric Anholt2018-02-052-2/+2
* ac/nir: fix a crash in load_gs_input() on pre-GFX9 chipsSamuel Pitoiset2018-02-051-0/+3
* broadcom/vc5: Try to merge more than 2 QPU instructions together.Eric Anholt2018-02-051-5/+13
* broadcom/vc5: Remove no-op MOVs after register allocation.Eric Anholt2018-02-051-1/+60
* broadcom/vc5: Add missing shader-db instruction counting.Eric Anholt2018-02-051-0/+7
* r600: fix resq for buffer images.Dave Airlie2018-02-051-1/+4
* r600/eg: fix cube map array buffer images.Dave Airlie2018-02-051-1/+1
* mesa: change ctx->Color.ColorMask into a 32-bit bitmaskMarek Olšák2018-02-0433-232/+174
* i965: Create new program cache bo when clearing the program cacheJordan Justen2018-02-031-0/+1
* aubinator: Multiply count by 4 to compute buffer sizesJason Ekstrand2018-02-021-1/+1
* broadcom/vc5: Enable UIF XOR on textures.Eric Anholt2018-02-023-7/+40
* broadcom/vc5: Fix alignment of miplevel 1 with UIF.Eric Anholt2018-02-023-15/+31
* broadcom/vc5: Switch our RGBA4 support to the new gallium format.Eric Anholt2018-02-021-2/+1
* gallium: Add a new A4B4G4R4 pipe format for Broadcom.Eric Anholt2018-02-024-1/+10
* mesa: Drop incorrect A4B4G4R4 _mesa_format_matches_format_and_type() cases.Eric Anholt2018-02-021-6/+0
* meson/swr: Updated copyright datesGeorge Kyriazis2018-02-024-4/+4
* meson/swr: re-shuffle generated filesGeorge Kyriazis2018-02-024-80/+126
* amd: remove support for LLVM 3.9Marek Olšák2018-02-0212-242/+75
* meson: Check for actual LLVM required versionsDylan Baker2018-02-021-2/+10
* meson: Don't confuse the install and search paths for dri driversDylan Baker2018-02-025-5/+15
* radeonsi: use pknorm_i16/u16 and pk_i16/u16 LLVM intrinsicsMarek Olšák2018-02-023-113/+216
* travis: add osx autotools buildJon Turney2018-02-021-0/+30
* travis: pip -> pip2Jon Turney2018-02-021-1/+1
* travis: conditionalize building of prerequisites on if OS=linuxJon Turney2018-02-021-43/+46
* glx/test: fix building for osxJon Turney2018-02-022-0/+16
* i965: check if upload is 0 explicitely, when downsizing a formatAndres Gomez2018-02-021-8/+8
* mesa: don't flag _NEW_COLOR for KHR adv.blend if prog constant doesn't changeMarek Olšák2018-02-024-15/+51
* ac/nir: replace SI.buffer.load.dword with amdgcn.buffer.loadSamuel Pitoiset2018-02-021-32/+20
* r600/eg: add crap indirect compute support.Dave Airlie2018-02-021-7/+19
* i965: Call prepare_external after implicit window-system MSAA resolvesJason Ekstrand2018-02-011-0/+15
* r600: don't do stack workarounds for hemlockRoland Scheidegger2018-02-021-0/+1
* r600: initial attempt at gl_HelperInvocation (v3)Dave Airlie2018-02-026-3/+108
* radv: Don't expose VK_KHX_multiview on android.Bas Nieuwenhuizen2018-02-011-1/+1
* vbo: Simplify input array distribution for dlist type draws.Mathias Fröhlich2018-02-011-46/+8
* vbo: Simplify input array distribution for imm type draws.Mathias Fröhlich2018-02-011-66/+15
* vbo: Simplify input array distribution for array type draws.Mathias Fröhlich2018-02-011-83/+27
* vbo: Use static const VERT_ATTRIB->VBO_ATTRIB maps.Mathias Fröhlich2018-02-016-35/+99
* mesa: Track position/generic0 aliasing in the VAO.Mathias Fröhlich2018-02-015-4/+242
* mesa: Put materials at the end of the generic block.Mathias Fröhlich2018-02-015-19/+24
* mesa: Use defines for the aliased material array attributes.Mathias Fröhlich2018-02-0111-37/+55
* vbo: Correctly handle attribute offsets in dlist draw.Mathias Fröhlich2018-02-013-31/+36
* gallivm/llvmpipe: add const qualifiers on sampler variablesBrian Paul2018-02-015-8/+8
* vbo: change an argument in vbo_draw_indirect_prims()Brian Paul2018-02-011-5/+12
* vbo: add comments on the VBO draw function typedefsBrian Paul2018-02-011-2/+55