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