summaryrefslogtreecommitdiff
path: root/glamor/glamor_pixmap.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-10glamor: Move glamor_render.c pict handling to glamor_picture.cEric Anholt1-870/+0
2015-07-10glamor: Use the new upload/download interface for XV uploads.Eric Anholt1-1/+1
2015-07-02glamor: Drop dead glamor_es2_pixmap_read_prepare().Eric Anholt1-70/+0
2015-07-02glamor: Drop a redundant check.Eric Anholt1-2/+1
2015-07-02glamor: Propagate the fact that pbo_valid is never set.Eric Anholt1-16/+2
2015-05-14glamor: Pass depth to glamor_pm_is_solid and glamor_set_planemaskKeith Packard1-2/+2
2015-04-21Convert glamor & glx to new *allocarray functionsAlan Coopersmith1-2/+2
2015-03-24glamor: Just set the logic op to what we want at the start of all rendering.Eric Anholt1-0/+3
2015-03-24glamor: Create inline tests for small/large pixmapsKeith Packard1-2/+2
2015-03-24glamor: Eliminate separate 'large' pixmap private structureKeith Packard1-19/+19
2015-03-24glamor: Remove screen private and pixmap ptrs from pixmap private and fboKeith Packard1-16/+25
2015-03-24glamor: Remove remaining support for FBOs not matching pixmap sizeKeith Packard1-59/+0
2015-03-24glamor: GL_TEXTURE_MAX_LEVEL is not available on GLES2Maarten Lankhorst1-1/+0
2014-10-26glamor: Free converted bits in _glamor_upload_bits_to_pixmap_texture fast pathKeith Packard1-37/+36
2014-10-26glamor: Don't free memory we are going to use.Andreas Hartmetz1-1/+1
2014-09-29glamor: Fix leak of converted_bits in _glamor_upload_bits_to_pixmap_textureMichel Dänzer1-0/+1
2014-09-18glamor: Change SET_PIXMAP_FBO_CURRENT from macro to static inlineKeith Packard1-1/+1
2014-07-17Merge remote-tracking branch 'origin/master' into glamor-nextEric Anholt1-0/+1
2014-07-17glamor: Drop dead glamor_restore_pixmap_to_texture().Eric Anholt1-7/+0
2014-07-17glamor: Drop dead glamor_download_pixmap_to_cpu()Eric Anholt1-314/+0
2014-07-17glamor: Drop dead get/pub sub pixmap functions.Eric Anholt1-129/+0
2014-07-17glamor: Remove always-true yInverted flag.Eric Anholt1-61/+16
2014-06-12glamor: Fix no-mipmap allocationsMarkus Wick1-0/+1
2014-04-23glamor: Move a make_current before the first GL call entrypoint.Eric Anholt1-1/+1
2014-04-23glamor: Replace glamor_get/put_context() with just glamor_make_current().Eric Anholt1-15/+7
2014-04-03glamor: Bail from composite when pixmap cannot be uploadedKeith Packard1-1/+1
2014-04-03glamor: Remove warning message when pixmap cannot be stored in a textureKeith Packard1-2/+0
2014-03-26glamor: Get testing code using small FBOs working againKeith Packard1-8/+6
2014-03-17glamor: don't reset the GLSL programMarkus Wick1-2/+0
2014-03-17glamor: Don't forget to unmap our PBOs before using them to upload.Eric Anholt1-1/+3
2014-03-17glamor: Add an assert about an invariant the upload code relies on.Eric Anholt1-0/+1
2014-03-17glamor: Drop unused GLAMOR_ACCESS_WO.Eric Anholt1-10/+1
2014-03-17glamor: Replace some goofy enum-likes with a real enum.Eric Anholt1-1/+1
2014-03-10glamor: Fix a spelling mistake in GLAMOR_PIXMAP_FBO_NOT_EXACT_SIZE.Eric Anholt1-1/+1
2014-03-10glamor: remove dead global variable.Eric Anholt1-1/+0
2014-02-14glamor: Unifdef the picture-format-to-format-and-type functions.Eric Anholt1-21/+29
2014-02-14glamor: Move glamor_get_tex_format_type_from_pictformat to a .c file.Eric Anholt1-0/+303
2014-02-14glamor: Pass pixmaps around to unifdef glamor_iformat_for_depth().Eric Anholt1-2/+2
2014-02-14glamor: Add a screen argument to drop an ifdef from glamor_set_alu().Eric Anholt1-6/+11
2014-02-14glamor: Drop fixed function transformation matrix setup.Eric Anholt1-6/+0
2014-02-14glamor: Drop useless glEnable/glDisable(GL_TEXTURE_2D) calls.Eric Anholt1-6/+0
2014-02-14glamor: Rename glamor_get/put_dispatch to glamor_get/put_context.Eric Anholt1-13/+13
2014-02-14glamor: Convert to using libepoxy.Eric Anholt1-109/+96
2014-01-27glamor: Fix some indent damage of putting a ' ' after the '*' for pointers.Eric Anholt1-4/+4
2014-01-27glamor: Apply x-indent.sh.Eric Anholt1-1127/+1112
2014-01-27glamor: Touch up some code so indent doesn't get confused.Eric Anholt1-4/+4
2013-12-18Shoud return null subpixmap if we fail to get a valid map address.Zhigang Gong1-0/+4
2013-12-18Silence compilation warnings.Zhigang Gong1-6/+0
2013-12-18gles2: Fixed the compilation problem and some bugs.Zhigang Gong1-1/+1
2013-12-18glamor_largepixmap: Walkaround for large texture's upload.Zhigang Gong1-1/+5