index
:
~agd5f/xf86-video-ati
dp2
evergreen_accel
master
r128-support
Unnamed repository; edit this file to name it for gitweb.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
radeon_exa_funcs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-03
Fix KMS on big endian machines.
Michel Dänzer
1
-15
/
+76
2009-10-03
EXA: Bail earlier from PrepareCopy hook on trivially unsupportable conditions.
Michel Dänzer
1
-9
/
+9
2009-08-27
KMS: Remove explicit radeon_bo_wait calls before radeon_bo_map.
Michel Dänzer
1
-1
/
+0
2009-08-27
KMS: Don't use a blit for UploadToScreen if the pixmap BO will be idle anyway.
Michel Dänzer
1
-0
/
+6
2009-08-27
KMS: DownloadFromScreen improvements.
Michel Dänzer
1
-34
/
+17
2009-08-22
exa/cs: add DFS from GTT optimisation
Dave Airlie
1
-0
/
+35
2009-08-19
radeon/kms: add initial colortiling support (disabled by default).
Dave Airlie
1
-0
/
+3
2009-08-07
Properly let radeon_cs_flush_indirect() re-emit 2D state if necessary.
Michel Dänzer
1
-2
/
+0
2009-08-07
Add support for EXA_MIXED_PIXMAPS in xserver master.
Michel Dänzer
1
-1
/
+5
2009-08-07
Minor fixes for KMS EXA DownloadFromScreen hook.
Michel Dänzer
1
-4
/
+4
2009-08-07
Add KMS EXA UploadToScreen hook.
Alex Deucher
1
-2
/
+63
2009-08-04
radeon: fix compile with !kms
Alex Deucher
1
-1
/
+6
2009-08-04
radeon/kms: add simple DownloadFromScreen implementation
Jerome Glisse
1
-8
/
+86
2009-07-08
Further non-KMS fixes / cleanups.
Michel Dänzer
1
-21
/
+16
2009-07-08
Fix the build for the !XF86DRM_MODE case
Alex Deucher
1
-2
/
+10
2009-07-08
Don't set EXA UploadTo/DownloadFromScreen hooks when they'd always return FALSE.
Michel Dänzer
1
-9
/
+5
2009-07-08
KMS CS fixes, take two.
Michel Dänzer
1
-16
/
+35
2009-07-06
radeon: port to new space checking in libdrm interface
Dave Airlie
1
-43
/
+16
2009-07-06
Revert "KMS CS fixes."
Dave Airlie
1
-26
/
+0
2009-07-05
KMS CS fixes.
Michel Dänzer
1
-0
/
+26
2009-07-02
radeon: add KMS support (still disabled)
Dave Airlie
1
-1
/
+4
2009-06-30
EXA: fix the build on servers without EXA_HANDLES_PIXMAPS
Alex Deucher
1
-2
/
+3
2009-06-30
Warning fixes.
Michel Dänzer
1
-2
/
+0
2009-06-30
radeon: initial preparation for kms patch.
Dave Airlie
1
-37
/
+179
2009-06-09
Consolidate indentical RADEONDoneSolid/RADEONDoneCopy functions
Alex Deucher
1
-20
/
+4
2009-05-27
radeon: remove dead code
Alex Deucher
1
-4
/
+1
2009-05-18
EXA: Set new EXA_SUPPORTS_OFFSCREEN_OVERLAPS flag when we have a 2D engine.
Michel Dänzer
1
-0
/
+4
2009-05-14
Pre-R600 EXA: Fix coordinate limits off-by-one error.
Michel Dänzer
1
-2
/
+2
2009-04-17
r200/r300: implement brightness/contrast/hue/saturation/gamma controls for te...
Roland Scheidegger
1
-4
/
+1
2009-02-27
EXA: Make sure Prepare/FinishAccess hooks can handle EXA_PREPARE_AUX* indices.
Michel Dänzer
1
-0
/
+3
2009-02-27
Revert "EXA: Adapt to EXA changes in xserver Git."
Michel Dänzer
1
-0
/
+2
2009-02-24
EXA: Adapt to EXA changes in xserver Git.
Michel Dänzer
1
-2
/
+0
2009-02-24
Only call RADEONWaitForVLine if it might actually do anything useful.
Michel Dänzer
1
-3
/
+6
2009-02-11
Revert "Radeon EXA: wait for the engine to be idle before sw access"
Alex Deucher
1
-2
/
+2
2009-02-10
Radeon EXA: wait for the engine to be idle before sw access
Alex Deucher
1
-2
/
+2
2009-01-24
Drop memcpy fallbacks from EXA UploadToScreen and DownloadFromScreen hooks.
Michel Dänzer
1
-97
/
+17
2008-12-05
Make VSync for EXA and Xv configurable
Alex Deucher
1
-3
/
+9
2008-12-05
Optimise RADEONWaitForVLine
Pierre Ossman
1
-5
/
+5
2008-12-04
First pass at tear-free accel
Alex Deucher
1
-1
/
+8
2008-08-25
Switch to using radeon_drm.h from the drm
Alex Deucher
1
-2
/
+2
2008-08-25
Move DRI to a separate struct
Alex Deucher
1
-3
/
+3
2008-08-25
Move accel state to a separate struct
Alex Deucher
1
-47
/
+47
2008-06-25
RADEON: adjustments to Jerome's last commit
Alex Deucher
1
-12
/
+18
2008-06-25
radeon: flush & wait for 2d & dma idle after 2d blit
Jerome Glisse
1
-0
/
+15
2008-05-13
RS4xx: Split out RS400 and RS480 as separate families
Alex Deucher
1
-3
/
+3
2008-05-12
Replace CARD{8,16,32} with uint{8,16,32}_t
Matt Turner
1
-16
/
+16
2008-05-09
RADEON: fixup ifdef from last commit
Alex Deucher
1
-3
/
+3
2008-05-08
RADEON: disable MMIO paths for EXA composite/texvid on IGP/R5xx
Alex Deucher
1
-0
/
+7
2008-04-14
EXA: Don't wait for 3D idle after each Composite()
Alex Deucher
1
-3
/
+3
2008-03-19
RADEON: add new macros to distinguish between R3xx and R5xx 3D
Alex Deucher
1
-2
/
+2
[next]