aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* anv: Link to libX11-xcb only when unneededChad Versace2016-09-081-3/+5
* swr: fixes for format mapping and texture sizingTim Rowley2016-09-081-2/+16
* intel/blorp: Allow single slice converter to suppress number of layersTopi Pohjolainen2016-09-081-3/+0
* spirv/nir: Implement OpAtomicLoad/Store for shared variablesLionel Landwerlin2016-09-071-1/+34
* nir/spirv: Remove an erroneous "fall through" commentJason Ekstrand2016-09-071-1/+0
* EGL: Combine the GL and GLES current contexts (v2)Kyle Brenneman2016-09-074-107/+22
* gbm: wire up fence extensionRob Clark2016-09-074-1/+6
* freedreno: reject imports with bogus pitchRob Clark2016-09-073-8/+7
* gbm: add missing R8 and GR88 formatsRob Clark2016-09-072-1/+13
* spirv/nir: Add support for OpAtomicLoad/StoreLionel Landwerlin2016-09-071-11/+113
* radeonsi: skip redundant INDEX_TYPE writesMarek Olšák2016-09-073-20/+32
* radeonsi: add more unlikely() uses into si_draw_vboMarek Olšák2016-09-071-5/+5
* radeonsi: skip draws with instance_count == 0Marek Olšák2016-09-071-3/+13
* gallium/radeon/winsyses: fix counting mapped memoryMarek Olšák2016-09-072-0/+16
* nir: fix definition of pack_uvec2_to_uintIlia Mirkin2016-09-061-1/+1
* mesa/formatquery: limit ES target support, fix core context supportIlia Mirkin2016-09-061-7/+8
* mapi: add gl32.h to the list of GLES3 headers for installationIlia Mirkin2016-09-061-0/+1
* main: GL_RGB10_A2UI does not come with GL 3.0/EXT_texture_integerIlia Mirkin2016-09-061-1/+7
* nir/spirv: Use fill_common_atomic_sources for image atomicsJason Ekstrand2016-09-061-56/+43
* nir/spirv: Use the correct sources for CompareExchange on imagesJason Ekstrand2016-09-061-2/+2
* nir/spirv: Swap the argument order for AtomicCompareExchangeJason Ekstrand2016-09-061-2/+2
* vbo: increase VBO_SAVE_BUFFER_SIZE from 8k to 256k dwordsTim Rowley2016-09-061-1/+1
* glsl: Add positional argument specifiers.Vinson Lee2016-09-061-5/+5
* util: (trivial) add <stdint.h> include to slab.cRoland Scheidegger2016-09-061-0/+1
* glsl: Add .gitignore for make check warnings testJason Ekstrand2016-09-061-0/+1
* anv/pipeline: Lower indirect outputs when EmitNoIndirectOutput is setJason Ekstrand2016-09-061-0/+2
* Android: glsl: add rules to generate ir_expression*.h header filesRob Herring2016-09-066-9/+45
* st/omx/dec: enable hevc omx decode supportLeo Liu2016-09-062-1/+25
* st/omx/dec/h265: get the reference list for uvdLeo Liu2016-09-061-0/+39
* st/omx/dec/h265: add short term reference picture setsLeo Liu2016-09-061-4/+110
* st/omx/dec/h265: add slice headerLeo Liu2016-09-062-2/+216
* st/omx/dec/h265: add picture parameter setsLeo Liu2016-09-061-0/+98
* st/omx/dec/h265: add sequence parameter setsLeo Liu2016-09-062-0/+297
* st/omx/dec: add initial omx hevc supportLeo Liu2016-09-063-0/+160
* st/omx/dec: set dst rect to match src sizeLeo Liu2016-09-061-2/+11
* gallium: switch drivers to the slab allocator in src/utilMarek Olšák2016-09-0630-353/+82
* util: import the slab allocator from galliumMarek Olšák2016-09-063-0/+244
* loader/dri3: Always use at least two back buffersMichel Dänzer2016-09-061-3/+1
* glsl: Fix locations of variables in patch qualified interface blocks.Kenneth Graunke2016-09-051-2/+4
* mesa: Fix types in _mesa_get_color_read_format().Kenneth Graunke2016-09-051-1/+1
* amd/addrlib: move addrlib from amdgpu winsys to common codeDave Airlie2016-09-0626-28/+65
* gallium/util: move endian detect into a separate fileDave Airlie2016-09-063-39/+73
* radeon: move radeon_family/chip_class defintions to commonDave Airlie2016-09-063-85/+115
* radeonsi: move sid.h/r600d_common.h to a common place.Dave Airlie2016-09-0613-9/+42
* gallium/radeon: remove VPORT_ZMIN/ZMAX from init config statesMarek Olšák2016-09-053-25/+1
* gallium/radeon: set VPORT_ZMIN/MAX registers correctlyMarek Olšák2016-09-0512-13/+82
* gallium/radeon: unify viewport emission codeMarek Olšák2016-09-051-14/+16
* radeonsi: also do VS_PARTIAL_FLUSH before updating VGT ring pointersMarek Olšák2016-09-051-0/+6
* radeonsi: fix variable naming in si_emit_cache_flushMarek Olšák2016-09-051-31/+31
* radeonsi: don't emit CS_PARTIAL_FLUSH if compute is not usedMarek Olšák2016-09-053-1/+5