vc4: Make sure we don't overflow texture input/output FIFOs when threaded.
[mesa.git] / src / gallium / state_trackers /
2016-11-14 Vedran Miletićclover: adapt to new error API since LLVM r286752
2016-11-11 Laurent Carlierclover: fix building since llvm r286566
2016-11-06 Serge Martinclover: Add CL_PROGRAM_BINARY_TYPE support (CL1.2).
2016-11-06 Serge Martinclover: add missing clGetDeviceInfo CL1.2 queries
2016-11-04 Dave AirlieRevert "st/vdpau: use linear layout for output surfaces"
2016-10-31 Leo Liust/omx/dec: disable tunnel for size different case
2016-10-31 Leo Liust/omx/dec: result buffers size should match codec...
2016-10-30 Serge Martinclover: Implement clGetExtensionFunctionAddressForPlatform.
2016-10-30 Vedran Miletićclover: Introduce CLOVER_EXTRA_*_OPTIONS environment...
2016-10-30 Vedran Miletićclover: Pass unquoted compiler arguments to Clang
2016-10-24 Axel Davyst/nine: Fix locking CubeTexture surfaces.
2016-10-24 Axel Davyst/nine: Fix mistake in Volume9 UnlockBox
2016-10-24 Axel Davyst/nine: Use align_calloc instead of align_malloc
2016-10-24 Axel Davyst/nine: Fix leak with integer and boolean constants
2016-10-18 Boyuan Zhangst/va: force to flush the last p frame in idr period
2016-10-18 Julien Isorcest/va: set default rt formats when calling vaCreateConfig
2016-10-16 Axel Davyst/nine: Fix multisample limit check
2016-10-14 Mark Thompsonst/va: Fix H.264 PicOrderCnt value
2016-10-14 Mark Thompsonst/va: Baseline profile is not supported
2016-10-14 Mark Thompsonst/va: Return surface formats depending on config chrom...
2016-10-14 Mark Thompsonst/va: Save surface chroma format in config
2016-10-14 Mark Thompsonst/va: Return more useful config attributes
2016-10-13 Axel Davyst/nine: Fix possible segfault in surface ctor
2016-10-13 Axel Davyst/nine: Remove useless code in nine_shader
2016-10-10 Axel Davyst/nine: More checks for GetRenderTargetData
2016-10-10 Patrick Rudolphst/nine: Add debug output for lost devices
2016-10-10 Patrick Rudolphst/nine: Prevent crash in GetRenderTargetData
2016-10-10 Patrick Rudolphst/nine: Set CLAMP_TO_EDGE on cubetextures
2016-10-10 Patrick Rudolphst/nine: handle possible failure of D3DWindowBuffer_create
2016-10-10 Patrick Rudolphst/nine: Assert on buffer creation failure
2016-10-10 Patrick Rudolphst/nine: Use NineDevice9_CreateDepthStencilSurface...
2016-10-10 Axel Davyst/nine: Fix check and remove useless code in swapchain9
2016-10-10 Patrick Rudolphst/nine: Implement MSAA quality levels
2016-10-10 Patrick Rudolphst/nine: Prepare update_framebuffer for MS quality...
2016-10-10 Patrick Rudolphst/nine: Add additional error handling in CheckDeviceMu...
2016-10-10 Patrick Rudolphst/nine: Fix compiler warning
2016-10-10 Patrick Rudolphst/nine: Remove resource9 {Set/Get/Free}PrivateData...
2016-10-10 Patrick Rudolphst/nine: Remove volume9 {Set/Get/Free}PrivateData functions
2016-10-10 Patrick Rudolphst/nine: Switch {Set/Get/Free}PrivateData functions
2016-10-10 Patrick Rudolphst/nine: Implement {Set/Get/Free}PrivateData in iunknown
2016-10-10 Patrick Rudolphst/nine: Return device in NineSurface9_GetContainer
2016-10-10 Patrick Rudolphst/nine: Allocate surface resources in surface ctor
2016-10-10 Axel Davyst/nine: Fix D3DFMT_NULL size
2016-10-10 Patrick Rudolphst/nine: Add debugging output
2016-10-10 Patrick Rudolphst/nine: Fix assert in NineUnknown_QueryInterface
2016-10-10 Patrick Rudolphst/nine: Print interface id in NineVolume9_GetContainer
2016-10-10 Patrick Rudolphst/nine: Print interface id in NineSurface9_GetContainer
2016-10-10 Patrick Rudolphst/nine: Print interface id in NineUnknown_QueryInterface
2016-10-10 Patrick Rudolphst/nine: Move assert in NineSurface9_ctor
2016-10-10 Axel Davyst/nine: Properly declare sampler states for ff
2016-10-10 Axel Davyst/nine: Handle user clipping planes properly for ff
2016-10-10 Axel Davyst/nine: Fix the calculation of the number of vs inputs
2016-10-10 Axel Davyst/nine: Fix specular w coordinate
2016-10-10 Axel Davyst/nine: Disable parts of lighting calculation if no...
2016-10-10 Axel Davyst/nine: Fix condition for specular lightning
2016-10-10 Axel Davyst/nine: Do always accumulate diffuse
2016-10-10 Axel Davyst/nine: Initialize ps ff registers
2016-10-10 Axel Davyst/nine: Do not pollute rTmp in ff ps
2016-10-10 Axel Davyst/nine: Allocate temporaries on demand for ps ff
2016-10-10 Axel Davyst/nine: Fix texbem
2016-10-10 Axel Davyst/nine: Fix ff computation for inverse
2016-10-10 Axel Davyst/nine: Used normed Vtx for reflectionvector
2016-10-10 Axel Davyst/nine: Implement SPHEREMAP
2016-10-10 Axel Davyst/nine: Enable passthrough only if positiont is used
2016-10-10 Axel Davyst/nine: Fix wrong mask in ff vs
2016-10-10 Axel Davyst/nine: Fix tweening factor computation
2016-10-10 Axel Davyst/nine: Disable ff vertex blending if required inputs...
2016-10-10 Axel Davyst/nine: Use materials if source is not given.
2016-10-10 Axel Davyst/nine: Fix ff SPECULARENABLE
2016-10-10 Axel Davyst/nine: Undefined specular should be full of zeros
2016-10-10 Axel Davyst/nine: Implement normal transformation with vertex...
2016-10-10 Axel Davyst/nine: Increase MaxVertexBlendMatrixIndex
2016-10-10 Axel Davyst/nine: Compact ff vs constants a bit
2016-10-10 Axel Davyst/nine: Fix vertex blending aVtx computation
2016-10-10 Axel Davyst/nine: Reorganize ff vtx processing
2016-10-10 Axel Davyst/nine: Small simplification for position_t and fog
2016-10-10 Axel Davyst/nine: Cleaning code for vs temporaries
2016-10-10 Axel Davyst/nine: No need for the local flag for temporaries...
2016-10-10 Axel Davyst/nine: Handle D3DRS_NORMALIZENORMALS
2016-10-10 Axel Davyst/nine: Initial ProcessVertices support
2016-10-10 Axel Davyst/nine: Partial software vertex processing support
2016-10-10 Axel Davyst/nine: Rework vs int and bool constants buffer
2016-10-10 Axel Davyst/nine: Change dirty tracking for vs int and bool...
2016-10-10 Axel Davyst/nine: Drop unused constant upload path
2016-10-10 Axel Davyst/nine: Add support for swvp constants in shaders
2016-10-10 Axel Davyst/nine: Initial mixed vertex processing support
2016-10-10 Axel Davyst/nine: Implement SetNPatchMode
2016-10-10 Axel Davyst/nine: Implement D3DUSAGE_SOFTWAREPROCESSING
2016-10-10 Patrick Rudolphst/nine: Allocate more space for ATI1
2016-10-10 Patrick Rudolphst/nine: Add missing break
2016-10-10 Axel Davyst/nine: Implement relative addressing for ps inputs
2016-10-10 Axel Davyst/nine: Wait for pending tasks to execute in swapchain
2016-10-10 Axel Davyst/nine: Use fixed size arrays for swapchain buffers
2016-10-10 Patrick Rudolphst/nine: Fix buffer count check for Ex devices
2016-10-10 Axel Davyst/nine: Disable seamless cubemap for d3d
2016-10-10 Axel Davyst/nine: Fix some check flags
2016-10-10 Axel Davyst/nine: Unify some check flags
2016-10-10 Axel Davyst/nine: Memset pipe_resource templates
2016-10-06 Emil Velikovst/xvmc/tests: force enable assertions
2016-10-04 Leo Liust/omx/dec/h265: add scaling list data
next