summaryrefslogtreecommitdiff
path: root/src/i965_render.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-07Align tiled pixmap height so we don't address beyond the end of our buffers.Eric Anholt1-2/+0
2009-07-09Remove bad comment about 3DSTATE_DRAWING_RECTANGLE size.Eric Anholt1-1/+1
2009-06-30Enable 2D composite on IGDNGXiang Haihao1-61/+277
2009-05-26Revert "Rely on BO pixmaps being present in acceleration paths."Carl Worth1-14/+18
2009-04-27Rely on BO pixmaps being present in acceleration paths.Eric Anholt1-18/+14
2009-04-21Unreference allocated bos in i965 render error pathsZdenek Kabelac1-1/+4
2009-04-21Fix leak of some 965 render state on VT switch.Zdenek Kabelac1-15/+8
2009-04-21Replace a bunch of #ifdef debug flushing/syncing with a single function.Eric Anholt1-9/+1
2009-04-21Staticize a bunch of functions and variables in the driver.Eric Anholt1-1/+1
2009-03-06intel: Nuke shared-entity support (zaphod mode).Eric Anholt1-1/+1
2009-03-04Fix serious memory leak at Enter/LeaveVTLukas Hejtmanek1-3/+14
2009-01-27Don't forget the new state bos in check_aperture.Eric Anholt1-35/+47
2009-01-21Move i965 render sampler state to BOs.Eric Anholt1-103/+85
2009-01-21Move i965 render kernels to BOs.Eric Anholt1-45/+30
2009-01-21Move 965 render unit state to BOs.Eric Anholt1-138/+254
2009-01-21Remove 965 render wm scratch space, which was just unused.Eric Anholt1-10/+3
2009-01-20Use drm_intel_bo_subdata to put render vb data in.Eric Anholt1-11/+4
2009-01-20Move i965 render vb setup to use time, and decouple state emit from it.Eric Anholt1-34/+55
2009-01-20Move i965 render transform setup from emit_composite_state to prepare_composite.Eric Anholt1-28/+22
2009-01-20i965: Pull check_aperture out to a separate function and make it dtrt.Eric Anholt1-62/+32
2009-01-20Move filter computation from emit_batch_header to prepare_composite.Eric Anholt1-21/+31
2009-01-20Use intel_emit_reloc from video to prettify 965 render bind_bo setup.Eric Anholt1-16/+16
2009-01-20Move i965 render state bo setup back to prepare_composite.Eric Anholt1-66/+60
2009-01-06Handle drm_bo_map failure in 965 video and composite paths.Keith Packard1-3/+19
2008-12-29Don't count vertex buffer in second aperture size checkZhenyu Wang1-6/+5
2008-12-08Set vertex_buffer_bo to NULL after unreference.Carl Worth1-1/+3
2008-12-08i965: Add batch_flush_notify hook to create new vertex-buffer boCarl Worth1-2/+23
2008-11-24refresh batch_bo reference after intel_batch_flush()Wu Fengguang1-0/+1
2008-11-06Make IS_GM45 into IS_G4X defineZhenyu Wang1-1/+1
2008-11-05i965: Support render acceleration with pixmaps in BOs.Eric Anholt1-21/+45
2008-11-05Make I830FALLBACK debugging a runtime instead of compile-time option.Eric Anholt1-17/+4
2008-11-03Use buffer objects for binding table and surface-state objects.Carl Worth1-62/+45
2008-11-03Unreference the vertex_buffer_bo in gen4_render_state_cleanupCarl Worth1-1/+5
2008-11-03Rename gen4_dynamic_state to gen4_vertex_bufferCarl Worth1-25/+19
2008-11-03965: Move composite setup to new _emit_batch_header_for_compositeCarl Worth1-43/+74
2008-11-03Use buffer object for vertex buffer (in new gen4_dynamic_state)Carl Worth1-15/+116
2008-10-22Use consistent idiom for obtaining static_stateCarl Worth1-1/+1
2008-10-22Rename state_base_offset to static_state_offset in gen4_static_state_initCarl Worth1-12/+12
2008-10-22Rename gen4_state_init to gen4_static_state_initCarl Worth1-4/+4
2008-10-22Rename gen4_state_t to gen4_static_state_tCarl Worth1-65/+64
2008-10-06Document and use 'legacy' border color modeCarl Worth1-8/+11
2008-10-06Rename default_color to border_colorCarl Worth1-14/+14
2008-10-06Revert "Fallback to software for RepeatNone with transformed RGB-only pictures."Carl Worth1-36/+0
2008-10-02Fallback to software for RepeatNone with transformed RGB-only pictures.Carl Worth1-0/+36
2008-10-01Prefer repeatType field over using both repeat and repeatType.Carl Worth1-9/+4
2008-10-01Add support for RepeatPad and RepeatReflect.Carl Worth1-1/+17
2008-10-01Examine picture repeatType as well as repeat field.Carl Worth1-6/+11
2008-09-12Only BO map render state if kernel mode setting is activeJesse Barnes1-2/+2
2008-08-14Map/unmap render state only when bo is availableJesse Barnes1-6/+16
2008-08-12Map gen4 render state buffer before initializingJesse Barnes1-2/+8