summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'mesa/13.0' into nougat-x86Chih-Wei Huang2016-11-161-1/+1
|\
| * Revert "st/vdpau: use linear layout for output surfaces"Dave Airlie2016-11-091-1/+1
* | st/dri: remove trailing whitespaceMauro Rossi2016-11-011-1/+1
* | android: more fixes for llvmpipe software renderingChih-Wei Huang2016-11-012-2/+11
* | android: support swrastWuZhen2016-11-012-3/+49
* | st/dri: fix double free of dri_drawableWuZhen2016-11-011-2/+0
* | gallium: introduce load_pipe_screen()Rob Herring2016-11-011-3/+1
|/
* st/omx/dec: disable tunnel for size different caseLeo Liu2016-11-013-1/+11
* st/omx/dec: result buffers size should match codec decoder sizeLeo Liu2016-11-013-19/+18
* st/nine: Fix locking CubeTexture surfaces.Axel Davy2016-10-271-0/+1
* st/nine: Fix mistake in Volume9 UnlockBoxAxel Davy2016-10-271-1/+1
* st/nine: Fix leak with integer and boolean constantsAxel Davy2016-10-271-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
* st/nine: Handle user clipping planes properly for ffAxel Davy2016-10-101-4/+17
* st/nine: Fix the calculation of the number of vs inputsAxel Davy2016-10-101-1/+1