summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-24radv: add support for VK_AMD_negative_viewport_heightFredrik Höglund1-0/+4
2016-11-24radv: add support for VK_KHR_sampler_mirror_clamp_to_edgeFredrik Höglund1-0/+4
2016-11-24radv: add support for anisotropic filtering on SI-CIFredrik Höglund2-9/+33
2016-11-23i965/gen7: Only advertise 4 samples for RGBA32F on GLESJordan Justen1-3/+19
2016-11-23radeonsi: print new opt flags in si_dump_shader_keyMarek Olšák1-0/+9
2016-11-23radeonsi: add a debug flag that disables optimized shader variantsMarek Olšák3-0/+7
2016-11-23compiler/glsl/tests: Fix print format when building 32-bit binaries on 64-bit...Aaron Watry1-1/+3
2016-11-23compiler/glsl/tests: Fix print format when building 32-bit binaries on 64-bit...Aaron Watry1-2/+8
2016-11-23anv: fix enumeration of propertiesEmil Velikov1-6/+8
2016-11-23i965: Restructure fast clear eligibility decisionBen Widawsky1-14/+37
2016-11-23i965: Set initial msaa fast clear status explicitlyTopi Pohjolainen1-1/+1
2016-11-23i965: Declare read-only input to level/layer check constTopi Pohjolainen1-1/+1
2016-11-23i965/fbo: Prepare layer multiplier for render buffer compressionTopi Pohjolainen1-1/+1
2016-11-23i965: Add multi-slice getter for resolve mapsTopi Pohjolainen2-7/+27
2016-11-23i965/meta: Split conversion of color and setting itTopi Pohjolainen3-19/+36
2016-11-23intel/blorp: Fix rectangle size for level-not-zero resolvesTopi Pohjolainen1-2/+2
2016-11-23i965/miptree: Don't shrink textures when augmenting for more levelsTopi Pohjolainen1-4/+25
2016-11-23main/getteximage: Use the height argument to calculate memcpy copy sizeEduardo Lima Mitev1-1/+1
2016-11-23nir/spirv: implement ordered / unordered floating point comparisons properlyIago Toral Quiroga1-1/+52
2016-11-23anv: fix segfault in anv_BindImageMemoryDave Airlie1-1/+1
2016-11-22swr: [rasterizer core] fix cast for stencil clear valueTim Rowley1-3/+2
2016-11-22swr: color interpolation is also supposed to get perspective divisionIlia Mirkin1-2/+4
2016-11-22swr: add sprite coord enable mask to fs keyIlia Mirkin2-1/+3
2016-11-22swr: rework vert <-> frag shader linkage logicIlia Mirkin1-43/+50
2016-11-22swr: flatshading makes color outputs flat, it doesn't affect othersIlia Mirkin1-4/+2
2016-11-22swr: only broadcast color0 value, not all color valuesIlia Mirkin1-1/+2
2016-11-22swr: report a reasonable max lod biasIlia Mirkin1-1/+1
2016-11-22swr: avoid using exceptions for expected condition handlingIlia Mirkin1-5/+4
2016-11-22swr: remove formats from mapping table that don't have StoreTile implsIlia Mirkin1-38/+48
2016-11-22swr: remove unnecessary -1 entries in format mapping tableIlia Mirkin1-126/+0
2016-11-22swr: rework resource layout and surface setupIlia Mirkin6-160/+352
2016-11-23util: fix missing swizzle components in the SINT <-> UINT conversion stringCharmaine Lee1-2/+2
2016-11-22vc4: Don't conditionalize the src1 mov of qir_SEL().Eric Anholt1-4/+2
2016-11-22vc4: Re-add R4 to the "any" register class.Eric Anholt1-0/+2
2016-11-22vc4: Disable MSAA rasterization when the job binning is single-sampled.Eric Anholt1-2/+13
2016-11-22vc4: Make sure we don't overflow texture input/output FIFOs when threaded.Eric Anholt1-2/+3
2016-11-23radv: move pipeline barrier image transitions after src flushingDave Airlie1-8/+12
2016-11-22anv: Enable fast clears on gen7-8Jason Ekstrand2-13/+36
2016-11-22anv: Add support for fast clears on gen9Jason Ekstrand3-29/+176
2016-11-22anv/blorp: Rework flushing around resolvesJason Ekstrand1-14/+18
2016-11-22anv/cmd_buffer: Apply remaining flushes in EndCommandBufferJason Ekstrand1-0/+2
2016-11-22anv/blorp: Use regular blorp clears for subpass clearsJason Ekstrand1-10/+19
2016-11-22anv: Add a vk_to_isl_color helperJason Ekstrand2-7/+16
2016-11-22anv/cmd_buffer: Make setup_attachments take a RenderPassBeginInfoJason Ekstrand1-7/+6
2016-11-22anv: Set up binding tables and surface states for input attachmentsJason Ekstrand5-6/+85
2016-11-22anv/pipeline: Handle depth/stencil self-dependenciesJason Ekstrand3-6/+31
2016-11-22anv: Use pass attachment information to insert flushesJason Ekstrand1-0/+88
2016-11-22anv/cmd_buffer: Fix pipeline barriers for input attachmentsJason Ekstrand1-1/+1
2016-11-22anv/pipeline: Add a input_attachment_index to the bindingsJason Ekstrand2-0/+30
2016-11-22anv/pass: Calculate the combined image usage of attachmentsJason Ekstrand2-1/+12