svga: Always set the alpha value to 1 when sampling using an XRGB view
[mesa.git] / src / gallium / state_trackers /
2016-12-20 Axel Davyst/nine: Back all ff states in nine_context
2016-12-20 Axel Davyst/nine: Refactor LightEnable
2016-12-20 Axel Davyst/nine: Refactor SetLight
2016-12-20 Axel Davyst/nine: Put ff data in a separate structure
2016-12-20 Axel Davyst/nine: Back viewport to nine_context
2016-12-20 Axel Davyst/nine: Back scissor to nine_context
2016-12-20 Axel Davyst/nine: Back RT to nine_context
2016-12-20 Axel Davyst/nine: Back current index buffer to nine_context
2016-12-20 Axel Davyst/nine: Back all shader constants to nine_context
2016-12-20 Axel Davyst/nine: Back sampler states to nine_context
2016-12-20 Axel Davyst/nine: Back vs to nine_context
2016-12-20 Axel Davyst/nine: Back vdecl to nine_context
2016-12-20 Axel Davyst/nine: Move stream freq data to nine_context
2016-12-20 Axel Davyst/nine: Move vtxbuf to nine_context
2016-12-20 Axel Davyst/nine: Move stream_usage_mask to nine_context
2016-12-20 Axel Davyst/nine: Back textures into nine_context
2016-12-20 Axel Davyst/nine: Move texture setting to nine_context_*
2016-12-20 Axel Davyst/nine: Track changed.texture only for stateblocks
2016-12-20 Axel Davyst/nine: Move draw calls to nine_state
2016-12-20 Axel Davyst/nine: Move core of device clear to nine_state
2016-12-20 Axel Davyst/nine: Introduce nine_context
2016-12-20 Axel Davyst/nine: Implement WFOG properly
2016-12-20 Axel Davyst/nine: Fix ff texture coordinate selection
2016-12-20 Axel Davyst/nine: Convert redundant check to assert in ff ps
2016-12-20 Axel Davyst/nine: Fix two special cases in ff ps
2016-12-20 Axel Davyst/nine: Remove useless code in ff ps
2016-12-20 Axel Davyst/nine: Fix ff cases when stages should be disabled
2016-12-20 Axel Davyst/nine: Always initialize current in ff ps
2016-12-20 Axel Davyst/nine: Fix check for ff specular
2016-12-20 Axel Davyst/nine: Do not saturate illumination coefficients...
2016-12-20 Axel Davyst/nine: Fix ff COLOR0 w component computation
2016-12-20 Axel Davyst/nine: Fix specular enable for alpha
2016-12-20 Axel Davyst/nine: Ignore MULTISAMPLEMASK when RT is not multisampled
2016-12-20 Axel Davyst/nine: Add new driconf options to control DISCARD...
2016-12-20 Axel Davyst/nine: Rework buffer presentation path
2016-12-20 Axel Davyst/nine: Fix a leak in Swapchain dtor
2016-12-20 Axel Davyst/nine: Silent warnings with guid_str
2016-12-20 Axel Davyst/nine: Do not generate gallium NOP on d3d NOP
2016-12-20 Axel Davyst/nine: Fix leak in user constant upload path
2016-12-20 Axel Davyst/nine: Correctly release sw cursor image
2016-12-20 Axel Davyst/nine: Handle when cursor stride is not what is expected
2016-12-20 Axel Davyst/nine: Avoid crash on empty Draw*Up
2016-12-20 Axel Davyst/nine: Capture texturestage states in pixel stateblocks
2016-12-20 Axel Davyst/nine: Add missing changed states to pixel stateblocks
2016-12-20 Axel Davyst/nine: Add some debug info in stateblocks
2016-12-20 Axel Davyst/nine: Remove useless check in surface9 ctor
2016-12-20 Axel Davyst/nine: Fix bad light initialization in stateblocks
2016-12-20 Axel Davyst/nine: Remove unused ff.changed.group
2016-12-20 Axel Davyst/nine: Fix ps multisample check
2016-12-20 Axel Davyst/nine: Fix useless swapchain init checks
2016-12-20 Axel Davyst/nine: Don't update stream_usage_mask in sw path
2016-12-20 Axel Davyst/nine: Remove useless call to nine_update_state
2016-12-20 Axel Davyst/nine: Add validation to SetSamplerState
2016-12-20 Axel Davyst/nine: Improve doc of D3DPMISCCAPS_POSTBLENDSRGBCONVERT
2016-12-06 Andy Furnissst/omx/enc Raise default encode level
2016-12-05 Juan A. Suarez Romerost/va: declare vlVaBuffer before vlVaContext
2016-12-05 Juan A. Suarez Romerost/va: remove unused variable pbuff
2016-12-05 Emil Velikovst/va: automake: cleanup C{PP,}FLAGS
2016-12-05 Boyuan Zhangst/va: fix gop size for rate control
2016-12-05 Boyuan Zhangst/va: force to submit two consecutive single jobs
2016-12-05 Nayan Deshmukhst/vdpau: fix compiler warning in vlVdpVideoMixerRender
2016-12-02 Rob Clarkgallium: support for native fence fd's
2016-12-02 Rob Clarkgallium: wire up server_wait_sync
2016-11-28 Chandu Babu Namburust/omx/dec/h264: consider POC as signed instead of...
2016-11-25 Vedran Miletićclover: Restore support for LLVM <= 3.9.
2016-11-14 Vedran Miletićclover: adapt to new error API since LLVM r286752
2016-11-11 Laurent Carlierclover: fix building since llvm r286566
2016-11-06 Serge Martinclover: Add CL_PROGRAM_BINARY_TYPE support (CL1.2).
2016-11-06 Serge Martinclover: add missing clGetDeviceInfo CL1.2 queries
2016-11-04 Dave AirlieRevert "st/vdpau: use linear layout for output surfaces"
2016-10-31 Leo Liust/omx/dec: disable tunnel for size different case
2016-10-31 Leo Liust/omx/dec: result buffers size should match codec...
2016-10-30 Serge Martinclover: Implement clGetExtensionFunctionAddressForPlatform.
2016-10-30 Vedran Miletićclover: Introduce CLOVER_EXTRA_*_OPTIONS environment...
2016-10-30 Vedran Miletićclover: Pass unquoted compiler arguments to Clang
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-18 Boyuan Zhangst/va: force to flush the last p frame in idr period
2016-10-18 Julien Isorcest/va: set default rt formats when calling vaCreateConfig
2016-10-16 Axel Davyst/nine: Fix multisample limit check
2016-10-14 Mark Thompsonst/va: Fix H.264 PicOrderCnt value
2016-10-14 Mark Thompsonst/va: Baseline profile is not supported
2016-10-14 Mark Thompsonst/va: Return surface formats depending on config chrom...
2016-10-14 Mark Thompsonst/va: Save surface chroma format in config
2016-10-14 Mark Thompsonst/va: Return more useful config attributes
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...
next