Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / gallium / drivers / swr / rasterizer / core / api.h
2020-02-13 Krzysztof Raszkowskigallium/swr: fix rdtsc debug statistics mechanism
2019-12-13 Tomasz Pyragallium/swr: Fix arb_transform_feedback2
2019-08-08 Jan Zielinskiswr/rasterizer: modernize thread TLB
2019-08-08 Jan Zielinskiswr/rasterizer: improvements in simdlib
2019-08-08 Jan Zielinskiswr/rasterizer: do not mark tiles dirty until actually...
2019-07-30 Jan Zielinskiswr/rasterizer: Add memory tracking support
2019-07-30 Jan Zielinskirasterizer/swr: move BucketMgr to SwrContext
2019-07-18 Jan Zielinskiswr/rast: Refactor memory API between rasterizer core...
2019-02-15 Alok Hotaswr/rast: Add translation support to streamout
2019-02-15 Alok Hotaswr/rast: Convert system memory pointers to gfxptr_t
2018-06-18 Alok Hotaswr/rast: Clang-Format most rasterizer source code
2018-04-18 George Kyriazisswr/rast: Optimize late/bindless JIT of samplers
2017-12-15 Tim Rowleyswr/rast: Rework thread binding parameters for machine...
2017-11-20 Tim Rowleyswr/rast: Cache eventmanager
2017-10-19 Tim Rowleyswr/rast: Add api to override draws in flight
2017-09-13 Tim Rowleyswr/rast: Add new API SwrStallBE
2017-08-02 Tim Rowleyswr/rast: stop using MSFT types in platform independent...
2017-06-16 Tim Rowleyswr/rast: Refactor includes to limit simdintrin.h usage
2017-04-29 Tim Rowleyswr/rast: add memory api to SwrGetInterface()
2017-04-29 Tim Rowleyswr/rast: add SwrInit() to init backend/memory tables
2017-04-29 Tim Rowleyswr/rast: add SwrGetInterface() function to return api
2017-04-29 Tim Rowleyswr/rast: enable per-warp scratch space for CS
2017-04-29 Tim Rowleyswr/rast: remove default argument from SwrSync()
2016-11-24 Ilia Mirkinswr: [rasterizer core] pipe renderTargetArrayIndex...
2016-11-16 Tim Rowleyswr: [rasterizer core] fix clear with multiple color...
2016-11-14 Tim Rowleyswr: [rasterizer core] remove driverType
2016-11-14 Tim Rowleyswr: [rasterizer core] various code style changes
2016-11-14 Tim Rowleyswr: [rasterizer core] separate frontend/backend stats...
2016-10-14 Tim Rowleyswr: [rasterizer core] fix comment typo
2016-10-11 Tim Rowleyswr: [rasterizer core] implement depth bounds test
2016-10-11 Tim Rowleyswr: [rasterizer core] SwrStoreTiles api change
2016-08-17 Tim Rowleyswr: [rasterizer core] only use Viewport/Scissors durin...
2016-08-10 Tim Rowleyswr: [rasterizer core] split FE and BE stats
2016-08-10 Tim Rowleyswr: [rasterizer core] remove all old stats code
2016-08-10 Tim Rowleyswr: [rasterizer core] viewport array support
2016-08-10 Tim Rowleyswr: [rasterizer core] fundamentally change how stats...
2016-08-10 Tim Rowleyswr: [rasterizer core] allow override of KNOB thread...
2016-08-10 Tim Rowleyswr: [rasterizer core] add SwrWaitForIdleFE
2016-08-10 Tim Rowleyswr: [rasterizer core] improve implementation for SoWri...
2016-07-20 Tim Rowleyswr: [rasterizer] attribute swizzling and linkage
2016-04-22 Tim Rowleyswr: [rasterizer core] Use CS spill/fill size in core
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-25 Tim Rowleyswr: [rasterizer] Discard work + misc fixes
2016-03-25 Tim Rowleyswr: [rasterizer] remove use of BYTE type
2016-03-25 Tim Rowleyswr: [rasterizer core] subcontext rework
2016-03-25 Tim Rowleyswr: [rasterizer] remove use of FLOAT type
2016-03-25 Tim Rowleyswr: [rasterizer] Add rdtsc buckets support for shaders
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-03 Tim Rowleygallium/swr: add OpenSWR rasterizer