| Commit message (Expand) | Author | Age | Files | Lines |
* | enable standalone build of llvmpipe for ARMHEADreplicant-6.0-0001replicant-6.0 | Wolfgang Wiedmeyer | 2017-02-12 | 1 | -2/+1 |
* | Merge remote-tracking branch 'mesa/13.0' into nougat-x86 | Chih-Wei Huang | 2016-11-16 | 1 | -1/+1 |
|\ |
|
| * | Revert "st/vdpau: use linear layout for output surfaces" | Dave Airlie | 2016-11-09 | 1 | -1/+1 |
* | | st/dri: remove trailing whitespace | Mauro Rossi | 2016-11-01 | 1 | -1/+1 |
* | | android: more fixes for llvmpipe software rendering | Chih-Wei Huang | 2016-11-01 | 2 | -2/+11 |
* | | android: support swrast | WuZhen | 2016-11-01 | 2 | -3/+49 |
* | | st/dri: fix double free of dri_drawable | WuZhen | 2016-11-01 | 1 | -2/+0 |
* | | gallium: introduce load_pipe_screen() | Rob Herring | 2016-11-01 | 1 | -3/+1 |
|/ |
|
* | st/omx/dec: disable tunnel for size different case | Leo Liu | 2016-11-01 | 3 | -1/+11 |
* | st/omx/dec: result buffers size should match codec decoder size | Leo Liu | 2016-11-01 | 3 | -19/+18 |
* | st/nine: Fix locking CubeTexture surfaces. | Axel Davy | 2016-10-27 | 1 | -0/+1 |
* | st/nine: Fix mistake in Volume9 UnlockBox | Axel Davy | 2016-10-27 | 1 | -1/+1 |
* | st/nine: Fix leak with integer and boolean constants | Axel Davy | 2016-10-27 | 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 |
* | st/nine: Handle user clipping planes properly for ff | Axel Davy | 2016-10-10 | 1 | -4/+17 |