summaryrefslogtreecommitdiff
path: root/src/i830_exa.c
AgeCommit message (Expand)Author
2008-05-07Check pitch for EXA operationZhenyu Wang
2008-03-21Transformed coord computed using floats. Don't move bilinear composite dst.Keith Packard
2008-03-18Handle projective transforms on 9xx for Composite.Keith Packard
2008-03-18Add i830_transform_is_affine and i830_get_transformed_coordinates_3d.Keith Packard
2008-03-14Change OUT_RING and similar calls to OUT_BATCH for batchbuffer mergeEric Anholt
2008-03-14Remove h0h0 UploadToScreen implementation that used pattern blits.Eric Anholt
2008-03-11Remove i830+ driver's use of CARD*/INT* types for great justice.Eric Anholt
2007-11-15remove unnecessary i830_reg.h includesZhenyu Wang
2007-09-21Merge branch 'buffer-objects'Eric Anholt
2007-09-20Merge remote branch 'origin/master' into buffer-objectsEric Anholt
2007-09-20Fix pixmap offsetHong Liu
2007-08-28Limit TV formats to those supported by current connectionKeith Packard
2007-08-17Replace AA allocator usage with i830_memory.c for RandR rotation.Eric Anholt
2007-08-16Merge branch 'master' into buffer-objectsEric Anholt
2007-08-10Attempt to fix several front buffer tiling failure cases.Eric Anholt
2007-08-10Tiling fixes for 965Jesse Barnes
2007-08-07Fix EXA rendering with tiled front buffer on pre-965.Eric Anholt
2007-08-06Fix accumulated whitespace nits in i830_exa.cEric Anholt
2007-08-06More tiled rendering fixes: - check for tiling, not just offset in PrepareSol...Jesse Barnes
2007-08-03Limit Solid & Copy offsets to 4k when rendering to tiled targetsJesse Barnes
2007-08-03Tiled rendering & fbc fixes:Jesse Barnes
2007-07-26Use new drmBOSetPin interface instead of NO_EVICT/NO_MOVE buffers.Eric Anholt
2007-06-27EXA: don't have to check offscreen sizeWang Zhenyu
2007-06-12Fix context switching between DRI and X.Eric Anholt
2007-06-05Add support for the G33, Q33, and Q35 chipsets.Wang Zhenyu
2007-05-22i830: Provide new DRI texOffsetStart hook when available with EXA.Michel Dänzer
2007-05-18EXA: add render enter helper functionWang Zhenyu
2007-04-17Fix i852 EXA Composite acceleration setup.Eric Anholt
2007-04-09Turn off ALWAYS_SYNC in EXA.Eric Anholt
2007-03-09Revert change accidentally included in previous commit.Michel Dänzer
2007-03-09Update SAREA pipe sizes in i830_crtc_dpms instead of i830PipeSetBase.Michel Dänzer
2007-03-02Add a WIP UploadToScreen implementation. This almost displays right.Eric Anholt
2007-02-23Rework the video memory allocation.Eric Anholt
2007-02-09Fix comments on 965 pitch alignment restrictions.Eric Anholt
2007-02-08EXA: i965 pixmap pitch alignWang Zhenyu
2007-01-31Naming and formatting cleanup in Render acceleration code.Eric Anholt
2007-01-31Move the render code to non-EXA-specific filenames.Eric Anholt
2007-01-31Add an accelerated path for rotation Render operations in XAA.Eric Anholt
2007-01-30Fix accelerated Render transformations.Eric Anholt
2007-01-30Simplify EXA acceleration transform handling.Eric Anholt
2007-01-25Make rotated shadow buffer allocation dynamic.Eric Anholt
2007-01-11EXA: Use PRIM3D_RECTLIST instead of TRIFAN so we don't get diagonal tearing.Eric Anholt
2007-01-11Correct x/y/pitch limitations in several cases, and detail them in i830_exa.c.Eric Anholt
2007-01-08Move EXA function declarations from source to header.Keith Packard
2007-01-06Numerous symbol scope issues.Keith Packard
2007-01-06Merge branch 'modesetting-origin' into modesettingWang Zhenyu
2007-01-06[PATCH] EXA state mem for G965Wang Zhenyu
2007-01-06More sparse cleanups:Jesse Barnes
2007-01-03[PATCH] Add file for i965 exa compositeWang Zhenyu
2007-01-02Make driver build and run on Xorg 7.1. Delay DSP*BASE setting until last.Keith Packard