Age | Commit message (Expand) | Author |
2008-04-10 | Compute pixel values directly into data port | Keith Packard |
2008-04-10 | Statically allocate the sampler default color, which we never change. | Eric Anholt |
2008-04-10 | Add copyright information for recent editors of this file. | Eric Anholt |
2008-04-10 | Keep static copies of the 965 render programs in video memory. | Eric Anholt |
2008-04-01 | Remove extra flushing | Keith Packard |
2008-04-01 | Add projective versions of the PS kernels | Keith Packard |
2008-04-01 | Shrink WM thread to 32 registers and 1024 scratch space. | Keith Packard |
2008-03-31 | Fix composite with mask using new compositing thread code | Keith Packard |
2008-03-31 | Back to new shaders, fix urb read length | Keith Packard |
2008-03-31 | Use m4 to clean up gen4 asm progs. Start adding projective transform support. | Keith Packard |
2008-03-30 | Reimplement wm program for nomask case to handle affine transforms | Keith Packard |
2008-03-21 | Transformed coord computed using floats. Don't move bilinear composite dst. | Keith Packard |
2008-03-18 | 8xx/9xx can handle textures to 2kx2k. 965 can do 8kx8k | Keith Packard |
2008-03-14 | Change OUT_RING and similar calls to OUT_BATCH for batchbuffer merge | Eric Anholt |
2008-03-11 | Remove i830+ driver's use of CARD*/INT* types for great justice. | Eric Anholt |
2008-03-11 | Silence warnings about possible uninitialize use of dst_format. | Kristian Høgsberg |
2008-01-09 | Update PIPELINE_SELECT instruction and surface state format for new chipset | Zhenyu Wang |
2007-08-10 | Tiling fixes for 965 | Jesse Barnes |
2007-08-09 | i965: increase composite vertex buffer size and alignment to be safe | Dave Airlie |
2007-08-09 | i965: fix memcpy of the sf_kernel when a mask is needed | Dave Airlie |
2007-08-08 | Allow 965 composite acceleration to A8 destinations. | Carl Worth |
2007-06-27 | EXA: fallback mask transform on i965 | Wang Zhenyu |
2007-06-25 | Use local structures for vs_state, sf_state, and wm_state | Carl Worth |
2007-06-25 | Use local structure for src_sampler_state and mask_sampler_state | Carl Worth |
2007-06-25 | Use local structure for mask_surf_state | Carl Worth |
2007-06-25 | Use local structure for src_surf_state | Carl Worth |
2007-06-25 | Use local structure for dest_surf_state | Carl Worth |
2007-06-25 | Use local structure for cc_state | Carl Worth |
2007-06-25 | Remove redundant i830WaitSync from i965_prepare_composite | Carl Worth |
2007-06-12 | Fix context switching between DRI and X. | Eric Anholt |
2007-05-30 | Fix i965 render's draw clip rectangle | Wang Zhenyu |
2007-05-18 | EXA: add render enter helper function | Wang Zhenyu |
2007-03-22 | EXA: don't smash vertex header in G965 | Wang Zhenyu |
2007-03-21 | EXA: try to enable rotation for G965 | Wang Zhenyu |
2007-03-11 | fixup missing assert includes | Dave Airlie |
2007-02-23 | Rework the video memory allocation. | Eric Anholt |
2007-02-15 | EXA: fix i965 default color (0,0,0,1.0) -> (0,0,0,0) | Wang Zhenyu |
2007-02-15 | EXA: mask componentAlpha support | Wang Zhenyu |
2007-02-07 | EXA: fix render issue with i965 | Wang Zhenyu |
2007-01-31 | Sync before overwriting Render acceleration state on the 965. | Eric Anholt |
2007-01-31 | Naming and formatting cleanup in Render acceleration code. | Eric Anholt |
2007-01-31 | Move the render code to non-EXA-specific filenames. | Eric Anholt |