summaryrefslogtreecommitdiff
path: root/src/i965_render.c
Commit message (Expand)AuthorAgeFilesLines
* render: clear background using 3D pipeline on GEN8+Haihao Xiang2018-07-031-1/+47
* Unify the coding style in the driverXiang, Haihao2017-04-071-151/+142
* Initialize one 10bit-scaling gpe_context for Gen9Zhao Yakui2016-11-171-0/+1
* render: extract out yuv->rgb coefsLionel Landwerlin2015-11-091-26/+6
* Rendering: Align the origin coordinate of internal buffer during AVS conversi...Zhao, Yakui2014-11-171-2/+4
* vpp: drop internal postprocessing (I965_PP_xxx) flags.Gwenole Beauchesne2014-11-111-6/+6
* Remove unnecessary check with IS_GEN8()Xiang, Haihao2014-06-061-2/+1
* surface: fix geometry (size, layout) of grayscale surfaces.Gwenole Beauchesne2014-06-021-0/+3
* render_init()/render_terminate() callback functions for each platformXiang, Haihao2014-05-261-47/+57
* Simplify some macrosXiang, Haihao2014-05-261-23/+23
* Remove max_wm_threads from render_stateXiang, Haihao2014-05-261-27/+4
* Use the VA_FOURCC_ABCD constant to replace the VA_FOURCC(A,B,C,D)Zhao Yakui2014-04-231-3/+3
* Add the seperated file for rendering on BDWZhao Yakui2014-04-231-1454/+3
* Use the XXX_render_put_surface/put_subpicture as callback function for renderingZhao Yakui2014-04-231-20/+19
* Define i965_DestroySurfaces in header file explicitly to avoid multiple decla...Zhao Yakui2014-04-231-7/+0
* Render/BDW: Align each offset with 64 bytesXiang, Haihao2014-02-271-21/+26
* Render/BDW: Initialize the blend_state for renderingXiang, Haihao2014-02-271-2/+2
* Render/HSW: Fix the bug caused by merging codeXiang, Haihao2014-02-271-3/+1
* Add the support of color BT709/SMPTE240M for color-space conversion on BDWZhao Yakui2014-02-271-3/+15
* Add the support of brightness/contrast/hue/saturation for BDW renderingZhao Yakui2014-02-271-0/+20
* Explicitly declare the color blend operation for subpicture on BDWZhao Yakui2014-02-271-0/+1
* Fix the incorrect setting for subpicture on BDWZhao Yakui2014-02-271-3/+32
* Rendering/bdw: fix push constant buffer for PSXiang, Haihao2014-02-271-2/+2
* Follow the spec to make the 3D pipeline work in 48-bit addressing modeZhao Yakui2014-02-271-80/+336
* follow the spec to fill the Vertex URB entry on BDWZhao Yakui2014-02-271-7/+29
* Add the missing 3D pipeline command for rendering on BDWZhao Yakui2014-02-271-1/+64
* Follow the spec to restrict the max number of PS threadZhao Yakui2014-02-271-7/+1
* Set render surface alignment on BDWZhao Yakui2014-02-271-0/+4
* Set the force bits to read URB offset/length for SF stage on BDWZhao Yakui2014-02-271-0/+2
* Update the pixel shader of subpic function for BDWZhao Yakui2014-02-271-3/+3
* Update the pixel shader for BDW rendering functionZhao Yakui2014-02-271-4/+4
* Add the support of subpic for BDWZhao Yakui2014-02-271-7/+46
* Implement the rendering CSC conversion for BDWZhao Yakui2014-02-271-16/+645
* Set the max thread num for PS thread on BDWZhao Yakui2014-02-271-1/+9
* Use the BDW surface/sampler state and memory address allocation for renderingZhao Yakui2014-02-271-11/+387
* Avoid the duplicated macro-definition of surface sizeZhao Yakui2014-02-271-3/+1
* Add the BDW idrt/surface/sampler state definitionZhao Yakui2014-02-271-0/+10
* Add the initial support for GEN8Zhao Yakui2014-02-271-6/+12
* Upload the constant buffer on ILK/CTG so that subpicture can workZhao Yakui2013-12-031-0/+1
* Support the smpte240m color standard for conversion from YUV to RGBZhao Yakui2013-12-031-0/+8
* Support the BT709 color standard for conversion from YUV to RGBZhao Yakui2013-12-031-5/+17
* Constant buffer passes YUV2RGB CSC matrix instead of hardcoded matrixZhao Yakui2013-12-031-0/+10
* Increase the size of constant buffer for PS thread to pass more infoZhao Yakui2013-12-031-8/+8
* render: add support for brightness/contrast/hue/saturationXiang, Haihao2013-11-131-3/+30
* Enable the Bay Trail platform.Zhao Halley2013-09-061-1/+1
* Update the supported render target format and pixel formatXiang, Haihao2013-06-211-2/+2
* Update max_wm_threads on HaswellXiang, Haihao2013-06-091-6/+8
* Fix Haswell GT3Xiang, Haihao2013-06-091-0/+2
* Merge branch 'master' into stagingXiang, Haihao2013-04-031-0/+1
|\
| * Render: Update the maximum number of WM threadsXiang, Haihao2012-12-281-6/+23