summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)AuthorFilesLines
2016-10-18st/va: force to flush the last p frame in idr periodBoyuan Zhang1-0/+3
2016-10-18st/va: set default rt formats when calling vaCreateConfigJulien Isorce2-2/+12
2016-10-17st/nine: Fix multisample limit checkAxel Davy1-1/+1
2016-10-14st/va: Fix H.264 PicOrderCnt valueMark Thompson1-1/+1
2016-10-14st/va: Baseline profile is not supportedMark Thompson1-2/+2
2016-10-14st/va: Return surface formats depending on config chroma formatMark Thompson1-2/+10
2016-10-14st/va: Save surface chroma format in configMark Thompson2-1/+20
2016-10-14st/va: Return more useful config attributesMark Thompson1-9/+38
2016-10-13st/nine: Fix possible segfault in surface ctorAxel Davy1-2/+2
2016-10-13st/nine: Remove useless code in nine_shaderAxel Davy1-5/+0
2016-10-10st/nine: More checks for GetRenderTargetDataAxel Davy1-0/+2
2016-10-10st/nine: Add debug output for lost devicesPatrick Rudolph1-0/+2
2016-10-10st/nine: Prevent crash in GetRenderTargetDataPatrick Rudolph1-0/+2
2016-10-10st/nine: Set CLAMP_TO_EDGE on cubetexturesPatrick Rudolph3-5/+22
2016-10-10st/nine: handle possible failure of D3DWindowBuffer_createPatrick Rudolph1-0/+8
2016-10-10st/nine: Assert on buffer creation failurePatrick Rudolph1-8/+18
2016-10-10st/nine: Use NineDevice9_CreateDepthStencilSurface in swapchain9Patrick Rudolph1-13/+17
2016-10-10st/nine: Fix check and remove useless code in swapchain9Axel Davy2-17/+5
2016-10-10st/nine: Implement MSAA quality levelsPatrick Rudolph7-12/+125
2016-10-10st/nine: Prepare update_framebuffer for MS quality levelsPatrick Rudolph1-4/+4
2016-10-10st/nine: Add additional error handling in CheckDeviceMultiSampleTypePatrick Rudolph1-0/+6
2016-10-10st/nine: Fix compiler warningPatrick Rudolph2-7/+11
2016-10-10st/nine: Remove resource9 {Set/Get/Free}PrivateData functionsPatrick Rudolph2-134/+1
2016-10-10st/nine: Remove volume9 {Set/Get/Free}PrivateData functionsPatrick Rudolph3-159/+0
2016-10-10st/nine: Switch {Set/Get/Free}PrivateData functionsPatrick Rudolph8-61/+61
2016-10-10st/nine: Implement {Set/Get/Free}PrivateData in iunknownPatrick Rudolph2-0/+134
2016-10-10st/nine: Return device in NineSurface9_GetContainerPatrick Rudolph1-2/+10
2016-10-10st/nine: Allocate surface resources in surface ctorPatrick Rudolph2-68/+44
2016-10-10st/nine: Fix D3DFMT_NULL sizeAxel Davy1-0/+2
2016-10-10st/nine: Add debugging outputPatrick Rudolph1-0/+4
2016-10-10st/nine: Fix assert in NineUnknown_QueryInterfacePatrick Rudolph1-1/+4
2016-10-10st/nine: Print interface id in NineVolume9_GetContainerPatrick Rudolph1-0/+5
2016-10-10st/nine: Print interface id in NineSurface9_GetContainerPatrick Rudolph1-0/+5
2016-10-10st/nine: Print interface id in NineUnknown_QueryInterfacePatrick Rudolph1-1/+3
2016-10-10st/nine: Move assert in NineSurface9_ctorPatrick Rudolph1-2/+2
2016-10-10st/nine: Properly declare sampler states for ffAxel Davy1-1/+6
2016-10-10st/nine: Handle user clipping planes properly for ffAxel Davy1-4/+17
2016-10-10st/nine: Fix the calculation of the number of vs inputsAxel Davy1-1/+1
2016-10-10st/nine: Fix specular w coordinateAxel Davy1-4/+2
2016-10-10st/nine: Disable parts of lighting calculation if no normal providedAxel Davy1-26/+35
2016-10-10st/nine: Fix condition for specular lightningAxel Davy1-12/+11
2016-10-10st/nine: Do always accumulate diffuseAxel Davy1-3/+2
2016-10-10st/nine: Initialize ps ff registersAxel Davy1-0/+5
2016-10-10st/nine: Do not pollute rTmp in ff psAxel Davy1-2/+4
2016-10-10st/nine: Allocate temporaries on demand for ps ffAxel Davy1-14/+10
2016-10-10st/nine: Fix texbemAxel Davy1-2/+2
2016-10-10st/nine: Fix ff computation for inverseAxel Davy2-23/+6
2016-10-10st/nine: Used normed Vtx for reflectionvectorAxel Davy1-2/+5
2016-10-10st/nine: Implement SPHEREMAPAxel Davy2-4/+30
2016-10-10st/nine: Enable passthrough only if positiont is usedAxel Davy1-0/+2