aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* st/dri: add 32-bit RGBX/RGBA formatsRob Herring2016-04-212-0/+10
* dri/common: add MESA_FORMAT_R8G8B8{A8, X8}_UNORM formats as supported configsRob Herring2016-04-211-0/+10
* i965: add build rule for brw_nir_trig_workarounds.c on AndroidRob Herring2016-04-214-2/+49
* glsl: android: add back missing generated glcpp include pathRob Herring2016-04-211-0/+1
* loader: add a libdrm case for loader_get_device_name_for_fdJonathan Gray2016-04-211-1/+25
* i965/tiled_memcpy: don't unconditionally use __builtin_bswap32Jonathan Gray2016-04-211-1/+14
* egl/x11: authenticate before doing chipset id ioctlsJonathan Gray2016-04-211-54/+56
* gallium/radeon: Silence possibly uninitialized variable warning.Bas Nieuwenhuizen2016-04-211-1/+1
* winsys/amdgpu: Silence possibly uninitialized variable warning.Bas Nieuwenhuizen2016-04-211-0/+3
* radeonsi: Enable loading into CE RAM.Bas Nieuwenhuizen2016-04-213-0/+14
* radeonsi: Use defines for CONTEXT_CONTROL instead of magic values.Bas Nieuwenhuizen2016-04-212-2/+5
* winsys/amdgpu: fix preamble IB sizeThomas Hindoe Paaboel Andersen2016-04-211-0/+1
* i965/blorp: Reduce the urb size requirement for vertex bufferTopi Pohjolainen2016-04-211-5/+4
* i965/blorp: Reduce the size of vertex bufferTopi Pohjolainen2016-04-211-12/+19
* i965/blorp: Do not tricker urb re-configuration unnecessarilyTopi Pohjolainen2016-04-212-1/+5
* i965/blorp: Skip re-emitting urb config whenever possibleTopi Pohjolainen2016-04-211-0/+15
* i965/blorp: Prepare to switch from compute pipelineTopi Pohjolainen2016-04-211-0/+2
* i965/blorp: Skip uploading state/options not needed for clearsTopi Pohjolainen2016-04-213-17/+37
* i965/blorp: Re-introduce clear programsTopi Pohjolainen2016-04-215-4/+473
* i965/meta: Move check for srgb into is_color_fast_clear_compatible()Topi Pohjolainen2016-04-212-17/+19
* i965/meta: Expose check for fast clear compatibilityTopi Pohjolainen2016-04-212-20/+25
* i965/meta: Expose fast clear value setupTopi Pohjolainen2016-04-212-5/+10
* i965/meta: Expose non-fast clear rectangle calculationTopi Pohjolainen2016-04-212-10/+21
* i965/meta: Expose resolve clear rectangle calculationTopi Pohjolainen2016-04-212-7/+15
* i965/meta: Expose fast clear rectangle calculationTopi Pohjolainen2016-04-212-19/+33
* i965: Declare input to mcs alignment calculation constantTopi Pohjolainen2016-04-212-2/+2
* i965/blorp: Switch the order of render and texture targetsTopi Pohjolainen2016-04-212-1/+5
* i965/blorp: Reduce scope for generator and its inputsTopi Pohjolainen2016-04-213-26/+25
* i965/blorp: Add support for disabling color blendingTopi Pohjolainen2016-04-214-0/+19
* i965/blorp: Add support for setting fast clear operationTopi Pohjolainen2016-04-214-0/+5
* i965/blorp: Enable blits on gen8Topi Pohjolainen2016-04-213-6/+9
* i965/blorp: Prepare stencil sampling for gen8Topi Pohjolainen2016-04-212-3/+4
* i965/blorp: Add check for supported sample numbersTopi Pohjolainen2016-04-212-2/+17
* i965/blorp: Add support for sampling 3D texturesTopi Pohjolainen2016-04-213-6/+23
* i965/blorp: Add support for source swizzleTopi Pohjolainen2016-04-215-9/+29
* i965/blorp: Pipeline upload support for gen8Topi Pohjolainen2016-04-213-0/+699
* i965/gen8: Expose pma stall emissionTopi Pohjolainen2016-04-212-4/+8
* i965: Allow texture surface state setup to be used by blorpTopi Pohjolainen2016-04-214-6/+12
* i965/blorp: Prepare sampling for gen9Topi Pohjolainen2016-04-211-2/+14
* i965/blorp: Prepare render target write for gen8Topi Pohjolainen2016-04-215-8/+10
* i965/blorp/gen6: Prepare vertex buffer setup logic for gen8Topi Pohjolainen2016-04-211-8/+22
* i965/blorp/gen7: Expose state setup applicable to gen8Topi Pohjolainen2016-04-212-11/+50
* i965/blorp: Use 8k chunk size for urb allocationTopi Pohjolainen2016-04-211-5/+14
* i965/blorp/gen7: Prepare re-using for gen8Topi Pohjolainen2016-04-211-2/+4
* i965/blorp: Let compiler calculate the vertex buffer sizeTopi Pohjolainen2016-04-211-21/+10
* i965/gen8: Expose state base address setupTopi Pohjolainen2016-04-212-2/+4
* i965/gen8: Expose surface state helpersTopi Pohjolainen2016-04-212-25/+41
* i965/gen9: Use correct size for DS_STATETopi Pohjolainen2016-04-211-4/+18
* glsl: add forgotten textureOffset function for sampler2DArrayShadowRoland Scheidegger2016-04-211-0/+7
* i965: Fix interpolateAtSample() on single sampled buffers.Kenneth Graunke2016-04-201-0/+15