summaryrefslogtreecommitdiff
path: root/src/i965_render.c
AgeCommit message (Expand)Author
2008-03-188xx/9xx can handle textures to 2kx2k. 965 can do 8kx8kKeith Packard
2008-03-14Change OUT_RING and similar calls to OUT_BATCH for batchbuffer mergeEric Anholt
2008-03-11Remove i830+ driver's use of CARD*/INT* types for great justice.Eric Anholt
2008-03-11Silence warnings about possible uninitialize use of dst_format.Kristian Høgsberg
2008-01-09Update PIPELINE_SELECT instruction and surface state format for new chipsetZhenyu Wang
2007-08-10Tiling fixes for 965Jesse Barnes
2007-08-09i965: increase composite vertex buffer size and alignment to be safeDave Airlie
2007-08-09i965: fix memcpy of the sf_kernel when a mask is neededDave Airlie
2007-08-08Allow 965 composite acceleration to A8 destinations.Carl Worth
2007-06-27EXA: fallback mask transform on i965Wang Zhenyu
2007-06-25Use local structures for vs_state, sf_state, and wm_stateCarl Worth
2007-06-25Use local structure for src_sampler_state and mask_sampler_stateCarl Worth
2007-06-25Use local structure for mask_surf_stateCarl Worth
2007-06-25Use local structure for src_surf_stateCarl Worth
2007-06-25Use local structure for dest_surf_stateCarl Worth
2007-06-25Use local structure for cc_stateCarl Worth
2007-06-25Remove redundant i830WaitSync from i965_prepare_compositeCarl Worth
2007-06-12Fix context switching between DRI and X.Eric Anholt
2007-05-30Fix i965 render's draw clip rectangleWang Zhenyu
2007-05-18EXA: add render enter helper functionWang Zhenyu
2007-03-22EXA: don't smash vertex header in G965Wang Zhenyu
2007-03-21EXA: try to enable rotation for G965Wang Zhenyu
2007-03-11fixup missing assert includesDave Airlie
2007-02-23Rework the video memory allocation.Eric Anholt
2007-02-15EXA: fix i965 default color (0,0,0,1.0) -> (0,0,0,0)Wang Zhenyu
2007-02-15EXA: mask componentAlpha supportWang Zhenyu
2007-02-07EXA: fix render issue with i965Wang Zhenyu
2007-01-31Sync before overwriting Render acceleration state on the 965.Eric Anholt
2007-01-31Naming and formatting cleanup in Render acceleration code.Eric Anholt
2007-01-31Move the render code to non-EXA-specific filenames.Eric Anholt