summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-0612-9/+41
* 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
* radeonsi: add HUD queries for counting VS/PS/CS partial flushesMarek Olšák2016-09-054-0/+35
* gallium/radeon: rename the num-cs-flushes query to num-ctx-flushesMarek Olšák2016-09-052-5/+5
* radeonsi: fix a badly implemented GS bug workaroundMarek Olšák2016-09-051-8/+13
* radeonsi: fix texture format reinterpretation with DCCMarek Olšák2016-09-055-1/+116
* radeonsi: fix Gather4 with integer formatsMarek Olšák2016-09-051-3/+96
* radeonsi: fix a crash in imageSize for cubemap arraysMarek Olšák2016-09-051-3/+1
* radeonsi: fix gl_PatchVerticesIn for tessellation evaluation shaderMarek Olšák2016-09-051-1/+6
* radeonsi: fix cubemaps viewed as 2DMarek Olšák2016-09-051-0/+4
* radeonsi: always use the same function signature for llvm.SI.exportMarek Olšák2016-09-051-4/+4
* radeonsi: return correct eviction stats for NVX_gpu_memory_infoMarek Olšák2016-09-051-2/+7
* gallium/radeon: also eliminate DCC fast clear in resource_get_handleMarek Olšák2016-09-051-2/+3
* gallium/radeon: use the current ctx for CMASK elimination in resource_get_handleMarek Olšák2016-09-051-6/+11
* gallium/radeon: use the current ctx for DCC decompression in resource_get_handleMarek Olšák2016-09-051-3/+3
* gallium/radeon: derive buffer placement and flags only at initializationMarek Olšák2016-09-055-49/+67
* radeonsi: set more sampler settingsMarek Olšák2016-09-052-2/+12
* noop: implement resource_get_handleMarek Olšák2016-09-051-2/+14