summaryrefslogtreecommitdiff
path: root/src/radeon_exa_render.c
AgeCommit message (Expand)Author
2022-04-06Fix spelling/wording issuesAlan Coopersmith
2018-07-12Replace 'foo == NULL' with '!foo'Michel Dänzer
2013-07-22Fix RADEON_FALLBACK loggingGrigori Goronzy
2013-01-11radeon/r200: program RE_WIDTH_HEIGHT properlyAlex Deucher
2013-01-10Drop support for X servers older than 1.7.Michel Dänzer
2013-01-03video: add option to include disabled CRTCs in best CRTC searchIlija Hadzic
2012-06-15radeon: drop more wrapper macros.Dave Airlie
2012-06-15radeon: further macro cleanups.Dave Airlie
2012-06-15radeon: drop FUNC_NAME macro and ONCE_ONLY stuffDave Airlie
2012-06-15drop RING_LOCALS/ACCEL_PREAMBLEDave Airlie
2012-06-15radeon: drop all UMS/DRI1/XAA/overlay support.Dave Airlie
2012-05-23ati: convert to new screen conversion APIsDave Airlie
2012-04-16EXA: Support acceleration of solid pictures on R2xx.Alex Deucher
2012-04-16EXA: Support acceleration of solid pictures on R1xx.Alex Deucher
2012-04-16EXA: Support acceleration of solid pictures on R3xx-R7xx.Michel Dänzer
2011-04-14R520: Fix textures larger than 2kAdam Jackson
2011-03-16radeon/exa: correct function nameDave Airlie
2010-12-03radeon/exa: fallback for non-affine transformsAlex Deucher
2010-08-01radeon/r600: restructure exa + vbo to provide more sharingDave Airlie
2010-05-17r2xx exa: fix typo in 27c3326863deae36bc35e2c3b73fffd400208ff1Alex Deucher
2010-05-17r1xx/r2xx EXA: handle RepeatNone properly with transformsAlex Deucher
2010-02-26Use RADEON_ALIGN instead of open coding it.Matt Turner
2010-02-15EXA: Fix order of coordinates passed to radeon_pick_best_crtc().Michel Dänzer
2010-02-12radeon: consolidate crtc selector for vline waitAlex Deucher
2009-11-20r300: render target limit is 2560Alex Deucher
2009-11-05EXA: fallback if no pMaskPicture->pDrawableAlex Deucher
2009-10-06Don't call radeon_cs_flush_indirect() without KMS.Michel Dänzer
2009-10-05R1/2xx EXA: Minimise number of draw primitives used for Composite operations.Alex Deucher
2009-10-04radeon: fix build without kmsDave Airlie
2009-10-03R3/5xx EXA: Add support for BGRA picture formats.Michel Dänzer
2009-10-03R3/5xx EXA: Minimise number of draw primitives used for Composite operations.Michel Dänzer
2009-09-03EXA: Check for solid/gradient pictures the same way for all generations.Michel Dänzer
2009-09-02EXA: Fix Composite restart dst/src switcheroo.Michel Dänzer
2009-09-01r100/r200: seriously WRAP is illegal for rectangular texturesDave Airlie
2009-08-28EXA: RENDER repeat fix and more cleanup.Michel Dänzer
2009-08-27EXA: RENDER repeat cleanups.Michel Dänzer
2009-08-17r100/r200: dont emit wrong clamp modes.Dave Airlie
2009-08-07r200: fixup scissors for DDX.Dave Airlie
2009-07-15radeon: emit colorpitch relocs.Dave Airlie
2009-07-08Further non-KMS fixes / cleanups.Michel Dänzer
2009-07-08Fix the build for the !XF86DRM_MODE caseAlex Deucher
2009-07-08KMS CS fixes, take two.Michel Dänzer
2009-07-06radeon: port to new space checking in libdrm interfaceDave Airlie
2009-07-06Revert "KMS CS fixes."Dave Airlie
2009-07-05KMS CS fixes.Michel Dänzer
2009-06-30radeon: initial preparation for kms patch.Dave Airlie
2009-06-29Check if the composite op is supported in R200CheckComposite.Fredrik Höglund
2009-06-09r1xx/r2xx: clip 3D rendering to destination bufferAlex Deucher
2009-06-09r3xx/r4xx/r5xx: clip 3D rendering to destination bufferAlex Deucher
2009-06-09r3xx/r4xx/r5xx: refactor exa prepare compositeAlex Deucher