summaryrefslogtreecommitdiff
path: root/src/gen8_render.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-06Remove unnecessary check with IS_GEN8()Xiang, Haihao1-4/+2
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-36/+35
2014-05-26Simplify some macrosXiang, Haihao1-1/+1
2014-05-26Remove max_wm_threads from render_stateXiang, Haihao1-9/+1
2014-04-23Rendering/BDW:Follow the hardware spec to update the 3DSTATE_URB_VS commandZhao Yakui1-1/+1
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-0/+1832