gallium/swr: fix gcc warnings
[mesa.git] / src / gallium / drivers / swr / swr_context.cpp
2020-01-24 Jan Zielinskigallium/swr: implementation of tessellation shaders...
2019-12-13 Tomasz Pyragallium/swr: Fix arb_transform_feedback2
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-07-30 Jan Zielinskirasterizer/swr: move BucketMgr to SwrContext
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-07-18 Jan Zielinskiswr/rast: Refactor memory API between rasterizer core...
2019-07-03 Jan Zielinskiswr/swr: Enable ARB_viewport_array
2019-02-15 Alok Hotaswr/rast: Convert system memory pointers to gfxptr_t
2017-10-19 Tim Rowleyswr: knob overrides for Intel Xeon Phi
2017-09-26 George Kyriazisswr: Handle resource across context changes
2017-09-13 Tim Rowleyswr/rast: Migrate memory pointers to gfxptr_t type
2017-07-11 Tim Rowleyswr: build driver proper separate from rasterizer
2017-07-11 Tim Rowleyswr: switch to using SwrGetInterface api table
2017-06-30 Tim Rowleyswr: use swr_query_result type instead of void
2017-05-08 Bruce Cherniakswr: move msaa resolve to generalized StoreTile
2017-04-29 Tim Rowleyswr/rast: add SwrInit() to init backend/memory tables
2017-04-14 Bruce Cherniakswr: Enable MSAA in OpenSWR software renderer
2017-04-14 Bruce Cherniakswr: Align swr_context allocation to SIMD alignment.
2017-03-08 Brian Paulgallium: s/uint/enum pipe_render_cond_flag/ for set_ren...
2017-03-05 Tim Rowleyswr: implement geometry shaders
2017-03-02 Bruce Cherniakswr: enable clear_texture with util_clear_texture
2017-02-17 George Kyriazisswr: remove unneeded extern "C"
2017-02-14 Marek Olšákgallium: set pipe_context uploaders in drivers (v3)
2016-12-16 Bruce Cherniakswr: Implement fence attached work queues for deferred...
2016-12-01 Ilia Mirkinswr: turn off queries around blits
2016-12-01 Ilia Mirkinswr: remove warning about multi-layer surfaces
2016-11-23 Ilia Mirkinswr: rework resource layout and surface setup
2016-11-21 George Kyriazisswr: Handle windows.h and NOMINMAX
2016-11-16 Ilia Mirkinswr: fix texture layout for compressed formats
2016-11-14 Tim Rowleyswr: [rasterizer core] remove driverType
2016-10-03 Bruce Cherniakswr: Removed stalling SwrWaitForIdle from queries.
2016-08-10 Tim Rowleyswr: [rasterizer core] split FE and BE stats
2016-08-10 Tim Rowleyswr: [rasterizer core] fundamentally change how stats...
2016-08-10 Tim Rowleyswr: [rasterizer core] improve implementation for SoWri...
2016-08-09 Marek Olšákgallium: add a pipe_context parameter to fence_finish
2016-07-23 Marek Olšákgallium: split transfer_inline_write into buffer and...
2016-06-17 Bruce Cherniakswr: Update screen->context pointer with multiple contexts.
2016-04-27 Tim Rowleyswr: s/Elements/ARRAY_SIZE/
2016-04-18 Tim Rowleyswr: dereference cbuf/zbuf/views on context destroy
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-25 Tim Rowleyswr: [rasterizer core] subcontext rework
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-18 George Kyriazisgallium/swr: Cleaned up some context-resource management
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-14 Bruce Cherniakgallium/swr: Resource management
2016-03-03 Tim Rowleygallium/swr: add OpenSWR driver