index
:
xf86-video-intel-frc
debian-lenny-with-frc-patches
debian-unstable-with-frc-patches
upstream-lenny-with-frc-patches
upstream-unstable-with-frc-patches
FRC (Frame Rate Control) patches for the XOrg Intel driver
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
i965_render.c
Age
Commit message (
Expand
)
Author
2008-07-27
Fix official name for GM45 chipset
Zhenyu Wang
2008-07-27
Add support for Intel 4 series chipsets.
Zhenyu Wang
2008-04-07
Remove extra flushing
Keith Packard
2008-04-07
Add projective versions of the PS kernels
Keith Packard
2008-04-07
Shrink WM thread to 32 registers and 1024 scratch space.
Keith Packard
2008-04-07
Fix composite with mask using new compositing thread code
Keith Packard
2008-04-07
Back to new shaders, fix urb read length
Keith Packard
2008-04-07
Use m4 to clean up gen4 asm progs. Start adding projective transform support.
Keith Packard
2008-04-07
Reimplement wm program for nomask case to handle affine transforms
Keith Packard
2008-03-24
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