summaryrefslogtreecommitdiff
path: root/glamor
AgeCommit message (Expand)AuthorFilesLines
2015-06-02glamor: don't do render ops with matching source/dest (v3)Dave Airlie2-1/+17
2015-05-14glamor: Replace CompositeGlyphs code [v2]Keith Packard9-1978/+589
2015-05-14glamor: Adapt glamor_program API to handle render accelerationKeith Packard8-30/+347
2015-05-14glamor: Compute GLSL version from GL_SHADING_LANGUAGE_VERSION (v3)Keith Packard1-9/+39
2015-05-14glamor: Remove destination drawable argument from glamor_set_textureKeith Packard2-8/+4
2015-05-14glamor: Pass depth to glamor_pm_is_solid and glamor_set_planemaskKeith Packard7-17/+16
2015-05-12glamor: fix build when DRI3 is not definedJonathan Gray1-1/+5
2015-05-12glamor: remove const from the return type of glamor_get_drawable_location()Jonathan Gray2-2/+2
2015-04-21Convert glamor & glx to new *allocarray functionsAlan Coopersmith6-11/+11
2015-03-24glamor: * 1/size is faster than / size in VSKeith Packard4-17/+17
2015-03-24glamor: Fix up indentationAdam Jackson1-7/+7
2015-03-24glamor: Perform texture2D() separately from swizzle.Matt Turner1-12/+14
2015-03-24glamor: Add a helper function for the common GL_QUADS fallback pattern.Eric Anholt4-23/+20
2015-03-24glamor: Don't optimize out scissor updates in CopyArea.Eric Anholt1-11/+6
2015-03-24glamor: Just set the logic op to what we want at the start of all rendering.Eric Anholt13-49/+25
2015-03-24glamor: Fix build when configured --enable-glamor --disable-xshmfenceJon TURNEY1-0/+2
2015-03-24glamor: check max native ALU instructionsOlivier Fourdan2-0/+34
2015-03-24glamor: Eliminate GLAMOR_TEXTURE_LARGE pixmap typeKeith Packard4-49/+35
2015-03-24glamor: Create inline tests for small/large pixmapsKeith Packard9-96/+103
2015-03-24glamor: Eliminate separate 'large' pixmap private structureKeith Packard15-196/+176
2015-03-24glamor: Remove unused glamor_pixmap_private_atlas_tKeith Packard1-12/+0
2015-03-24glamor: Remove screen private and pixmap ptrs from pixmap private and fboKeith Packard11-297/+345
2015-03-24glamor: Remove remaining support for FBOs not matching pixmap sizeKeith Packard5-122/+15
2015-03-24glamor: Eliminate GLAMOR_TEXTURE_PACK pixmap typeKeith Packard1-2/+1
2015-03-24glamor: Eliminate GLAMOR_SEPARATE_TEXTURE pixmap typeKeith Packard2-11/+0
2015-03-24glamor: Remove ddx fallback check functionsKeith Packard1-34/+0
2015-03-24glamor: Remove _nf rendering functionsKeith Packard18-581/+29
2015-03-24glamor: Eliminate GLAMOR_USE_SCREEN and GLAMOR_USE_PICTURE_SCREENKeith Packard2-86/+52
2015-03-24glamor: Eliminate GLAMOR_CREATE_PIXMAP_MAP and GLAMOR_MEMORY_MAPKeith Packard3-18/+1
2015-03-24glamor: GL_TEXTURE_MAX_LEVEL is not available on GLES2Maarten Lankhorst3-3/+0
2015-03-24glamor: Use GL_FRAMEBUFFER instead of GL_READ_FRAMEBUFFERMaarten Lankhorst2-2/+2
2015-03-24glamor: do not check for gl errors in glamor_build_programMaarten Lankhorst1-3/+0
2015-03-24glamor: only use (un)pack_subimage when availableMaarten Lankhorst3-19/+46
2015-01-23glamor: use screen blockhandler rather than dix one (v3)Dave Airlie2-12/+12
2014-12-28glamor: Fix nlines in glamor_xv_put_image when src_y is oddKeith Packard1-1/+1
2014-12-25glamor: Make sure Xvideo source image data is properly alignedMichel Dänzer1-13/+11
2014-12-25glamor: Make glamor_purge_fbo staticMichel Dänzer2-2/+1
2014-12-25glamor: Call glamor_pixmap_destroy_fbo from glamor_set_pixmap_privateMichel Dänzer1-6/+1
2014-12-11glamor: Make sure glamor_egl_close_screen wraps glamor_close_screenMichel Dänzer1-3/+3
2014-12-11glamor: Make glamor_destroy_textured_pixmap idempotentMichel Dänzer2-2/+1
2014-12-11glamor: Make glamor_set_pixmap_private not crash if the pixmap has no fboMichel Dänzer1-2/+5
2014-12-11glamor: Fix use-after-free in glamor_destroy_textured_pixmapMichel Dänzer1-3/+4
2014-12-11glamor: Add an accessor for the GBM device.Dave Airlie2-0/+14
2014-12-10glamor: Reinstate glamor_(egl_)destroy_textured_pixmapMichel Dänzer3-2/+15
2014-12-09glamor: Free existing EGL image when assigning new oneKeith Packard1-7/+21
2014-12-09glamor: Remove redundant reference to screen pixmap EGL imageKeith Packard1-12/+1
2014-12-09glamor: Always destroy EGL image associated with destroyed pixmapKeith Packard5-56/+18
2014-11-24Merge remote-tracking branch 'whot/for-keith'Keith Packard1-1/+1
2014-11-20glamor: Don't insert fbos from external objects into fbo cacheKeith Packard3-1/+5
2014-11-12Drop trailing whitespacesPeter Hutterer1-1/+1