| Commit message (Expand) | Author | Age | Files | Lines |
* | Unify the coding style in the driver | Xiang, Haihao | 2017-04-07 | 1 | -151/+142 |
* | Initialize one 10bit-scaling gpe_context for Gen9 | Zhao Yakui | 2016-11-17 | 1 | -0/+1 |
* | render: extract out yuv->rgb coefs | Lionel Landwerlin | 2015-11-09 | 1 | -26/+6 |
* | Rendering: Align the origin coordinate of internal buffer during AVS conversi... | Zhao, Yakui | 2014-11-17 | 1 | -2/+4 |
* | vpp: drop internal postprocessing (I965_PP_xxx) flags. | Gwenole Beauchesne | 2014-11-11 | 1 | -6/+6 |
* | Remove unnecessary check with IS_GEN8() | Xiang, Haihao | 2014-06-06 | 1 | -2/+1 |
* | surface: fix geometry (size, layout) of grayscale surfaces. | Gwenole Beauchesne | 2014-06-02 | 1 | -0/+3 |
* | render_init()/render_terminate() callback functions for each platform | Xiang, Haihao | 2014-05-26 | 1 | -47/+57 |
* | Simplify some macros | Xiang, Haihao | 2014-05-26 | 1 | -23/+23 |
* | Remove max_wm_threads from render_state | Xiang, Haihao | 2014-05-26 | 1 | -27/+4 |
* | Use the VA_FOURCC_ABCD constant to replace the VA_FOURCC(A,B,C,D) | Zhao Yakui | 2014-04-23 | 1 | -3/+3 |
* | Add the seperated file for rendering on BDW | Zhao Yakui | 2014-04-23 | 1 | -1454/+3 |
* | Use the XXX_render_put_surface/put_subpicture as callback function for rendering | Zhao Yakui | 2014-04-23 | 1 | -20/+19 |
* | Define i965_DestroySurfaces in header file explicitly to avoid multiple decla... | Zhao Yakui | 2014-04-23 | 1 | -7/+0 |
* | Render/BDW: Align each offset with 64 bytes | Xiang, Haihao | 2014-02-27 | 1 | -21/+26 |
* | Render/BDW: Initialize the blend_state for rendering | Xiang, Haihao | 2014-02-27 | 1 | -2/+2 |
* | Render/HSW: Fix the bug caused by merging code | Xiang, Haihao | 2014-02-27 | 1 | -3/+1 |
* | Add the support of color BT709/SMPTE240M for color-space conversion on BDW | Zhao Yakui | 2014-02-27 | 1 | -3/+15 |
* | Add the support of brightness/contrast/hue/saturation for BDW rendering | Zhao Yakui | 2014-02-27 | 1 | -0/+20 |
* | Explicitly declare the color blend operation for subpicture on BDW | Zhao Yakui | 2014-02-27 | 1 | -0/+1 |
* | Fix the incorrect setting for subpicture on BDW | Zhao Yakui | 2014-02-27 | 1 | -3/+32 |
* | Rendering/bdw: fix push constant buffer for PS | Xiang, Haihao | 2014-02-27 | 1 | -2/+2 |
* | Follow the spec to make the 3D pipeline work in 48-bit addressing mode | Zhao Yakui | 2014-02-27 | 1 | -80/+336 |
* | follow the spec to fill the Vertex URB entry on BDW | Zhao Yakui | 2014-02-27 | 1 | -7/+29 |
* | Add the missing 3D pipeline command for rendering on BDW | Zhao Yakui | 2014-02-27 | 1 | -1/+64 |
* | Follow the spec to restrict the max number of PS thread | Zhao Yakui | 2014-02-27 | 1 | -7/+1 |
* | Set render surface alignment on BDW | Zhao Yakui | 2014-02-27 | 1 | -0/+4 |
* | Set the force bits to read URB offset/length for SF stage on BDW | Zhao Yakui | 2014-02-27 | 1 | -0/+2 |
* | Update the pixel shader of subpic function for BDW | Zhao Yakui | 2014-02-27 | 1 | -3/+3 |
* | Update the pixel shader for BDW rendering function | Zhao Yakui | 2014-02-27 | 1 | -4/+4 |
* | Add the support of subpic for BDW | Zhao Yakui | 2014-02-27 | 1 | -7/+46 |
* | Implement the rendering CSC conversion for BDW | Zhao Yakui | 2014-02-27 | 1 | -16/+645 |
* | Set the max thread num for PS thread on BDW | Zhao Yakui | 2014-02-27 | 1 | -1/+9 |
* | Use the BDW surface/sampler state and memory address allocation for rendering | Zhao Yakui | 2014-02-27 | 1 | -11/+387 |
* | Avoid the duplicated macro-definition of surface size | Zhao Yakui | 2014-02-27 | 1 | -3/+1 |
* | Add the BDW idrt/surface/sampler state definition | Zhao Yakui | 2014-02-27 | 1 | -0/+10 |
* | Add the initial support for GEN8 | Zhao Yakui | 2014-02-27 | 1 | -6/+12 |
* | Upload the constant buffer on ILK/CTG so that subpicture can work | Zhao Yakui | 2013-12-03 | 1 | -0/+1 |
* | Support the smpte240m color standard for conversion from YUV to RGB | Zhao Yakui | 2013-12-03 | 1 | -0/+8 |
* | Support the BT709 color standard for conversion from YUV to RGB | Zhao Yakui | 2013-12-03 | 1 | -5/+17 |
* | Constant buffer passes YUV2RGB CSC matrix instead of hardcoded matrix | Zhao Yakui | 2013-12-03 | 1 | -0/+10 |
* | Increase the size of constant buffer for PS thread to pass more info | Zhao Yakui | 2013-12-03 | 1 | -8/+8 |
* | render: add support for brightness/contrast/hue/saturation | Xiang, Haihao | 2013-11-13 | 1 | -3/+30 |
* | Enable the Bay Trail platform. | Zhao Halley | 2013-09-06 | 1 | -1/+1 |
* | Update the supported render target format and pixel format | Xiang, Haihao | 2013-06-21 | 1 | -2/+2 |
* | Update max_wm_threads on Haswell | Xiang, Haihao | 2013-06-09 | 1 | -6/+8 |
* | Fix Haswell GT3 | Xiang, Haihao | 2013-06-09 | 1 | -0/+2 |
* | Merge branch 'master' into staging | Xiang, Haihao | 2013-04-03 | 1 | -0/+1 |
|\ |
|
| * | Render: Update the maximum number of WM threads | Xiang, Haihao | 2012-12-28 | 1 | -6/+23 |
| * | Render: Add four subpicture support | Li,Xiaowei | 2012-12-14 | 1 | -7/+13 |