summaryrefslogtreecommitdiff
path: root/src/i965_render.c
AgeCommit message (Expand)Author
2009-02-24Don't forget the new state bos in check_aperture.Eric Anholt
2009-02-24Move i965 render sampler state to BOs.Eric Anholt
2009-02-24Move i965 render kernels to BOs.Eric Anholt
2009-02-24Move 965 render unit state to BOs.Eric Anholt
2009-02-24Remove 965 render wm scratch space, which was just unused.Eric Anholt
2009-02-24Use drm_intel_bo_subdata to put render vb data in.Eric Anholt
2009-02-24Move i965 render vb setup to use time, and decouple state emit from it.Eric Anholt
2009-02-24Move i965 render transform setup from emit_composite_state to prepare_composite.Eric Anholt
2009-02-24i965: Pull check_aperture out to a separate function and make it dtrt.Eric Anholt
2009-02-24Move filter computation from emit_batch_header to prepare_composite.Eric Anholt
2009-02-24Use intel_emit_reloc from video to prettify 965 render bind_bo setup.Eric Anholt
2009-02-24Move i965 render state bo setup back to prepare_composite.Eric Anholt
2009-01-07Handle drm_bo_map failure in 965 video and composite paths.Keith Packard
2008-12-30Don't count vertex buffer in second aperture size checkZhenyu Wang
2008-12-11Set vertex_buffer_bo to NULL after unreference.Carl Worth
2008-12-11i965: Add batch_flush_notify hook to create new vertex-buffer boCarl Worth
2008-11-24refresh batch_bo reference after intel_batch_flush()Wu Fengguang
2008-11-06Make IS_GM45 into IS_G4X defineZhenyu Wang
2008-11-05i965: Support render acceleration with pixmaps in BOs.Eric Anholt
2008-11-05Make I830FALLBACK debugging a runtime instead of compile-time option.Eric Anholt
2008-11-03Use buffer objects for binding table and surface-state objects.Carl Worth
2008-11-03Unreference the vertex_buffer_bo in gen4_render_state_cleanupCarl Worth
2008-11-03Rename gen4_dynamic_state to gen4_vertex_bufferCarl Worth
2008-11-03965: Move composite setup to new _emit_batch_header_for_compositeCarl Worth
2008-11-03Use buffer object for vertex buffer (in new gen4_dynamic_state)Carl Worth
2008-10-22Use consistent idiom for obtaining static_stateCarl Worth
2008-10-22Rename state_base_offset to static_state_offset in gen4_static_state_initCarl Worth
2008-10-22Rename gen4_state_init to gen4_static_state_initCarl Worth
2008-10-22Rename gen4_state_t to gen4_static_state_tCarl Worth
2008-10-06Document and use 'legacy' border color modeCarl Worth
2008-10-06Rename default_color to border_colorCarl Worth
2008-10-06Revert "Fallback to software for RepeatNone with transformed RGB-only pictures."Carl Worth
2008-10-02Fallback to software for RepeatNone with transformed RGB-only pictures.Carl Worth
2008-10-01Prefer repeatType field over using both repeat and repeatType.Carl Worth
2008-10-01Add support for RepeatPad and RepeatReflect.Carl Worth
2008-10-01Examine picture repeatType as well as repeat field.Carl Worth
2008-09-12Only BO map render state if kernel mode setting is activeJesse Barnes
2008-08-14Map/unmap render state only when bo is availableJesse Barnes
2008-08-12Map gen4 render state buffer before initializingJesse Barnes
2008-08-06Revert "Switch to using a buffer object for the vertex buffer"Jesse Barnes
2008-08-05Merge branch 'drm-gem' of ssh://git.freedesktop.org/git/xorg/driver/xf86-vide...Jesse Barnes
2008-07-31Eliminate unnecessary flush from i965_compositeCarl Worth
2008-07-31Switch to using a buffer object for the vertex bufferCarl Worth
2008-07-23shut up gcc warningZhenyu Wang
2008-07-12Use up to 256 separate vertex buffersCarl Worth
2008-07-12Allow for multiple vertex buffers (though only use one for now)Carl Worth
2008-07-12Move VERTEX_BUFFERS setup from prepare_composite to compositeCarl Worth
2008-07-03Fix official name for GM45 chipsetZhenyu Wang
2008-06-17Add support for Intel 4 series chipsets.Zhenyu Wang
2008-05-08Fix i965 render getting dest format errorZhenyu Wang