summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gallivm: fix [IU]MUL_HI regression harderNicolai Hähnle2016-11-101-8/+12
* Revert "wayland: Block for the frame callback in get_back_bo not dri2_swap_bu...Daniel Stone2016-11-101-16/+14
* glsl: validate output blocks against input blocksIago Toral Quiroga2016-11-101-11/+30
* radv: fixup botched llvm API changes.Dave Airlie2016-11-101-4/+3
* ac/nir/llvm: adopt to new LLVM attribute API.Dave Airlie2016-11-101-36/+108
* vulkan/wsi/wayland: Clean up some error handling pathsJason Ekstrand2016-11-091-0/+8
* vulkan/wsi/wayland: Include pthread.hJason Ekstrand2016-11-091-0/+1
* anv/device: Implicitly unmap memory objects in FreeMemoryJason Ekstrand2016-11-091-0/+9
* anv/device: Return the right error for failed mapsJason Ekstrand2016-11-092-6/+9
* anv/device: Add some asserts to MapMemoryJason Ekstrand2016-11-091-0/+10
* anv: Rework fencesJason Ekstrand2016-11-093-26/+150
* anv/wsi: Set the fence to signaled in AcquireNextImageKHRJason Ekstrand2016-11-091-3/+10
* anv/gen8: Stall when needed in Cmd(Set|Reset)EventJason Ekstrand2016-11-091-0/+29
* glsl: record number of components used in each slot for varying packingIlia Mirkin2016-11-093-9/+32
* glsl: fix slot_end calculations and simplify reserved_slots checkIlia Mirkin2016-11-091-26/+20
* swr: correct setting of independentAlphaBlendEnableIlia Mirkin2016-11-091-1/+6
* swr: [rasterizer] add a .dir-locals.el to support 4-space indentsIlia Mirkin2016-11-091-0/+8
* swr: set halfz rasterizer settingIlia Mirkin2016-11-091-0/+1
* swr: [rasterizer core] allow an OpenGL driver to specify halfz clippingIlia Mirkin2016-11-092-7/+7
* swr: fix support for inverted depth scalesIlia Mirkin2016-11-091-7/+3
* swr: [rasterizer jitter] fix logic op to work with unorm/snormIlia Mirkin2016-11-091-17/+65
* vc4: Clamp the shadow comparison value.Eric Anholt2016-11-091-0/+9
* vc4: Don't pair up TLB scoreboard locking instructions early in QPU sched.Eric Anholt2016-11-091-0/+12
* vc4: Print a reg pressure estimate in our reg allocation failure dump.Eric Anholt2016-11-091-0/+5
* vc4: Don't abort when a shader compile fails.Eric Anholt2016-11-096-8/+32
* mesa: Fix pixel shader scratch space allocation on Gen9+ platforms.Kenneth Graunke2016-11-091-14/+19
* mesa/extensions: expose OES_vertex_half_float for ES2Kevin Strasser2016-11-095-4/+14
* Revert "egl: remove explicit config_id management from dri2_add_config()"Emil Velikov2016-11-091-0/+3
* util: add MSVC HAS_TRIVIAL_DESTRUCTOR implementationBrian Paul2016-11-091-0/+5
* radv: Suffix the radeon_icd file with the host CPUEmil Velikov2016-11-093-3/+9
* radv: use correct .specVersion for extensionsEmil Velikov2016-11-091-4/+4
* anv: use correct .specVersion for extensionsEmil Velikov2016-11-091-4/+4
* amd/addrlib: limit fastcall/regparm to GCC i386Emil Velikov2016-11-091-1/+5
* configure.ac: honour LLVM_LIBDIR when linking against LLVMEmil Velikov2016-11-091-2/+2
* egl: remove explicit config_id management from dri2_add_config()Emil Velikov2016-11-091-3/+0
* linker: Accurately track gl_uniform_block::stagerefIan Romanick2016-11-092-9/+59
* linker: Slight code rearrange to prevent duplication in the next commitIan Romanick2016-11-091-7/+6
* linker: Trivial coding standards fixesIan Romanick2016-11-091-15/+13
* glsl: Add some comments to methods of ir_variable_refcount_visitorIan Romanick2016-11-091-0/+6
* llvmpipe: Fix build after removal of deprecated attribute API v2Aaron Watry2016-11-092-3/+2
* gallivm: Fix build after removal of deprecated attribute API v3Tom Stellard2016-11-096-52/+138
* radv: fix GetFenceStatus for signaled fencesDave Airlie2016-11-091-0/+2
* radv: enable conditional discard optimisation on radv.Dave Airlie2016-11-101-0/+1
* nir: add conditional discard optimisation (v4)Dave Airlie2016-11-103-0/+128
* ac/nir: add support for discard_if intrinsic (v2)Dave Airlie2016-11-101-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