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
2009-02-24
Don't forget the new state bos in check_aperture.
Eric Anholt
2009-02-24
Move i965 render sampler state to BOs.
Eric Anholt
2009-02-24
Move i965 render kernels to BOs.
Eric Anholt
2009-02-24
Move 965 render unit state to BOs.
Eric Anholt
2009-02-24
Remove 965 render wm scratch space, which was just unused.
Eric Anholt
2009-02-24
Use drm_intel_bo_subdata to put render vb data in.
Eric Anholt
2009-02-24
Move i965 render vb setup to use time, and decouple state emit from it.
Eric Anholt
2009-02-24
Move i965 render transform setup from emit_composite_state to prepare_composite.
Eric Anholt
2009-02-24
i965: Pull check_aperture out to a separate function and make it dtrt.
Eric Anholt
2009-02-24
Move filter computation from emit_batch_header to prepare_composite.
Eric Anholt
2009-02-24
Use intel_emit_reloc from video to prettify 965 render bind_bo setup.
Eric Anholt
2009-02-24
Move i965 render state bo setup back to prepare_composite.
Eric Anholt
2009-01-07
Handle drm_bo_map failure in 965 video and composite paths.
Keith Packard
2008-12-30
Don't count vertex buffer in second aperture size check
Zhenyu Wang
2008-12-11
Set vertex_buffer_bo to NULL after unreference.
Carl Worth
2008-12-11
i965: Add batch_flush_notify hook to create new vertex-buffer bo
Carl Worth
2008-11-24
refresh batch_bo reference after intel_batch_flush()
Wu Fengguang
2008-11-06
Make IS_GM45 into IS_G4X define
Zhenyu Wang
2008-11-05
i965: Support render acceleration with pixmaps in BOs.
Eric Anholt
2008-11-05
Make I830FALLBACK debugging a runtime instead of compile-time option.
Eric Anholt
2008-11-03
Use buffer objects for binding table and surface-state objects.
Carl Worth
2008-11-03
Unreference the vertex_buffer_bo in gen4_render_state_cleanup
Carl Worth
2008-11-03
Rename gen4_dynamic_state to gen4_vertex_buffer
Carl Worth
2008-11-03
965: Move composite setup to new _emit_batch_header_for_composite
Carl Worth
2008-11-03
Use buffer object for vertex buffer (in new gen4_dynamic_state)
Carl Worth
2008-10-22
Use consistent idiom for obtaining static_state
Carl Worth
2008-10-22
Rename state_base_offset to static_state_offset in gen4_static_state_init
Carl Worth
2008-10-22
Rename gen4_state_init to gen4_static_state_init
Carl Worth
2008-10-22
Rename gen4_state_t to gen4_static_state_t
Carl Worth
2008-10-06
Document and use 'legacy' border color mode
Carl Worth
2008-10-06
Rename default_color to border_color
Carl Worth
2008-10-06
Revert "Fallback to software for RepeatNone with transformed RGB-only pictures."
Carl Worth
2008-10-02
Fallback to software for RepeatNone with transformed RGB-only pictures.
Carl Worth
2008-10-01
Prefer repeatType field over using both repeat and repeatType.
Carl Worth
2008-10-01
Add support for RepeatPad and RepeatReflect.
Carl Worth
2008-10-01
Examine picture repeatType as well as repeat field.
Carl Worth
2008-09-12
Only BO map render state if kernel mode setting is active
Jesse Barnes
2008-08-14
Map/unmap render state only when bo is available
Jesse Barnes
2008-08-12
Map gen4 render state buffer before initializing
Jesse Barnes
2008-08-06
Revert "Switch to using a buffer object for the vertex buffer"
Jesse Barnes
2008-08-05
Merge branch 'drm-gem' of ssh://git.freedesktop.org/git/xorg/driver/xf86-vide...
Jesse Barnes
2008-07-31
Eliminate unnecessary flush from i965_composite
Carl Worth
2008-07-31
Switch to using a buffer object for the vertex buffer
Carl Worth
2008-07-23
shut up gcc warning
Zhenyu Wang
2008-07-12
Use up to 256 separate vertex buffers
Carl Worth
2008-07-12
Allow for multiple vertex buffers (though only use one for now)
Carl Worth
2008-07-12
Move VERTEX_BUFFERS setup from prepare_composite to composite
Carl Worth
2008-07-03
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
[next]