index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
state_trackers
Commit message (
Expand
)
Author
Age
Files
Lines
*
clover: adapt to new error API since LLVM r286752
Vedran Miletić
2016-11-14
1
-2
/
+8
*
clover: fix building since llvm r286566
Laurent Carlier
2016-11-11
1
-0
/
+5
*
clover: Add CL_PROGRAM_BINARY_TYPE support (CL1.2).
Serge Martin
2016-11-06
10
-11
/
+35
*
clover: add missing clGetDeviceInfo CL1.2 queries
Serge Martin
2016-11-06
3
-0
/
+35
*
Revert "st/vdpau: use linear layout for output surfaces"
Dave Airlie
2016-11-04
1
-1
/
+1
*
st/omx/dec: disable tunnel for size different case
Leo Liu
2016-10-31
3
-1
/
+11
*
st/omx/dec: result buffers size should match codec decoder size
Leo Liu
2016-10-31
3
-19
/
+18
*
clover: Implement clGetExtensionFunctionAddressForPlatform.
Serge Martin
2016-10-30
3
-1
/
+21
*
clover: Introduce CLOVER_EXTRA_*_OPTIONS environment variables
Vedran Miletić
2016-10-30
1
-3
/
+7
*
clover: Pass unquoted compiler arguments to Clang
Vedran Miletić
2016-10-30
1
-4
/
+36
*
st/nine: Fix locking CubeTexture surfaces.
Axel Davy
2016-10-24
1
-0
/
+1
*
st/nine: Fix mistake in Volume9 UnlockBox
Axel Davy
2016-10-24
1
-1
/
+1
*
st/nine: Use align_calloc instead of align_malloc
Axel Davy
2016-10-24
5
-7
/
+7
*
st/nine: Fix leak with integer and boolean constants
Axel Davy
2016-10-24
1
-21
/
+18
*
st/va: force to flush the last p frame in idr period
Boyuan Zhang
2016-10-18
1
-0
/
+3
*
st/va: set default rt formats when calling vaCreateConfig
Julien Isorce
2016-10-18
2
-2
/
+12
*
st/nine: Fix multisample limit check
Axel Davy
2016-10-17
1
-1
/
+1
*
st/va: Fix H.264 PicOrderCnt value
Mark Thompson
2016-10-14
1
-1
/
+1
*
st/va: Baseline profile is not supported
Mark Thompson
2016-10-14
1
-2
/
+2
*
st/va: Return surface formats depending on config chroma format
Mark Thompson
2016-10-14
1
-2
/
+10
*
st/va: Save surface chroma format in config
Mark Thompson
2016-10-14
2
-1
/
+20
*
st/va: Return more useful config attributes
Mark Thompson
2016-10-14
1
-9
/
+38
*
st/nine: Fix possible segfault in surface ctor
Axel Davy
2016-10-13
1
-2
/
+2
*
st/nine: Remove useless code in nine_shader
Axel Davy
2016-10-13
1
-5
/
+0
*
st/nine: More checks for GetRenderTargetData
Axel Davy
2016-10-10
1
-0
/
+2
*
st/nine: Add debug output for lost devices
Patrick Rudolph
2016-10-10
1
-0
/
+2
*
st/nine: Prevent crash in GetRenderTargetData
Patrick Rudolph
2016-10-10
1
-0
/
+2
*
st/nine: Set CLAMP_TO_EDGE on cubetextures
Patrick Rudolph
2016-10-10
3
-5
/
+22
*
st/nine: handle possible failure of D3DWindowBuffer_create
Patrick Rudolph
2016-10-10
1
-0
/
+8
*
st/nine: Assert on buffer creation failure
Patrick Rudolph
2016-10-10
1
-8
/
+18
*
st/nine: Use NineDevice9_CreateDepthStencilSurface in swapchain9
Patrick Rudolph
2016-10-10
1
-13
/
+17
*
st/nine: Fix check and remove useless code in swapchain9
Axel Davy
2016-10-10
2
-17
/
+5
*
st/nine: Implement MSAA quality levels
Patrick Rudolph
2016-10-10
7
-12
/
+125
*
st/nine: Prepare update_framebuffer for MS quality levels
Patrick Rudolph
2016-10-10
1
-4
/
+4
*
st/nine: Add additional error handling in CheckDeviceMultiSampleType
Patrick Rudolph
2016-10-10
1
-0
/
+6
*
st/nine: Fix compiler warning
Patrick Rudolph
2016-10-10
2
-7
/
+11
*
st/nine: Remove resource9 {Set/Get/Free}PrivateData functions
Patrick Rudolph
2016-10-10
2
-134
/
+1
*
st/nine: Remove volume9 {Set/Get/Free}PrivateData functions
Patrick Rudolph
2016-10-10
3
-159
/
+0
*
st/nine: Switch {Set/Get/Free}PrivateData functions
Patrick Rudolph
2016-10-10
8
-61
/
+61
*
st/nine: Implement {Set/Get/Free}PrivateData in iunknown
Patrick Rudolph
2016-10-10
2
-0
/
+134
*
st/nine: Return device in NineSurface9_GetContainer
Patrick Rudolph
2016-10-10
1
-2
/
+10
*
st/nine: Allocate surface resources in surface ctor
Patrick Rudolph
2016-10-10
2
-68
/
+44
*
st/nine: Fix D3DFMT_NULL size
Axel Davy
2016-10-10
1
-0
/
+2
*
st/nine: Add debugging output
Patrick Rudolph
2016-10-10
1
-0
/
+4
*
st/nine: Fix assert in NineUnknown_QueryInterface
Patrick Rudolph
2016-10-10
1
-1
/
+4
*
st/nine: Print interface id in NineVolume9_GetContainer
Patrick Rudolph
2016-10-10
1
-0
/
+5
*
st/nine: Print interface id in NineSurface9_GetContainer
Patrick Rudolph
2016-10-10
1
-0
/
+5
*
st/nine: Print interface id in NineUnknown_QueryInterface
Patrick Rudolph
2016-10-10
1
-1
/
+3
*
st/nine: Move assert in NineSurface9_ctor
Patrick Rudolph
2016-10-10
1
-2
/
+2
*
st/nine: Properly declare sampler states for ff
Axel Davy
2016-10-10
1
-1
/
+6
[next]