st/nine: Bind src not dst in nine_context_box_upload
[mesa.git] / src / gallium / state_trackers / nine / surface9.c
2018-12-23 Axel Davyst/nine: Bind src not dst in nine_context_box_upload
2018-09-25 Axel Davyst/nine: Check if format is DS before retrieving flags
2018-07-31 Marek Olšákgallium: add storage_sample_count parameter into is_for...
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...
2017-01-12 Axel Davyst/nine: Flush pending commands if needed for surface9...
2017-01-12 Axel Davyst/nine: Rework CreatePipeSurface
2016-12-20 Axel Davyst/nine: Do not wait for DEFAULT lock for surfaces...
2016-12-20 Axel Davyst/nine: Bind destination for surface/volume uploads
2016-12-20 Axel Davyst/nine: Use nine_context_box_upload for surfaces
2016-12-20 Axel Davyst/nine: Use nine_context_clear_render_target
2016-12-20 Axel Davyst/nine: use get_pipe_acquire/release when possible
2016-12-20 Patrick Rudolphst/nine: Implement gallium nine CSMT
2016-12-20 Axel Davyst/nine: Create pipe_surfaces on resource creation.
2016-12-20 Axel Davyst/nine: Access pipe_context via NineDevice9_GetPipe
2016-12-20 Axel Davyst/nine: Silent warnings with guid_str
2016-12-20 Axel Davyst/nine: Remove useless check in surface9 ctor
2016-10-24 Axel Davyst/nine: Fix locking CubeTexture surfaces.
2016-10-24 Axel Davyst/nine: Use align_calloc instead of align_malloc
2016-10-13 Axel Davyst/nine: Fix possible segfault in surface ctor
2016-10-10 Patrick Rudolphst/nine: Implement MSAA quality levels
2016-10-10 Patrick Rudolphst/nine: Switch {Set/Get/Free}PrivateData functions
2016-10-10 Patrick Rudolphst/nine: Return device in NineSurface9_GetContainer
2016-10-10 Patrick Rudolphst/nine: Allocate surface resources in surface ctor
2016-10-10 Patrick Rudolphst/nine: Print interface id in NineSurface9_GetContainer
2016-10-10 Patrick Rudolphst/nine: Move assert in NineSurface9_ctor
2016-10-10 Patrick Rudolphst/nine: Allocate more space for ATI1
2016-08-09 Marek Olšákgallium: add render_condition_enable param to clear_ren...
2016-07-23 Marek Olšákgallium: split transfer_inline_write into buffer and...
2016-05-18 Patrick Rudolphst/nine: Improve logging
2016-05-18 Axel Davyst/nine: Add format fallback with conversion to surfaces
2016-05-18 Axel Davyst/nine: Rework UpdateTexture Checks
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: Respect block alignment on surface lock
2016-02-04 Axel Davyst/nine: Fix ATI2 pitch for non-square
2016-02-04 Patrick Rudolphst/nine: Clear rendertarget on creation
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 Patrick Rudolphst/nine: Allow lock coordinates outside range
2015-08-21 Axel Davyst/nine: Track dirty region for SYSTEMMEM too
2015-08-21 Axel Davyst/nine: Split NineSurface9_CopySurface
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: Some D3DUSAGE_AUTOGENMIPMAP fixes
2015-04-29 Axel Davyst/nine: Simplify Surface9 Managed resources implementation
2015-04-29 Axel Davyst/nine: Remove impossible cases with Managed textures
2015-04-29 Axel Davyst/nine: Encapsulate variables for MANAGED resource
2015-04-29 Axel Davyst/nine: Rework texture data allocation
2015-02-05 Axel Davyst/nine: SetResourceResize should track nr_samples too
2015-02-05 Axel Davyst/nine: Refactor format d3d9 to pipe conversion
2015-02-05 Patrick Rudolphst/nine: Check block alignment for compressed textures...
2015-01-22 Axel Davyst/nine: Add ATI1 and ATI2 support
2015-01-22 Axel Davyst/nine: Check if srgb format is supported before tryin...
2014-11-26 Stanislaw Halikst/nine: call DBG() at more external entry points
2014-11-26 Axel Davyst/nine: rework the way D3DPOOL_SYSTEMMEM is handled
2014-11-26 Axel Davyst/nine: Rework Basetexture9 and Resource9.
2014-11-18 Joakim Sindholtnine: Add state tracker nine for Direct3D9 (v3)