tu: Implement fallback linear staging blit for CopyImage
[mesa.git] / src / gallium / state_trackers / nine / vertexdeclaration9.c
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2016-10-10 Axel Davyst/nine: Initial ProcessVertices support
2016-05-18 Patrick Rudolphst/nine: Improve logging
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-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-04 Axel Davyst/nine: Use ff vertex shader when position_t is used
2016-02-04 Patrick Rudolphst/nine: Don't increment refcount on VertexDeclaration...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-02-05 Patrick Rudolphst/nine: Check for aligned offset in each vertex element
2015-02-05 Patrick Rudolphst/nine: Return E_FAIL for unused vertexdeclaration...
2015-02-05 Patrick Rudolphst/nine: Missing sanity check for CALLOC return E_OUTOF...
2014-12-09 Matt TurnerRemove useless checks for NULL before freeing
2014-12-03 Axel Davyst/nine: Fix vertex declarations for non-standard ...
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)