index
:
driver/xf86-video-intel
2.10
2.4
2.9.1-oga
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
accelerated_indirect-0-0-1
bleeding_edge-oga
dri2
exa
exa-i965
fbc
glucose
i810_texman_0_1_branch
i830-pageflip
lg3d
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
lukas-resume
master
mergedfb
modesetting
modesetting-airlied
modesetting-keithp
modesetting-keithp-fu
modesetting-multihead
modesetting-rotation
modesetting-sdvo-stuffing
nonrandr-setup
obsd
obsd-2.7
obsd-2.8
obsd-xf86-video-intel-2.4.3
randr-1.2-rotation
restructure-outputs
sandybridge
sco_port_update
textured-video
xf86-video-i810-1_5-branch
xf86-video-intel-2.1-branch
xf86-video-intel-2.5-branch
xorg-7.0-branch
xprint_packagertest_20041125
xprint_packagertest_20041217
xvmc-i915
Intel video cards driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
i965_render.c
Age
Commit message (
Expand
)
Author
2008-07-23
shut up gcc warning
Zhenyu Wang
2008-07-21
Use up to 256 separate vertex buffers
Carl Worth
2008-07-21
Allow for multiple vertex buffers (though only use one for now)
Carl Worth
2008-07-21
Move VERTEX_BUFFERS setup from prepare_composite to composite
Carl Worth
2008-07-21
Fix official name for GM45 chipset
Zhenyu Wang
2008-06-17
Add support for Intel 4 series chipsets.
Zhenyu Wang
2008-05-08
Fix i965 render getting dest format error
Zhenyu Wang
2008-04-17
Make the binding table and surface state be arrays to reduce syncing.
Eric Anholt
2008-04-14
Abstract surface setup into a separate function.
Eric Anholt
2008-04-14
Move the vertex buffer to the state structure as well.
Eric Anholt
2008-04-14
Move the binding table for 965 to the state structure.
Eric Anholt
2008-04-14
Move the 965 static variables local to the function they're used in.
Eric Anholt
2008-04-14
Make the VS unit state static for 965 render.
Eric Anholt
2008-04-14
Rename some variables in i965_render.c for clarity.
Eric Anholt
2008-04-14
Associate one sf_state object with each sf_kernel
Carl Worth
2008-04-13
Move wm_scratch first to meet alignment requirements
Keith Packard
2008-04-11
Fix the offset to sampler default color, and a compiler warning.
Eric Anholt
2008-04-11
Enumerate all possible wm_state objects
Carl Worth
2008-04-11
Enumerate all possible src,mask sampler state pairs
Carl Worth
2008-04-10
Enumerate all possible cc_state objects
Carl Worth
2008-04-10
Revert "Compute pixel values directly into data port"
Keith Packard
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
[next]