summaryrefslogtreecommitdiff
path: root/render
AgeCommit message (Expand)AuthorFilesLines
2010-12-31render: Don't filter 0 return from GetTimeInMillisPauli Nieminen1-2/+6
2010-12-27Render: Fix 'comparing between distinct pointer types' warningDaniel Stone1-2/+4
2010-12-07Move inclusion of panoramiX headers to top of render.cAlan Coopersmith1-3/+5
2010-12-02render: Fix byteswapping of gradient stopsAndrea Canciani1-2/+2
2010-11-30render: Reshuffle and cull dead field from GlyphSetRecAdam Jackson1-2/+1
2010-11-30render: repack PictureRecAdam Jackson2-12/+9
2010-11-10Merge remote branch 'whot/for-keith'Keith Packard2-15/+6
2010-11-11Remove superfluous if(p!=NULL) checks around free(p); p=NULL;Cyril Brulebois2-15/+6
2010-11-01render: Delete renderedge.[ch]Søren Sandmann Pedersen3-199/+2
2010-08-19render: Bounds check for nglyphs in ProcRenderAddGlyphs (#28801)Adam Jackson1-0/+8
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-15/+15
2010-06-06Place glyph privates at correct location within the allocate storageKeith Packard1-5/+5
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-2/+1
2010-06-05Clean up after removal of screen parameters from region macros.Jamey Sharp2-7/+4
2010-06-05Make GetPictureScreenIfSet check if Render is runningKeith Packard1-1/+1
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard6-45/+46
2010-06-05Rename region macros to eliminate screen argumentKeith Packard3-32/+32
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp1-22/+22
2010-06-03Delete panoramiXdataPtr: it's redundant.Jamey Sharp1-22/+22
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-1/+1
2010-05-19Merge remote branch 'vignatti/animcursor-state-fix'Keith Packard1-47/+19
2010-05-19Add typed resource-lookup errors for non-core resource types.Jamey Sharp3-19/+30
2010-05-19Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp2-2/+1
2010-05-19render: set anim cursor state for pointer enabled devices onlyTiago Vignatti1-41/+18
2010-05-18render: remove unused animcursor fields from private recTiago Vignatti1-4/+0
2010-05-18render: removed unused macro from animcursorTiago Vignatti1-2/+1
2010-05-15Check pixmap allocation return value when creating glyphsKeith Packard1-0/+7
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-30/+20
2010-05-13Quit using clientErrorValue in dix/colormap.c.Jamey Sharp1-1/+1
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp1-2/+2
2010-05-13dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.Jamey Sharp1-11/+12
2010-05-12Kill ChangeGC in favor of dixChangeGC.Jamey Sharp1-2/+2
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov8-124/+124
2010-05-07Return BadPicture, not BadPixmap, if alpha-map is invalid.Jamey Sharp1-1/+1
2010-05-07VERIFY_PICTURE always returns BadPicture. Don't bother specifying.Jamey Sharp2-90/+49
2010-04-30Delete loop with no effect from GlyphUninitKeith Packard1-9/+0
2010-03-24Fix crash when all glyphs of a given depth are freed, but not all glyphsetsPeter Harris1-0/+3
2010-01-29RENDER: Fix gradient and solid fill pictures with Xinerama, and misc cleanupRobert Morell1-0/+137
2010-01-29Render: Fix request size verificationRobert Morell1-2/+2
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith2-12/+5
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-0/+4
2009-10-15Move SHA1 computation from render/glyph.c to os/Julien Cristau1-27/+9
2009-10-06render: Fix clip region translation in miClipPictureSrc().Kim Woelders1-4/+4
2009-10-01render: Fix crash in RenderAddGlyphs (#23645)Peter Hutterer1-1/+5
2009-10-01render: set the glyph picture to NULL by default.Peter Hutterer1-26/+31
2009-09-28render: Plug a memory leak in AddGlyph. (#23286)Peter Hutterer1-21/+21
2009-09-23render: Don't add b8g8r8x8 format for depth 24.Michel Dänzer1-4/+1
2009-09-21input: define server-supported protocol versions in one single file.Peter Hutterer1-3/+4
2009-09-21render: reply with the server or client version, whichever is lower.Peter Hutterer1-2/+12
2009-08-28render: delete unused headers declarationTiago Vignatti1-11/+0