summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-14docs: add release notes for 13.0.1mesa-13.0.1Emil Velikov1-0/+187
2016-11-14Update version to 13.0.1Emil Velikov1-1/+1
2016-11-14radv/pipeline: Don't dereference NULL dynamic state pointersDarren Salt1-20/+47
2016-11-14gallium/hud: protect against and initialization raceSteven Toth4-8/+41
2016-11-14gallium/hud: close a previously opened handleSteven Toth3-1/+6
2016-11-14gallium/hud: fix a problem where objects are free'd while in use.Steven Toth4-55/+0
2016-11-11mesa: Fix pixel shader scratch space allocation on Gen9+ platforms.Kenneth Graunke1-14/+19
2016-11-11anv/cmd_buffer: Enable a CS stall workaround for Sky Lake gt4Jason Ekstrand1-0/+6
2016-11-11anv/cmd_buffer: Take a command buffer instead of a batch in two helpersJason Ekstrand1-8/+8
2016-11-10radv: Suffix the radeon_icd file with the host CPUEmil Velikov3-4/+10
2016-11-10radv: use correct .specVersion for extensionsEmil Velikov1-4/+4
2016-11-10anv: use correct .specVersion for extensionsEmil Velikov1-4/+4
2016-11-10amd/addrlib: limit fastcall/regparm to GCC i386Emil Velikov1-1/+5
2016-11-09radv: fix GetFenceStatus for signaled fencesDave Airlie1-0/+2
2016-11-09radv: enable conditional discard optimisation on radv.Dave Airlie1-0/+1
2016-11-09nir: add conditional discard optimisation (v4)Dave Airlie3-0/+128
2016-11-09ac/nir: add support for discard_if intrinsic (v2)Dave Airlie1-0/+21
2016-11-09anv: Do relocations in userspace before execbuf ioctlKristian Høgsberg Kristensen2-9/+150
2016-11-09anv: Move relocation handling from EndCommandBuffer to QueueSubmitJason Ekstrand4-72/+76
2016-11-09anv/batch: Move last_ss_pool_bo_offset to the command bufferJason Ekstrand2-15/+24
2016-11-09anv: Add an anv_execbuf helper structJason Ekstrand2-48/+62
2016-11-09anv/batch_chain: Improve write_relocJason Ekstrand1-5/+22
2016-11-09anv: Initialize anv_bo::offset to -1Jason Ekstrand1-1/+1
2016-11-09anv/allocator: Simplify anv_scratch_poolJason Ekstrand2-61/+55
2016-11-09anv: Add a new bo_pool_init helperJason Ekstrand4-20/+21
2016-11-09anv: Don't presume to know what address is in a surface relocationJason Ekstrand2-53/+15
2016-11-09anv: Add a cmd_buffer_execbuf helperJason Ekstrand3-2/+11
2016-11-09anv/device: Add an execbuf wrapperJason Ekstrand2-20/+35
2016-11-09i965: Fix GPU hang related to multiple render targets and alpha testingAnuj Phogat1-0/+6
2016-11-09radv: emit correct last export when Z/stencil export is enabledDave Airlie1-3/+5
2016-11-09intel/blorp: Emit all the binding tablesJason Ekstrand1-0/+5
2016-11-09vc4: Use Newton-Raphson on the 1/W write to fix glmark2 terrain.Eric Anholt1-1/+1
2016-11-09st/mesa: fix the layer of VDPAU surface samplersNicolai Hähnle3-17/+27
2016-11-09Revert "st/vdpau: use linear layout for output surfaces"Dave Airlie1-1/+1
2016-11-09radeonsi: fix an assertion failure in si_decompress_sampler_color_texturesMarek Olšák1-1/+3
2016-11-09glx: make interop ABI visible againMarek Olšák1-2/+2
2016-11-09egl: make interop ABI visible againMarek Olšák1-2/+2
2016-11-09egl: use util/macros.hMarek Olšák2-5/+2
2016-11-09st/glsl_to_tgsi: fix dvec[34] loads from SSBONicolai Hähnle1-6/+4
2016-11-09nir: Flip gl_SamplePosition in nir_lower_wpos_ytransform().Francisco Jerez1-0/+24
2016-11-09glx/windows: Add wgl.h to the sources listAndreas Boll1-1/+2
2016-11-09glsl: fix lowering of UBO references of named blocksNicolai Hähnle1-5/+5
2016-11-09glsl: Update deref types when resizing implicitly sized arrays.Kenneth Graunke1-23/+47
2016-11-09mesa/glsl: delete previously linked shaders earlier when linkingTimothy Arceri7-26/+25
2016-11-09radv: add support for anisotropic filtering on VI+Fredrik Höglund1-3/+27
2016-11-09radv: fix dual source blendingDave Airlie1-3/+9
2016-11-09glx/glvnd: Fix dispatch function names and indicesAdam Jackson2-146/+144
2016-11-09glx/glvnd: Don't modify the dummy slot in the dispatch tableAdam Jackson1-0/+3
2016-11-09anv/pipeline: Properly cache prog_data::paramJason Ekstrand3-14/+36
2016-11-09anv/pipeline: Put actual pointers in anv_shader_binJason Ekstrand5-50/+45