aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* clover: adapt to new error API since LLVM r286752Vedran Miletić2016-11-141-2/+8
* clover: fix building since llvm r286566Laurent Carlier2016-11-111-0/+5
* clover: Add CL_PROGRAM_BINARY_TYPE support (CL1.2).Serge Martin2016-11-0610-11/+35
* clover: add missing clGetDeviceInfo CL1.2 queriesSerge Martin2016-11-063-0/+35
* Revert "st/vdpau: use linear layout for output surfaces"Dave Airlie2016-11-041-1/+1
* st/omx/dec: disable tunnel for size different caseLeo Liu2016-10-313-1/+11
* st/omx/dec: result buffers size should match codec decoder sizeLeo Liu2016-10-313-19/+18
* clover: Implement clGetExtensionFunctionAddressForPlatform.Serge Martin2016-10-303-1/+21
* clover: Introduce CLOVER_EXTRA_*_OPTIONS environment variablesVedran Miletić2016-10-301-3/+7
* clover: Pass unquoted compiler arguments to ClangVedran Miletić2016-10-301-4/+36
* st/nine: Fix locking CubeTexture surfaces.Axel Davy2016-10-241-0/+1
* st/nine: Fix mistake in Volume9 UnlockBoxAxel Davy2016-10-241-1/+1
* st/nine: Use align_calloc instead of align_mallocAxel Davy2016-10-245-7/+7
* st/nine: Fix leak with integer and boolean constantsAxel Davy2016-10-241-21/+18
* st/va: force to flush the last p frame in idr periodBoyuan Zhang2016-10-181-0/+3
* st/va: set default rt formats when calling vaCreateConfigJulien Isorce2016-10-182-2/+12
* st/nine: Fix multisample limit checkAxel Davy2016-10-171-1/+1
* st/va: Fix H.264 PicOrderCnt valueMark Thompson2016-10-141-1/+1
* st/va: Baseline profile is not supportedMark Thompson2016-10-141-2/+2
* st/va: Return surface formats depending on config chroma formatMark Thompson2016-10-141-2/+10
* st/va: Save surface chroma format in configMark Thompson2016-10-142-1/+20
* st/va: Return more useful config attributesMark Thompson2016-10-141-9/+38
* st/nine: Fix possible segfault in surface ctorAxel Davy2016-10-131-2/+2
* st/nine: Remove useless code in nine_shaderAxel Davy2016-10-131-5/+0
* st/nine: More checks for GetRenderTargetDataAxel Davy2016-10-101-0/+2
* st/nine: Add debug output for lost devicesPatrick Rudolph2016-10-101-0/+2
* st/nine: Prevent crash in GetRenderTargetDataPatrick Rudolph2016-10-101-0/+2
* st/nine: Set CLAMP_TO_EDGE on cubetexturesPatrick Rudolph2016-10-103-5/+22
* st/nine: handle possible failure of D3DWindowBuffer_createPatrick Rudolph2016-10-101-0/+8
* st/nine: Assert on buffer creation failurePatrick Rudolph2016-10-101-8/+18
* st/nine: Use NineDevice9_CreateDepthStencilSurface in swapchain9Patrick Rudolph2016-10-101-13/+17
* st/nine: Fix check and remove useless code in swapchain9Axel Davy2016-10-102-17/+5
* st/nine: Implement MSAA quality levelsPatrick Rudolph2016-10-107-12/+125
* st/nine: Prepare update_framebuffer for MS quality levelsPatrick Rudolph2016-10-101-4/+4
* st/nine: Add additional error handling in CheckDeviceMultiSampleTypePatrick Rudolph2016-10-101-0/+6
* st/nine: Fix compiler warningPatrick Rudolph2016-10-102-7/+11
* st/nine: Remove resource9 {Set/Get/Free}PrivateData functionsPatrick Rudolph2016-10-102-134/+1
* st/nine: Remove volume9 {Set/Get/Free}PrivateData functionsPatrick Rudolph2016-10-103-159/+0
* st/nine: Switch {Set/Get/Free}PrivateData functionsPatrick Rudolph2016-10-108-61/+61
* st/nine: Implement {Set/Get/Free}PrivateData in iunknownPatrick Rudolph2016-10-102-0/+134
* st/nine: Return device in NineSurface9_GetContainerPatrick Rudolph2016-10-101-2/+10
* st/nine: Allocate surface resources in surface ctorPatrick Rudolph2016-10-102-68/+44
* st/nine: Fix D3DFMT_NULL sizeAxel Davy2016-10-101-0/+2
* st/nine: Add debugging outputPatrick Rudolph2016-10-101-0/+4
* st/nine: Fix assert in NineUnknown_QueryInterfacePatrick Rudolph2016-10-101-1/+4
* st/nine: Print interface id in NineVolume9_GetContainerPatrick Rudolph2016-10-101-0/+5
* st/nine: Print interface id in NineSurface9_GetContainerPatrick Rudolph2016-10-101-0/+5
* st/nine: Print interface id in NineUnknown_QueryInterfacePatrick Rudolph2016-10-101-1/+3
* st/nine: Move assert in NineSurface9_ctorPatrick Rudolph2016-10-101-2/+2
* st/nine: Properly declare sampler states for ffAxel Davy2016-10-101-1/+6