summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: remove si_shader_context::param_tess_offchipMarek Olšák2017-01-302-8/+3
* etnaviv: force vertex buffers through the MMULucas Stach2017-01-301-1/+4
* radv: Expose VK_KHR_maintenance1Andres Rodriguez2017-01-301-0/+4
* radv: Fix vkCmdCopyImage for 2d slices into 3d ImagesAndres Rodriguez2017-01-301-1/+4
* radv: Expose transfer format features.Bas Nieuwenhuizen2017-01-301-0/+11
* radv: Don't allow any operations on non-supported depth/stencil formats.Bas Nieuwenhuizen2017-01-301-4/+5
* radv: use new error codes for AllocateDescriptorSetsAndres Rodriguez2017-01-301-1/+1
* radv: vkAllocateCommandBuffers should NULL all output handlesAndres Rodriguez2017-01-301-0/+3
* radv: add trim command pool stubAndres Rodriguez2017-01-301-0/+7
* i965: Support the force_glsl_version driconf option.Kenneth Graunke2017-01-292-0/+4
* i965: Fix check for negative pitch in can_do_fast_copy_blit().Kenneth Graunke2017-01-291-6/+4
* radv: Handle command buffers that need scratch memory.Bas Nieuwenhuizen2017-01-303-6/+199
* radv: Track scratch usage across pipelines & command buffers.Bas Nieuwenhuizen2017-01-304-8/+119
* radv/ac: Add compiler support for spilling.Bas Nieuwenhuizen2017-01-307-23/+42
* radv/amdgpu: Support a preamble CS.Bas Nieuwenhuizen2017-01-304-15/+56
* i965: add assert to while_jumps_before_offset()Timothy Arceri2017-01-301-0/+1
* i965: fix up asserts in brw_inst_set_jip()Timothy Arceri2017-01-301-2/+2
* llvmpipe: Use LLVMDumpModule, not DumpModule.Bas Nieuwenhuizen2017-01-291-1/+1
* various: Fix missing DumpModule with recent LLVM.Bas Nieuwenhuizen2017-01-295-5/+22
* r600g: use ieee variants of multiplication instructionsIlia Mirkin2017-01-292-18/+19
* r600g: add support for optionally using non-IEEE mul opsIlia Mirkin2017-01-282-4/+18
* vc4: Coalesce into TLB writes as well as VPM/tex.Eric Anholt2017-01-281-1/+5
* vc4: Avoid an extra temporary and mov in ffloor/ffract/fceil.Eric Anholt2017-01-281-13/+18
* vc4: Flip the switch to run the GLSL compiler optimization loop once.Eric Anholt2017-01-281-1/+1
* i965: Unbind deleted shaders from brw_context, fixing malloc heisenbug.Kenneth Graunke2017-01-271-0/+43
* radv/ac: Use base in push constant loads.Bas Nieuwenhuizen2017-01-281-2/+5
* radv: drop support for VK_AMD_NEGATIVE_VIEWPORT_HEIGHTAndres Rodriguez2017-01-281-4/+0
* radv: implement VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2Dave Airlie2017-01-282-1/+73
* radv: use proper maximum slice for layered viewDave Airlie2017-01-281-2/+4
* i965/sync: Implement fences based on Linux sync_fileChad Versace2017-01-271-3/+159
* i965/sync: Rename brw_fence_insert()Chad Versace2017-01-271-3/+3
* i965/sync: Fail sync creation when batchbuffer flush failsChad Versace2017-01-271-6/+28
* i965/sync: Add brw_fence::typeChad Versace2017-01-271-32/+71
* i965: Add intel_batchbuffer_flush_fence()Chad Versace2017-01-272-12/+26
* i965: Add intel_screen::has_fence_fdChad Versace2017-01-272-1/+4
* configure: Require libdrm >= 2.4.75Chad Versace2017-01-271-1/+1
* configure.ac: list radeon in --with-vulkan-drivers help stringEmil Velikov2017-01-271-1/+1
* radv: automake: Don't install vk_platform.h or vulkan.h.Emil Velikov2017-01-271-3/+1
* anv: Advertise API version 1.0.39Jason Ekstrand2017-01-271-1/+1
* gbm/dri: fix memory leaks in error pathEric Engestrom2017-01-271-1/+6
* docs/releasing: add a note about the relnotes templateEmil Velikov2017-01-271-0/+2
* mesa: remove explicit __STDC_FORMAT_MACROS defineEmil Velikov2017-01-271-4/+0
* nouveau: remove explicit __STDC_FORMAT_MACROS defineEmil Velikov2017-01-271-1/+0
* scons: swr: remove explicit __STDC_.*_MACROS definesEmil Velikov2017-01-271-5/+0
* gallium: remove explicit __STDC_.*_MACROS definesEmil Velikov2017-01-271-3/+0
* gallivm: remove explicit __STDC_.*_MACROS definesEmil Velikov2017-01-271-8/+0
* glsl: remove explicit __STDC_FORMAT_MACROS defineEmil Velikov2017-01-273-3/+0
* autoconf: set all __STDC_*_MACROSEmil Velikov2017-01-271-1/+1
* scons: always set __STDC_*_MACROS for C++ sourcesEmil Velikov2017-01-272-3/+2
* android: always set __STDC_*_MACROS for C++ sourcesEmil Velikov2017-01-271-5/+6