st/nine: Handle Window Occlusion
[mesa.git] / src / gallium / state_trackers / nine / device9.c
2016-02-04 Patrick Rudolphst/nine: Handle Window Occlusion
2016-02-04 Patrick Rudolphst/nine: Store minor version num
2016-02-04 Patrick Rudolphst/nine: Fix remaining swapchain tests
2016-02-04 Axel Davyst/nine: Fix crash NineDevice9_CreateAdditionalSwapChain
2016-02-04 Patrick Rudolphst/nine: Fix possible crash on error
2016-02-04 Patrick Rudolphst/nine: Fix clear for multisample mismatch depth-stencil
2016-02-04 Patrick Rudolphst/nine: Allow ColorFill on D3DFMT_NULL surfaces
2016-02-04 Axel Davyst/nine: Introduce STREAMFREQ state
2016-02-04 Axel Davyst/nine: Catch redundant SetStreamSourceFreq calls
2016-02-04 Patrick Rudolphst/nine: Squash indexbuffer9 and vertexbuffer9
2016-02-04 Axel Davyst/nine: Use pipe_resource_reference for vtxbuf
2016-02-04 Axel Davyst/nine: Use ff vertex shader when position_t is used
2016-02-04 Axel Davyst/nine: Change StretchRect check order
2016-01-02 Marek Olšáku_upload_mgr: allow specifying PIPE_USAGE_* for the...
2016-01-02 Marek Olšáku_upload_mgr: remove alignment parameter from u_upload_...
2016-01-02 Marek Olšáku_upload_mgr: pass alignment to u_upload_data manually
2015-08-26 Marek Olšákgallium: add flags parameter to pipe_screen::context_create
2015-08-21 Krzysztof Sobieckist/nine: Always use user constant buffers
2015-08-21 Axel Davyst/nine: Catch setting the same shader
2015-08-21 Axel Davyst/nine: Avoid Constant upload when there is no change
2015-08-21 Axel Davyst/nine: Use CSO cache for sampler views
2015-08-21 Axel Davyst/nine: Calculate dummy sampler state only once
2015-08-21 Axel Davyst/nine: Programmable ps D3DTTSS_PROJECTED support
2015-08-21 Axel Davyst/nine: Rework ff constant buffers
2015-08-21 Axel Davyst/nine: Rework constant buffer state handling
2015-08-21 Axel Davyst/nine: Improve fallback when driver doesn't support...
2015-08-21 Axel Davyst/nine: Avoid useless updates in SetSamplerState
2015-08-21 Axel Davyst/nine: Remove group_mask argument from nine_update_state
2015-08-21 Tiziano Bacoccost/nine: Implement TEXBEM,TEXBEML and BEM
2015-08-21 Patrick Rudolphst/nine: Fix use of uninitialized values
2015-08-21 Patrick Rudolphst/nine: Return correct error codes in NineDevice9_Reset
2015-08-21 Axel Davyst/nine: Impose restrictions on DXTN texture sizes
2015-08-21 Axel Davyst/nine: Fix FillColor Flag check
2015-08-21 Axel Davyst/nine: Fix StretchRect checks
2015-08-21 Axel Davyst/nine: Implement EvictManagedResources
2015-08-21 Axel Davyst/nine: Track managed textures
2015-08-21 Axel Davyst/nine: Only update dirty rect for UpdateTexture
2015-08-21 Axel Davyst/nine: Simplify NineVolume9_CopyVolume
2015-08-21 Axel Davyst/nine: Split NineSurface9_CopySurface
2015-08-21 Christoph Bumillergallium: Add blending to pipe blit
2015-08-21 Axel Davyst/nine: Revert to sw cursor in case of failure to...
2015-08-21 Axel Davyst/nine: Force hw cursor for Windowed mode
2015-08-21 Axel Davyst/nine: Hide hardware cursor when we don't use it
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: Encapsulate variables for MANAGED resource
2015-04-29 Axel Davyst/nine: Add debug warning when application uses sw...
2015-04-29 Tiziano Bacoccost/nine: Change x86 FPU Control word on device creation
2015-04-29 Axel Davyst/nine: Do not advertise D3DDEVCAPS_TEXTURESYSTEMMEMORY
2015-04-29 Axel Davyst/nine: Workaround barycentrics issue on some cards
2015-04-29 Xavier Bouchouxst/nine: Clear struct pipe_blit_info before use.
2015-04-29 Patrick Rudolphst/nine: NineDevice9_Clear skip fastpath for bigger...
2015-02-05 Tiziano Bacoccost/nine: Implement dummy vbo behaviour when vs is missi...
2015-02-05 Axel Davyst/nine: Dummy sampler should have a=1
2015-02-05 Axel Davyst/nine: Fix update_framebuffer binding cbufs the pixel...
2015-02-05 Axel Davyst/nine: Clear: better behave if rt_mask is different...
2015-02-05 Tiziano Bacoccost/nine: Fix enabled lights in stateblocks
2015-02-05 Axel Davyst/nine: Fix depth stencil formats bindings flags.
2015-02-05 Patrick Rudolphst/nine: Fix bufferoverflow in {Get|Set}PixelShaderCons...
2015-02-05 Patrick Rudolphst/nine: Set [out] argument to NULL for some functions
2015-02-05 Axel Davyst/nine: Implement ATOC hack
2015-02-05 Axel Davyst/nine: Implement AMD alpha to coverage
2015-02-05 Axel Davyst/nine: NineDevice9_SetClipPlane: pPlane must be non...
2015-02-05 Axel Davyst/nine: Refactor format d3d9 to pipe conversion
2015-02-05 Axel Davyst/nine: Implement RESZ hack
2015-02-05 Axel Davyst/nine: Commit sampler views again if srgb state changed.
2015-02-05 Axel Davyst/nine: Explicit nine requirements
2015-01-22 Axel Davyst/nine: Allocate vs constbuf buffer for indirect addre...
2015-01-22 Axel Davyst/nine: Allocate the correct size for the user constan...
2015-01-22 Axel Davyst/nine: Add variables containing the size of the const...
2015-01-22 Axel Davyst/nine: Convert integer constants to floats before...
2015-01-22 Axel Davyst/nine: Rework of boolean constants
2014-12-21 David Heidelbergst/nine: fix DBG typo (trivial)
2014-12-10 Marek Olšákcso: put cso_release_all into cso_destroy_context
2014-12-03 Axel Davyst/nine: Queries: Use gallium caps to get if queries...
2014-12-03 Axel Davyst/nine: Queries: remove dummy queries
2014-11-26 David Heidelbergst/nine: return GetAvailableTextureMem in bytes as...
2014-11-26 Axel Davyst/nine: Add pool check to SetTexture (v2)
2014-11-26 Stanislaw Halikst/nine: call DBG() at more external entry points
2014-11-26 Axel Davyst/nine: clean device9ex.
2014-11-18 Joakim Sindholtnine: Add state tracker nine for Direct3D9 (v3)