summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-22i965/miptree/gen4: Prepare x-tiled fallback for isl basedTopi Pohjolainen1-6/+20
2017-07-22i965/miptree: Prepare non-tiled fallback for isl basedTopi Pohjolainen1-0/+36
2017-07-22i965/miptree: Prepare has_color_unresolved() for isl basedTopi Pohjolainen1-1/+5
2017-07-21gallivm: handle call attributes for llvm < 4.0 in lp_add_function_attrRoland Scheidegger1-3/+7
2017-07-22radv: Generate storage image descriptors unconditionallyAlex Smith1-4/+1
2017-07-21swr/rast: quit using linux-specific gettid()Tim Rowley2-4/+3
2017-07-21radv: initial support for shared semaphores (v2)Dave Airlie6-71/+359
2017-07-21radv/winsys: add syncobj hooksDave Airlie2-0/+44
2017-07-21ac/gpu: add code to detect if kernel supports sync objects.Dave Airlie2-0/+10
2017-07-21swr/rast: fix memory paths for avx512 optimized avx/sseTim Rowley2-10/+10
2017-07-21swr/rast: cache line align hottile buffersTim Rowley1-3/+3
2017-07-21swr/rast: simdlib changes for clang/gccTim Rowley2-10/+35
2017-07-21etnaviv: Avoid duplicates in formats tableWladimir J. van der Laan1-5/+1
2017-07-21etnaviv: Add support for ETC2 texture compressionWladimir J. van der Laan2-1/+22
2017-07-21gallium/util: Implement util_format_is_etcWladimir J. van der Laan1-0/+13
2017-07-21Android: fix spirv_info.c generationChih-Wei Huang1-5/+2
2017-07-21android: fix libmesa_nir buildTapani Pälli1-0/+1
2017-07-20nir: Optimize find_lsb/imsb/umsb error checksMatt Turner1-0/+11
2017-07-20i965/fs: Match destination type to size for ballotMatt Turner2-2/+6
2017-07-20nir: Reduce destination size of ballot intrinsic when possibleMatt Turner3-0/+21
2017-07-20i965: Enable ARB_shader_ballot on Gen8+Matt Turner3-1/+3
2017-07-20i965/fs: Implement ARB_shader_ballot operationsMatt Turner3-0/+48
2017-07-20i965/fs: Do not move MOVs writing the flag outside of control flowMatt Turner1-2/+4
2017-07-20i965/fs: Handle explicit flag sources in flags_read()Francisco Jerez1-4/+5
2017-07-20nir: Add pass to scalarize read_invocation/read_first_invocationMatt Turner3-1/+114
2017-07-20nir: Add system values from ARB_shader_ballotMatt Turner7-4/+84
2017-07-20nir: Add intrinsics from ARB_shader_ballotMatt Turner2-0/+58
2017-07-20i965: Enable ARB_shader_group_voteMatt Turner3-1/+3
2017-07-20i965/fs: Implement ARB_shader_group_vote operationsMatt Turner1-0/+50
2017-07-20i965/fs: Handle explicit flag destinations in flags_written()Francisco Jerez1-4/+19
2017-07-20i965/vec4: Lower ARB_shader_group_vote intrinsicsMatt Turner1-0/+1
2017-07-20nir: Support lowering vote intrinsicsMatt Turner2-2/+4
2017-07-20nir: Add pass to optimize intrinsicsMatt Turner4-0/+99
2017-07-20nir: Add intrinsics from ARB_shader_group_voteMatt Turner2-0/+27
2017-07-20i965: Rename batch->exec_objects to validation_listChris Wilson2-12/+14
2017-07-20Revert "i965: Call intel_prepare_render() from intel_update_state()"Kenneth Graunke1-2/+0
2017-07-20mesa: remove useless assert in _mesa_TextureView()Samuel Pitoiset1-1/+0
2017-07-20mesa: remove duplicated code around framebuffer_renderbuffer()Samuel Pitoiset1-47/+23
2017-07-20mesa: remove one extra check in _mesa_DeleteTextures()Samuel Pitoiset1-5/+0
2017-07-20mesa: make _mesa_generate_texture_mipmap() staticSamuel Pitoiset2-10/+6
2017-07-20mesa: inline save_array_object()Samuel Pitoiset1-14/+1
2017-07-20mesa: inline remove_array_object()Samuel Pitoiset1-15/+1
2017-07-20mesa: tidy up _mesa_DeleteVertexArrays()Samuel Pitoiset1-13/+12
2017-07-20mesa: remove useless assert in texture_storage()Samuel Pitoiset1-1/+0
2017-07-20mesa: pass the 'caller' function to texstorage()Samuel Pitoiset1-9/+11
2017-07-20mesa: make _mesa_texture_storage() staticSamuel Pitoiset2-19/+12
2017-07-20i965: Represent depth surfaces with islTopi Pohjolainen3-48/+94
2017-07-20i965: Drop redundant check for non-tiled depth bufferTopi Pohjolainen2-4/+2
2017-07-20intel/isl/gen4: Represent cube maps with 3D layoutTopi Pohjolainen1-6/+35
2017-07-20i965/miptree: Prepare 3D surfaces with physical 2D layoutTopi Pohjolainen1-17/+22