util: Move gallium's PIPE_FORMAT utils to /util/format/
[mesa.git] / src / gallium / state_trackers / nine / volume9.c
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-04-30 Axel Davyst/nine: Add drirc option to use data_internal for...
2019-04-30 Axel Davyst/nine: Support internal compressed format for volumes
2019-04-30 Axel Davyst/nine: Refactor volume GetSystemMemPointer
2019-04-30 Axel Davyst/nine: rename *_conversion to *_internal
2019-04-30 Axel Davyst/nine: Optimize volume upload with conversion
2019-01-26 Axel Davyst/nine: Enable debug info if NDEBUG is not set
2018-12-23 Axel Davyst/nine: Bind src not dst in nine_context_box_upload
2018-07-31 Marek Olšákgallium: add pipe_resource::nr_storage_samples, and...
2017-03-26 Axel Davyst/nine: Resolve deadlock in surface/volume dtors when...
2016-12-20 Axel Davyst/nine: Do not wait for DEFAULT lock for volumes when...
2016-12-20 Axel Davyst/nine: Bind destination for surface/volume uploads
2016-12-20 Axel Davyst/nine: Use nine_context_box_upload for volumes
2016-12-20 Axel Davyst/nine: use get_pipe_acquire/release when possible
2016-12-20 Axel Davyst/nine: Access pipe_context via NineDevice9_GetPipe
2016-12-20 Axel Davyst/nine: Silent warnings with guid_str
2016-10-24 Axel Davyst/nine: Fix mistake in Volume9 UnlockBox
2016-10-24 Axel Davyst/nine: Use align_calloc instead of align_malloc
2016-10-10 Patrick Rudolphst/nine: Remove volume9 {Set/Get/Free}PrivateData functions
2016-10-10 Patrick Rudolphst/nine: Switch {Set/Get/Free}PrivateData functions
2016-10-10 Patrick Rudolphst/nine: Print interface id in NineVolume9_GetContainer
2016-07-23 Marek Olšákgallium: split transfer_inline_write into buffer and...
2016-05-18 Axel Davyst/nine: Remove one useless function output
2016-05-18 Axel Davyst/nine: Add format fallback with conversion to volumes
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-12 Axel Davyst/nine: Align stack for entry points
2016-02-12 Axel Davyst/nine: SCRATCH does support all formats
2016-02-12 Axel Davyst/nine: Do not set resource usage for SYSTEMMEM
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-04 Axel Davyst/nine: Use align_free when needed
2016-02-04 Patrick Rudolphst/nine: Fix Volumetexture9_LockBox
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-21 Axel Davyst/nine: Fix Lock Checks for Compressed textures
2015-08-21 Patrick Rudolphst/nine: Return NULL pointer in lock error cases
2015-08-21 Axel Davyst/nine: Simplify NineVolume9_CopyVolume
2015-08-21 Axel Davyst/nine: Simplify Volume9 dirty region tracking
2015-08-21 Patrick Rudolphst/nine: Align texture memory
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-04-29 Axel Davyst/nine: D3DUSAGE_AUTOGENMIPMAP is forbidden for volumes
2015-04-29 Axel Davyst/nine: Remove impossible cases with Managed textures
2015-04-29 Axel Davyst/nine: Encapsulate variables for MANAGED resource
2015-02-05 Axel Davyst/nine: Refactor format d3d9 to pipe conversion
2015-02-05 Patrick Rudolphst/nine: Do not leak private data in volume9.
2014-11-26 Stanislaw Halikst/nine: call DBG() at more external entry points
2014-11-18 Joakim Sindholtnine: Add state tracker nine for Direct3D9 (v3)