summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-12frontend/nine: Fix ATOC handlingAxel Davy1-4/+1
2022-08-12frontend/nine: Fix buffer tracking out of boundsAxel Davy2-1/+4
2021-07-29nine: Fix assert in tx_src_paramThomas H.P. Andersen1-1/+1
2021-04-16st/nine: Fix compilation error on non-x86 platformsAxel Davy1-1/+2
2021-04-14st/nine: Default tearfree_discard to trueAxel Davy2-2/+2
2021-04-14st/nine: Default thread_submit to trueAxel Davy1-1/+1
2021-04-14st/nine: Improve performance with thread_submitAxel Davy1-1/+3
2021-04-14st/nine: Bump num of backbuffers for tearfree thread_submitAxel Davy1-0/+3
2021-04-14st/nine: Lower texture_memory_limit defaultAxel Davy1-2/+2
2021-04-14st/nine: Make it optional to use a sw rendererAxel Davy2-7/+14
2021-04-14st/nine: Allow to override the vram sizeAxel Davy3-0/+7
2021-04-14st/nine: Disable buffer_upload when csmt is offAxel Davy1-1/+4
2021-04-14st/nine: Use PIPE_MAP_ONCE for persistent buffersAxel Davy1-0/+6
2021-04-14st/nine: Add fallback for YUV formatsAxel Davy1-0/+8
2021-04-14st/nine: Do not memset buffers twiceAxel Davy1-1/+0
2021-04-14st/nine: Have NOOVERWRITE win over DISCARDAxel Davy1-2/+9
2021-04-14st/nine: Add logging to Ex functionAxel Davy1-0/+12
2021-04-14st/nine: Complete *Ex stubsAxel Davy3-28/+43
2021-04-14st/nine: Pseudo implement Create*Ex functionsAxel Davy1-6/+48
2021-04-14st/nine: Improve Reset on Ex devicesAxel Davy3-18/+23
2021-04-14st/nine: Pseudo implement set/getClipstatusAxel Davy1-2/+16
2021-04-14st/nine: Catch redundant scissor and viewport settingsAxel Davy1-0/+6
2021-04-14st/nine: Fix ff has_aNrm computationAxel Davy1-1/+3
2021-04-14st/nine: Fix ps ff BLENDTEXTUREALPHAAxel Davy1-2/+6
2021-04-14st/nine: Refuse depth buffers as rendertargetsAxel Davy1-1/+5
2021-04-14st/nine: Clamp max_anisotropyAxel Davy1-1/+1
2021-04-14st/nine: Ignore swizzle on samplersAxel Davy1-2/+2
2021-04-14st/nine: Increase number of constants of vs1_swAxel Davy1-1/+2
2021-04-14st/nine: Remove errors on unsupported lock flagsAxel Davy2-12/+0
2021-04-14st/nine: Handle D3DFMT_NULL multisamplingAxel Davy1-4/+10
2021-04-14st/nine: Enable multisampling also without depth bufferAxel Davy1-1/+1
2021-04-14st/nine: Fix alpha to coverage statesAxel Davy2-6/+15
2021-04-14st/nine: Improve Surface GetContainerAxel Davy1-9/+4
2021-04-14st/nine: Prevent negative reference countAxel Davy1-0/+7
2021-04-14st/nine: Fix value of pipe_draw_info's max_index vertexAxel Davy1-1/+1
2021-04-14st/nine: Fix read outside bounds for some texturesAxel Davy1-0/+12
2021-04-14st/nine: Fix compilation warningsAxel Davy1-14/+5
2021-04-14st/nine: Fix reading invalid pointerAxel Davy1-2/+3
2021-04-14st/nine: Prevent use after free on dtorAxel Davy1-4/+7
2021-04-14st/nine: Fix invalid NULL checkAxel Davy1-1/+1
2021-04-14st/nine: Add missing breaksAxel Davy2-0/+2
2021-04-14st/nine: Fix cubetexture early destructionAxel Davy1-1/+2
2021-04-14st/nine: Fix crash on texture creation failureAxel Davy3-0/+5
2021-04-14st/nine: Disable fpu exceptions during initAxel Davy1-1/+34
2021-03-13st/nine: detect worker threads syncs for systemmemAxel Davy3-12/+16
2021-03-13st/nine: Use stream_uploader for bad cases of systemmemAxel Davy4-157/+196
2021-03-13st/nine: Always use DYNAMIC with SYSTEMMEMAxel Davy1-0/+10
2021-03-13st/nine: Force DYNAMIC SYSTEMMEM for sw vertex processingAxel Davy2-5/+25
2021-03-13st/nine: Optimize dynamic systemmem buffersAxel Davy7-27/+248
2021-03-13st/nine: Track pending MANAGED buffer uploadsAxel Davy2-4/+17