st/nine: Align stack for entry points
[mesa.git] / src / gallium / state_trackers / nine / surface9.c
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-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-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-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)