summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* anv: Rework fencesJason Ekstrand2016-11-233-26/+150
* anv/wsi: Set the fence to signaled in AcquireNextImageKHRJason Ekstrand2016-11-231-3/+10
* anv/gen8: Stall when needed in Cmd(Set|Reset)EventJason Ekstrand2016-11-231-0/+29
* vc4: Clamp the shadow comparison value.Eric Anholt2016-11-231-0/+9
* vc4: Don't abort when a shader compile fails.Eric Anholt2016-11-236-8/+32
* radv/pipeline: Don't dereference NULL dynamic state pointersDarren Salt2016-11-141-20/+47
* gallium/hud: protect against and initialization raceSteven Toth2016-11-144-8/+41
* gallium/hud: close a previously opened handleSteven Toth2016-11-143-1/+6
* gallium/hud: fix a problem where objects are free'd while in use.Steven Toth2016-11-144-55/+0
* mesa: Fix pixel shader scratch space allocation on Gen9+ platforms.Kenneth Graunke2016-11-111-14/+19
* anv/cmd_buffer: Enable a CS stall workaround for Sky Lake gt4Jason Ekstrand2016-11-111-0/+6
* anv/cmd_buffer: Take a command buffer instead of a batch in two helpersJason Ekstrand2016-11-111-8/+8
* radv: Suffix the radeon_icd file with the host CPUEmil Velikov2016-11-103-4/+10
* radv: use correct .specVersion for extensionsEmil Velikov2016-11-101-4/+4
* anv: use correct .specVersion for extensionsEmil Velikov2016-11-101-4/+4
* amd/addrlib: limit fastcall/regparm to GCC i386Emil Velikov2016-11-101-1/+5
* radv: fix GetFenceStatus for signaled fencesDave Airlie2016-11-091-0/+2
* radv: enable conditional discard optimisation on radv.Dave Airlie2016-11-091-0/+1
* nir: add conditional discard optimisation (v4)Dave Airlie2016-11-093-0/+128
* ac/nir: add support for discard_if intrinsic (v2)Dave Airlie2016-11-091-0/+21
* anv: Do relocations in userspace before execbuf ioctlKristian Høgsberg Kristensen2016-11-092-9/+150
* anv: Move relocation handling from EndCommandBuffer to QueueSubmitJason Ekstrand2016-11-094-72/+76
* anv/batch: Move last_ss_pool_bo_offset to the command bufferJason Ekstrand2016-11-092-15/+24
* anv: Add an anv_execbuf helper structJason Ekstrand2016-11-092-48/+62
* anv/batch_chain: Improve write_relocJason Ekstrand2016-11-091-5/+22
* anv: Initialize anv_bo::offset to -1Jason Ekstrand2016-11-091-1/+1
* anv/allocator: Simplify anv_scratch_poolJason Ekstrand2016-11-092-61/+55
* anv: Add a new bo_pool_init helperJason Ekstrand2016-11-094-20/+21
* anv: Don't presume to know what address is in a surface relocationJason Ekstrand2016-11-092-53/+15
* anv: Add a cmd_buffer_execbuf helperJason Ekstrand2016-11-093-2/+11
* anv/device: Add an execbuf wrapperJason Ekstrand2016-11-092-20/+35
* i965: Fix GPU hang related to multiple render targets and alpha testingAnuj Phogat2016-11-091-0/+6
* radv: emit correct last export when Z/stencil export is enabledDave Airlie2016-11-091-3/+5
* intel/blorp: Emit all the binding tablesJason Ekstrand2016-11-091-0/+5
* vc4: Use Newton-Raphson on the 1/W write to fix glmark2 terrain.Eric Anholt2016-11-091-1/+1
* st/mesa: fix the layer of VDPAU surface samplersNicolai Hähnle2016-11-093-17/+27
* Revert "st/vdpau: use linear layout for output surfaces"Dave Airlie2016-11-091-1/+1
* radeonsi: fix an assertion failure in si_decompress_sampler_color_texturesMarek Olšák2016-11-091-1/+3
* glx: make interop ABI visible againMarek Olšák2016-11-091-2/+2
* egl: make interop ABI visible againMarek Olšák2016-11-091-2/+2
* egl: use util/macros.hMarek Olšák2016-11-092-5/+2
* st/glsl_to_tgsi: fix dvec[34] loads from SSBONicolai Hähnle2016-11-091-6/+4
* nir: Flip gl_SamplePosition in nir_lower_wpos_ytransform().Francisco Jerez2016-11-091-0/+24
* glx/windows: Add wgl.h to the sources listAndreas Boll2016-11-091-1/+2
* glsl: fix lowering of UBO references of named blocksNicolai Hähnle2016-11-091-5/+5
* glsl: Update deref types when resizing implicitly sized arrays.Kenneth Graunke2016-11-091-23/+47
* mesa/glsl: delete previously linked shaders earlier when linkingTimothy Arceri2016-11-097-26/+25
* radv: add support for anisotropic filtering on VI+Fredrik Höglund2016-11-091-3/+27
* radv: fix dual source blendingDave Airlie2016-11-091-3/+9
* glx/glvnd: Fix dispatch function names and indicesAdam Jackson2016-11-092-146/+144