summaryrefslogtreecommitdiff
path: root/src/i965_render.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-06Remove unnecessary check with IS_GEN8()Xiang, Haihao1-2/+1
2014-06-02surface: fix geometry (size, layout) of grayscale surfaces.Gwenole Beauchesne1-0/+3
2014-05-26render_init()/render_terminate() callback functions for each platformXiang, Haihao1-47/+57
2014-05-26Simplify some macrosXiang, Haihao1-23/+23
2014-05-26Remove max_wm_threads from render_stateXiang, Haihao1-27/+4
2014-04-23Use the VA_FOURCC_ABCD constant to replace the VA_FOURCC(A,B,C,D)Zhao Yakui1-3/+3
2014-04-23Add the seperated file for rendering on BDWZhao Yakui1-1454/+3
2014-04-23Use the XXX_render_put_surface/put_subpicture as callback function for renderingZhao Yakui1-20/+19
2014-04-23Define i965_DestroySurfaces in header file explicitly to avoid multiple decla...Zhao Yakui1-7/+0
2014-02-27Render/BDW: Align each offset with 64 bytesXiang, Haihao1-21/+26
2014-02-27Render/BDW: Initialize the blend_state for renderingXiang, Haihao1-2/+2
2014-02-27Render/HSW: Fix the bug caused by merging codeXiang, Haihao1-3/+1
2014-02-27Add the support of color BT709/SMPTE240M for color-space conversion on BDWZhao Yakui1-3/+15
2014-02-27Add the support of brightness/contrast/hue/saturation for BDW renderingZhao Yakui1-0/+20
2014-02-27Explicitly declare the color blend operation for subpicture on BDWZhao Yakui1-0/+1
2014-02-27Fix the incorrect setting for subpicture on BDWZhao Yakui1-3/+32
2014-02-27Rendering/bdw: fix push constant buffer for PSXiang, Haihao1-2/+2
2014-02-27Follow the spec to make the 3D pipeline work in 48-bit addressing modeZhao Yakui1-80/+336
2014-02-27follow the spec to fill the Vertex URB entry on BDWZhao Yakui1-7/+29
2014-02-27Add the missing 3D pipeline command for rendering on BDWZhao Yakui1-1/+64
2014-02-27Follow the spec to restrict the max number of PS threadZhao Yakui1-7/+1
2014-02-27Set render surface alignment on BDWZhao Yakui1-0/+4
2014-02-27Set the force bits to read URB offset/length for SF stage on BDWZhao Yakui1-0/+2
2014-02-27Update the pixel shader of subpic function for BDWZhao Yakui1-3/+3
2014-02-27Update the pixel shader for BDW rendering functionZhao Yakui1-4/+4
2014-02-27Add the support of subpic for BDWZhao Yakui1-7/+46
2014-02-27Implement the rendering CSC conversion for BDWZhao Yakui1-16/+645
2014-02-27Set the max thread num for PS thread on BDWZhao Yakui1-1/+9
2014-02-27Use the BDW surface/sampler state and memory address allocation for renderingZhao Yakui1-11/+387
2014-02-27Avoid the duplicated macro-definition of surface sizeZhao Yakui1-3/+1
2014-02-27Add the BDW idrt/surface/sampler state definitionZhao Yakui1-0/+10
2014-02-27Add the initial support for GEN8Zhao Yakui1-6/+12
2013-12-03Upload the constant buffer on ILK/CTG so that subpicture can workZhao Yakui1-0/+1
2013-12-03Support the smpte240m color standard for conversion from YUV to RGBZhao Yakui1-0/+8
2013-12-03Support the BT709 color standard for conversion from YUV to RGBZhao Yakui1-5/+17
2013-12-03Constant buffer passes YUV2RGB CSC matrix instead of hardcoded matrixZhao Yakui1-0/+10
2013-12-03Increase the size of constant buffer for PS thread to pass more infoZhao Yakui1-8/+8
2013-11-13render: add support for brightness/contrast/hue/saturationXiang, Haihao1-3/+30
2013-09-06Enable the Bay Trail platform.Zhao Halley1-1/+1
2013-06-21Update the supported render target format and pixel formatXiang, Haihao1-2/+2
2013-06-09Update max_wm_threads on HaswellXiang, Haihao1-6/+8
2013-06-09Fix Haswell GT3Xiang, Haihao1-0/+2
2013-04-03Merge branch 'master' into stagingXiang, Haihao1-0/+1
2013-03-15Check the object instance instead of the id for subpicture and imageXiang, Haihao1-20/+18
2013-03-15VPP: check the backing store bufferXiang, Haihao1-2/+6
2013-03-15Render: directly use the backing store bufferXiang, Haihao1-70/+61
2013-03-15Fix the initilization path and the termination path in reverseXiang, Haihao1-5/+3
2013-01-08render: fix rotation vertices for Ironlake.Gwenole Beauchesne1-14/+14
2012-12-28Render: Update the maximum number of WM threadsXiang, Haihao1-6/+23
2012-12-28Render: Update the maximum number of WM threadsXiang, Haihao1-6/+23