summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: Make numSamples an unsigned intGert Wollny2018-01-196-8/+8
* gallium: Make (num_)samples an unsigned intGert Wollny2018-01-192-2/+6
* docs: correct a typo in releasing instructionsAndres Gomez2018-01-191-1/+1
* docs: move untar line in basic testing instructions for coherenceAndres Gomez2018-01-191-1/+1
* docs: add a notice whenever a release is the final in a seriesAndres Gomez2018-01-191-1/+16
* docs: add final release note for 17.2.8Andres Gomez2018-01-191-0/+4
* docs: add final release note for 17.1.10Andres Gomez2018-01-191-0/+4
* st/vdpau: release held lock in error pathGrazvydas Ignotas2018-01-191-1/+3
* docs: update calendar, add news and link release notes to 17.3.3Juan A. Suarez Romero2018-01-193-7/+8
* docs: add sha256 checksums for 17.3.3Juan A. Suarez Romero2018-01-191-1/+2
* docs: add release notes for 17.3.3Juan A. Suarez Romero2018-01-191-0/+150
* anv: avoid segmentation fault due to vk_error()Samuel Iglesias Gonsálvez2018-01-191-8/+10
* ac/nir: Fix vector extraction if source vector has >4 elements.Bas Nieuwenhuizen2018-01-191-16/+32
* ac/nir: Use correct 32-bit component writemask for 64-bit SSBO stores.Bas Nieuwenhuizen2018-01-191-9/+13
* ac/nir: Fix TCS output LDS offsets.Bas Nieuwenhuizen2018-01-191-5/+6
* radv: Use correct bindings for inputRate in key generation.Bas Nieuwenhuizen2018-01-191-1/+7
* radv: Implement VK_ANDROID_native_buffer.Bas Nieuwenhuizen2018-01-197-4/+407
* radv: Add create image flag to not use DCC/CMASK.Bas Nieuwenhuizen2018-01-192-19/+25
* radv: Generate VK_ANDROID_native_buffer.Bas Nieuwenhuizen2018-01-193-2/+9
* radv: Replace an assert with unreachable.Bas Nieuwenhuizen2018-01-191-1/+1
* radv: Remove DCC check on CS resolve dst image.Bas Nieuwenhuizen2018-01-191-3/+0
* gallivm: support avx512 (16x32) in interleave2_halfGeorge Kyriazis2018-01-181-2/+38
* vbo: fix VBO optimization regressionBrian Paul2018-01-182-4/+7
* meson: ensure that xmlpool_options.h is generated for targets that need itDylan Baker2018-01-183-12/+12
* ac: fix visit_ssa_undef() for doublesTimothy Arceri2018-01-191-2/+3
* ac/nir: account for view index in the user sgpr allocation.Dave Airlie2018-01-181-8/+34
* r600: enable ARB_enhanced_layoutsDave Airlie2018-01-193-3/+4
* intel: Future-proof ring names for aubinator_error_decodeChris Wilson2018-01-181-24/+98
* i965: Bind null render targets for shadow sampling + color.Kenneth Graunke2018-01-181-1/+32
* anv/query: implement multiview interactionsIago Toral Quiroga2018-01-181-0/+54
* vc5: add missing files to the tarballEmil Velikov2018-01-181-0/+5
* broadcom: add missing headers to the tarballEmil Velikov2018-01-181-2/+5
* i965/screen: Allow drirc to set 'allow_rgb10_configs' again.Mario Kleiner2018-01-181-1/+6
* anv: return VK_ERROR_OUT_OF_DEVICE_MEMORY when surface size is out of HW limitsSamuel Iglesias Gonsálvez2018-01-181-4/+2
* ac: tidy up array indexing logicTimothy Arceri2018-01-181-5/+1
* mesa/st: translate SO info in glsl_to_nir() caseRob Clark2018-01-181-4/+43
* r600/sb: add lds related peepholes.Dave Airlie2018-01-181-1/+8
* r600/sb: use different stacks for tracking lds and queue usage.Dave Airlie2018-01-182-3/+24
* r600/sb: schedule LDS ops in appropriate places.Dave Airlie2018-01-182-0/+7
* r600/sb: hit the scheduler with a big hammer to avoid lds splits.Dave Airlie2018-01-181-0/+3
* r600/sb: adding lds oq tracking to the schedulerDave Airlie2018-01-182-3/+15
* r600/sb: add gcm support to avoid clause between lds read/queue readDave Airlie2018-01-182-2/+17
* r600/sb: handle lds special dest registers.Dave Airlie2018-01-182-2/+2
* r600/sb: handle LDS operations in folding.Dave Airlie2018-01-181-0/+11
* r600/sb: add finalising for lds output queue special values.Dave Airlie2018-01-181-0/+12
* r600/sb: add initial support for parsing lds operations.Dave Airlie2018-01-181-2/+50
* r600/sb: disable if conversion for hsDave Airlie2018-01-181-1/+1
* r600/sb: lds ops have no dst register.Dave Airlie2018-01-181-1/+1
* r600/sb: introduce special register values for lds support.Dave Airlie2018-01-183-1/+33
* r600/sb: update last_cf if alu is the last clauseDave Airlie2018-01-181-0/+1