summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-22anv: Add an input attachment lowering passJason Ekstrand4-0/+147
2016-11-22i965/fs: Implement load_layer_id for fragment shadersJason Ekstrand1-0/+5
2016-11-22nir: Add a layer_id system value intrinsicJason Ekstrand1-0/+1
2016-11-22spirv: Stop warning about input attachmentsJason Ekstrand1-1/+1
2016-11-22spirv: Handle the InputAttachmentIndex decorationJason Ekstrand2-0/+5
2016-11-22compiler: Add the rest of the subpassInput typesJason Ekstrand4-6/+23
2016-11-22anv/cmd_buffer: Emit CS push constants after binding tablesJason Ekstrand1-8/+8
2016-11-22gallium: fix more occurences of u_hash.hMarek Olšák5-5/+5
2016-11-22mesa: use special checksums for unset checksums and fixed-func shadersMarek Olšák2-0/+6
2016-11-22glsl: add gl_linked_shader::SourceChecksumMarek Olšák4-1/+27
2016-11-22mesa: use util_hash_crc32 instead of _mesa_str_checksumMarek Olšák3-26/+2
2016-11-22util: import CRC32 implementation from galliumMarek Olšák5-11/+11
2016-11-22anv/cmd_buffer: Add an assert on emit_binding_table failureJason Ekstrand1-0/+1
2016-11-22gbm: request correct version of the DRI2_FENCE extensionLucas Stach1-1/+1
2016-11-22anv/cmd_buffer: Emit a CS stall before setting a CS pipelineJason Ekstrand1-1/+13
2016-11-22anv/cmd_buffer: Re-emit MEDIA_CURBE_LOAD when CS push constants are dirtyJason Ekstrand1-10/+13
2016-11-22anv/cmd_buffer: Handle running out of binding tables in compute shadersJason Ekstrand1-5/+15
2016-11-22i965/compiler: Disable trig workarounds on KBL+Jason Ekstrand2-4/+8
2016-11-22intel/common: Add an is_kabylake field to gen_device_infoJason Ekstrand2-0/+6
2016-11-22anv: Fix unintentional integer overflow in anv_CreateDmaBufImageINTELGwan-gyeong Mun1-1/+1
2016-11-22util/disk_cache: close a previously opened handle in disk_cache_put (v2)Gwan-gyeong Mun1-6/+5
2016-11-22auxiliary/vl/dri: call get_xcb_screen() only onceEmil Velikov1-2/+6
2016-11-22egl/x11: store xcb_screen_t *screen instead of int screenEmil Velikov3-66/+18
2016-11-22egl/x11: factor out dri2_get_xcb_connection()Emil Velikov1-36/+27
2016-11-23mesa/glsl: remove unused uses_builtin_functions fieldTimothy Arceri3-3/+0
2016-11-22i965: Use NIR-based clip/cull lowering for OpenGL as well.Kenneth Graunke2-1/+2
2016-11-22anv: Enable clip and cull distance support.Kenneth Graunke2-6/+5
2016-11-22i965/vec4: Handle component qualifiers on non-generic varyings.Kenneth Graunke5-73/+53
2016-11-22i965/fs: Handle compact outputs.Kenneth Graunke1-1/+3
2016-11-22spirv: Silence unsupported capability warnings for Clip/CullDistance.Kenneth Graunke1-2/+2
2016-11-22anv: Set clip/cull distances fields in packets.Kenneth Graunke1-6/+26
2016-11-22anv: Combine ClipDistance and CullDistance arrays.Kenneth Graunke1-0/+3
2016-11-22nir: add a pass to compact clip/cull distances.Kenneth Graunke3-0/+190
2016-11-22nir: Add a "compact array" flag and IO lowering code.Kenneth Graunke7-18/+67