summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-02anv: Plug in VK_EXT_hdr_metadatahdr_metadataVille Syrjälä2-0/+10
2018-05-02vulkan/wsi: VK_EXT_hdr_metadata plumbingVille Syrjälä3-0/+19
2018-05-02egl: implement EXT_surface_SMPTE2086_metadata and EXT_surface_CTA861_3_metadataTapani Pälli5-0/+195
2018-05-02radv: enable out-of-order rasterization by defaultSamuel Pitoiset2-2/+3
2018-05-02radv: only disable out-of-order rast for perfect occlusion queriesSamuel Pitoiset2-10/+12
2018-05-01i965: Drop unused gen5 sampler default color struct.Kenneth Graunke1-9/+0
2018-05-01i965: Make brw_vs_outputs_written static.Kenneth Graunke2-5/+1
2018-05-01i965/tex_image: Avoid the ASTC LDR workaround on gen9lpNanley Chery1-1/+1
2018-05-01freedreno: Fix ir3_cmdline.c build.Eric Anholt1-0/+1
2018-05-01anv: Allow lookup of vkEnumerateInstanceVersion without an instanceJason Ekstrand1-0/+1
2018-05-01anv: Don't advertise Float64 or Int64 on HW without 64-bit typesJason Ekstrand1-2/+4
2018-05-01radv: compute the number of subpass attachments correctlySamuel Pitoiset1-2/+2
2018-05-02radv: set fmask_surf_index on fmask surfaces.Dave Airlie1-1/+3
2018-05-01gallium/i915: fix PIPE_CAPF_MIN_CONSERVATIVE_RASTER_DILATE typoBrian Paul1-1/+1
2018-04-30nvc0: add conservative rasterization supportRhys Perry7-8/+87
2018-04-30st/mesa: add support for nvidia conservative rasterization extensionsRhys Perry3-0/+51
2018-04-30gallium: add initial support for conservative rasterizationRhys Perry21-2/+243
2018-04-30mesa: add support for nvidia conservative rasterization extensionsRhys Perry17-11/+526
2018-04-30glsl/tests: add GLSL_TYPE_UINT8, GLSL_TYPE_INT8 cases to switch statementsBrian Paul1-0/+6
2018-04-30tgsi: use enums instead of unsigned in ureg codeBrian Paul2-12/+12
2018-05-01nir: move GL specific passes to src/compiler/glslTimothy Arceri12-38/+83
2018-04-30radv/winsys: fix leaking resources from bo's imported by fdAndres Rodriguez1-0/+1
2018-04-30i965/tiled_memcpy: ytiled_to_linear a cache line at a timeScott D Phillips1-6/+66
2018-04-30i965: Record mipmap resolver for unmappingChris Wilson2-17/+22
2018-04-30i965: Move unmap_depthstencil before map_depthstencilChris Wilson1-57/+57
2018-04-30i965: Move unmap_etc before map_etcChris Wilson1-21/+21
2018-04-30i965: Move unmap_s8 before map_s8Chris Wilson1-30/+30
2018-04-30i965: Move unmap_movntdqa before map_movntdqaChris Wilson1-12/+12
2018-04-30i965: Move unmap_blit before map_blitChris Wilson1-22/+22
2018-04-30i965: Move unmap_gtt before map_gttChris Wilson1-6/+6
2018-05-01ac/nir: expand 64-bit vec3 loads to fix shuffling.Dave Airlie1-0/+5
2018-04-30i965: Don't stomp initial kflags for program cache.Kenneth Graunke1-2/+2
2018-04-30i965: Let batchbuffers be placed anywhere in the 48-bit address space.Kenneth Graunke1-1/+1
2018-04-30intel: fix check for 48b ppgtt supportScott D Phillips5-61/+34
2018-04-30st/omx/enc: fix blit setup for YUV LoadImageLeo Liu1-4/+4
2018-04-30autotools, meson: bump up required VA versionJuan A. Suarez Romero2-2/+2
2018-04-28docs: update calendar, add news and link release notes to 18.0.2Juan A. Suarez Romero3-7/+8
2018-04-28docs: add sha256 checksums for 18.0.2Juan A. Suarez Romero1-1/+2
2018-04-28docs: add release notes for 18.0.2Juan A. Suarez Romero1-0/+143
2018-04-27radeonsi: increase the number of compiler threads depending on the CPUMarek Olšák2-16/+29
2018-04-27radeonsi: avoid a crash in gallivm_dispose_target_library_infoMarek Olšák1-0/+3
2018-04-27radeonsi: move data_layout into si_compilerMarek Olšák3-6/+11
2018-04-27radeonsi: move passmgr into si_compilerMarek Olšák4-40/+32
2018-04-27radeonsi: move target_library_info into si_compilerMarek Olšák3-5/+13
2018-04-27radeonsi: use si_compiler::triple in si_llvm_optimize_moduleMarek Olšák1-2/+2
2018-04-27radeonsi: add triple into si_compilerMarek Olšák6-5/+13
2018-04-27radeonsi: add struct si_compiler containing LLVMTargetMachineRefMarek Olšák8-91/+101
2018-04-27radeonsi: rename r600_texture::resource to bufferMarek Olšák10-201/+201
2018-04-27radeonsi: use r600_resource() typecast helperMarek Olšák19-78/+80
2018-04-27radeonsi: remove unused atom parameter from si_atom::emitMarek Olšák10-36/+26