mesa: Reduce libGL.so binary size by about 15%
[mesa.git] / src / gallium / state_trackers / nine /
2016-01-08 Marek Olšáknine: allow fragment shader POSITION and FACE to be...
2016-01-06 Edward O'Callaghangallium: Remove unnecessary semicolons
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: Silent warning in nine_ff
2015-08-21 Axel Davyst/nine: Silent warning in sm1_declusage_to_tgsi
2015-08-21 Axel Davyst/nine: Silent warning in NineCubeTexture9_ctor
2015-08-21 Axel Davyst/nine: Silent warning in update_vertex_buffer
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: Fix the number of texture stages
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: Better check shader constant limits
2015-08-21 Axel Davyst/nine: Remove NINED3DRS_ZBIASSCALE
2015-08-21 Axel Davyst/nine: Implement special DOTPRODUCT3 behaviour
2015-08-21 Axel Davyst/nine: Implement ff vertex data passthrough
2015-08-21 Axel Davyst/nine: Change nine_state_update order
2015-08-21 Axel Davyst/nine: Programmable ps D3DTTSS_PROJECTED support
2015-08-21 Axel Davyst/nine: Complete ff texture transform implementation
2015-08-21 Axel Davyst/nine: Change a few advertised caps
2015-08-21 Axel Davyst/nine: Advertise Fog flags
2015-08-21 Axel Davyst/nine: Revert to userbuf path when needed
2015-08-21 Axel Davyst/nine: Finish Fog implementation
2015-08-21 Axel Davyst/nine: Rework shader states
2015-08-21 Axel Davyst/nine: Remove some useless variables
2015-08-21 Axel Davyst/nine: Fix nine_ff_ps_key padding
2015-08-21 Axel Davyst/nine: Begin programmable shader fog support
2015-08-21 Axel Davyst/nine: Fix fixed function fog 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: Rework blend states
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: Rework rasterizer states
2015-08-21 Axel Davyst/nine: Reorder DSA state settings
2015-08-21 Axel Davyst/nine: Reorder nine_state.
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: Prevent possible crash
2015-08-21 Patrick Rudolphst/nine: Return correct error codes in NineDevice9_Reset
2015-08-21 Patrick Rudolphst/nine: Fail on D3DUSAGE_DYNAMIC for D3DPOOL_SCRATCH...
2015-08-21 Axel Davyst/nine: Fix Lock Checks for Compressed textures
2015-08-21 Axel Davyst/nine: Impose restrictions on DXTN texture sizes
2015-08-21 Patrick Rudolphst/nine: Return NULL pointer in lock error cases
2015-08-21 Patrick Rudolphst/nine: Fix resource SetPriority/GetPriority
2015-08-21 Patrick Rudolphst/nine: Clean GetPrivateData
2015-08-21 Patrick Rudolphst/nine: Allow lock coordinates outside range
2015-08-21 Patrick Rudolphst/nine: Fix GenerateMipSubLevels potential crash
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: 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 Axel Davyst/nine: SetAutoGenFilterType should regenerate the...
2015-08-21 Axel Davyst/nine: Simplify NineVolume9_CopyVolume
2015-08-21 Axel Davyst/nine: Split NineSurface9_CopySurface
2015-08-21 Axel Davyst/nine: Simplify Volume9 dirty region tracking
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: Do not call ID3DPresent_GetCursorPos for sw...
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-08-21 Axel Davyst/nine: fix D3DRS_DITHERENABLE wrong state group
2015-08-21 Patrick Rudolphst/nine: Account POINTSIZE_MIN and POINTSIZE_MAX for...
2015-08-21 Patrick Rudolphst/nine: Align texture memory
2015-08-21 Axel Davyst/nine: Always set point_quad_rasterization to 1
2015-08-21 Axel Davyst/nine: Fix Swizzle for ATI2 format
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-07-05 Marek Olšákgallium: use fence_finish instead of fence_signalled...
2015-06-05 Marek Olšáktgsi/ureg: add support for output array declarations
2015-06-05 Marek Olšáktgsi/ureg: add support for FS input array declarations
2015-05-09 Jason Ekstrandutil: Move gallium's linked list to util
2015-04-29 Axel Davyst/nine: Remove Managed texture hack.
2015-04-29 Axel Davyst/nine: Enforce LOD 0 for D3DUSAGE_AUTOGENMIPMAP
2015-04-29 Axel Davyst/nine: Some D3DUSAGE_AUTOGENMIPMAP fixes
2015-04-29 Axel Davyst/nine: util_gen_mipmap doesn't need we reset states.
2015-04-29 Axel Davyst/nine: D3DUSAGE_AUTOGENMIPMAP is forbidden for volumes
2015-04-29 Axel Davyst/nine: Fix NineBaseTexture9_PreLoad
2015-04-29 Axel Davyst/nine: Rewrite Managed texture uploads
2015-04-29 Axel Davyst/nine: Bound the dirty regions to resource size
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-04-29 Axel Davyst/nine: Fix update_vertex_elements bad rebase
2015-04-29 Axel Davyst/nine: Add debug warning when application uses sw...
2015-04-29 Axel Davyst/nine: Rework update_vertex_buffers
2015-04-29 Xavier Bouchouxst/nine: Fix computation of const_used_size
2015-04-29 Xavier Bouchouxst/nine: Fix behaviour of D3DUSAGE_QUERY_POSTPIXELSHADE...
2015-04-29 Xavier Bouchouxst/nine: Improve D3DQUERYTYPE_TIMESTAMP
2015-04-29 Xavier Bouchouxst/nine: Fix D3DQUERYTYPE_TIMESTAMPFREQ query
2015-04-29 Tiziano Bacoccost/nine: Change x86 FPU Control word on device creation
next