summaryrefslogtreecommitdiff
path: root/src/i830_exa.c
AgeCommit message (Expand)Author
2008-11-11Make I830FALLBACK debugging a runtime instead of compile-time option.Jesse Barnes
2008-10-19Reduce incidence of MI_FLUSH usage.Keith Packard
2008-10-15Remove gratuitous flushing in EXA after solid operations.Eric Anholt
2008-10-07Fix driver build against server master.Lukas Hejtmanek
2008-10-06Fix driver build against server 1.4.2.Eric Anholt
2008-08-26Change uxa private keys to integer variables.Eamon Walsh
2008-08-26Remove unused exa_pixmap_key.Eamon Walsh
2008-08-21Hide kernel mode setting EXA code behind XF86DRM_MODEJesse Barnes
2008-08-19Use GTT mapping for EXA PrepareAccess functionJesse Barnes
2008-08-13Make EXA & UXA share bo getting functionJesse Barnes
2008-08-12Add EXA pixmap management functions for kernel mode settingJesse Barnes
2008-08-08Make it actually build the kernel stuff if possibleJesse Barnes
2008-08-05[uxa] Remove unused pixmap size limits.Keith Packard
2008-08-05Rename uxa using _ instead of capsKeith Packard
2008-08-05Change PrepareAccess to take access mode rather than indexKeith Packard
2008-08-05Add batch flush in i830_uxa_prepare_accessKeith Packard
2008-08-05Use dri_bo for all object allocations, including pixmaps under uxaKeith Packard
2008-08-05Make EXA functions work for UXA as wellKeith Packard
2008-08-05Add UXA - the unified memory acceleration architecture.Keith Packard
2008-06-10Change most usage of pixmap offsets to using a reloc macro.Eric Anholt
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