tu: Implement fallback linear staging blit for CopyImage
[mesa.git] / src / gallium / state_trackers / nine / cubetexture9.c
2018-07-31 Marek Olšákgallium: add pipe_resource::nr_storage_samples, and...
2017-01-12 Masanori Kakurast/nine: Don't call u_box_union_* when dirty region...
2016-12-20 Axel Davyst/nine: Fix leak with cubetexture dtor
2016-10-24 Axel Davyst/nine: Use align_calloc instead of align_malloc
2016-10-10 Patrick Rudolphst/nine: Switch {Set/Get/Free}PrivateData functions
2016-09-08 Marek Olšákgallium: remove PIPE_BIND_TRANSFER_READ/WRITE
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: Support ATI1/ATI2 for CubeTexture
2016-02-12 Axel Davyst/nine: Clean pSharedHandle Texture ctors checks
2016-02-12 Axel Davyst/nine: Move texture creation checks
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-04 Axel Davyst/nine: Use align_free when needed
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-21 Axel Davyst/nine: Silent warning in NineCubeTexture9_ctor
2015-08-21 Axel Davyst/nine: Impose restrictions on DXTN texture sizes
2015-08-21 Axel Davyst/nine: Textures start dirty
2015-08-21 Axel Davyst/nine: Track dirty region for SYSTEMMEM too
2015-08-21 Axel Davyst/nine: Add missing BASETEX_REGISTER_UPDATE calls
2015-08-21 Patrick Rudolphst/nine: Align texture memory
2015-04-29 Axel Davyst/nine: Bound the dirty regions to resource size
2015-04-29 Axel Davyst/nine: Encapsulate variables for MANAGED resource
2015-04-29 Axel Davyst/nine: Rework texture data allocation
2015-04-29 Axel Davyst/nine: Add debug warning when application uses sw...
2015-02-05 Axel Davyst/nine: Refactor format d3d9 to pipe conversion
2015-01-22 Axel Davyst/nine: Add ATI1 and ATI2 support
2015-01-22 Axel Davyst/nine: Return D3DERR_INVALIDCALL when trying to creat...
2015-01-22 Axel Davyst/nine: CubeTexture: fix GetLevelDesc
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)