summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-05-23tgsi/scan: add hw atomic to the list of memory accessing filesDave Airlie1-1/+2
2018-05-23llvmpipe: improve rasterization discard logicRoland Scheidegger15-89/+118
2018-05-23ac/surface/gfx6: Don't force a tile index for fmask.Bas Nieuwenhuizen1-1/+1
2018-05-22i965: Remove ring switching entirelyJason Ekstrand11-105/+61
2018-05-22i965/miptree: Move the access_raw call to the individual map functionsJason Ekstrand1-3/+13
2018-05-22i965: Remove support for the BLT ringJason Ekstrand1-9/+3
2018-05-22i965/miptree: Use blorp for blit maps on gen6+Jason Ekstrand1-11/+25
2018-05-22i965/miptree: Use blorp for validation tex copies on gen6+Jason Ekstrand1-11/+29
2018-05-22i965: Delete the blitter path for CopyTexSubImageJason Ekstrand1-58/+0
2018-05-22i965: Don't fall back to the blitter in BlitFramebufferJason Ekstrand1-8/+0
2018-05-22i965: Remove some unused includes of intel_blit.hJason Ekstrand4-4/+0
2018-05-22i965/blit: Delete intel_emit_linear_blitJason Ekstrand2-62/+0
2018-05-22i965: Use meta for pixel ops on gen6+Jason Ekstrand3-4/+10
2018-05-22i965: Emit VF cache invalidates for 48-bit addressing bugs with softpin.Kenneth Graunke2-0/+69
2018-05-22i965: Introduce a "memory zone" concept on BO allocation.Kenneth Graunke16-38/+107
2018-05-22intel/eu: Set EXECUTE_1 when setting the rounding mode in cr0Jason Ekstrand1-0/+2
2018-05-22dri3: Stricter SBC wraparound handlingMichel Dänzer1-3/+11
2018-05-22radv: fix computation of user sgprs for 32-bit pointersSamuel Pitoiset1-1/+3
2018-05-22radv: drop user_sgpr_info::sgpr_countSamuel Pitoiset1-13/+11
2018-05-22radv: add support for 32-bit pointers in user data SGPRsSamuel Pitoiset4-21/+40
2018-05-22radv: add set_loc_shader_ptr() helperSamuel Pitoiset1-7/+13
2018-05-22radv: allocate descriptor BOs in the 32-bit addr spaceSamuel Pitoiset1-1/+2
2018-05-22radv: allocate the upload BO in the 32-bit addr spaceSamuel Pitoiset1-1/+2
2018-05-22radv: set amdgpu-32bit-address-high-bits LLVM attributeSamuel Pitoiset3-0/+8
2018-05-22radv/winsys: allow to allocate BOs in the 32-bit addr spaceSamuel Pitoiset2-1/+3
2018-05-22radv/winsys: request high addressSamuel Pitoiset1-4/+6
2018-05-21i965/glk: Add l3 banks count for 2x6 configurationAnuj Phogat1-1/+1
2018-05-21v3d: Include v3d_drm.h path.Vinson Lee1-0/+1
2018-05-21radv: fix centroid interpolationSamuel Pitoiset1-3/+0
2018-05-21radv: Cleanup unused prime blit path.Bas Nieuwenhuizen2-25/+0
2018-05-21radv: Fix SRGB compute copies.Bas Nieuwenhuizen2-0/+42
2018-05-21android: enable VK_ANDROID_native_bufferTapani Pälli1-3/+0
2018-05-21virgl: set texture buffer offset alignment to disable ARB_texture_buffer_range.Dave Airlie1-1/+1
2018-05-21mesa: stop hiding query parameters from OpenGL compatTimothy Arceri1-14/+7
2018-05-20radv: fix VK_EXT_descriptor_indexingChristoph Haag1-1/+1
2018-05-20ac/surface: Only align linear power of two fmt textures.Bas Nieuwenhuizen1-2/+2
2018-05-20amd/addrlib: Use defines in autotools build.Bas Nieuwenhuizen1-0/+1
2018-05-19r600/compute: Mark several functions as staticAaron Watry2-30/+29
2018-05-19r600/compute: Remove unused compute_memory_pool functionsAaron Watry2-103/+0
2018-05-19draw: get rid of special logic to not emit null trisRoland Scheidegger1-38/+0
2018-05-18nir: Implement optional b2f->iand loweringAlyssa Rosenzweig2-1/+7
2018-05-18radeonsi: skip ES output stores for undefined output componentsMarek Olšák1-0/+3
2018-05-18i965: isl: Move the MCS gen7+ assertion into ISLNanley Chery2-2/+2
2018-05-18i965/miptree: Remove format assertion in alloc_auxNanley Chery1-5/+0
2018-05-18i965/miptree: Simplify the switch in supports_ccsNanley Chery1-5/+1
2018-05-18i965: Make get_ccs_surf succeed in alloc_auxNanley Chery2-10/+11
2018-05-18llvmpipe: fix check for a no-op shaderBrian Paul1-2/+4
2018-05-18radv: pass radv_nir_compiler_options directly to create_llvm_function()Samuel Pitoiset1-4/+3
2018-05-18st/mesa: only define GLSL 1.4 for compat if driver supports itChristian Gmeiner1-1/+1
2018-05-18vbo: remove MaxVertexAttribStride assert check.Dave Airlie1-1/+0