summaryrefslogtreecommitdiff
path: root/glamor/glamor_pixmap.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-22glamor: Move a make_current before the first GL call entrypoint.Eric Anholt1-1/+1
2014-04-22glamor: 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
2013-12-18gles2_largepixmap: force clip for a non-large pixmap.Zhigang Gong1-5/+25
2013-12-18largepixmap: Fix the selfcopy issue.Zhigang Gong1-2/+2
2013-12-18largepixmap: Implement infrastructure for large pixmap.Zhigang Gong1-62/+266
2013-12-18glamor_largepixmap: first commit for large pixmap.Zhigang Gong1-40/+40
2013-12-18glamor_set_destination_pixmap_priv_nc: set drawable's width x height.Zhigang Gong1-9/+10
2013-12-18Added strict warning flags to CFLAGS.Zhigang Gong1-6/+6
2013-12-18Fixed all unused variables warnings.Zhigang Gong1-18/+9
2013-12-18Added some copyright and author information.Zhigang Gong1-0/+29
2013-12-18Fixed a1 bug.Zhigang Gong1-2/+1
2013-12-18Fixed one potential texture size mismatch problem.Zhigang Gong1-1/+15
2013-12-18pending_op: Remove the pending operations handling.Zhigang Gong1-57/+0
2013-12-18glamor_upload_pixmap: Use glTexImage2D for a fully update.Zhigang Gong1-16/+16
2013-12-18glamor_render: Don't download whole picture when fallback.Zhigang Gong1-13/+12
2013-12-18glamor_put_sub_pixmap: Change to use glamor_upload_sub_pixmap.Zhigang Gong1-14/+20
2013-12-18Fixed a stride problem for textured_drm pixmap.Zhigang Gong1-3/+10
2013-12-18Fixed a unbalanced glamor_put_dispatch.Zhigang Gong1-1/+0
2013-12-18Don't need to set GL_PACK_ROW_LENGTH/GL_UNPACK_ROW_LENGTH.Zhigang Gong1-14/+6
2013-12-18glamor_upload/download: fix 1bpp bug.Zhigang Gong1-7/+19
2013-12-18glamor_pixmap_upload_texture: Support to upload a sub region of data.Zhigang Gong1-106/+85
2013-12-18fallback_optimize: Prepare for downloading/uploading subregion.Zhigang Gong1-68/+129
2013-12-18glamor_download_sub_pixmap_to_cpu: New function to download subregion.Zhigang Gong1-121/+168
2013-12-18glamor_es2_pixmap_read_prepare: Just prepare the required region.Zhigang Gong1-7/+7
2013-12-18glamor_color_convert: Let the caller to provide destination buffer.Zhigang Gong1-29/+21