summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-10st/nine: Fix wrong mask in ff vsAxel Davy1-1/+1
2016-10-10st/nine: Fix tweening factor computationAxel Davy1-2/+2
2016-10-10st/nine: Disable ff vertex blending if required inputs are missingAxel Davy1-2/+12
2016-10-10st/nine: Use materials if source is not given.Axel Davy1-4/+5
2016-10-10st/nine: Fix ff SPECULARENABLEAxel Davy1-10/+3
2016-10-10st/nine: Undefined specular should be full of zerosAxel Davy1-6/+6
2016-10-10st/nine: Implement normal transformation with vertex blendingAxel Davy1-5/+21
2016-10-10st/nine: Increase MaxVertexBlendMatrixIndexAxel Davy2-5/+5
2016-10-10st/nine: Compact ff vs constants a bitAxel Davy1-9/+9
2016-10-10st/nine: Fix vertex blending aVtx computationAxel Davy1-17/+10