swr: [rasterizer memory] minify original sizes for block formats
[mesa.git] / src / gallium / state_trackers / nine /
2016-10-24 Axel Davyst/nine: Fix locking CubeTexture surfaces.
2016-10-24 Axel Davyst/nine: Fix mistake in Volume9 UnlockBox
2016-10-24 Axel Davyst/nine: Use align_calloc instead of align_malloc
2016-10-24 Axel Davyst/nine: Fix leak with integer and boolean constants
2016-10-16 Axel Davyst/nine: Fix multisample limit check
2016-10-13 Axel Davyst/nine: Fix possible segfault in surface ctor
2016-10-13 Axel Davyst/nine: Remove useless code in nine_shader
2016-10-10 Axel Davyst/nine: More checks for GetRenderTargetData
2016-10-10 Patrick Rudolphst/nine: Add debug output for lost devices
2016-10-10 Patrick Rudolphst/nine: Prevent crash in GetRenderTargetData
2016-10-10 Patrick Rudolphst/nine: Set CLAMP_TO_EDGE on cubetextures
2016-10-10 Patrick Rudolphst/nine: handle possible failure of D3DWindowBuffer_create
2016-10-10 Patrick Rudolphst/nine: Assert on buffer creation failure
2016-10-10 Patrick Rudolphst/nine: Use NineDevice9_CreateDepthStencilSurface...
2016-10-10 Axel Davyst/nine: Fix check and remove useless code in swapchain9
2016-10-10 Patrick Rudolphst/nine: Implement MSAA quality levels
2016-10-10 Patrick Rudolphst/nine: Prepare update_framebuffer for MS quality...
2016-10-10 Patrick Rudolphst/nine: Add additional error handling in CheckDeviceMu...
2016-10-10 Patrick Rudolphst/nine: Fix compiler warning
2016-10-10 Patrick Rudolphst/nine: Remove resource9 {Set/Get/Free}PrivateData...
2016-10-10 Patrick Rudolphst/nine: Remove volume9 {Set/Get/Free}PrivateData functions
2016-10-10 Patrick Rudolphst/nine: Switch {Set/Get/Free}PrivateData functions
2016-10-10 Patrick Rudolphst/nine: Implement {Set/Get/Free}PrivateData in iunknown
2016-10-10 Patrick Rudolphst/nine: Return device in NineSurface9_GetContainer
2016-10-10 Patrick Rudolphst/nine: Allocate surface resources in surface ctor
2016-10-10 Axel Davyst/nine: Fix D3DFMT_NULL size
2016-10-10 Patrick Rudolphst/nine: Add debugging output
2016-10-10 Patrick Rudolphst/nine: Fix assert in NineUnknown_QueryInterface
2016-10-10 Patrick Rudolphst/nine: Print interface id in NineVolume9_GetContainer
2016-10-10 Patrick Rudolphst/nine: Print interface id in NineSurface9_GetContainer
2016-10-10 Patrick Rudolphst/nine: Print interface id in NineUnknown_QueryInterface
2016-10-10 Patrick Rudolphst/nine: Move assert in NineSurface9_ctor
2016-10-10 Axel Davyst/nine: Properly declare sampler states for ff
2016-10-10 Axel Davyst/nine: Handle user clipping planes properly for ff
2016-10-10 Axel Davyst/nine: Fix the calculation of the number of vs inputs
2016-10-10 Axel Davyst/nine: Fix specular w coordinate
2016-10-10 Axel Davyst/nine: Disable parts of lighting calculation if no...
2016-10-10 Axel Davyst/nine: Fix condition for specular lightning
2016-10-10 Axel Davyst/nine: Do always accumulate diffuse
2016-10-10 Axel Davyst/nine: Initialize ps ff registers
2016-10-10 Axel Davyst/nine: Do not pollute rTmp in ff ps
2016-10-10 Axel Davyst/nine: Allocate temporaries on demand for ps ff
2016-10-10 Axel Davyst/nine: Fix texbem
2016-10-10 Axel Davyst/nine: Fix ff computation for inverse
2016-10-10 Axel Davyst/nine: Used normed Vtx for reflectionvector
2016-10-10 Axel Davyst/nine: Implement SPHEREMAP
2016-10-10 Axel Davyst/nine: Enable passthrough only if positiont is used
2016-10-10 Axel Davyst/nine: Fix wrong mask in ff vs
2016-10-10 Axel Davyst/nine: Fix tweening factor computation
2016-10-10 Axel Davyst/nine: Disable ff vertex blending if required inputs...
2016-10-10 Axel Davyst/nine: Use materials if source is not given.
2016-10-10 Axel Davyst/nine: Fix ff SPECULARENABLE
2016-10-10 Axel Davyst/nine: Undefined specular should be full of zeros
2016-10-10 Axel Davyst/nine: Implement normal transformation with vertex...
2016-10-10 Axel Davyst/nine: Increase MaxVertexBlendMatrixIndex
2016-10-10 Axel Davyst/nine: Compact ff vs constants a bit
2016-10-10 Axel Davyst/nine: Fix vertex blending aVtx computation
2016-10-10 Axel Davyst/nine: Reorganize ff vtx processing
2016-10-10 Axel Davyst/nine: Small simplification for position_t and fog
2016-10-10 Axel Davyst/nine: Cleaning code for vs temporaries
2016-10-10 Axel Davyst/nine: No need for the local flag for temporaries...
2016-10-10 Axel Davyst/nine: Handle D3DRS_NORMALIZENORMALS
2016-10-10 Axel Davyst/nine: Initial ProcessVertices support
2016-10-10 Axel Davyst/nine: Partial software vertex processing support
2016-10-10 Axel Davyst/nine: Rework vs int and bool constants buffer
2016-10-10 Axel Davyst/nine: Change dirty tracking for vs int and bool...
2016-10-10 Axel Davyst/nine: Drop unused constant upload path
2016-10-10 Axel Davyst/nine: Add support for swvp constants in shaders
2016-10-10 Axel Davyst/nine: Initial mixed vertex processing support
2016-10-10 Axel Davyst/nine: Implement SetNPatchMode
2016-10-10 Axel Davyst/nine: Implement D3DUSAGE_SOFTWAREPROCESSING
2016-10-10 Patrick Rudolphst/nine: Allocate more space for ATI1
2016-10-10 Patrick Rudolphst/nine: Add missing break
2016-10-10 Axel Davyst/nine: Implement relative addressing for ps inputs
2016-10-10 Axel Davyst/nine: Wait for pending tasks to execute in swapchain
2016-10-10 Axel Davyst/nine: Use fixed size arrays for swapchain buffers
2016-10-10 Patrick Rudolphst/nine: Fix buffer count check for Ex devices
2016-10-10 Axel Davyst/nine: Disable seamless cubemap for d3d
2016-10-10 Axel Davyst/nine: Fix some check flags
2016-10-10 Axel Davyst/nine: Unify some check flags
2016-10-10 Axel Davyst/nine: Memset pipe_resource templates
2016-09-08 Marek Olšákgallium: remove PIPE_BIND_TRANSFER_READ/WRITE
2016-09-01 Eric EngestromIntroduce .editorconfig
2016-08-30 Eric Engestromst/nine: fix unreachable() typo
2016-08-25 Marek Olšákgallium: add a pipe_context parameter to resource_get_h...
2016-08-10 Trevor Davenportst/nine: Fix invalid attempt to use indirect draws.
2016-08-09 Marek Olšákgallium: add a pipe_context parameter to fence_finish
2016-08-09 Marek Olšákgallium: add render_condition_enable param to clear_ren...
2016-07-23 Marek Olšákgallium: split transfer_inline_write into buffer and...
2016-06-25 Axel Davyst/nine: Use offset_units_unscaled
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-05-18 Wang Hest/nine: Minor change to support musl libc
2016-05-18 Patrick Rudolphst/nine: Enable D3DPMISCCAPS_PERSTAGECONSTANT
2016-05-18 Axel Davyst/nine: Fix usage of rasterizer multisample bit.
2016-05-18 Axel Davyst/nine: ATOC has effect only with ALPHATESTENABLE
2016-05-18 Axel Davyst/nine: Add debug string for ATOC
2016-05-18 Axel Davyst/nine: Add asserts for output/input packing
2016-05-18 Axel Davyst/nine: Use correct PIPE_HANDLE_USAGE flag for frontbu...
2016-05-18 Axel Davyst/nine: Fix output shift calculation
2016-05-18 Axel Davyst/nine: Fix CheckDeviceFormat advertising for surfaces
next