summaryrefslogtreecommitdiff
path: root/src/i965_render.c
AgeCommit message (Expand)Author
2010-06-25Rename common infrastructure to the intel namespace.Chris Wilson
2010-06-25i810: Move into a legacy directory.Chris Wilson
2010-06-21i965: Compile fix.Chris Wilson
2010-06-21i965: Mark the render target as dirty within composite_setup()Chris Wilson
2010-06-21Emit the flush after a potential draw from the BlockHandler.Chris Wilson
2010-06-14i965: Sanity check ComponentAlpha status in prepare_compositeChris Wilson
2010-06-09Revert "xp:trapezoids"Chris Wilson
2010-06-08xp:trapezoidsChris Wilson
2010-05-26i965: Remove ATOMIC_BATCH.Chris Wilson
2010-05-26Add a workaround for Ironlake errata relating to disabling the clipper.Eric Anholt
2010-05-24uxa: Use temporary dest when target is too large for compositorChris Wilson
2010-05-24Kill paranoid assertions on every write into the batchbuffer.Chris Wilson
2010-05-11i965: Add texformats mapping for additional pixman formatsChris Wilson
2010-05-10uxa: Rearrange checking and preparing of composite textures.Chris Wilson
2010-02-23Add initial defines and probing for SandybridgeEric Anholt
2010-01-08i965: Ensure that URB_FENCE is aligned to 64-bytesChris Wilson
2009-12-08i965: Only use the affine kernels if both src and mask are affineChris Wilson
2009-12-08i965: Set src_filter before testing.Chris Wilson
2009-12-08i965: Maximum number of vertices per composite is 24, not 18Chris Wilson
2009-12-07batch: Ensure we send a MI_FLUSH in the block handler for TFPChris Wilson
2009-12-02Remove flush parameter from intel_batch_flush()Chris Wilson
2009-11-29batch: Emit a 'pipelined' flush when using a dirty source.Chris Wilson
2009-11-29batch: Track pixmap domains.Chris Wilson
2009-11-10Check that batch buffers are atomic.Chris Wilson
2009-11-05Remove flow-control macros for fallbacks in the 2D driver.Eric Anholt
2009-10-14conf: Add debugging flush optionsChris Wilson
2009-10-08Call pPixmaps plain old pixmaps.Eric Anholt
2009-10-08de-pCamelHungarian the Render pictures and pixmaps.Eric Anholt
2009-10-08Share several render fields between render implementations.Eric Anholt
2009-10-08Rename the xf86 screen private from pScrn to scrn.Eric Anholt
2009-10-08Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.Eric Anholt
2009-10-06Move to kernel coding style.Eric Anholt
2009-10-06Remove UMS support.Eric Anholt
2009-09-14Avoid fallbacks for compositing gradient patternsChris Wilson
2009-08-07Align tiled pixmap height so we don't address beyond the end of our buffers.Eric Anholt
2009-07-09Remove bad comment about 3DSTATE_DRAWING_RECTANGLE size.Eric Anholt
2009-06-30Enable 2D composite on IGDNGXiang Haihao
2009-05-26Revert "Rely on BO pixmaps being present in acceleration paths."Carl Worth
2009-04-27Rely on BO pixmaps being present in acceleration paths.Eric Anholt
2009-04-21Unreference allocated bos in i965 render error pathsZdenek Kabelac
2009-04-21Fix leak of some 965 render state on VT switch.Zdenek Kabelac
2009-04-21Replace a bunch of #ifdef debug flushing/syncing with a single function.Eric Anholt
2009-04-21Staticize a bunch of functions and variables in the driver.Eric Anholt
2009-03-06intel: Nuke shared-entity support (zaphod mode).Eric Anholt
2009-03-04Fix serious memory leak at Enter/LeaveVTLukas Hejtmanek
2009-01-27Don't forget the new state bos in check_aperture.Eric Anholt
2009-01-21Move i965 render sampler state to BOs.Eric Anholt
2009-01-21Move i965 render kernels to BOs.Eric Anholt
2009-01-21Move 965 render unit state to BOs.Eric Anholt
2009-01-21Remove 965 render wm scratch space, which was just unused.Eric Anholt