summaryrefslogtreecommitdiff
path: root/src/glamor_pixmap.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-09glamor: don't reset the GLSL programMarkus Wick1-2/+0
2014-03-13glamor: Don't try to fallback sub-upload to an in-memory pixmap.Eric Anholt1-0/+3
2014-03-13glamor: Don't forget to unmap our PBOs before usng them to upload.Eric Anholt1-2/+3
2014-03-13glamor: Add am assert about an invariant the upload code relies on.Eric Anholt1-0/+1
2014-03-13glamor: Drop unused GLAMOR_ACCESS_WO.Eric Anholt1-9/+1
2014-03-13glamor: Unifdef the picture-format-to-format-and-type functions.Eric Anholt1-25/+29
2014-03-13glamor: Move glamor_get_tex_format_type_from_pictformat to a .c file.Eric Anholt1-0/+305
2014-03-13glamor: Pass pixmaps around to unifdef glamor_iformat_for_depth().Eric Anholt1-2/+2
2014-03-13glamor: Drop useless glEnable/glDisable(GL_TEXTURE_2D) calls.Eric Anholt1-6/+0
2014-03-13glamor: Drop fixed function transformation matrix setup.Eric Anholt1-6/+0
2014-03-13glamor: Fix a spelling mistake in GLAMOR_PIXMAP_FBO_NOT_EXACT_SIZE.Eric Anholt1-1/+1
2014-02-06glamor: Fall back for unsupported picture format.Samuel Li1-1/+1
2014-01-31glamor: Add in support for the stride parameter when uploading texture dataAnthony Waters1-4/+14
2013-09-27Shoud return null subpixmap if we fail to get a valid map address.Zhigang Gong1-0/+4
2012-08-10Silence compilation warnings.Zhigang Gong1-6/+0
2012-07-13gles2: Fixed the compilation problem and some bugs.Zhigang Gong1-1/+1
2012-07-03glamor_largepixmap: Walkaround for large texture's upload.Zhigang Gong1-1/+5
2012-06-15gles2_largepixmap: force clip for a non-large pixmap.Zhigang Gong1-5/+25
2012-06-11largepixmap: Fix the selfcopy issue.Zhigang Gong1-2/+2
2012-06-11largepixmap: Implement infrastructure for large pixmap.Zhigang Gong1-62/+266
2012-06-11glamor_largepixmap: first commit for large pixmap.Zhigang Gong1-40/+40
2012-05-16glamor_set_destination_pixmap_priv_nc: set drawable's width x height.Zhigang Gong1-9/+10
2012-05-15Added strict warning flags to CFLAGS.Zhigang Gong1-6/+6
2012-04-28Fixed all unused variables warnings.Zhigang Gong1-18/+9
2012-04-28Added some copyright and author information.Zhigang Gong1-0/+29
2012-04-27Fixed a1 bug.Zhigang Gong1-2/+1
2012-04-27Fixed one potential texture size mismatch problem.Zhigang Gong1-1/+15
2012-04-27pending_op: Remove the pending operations handling.Zhigang Gong1-57/+0
2012-04-27glamor_upload_pixmap: Use glTexImage2D for a fully update.Zhigang Gong1-16/+16
2012-04-27glamor_render: Don't download whole picture when fallback.Zhigang Gong1-13/+12
2012-04-27glamor_put_sub_pixmap: Change to use glamor_upload_sub_pixmap.Zhigang Gong1-14/+20
2012-04-27Fixed a stride problem for textured_drm pixmap.Zhigang Gong1-3/+10
2012-04-27Fixed a unbalanced glamor_put_dispatch.Zhigang Gong1-1/+0
2012-04-14Don't need to set GL_PACK_ROW_LENGTH/GL_UNPACK_ROW_LENGTH.Zhigang Gong1-14/+6
2012-04-12glamor_upload/download: fix 1bpp bug.Zhigang Gong1-7/+19
2012-04-12glamor_pixmap_upload_texture: Support to upload a sub region of data.Zhigang Gong1-106/+85
2012-04-12fallback_optimize: Prepare for downloading/uploading subregion.Zhigang Gong1-68/+129
2012-04-12glamor_download_sub_pixmap_to_cpu: New function to download subregion.Zhigang Gong1-121/+168
2012-04-12glamor_es2_pixmap_read_prepare: Just prepare the required region.Zhigang Gong1-7/+7
2012-04-12glamor_color_convert: Let the caller to provide destination buffer.Zhigang Gong1-29/+21
2012-04-12glamor_set_alu: Added GXclear support at glamor_solid.Zhigang Gong1-4/+1
2012-04-12glamor_set_alu: Fallback for non GXcopy ops with GLES2.Zhigang Gong1-7/+9
2012-04-12gles2: Added 1555/2101010 formats support.Zhigang Gong1-63/+310
2012-04-12gles2: Fixed color conversion for the formats except 1555 and 2101010.Zhigang Gong1-84/+97
2012-02-13Fixup glx supportChris Wilson1-15/+22
2012-02-11glamor_pixmap: Should bind unpack buffer to 0 after the uploading.Zhigang Gong1-0/+3
2012-02-08prepare_access: Don't use fbo after it was downloaded.Zhigang Gong1-1/+2
2012-01-29glamor-gles2: Fixup the pixmap before read back if it is not readable.Zhigang Gong1-1/+1
2012-01-29glamor_create_fbo: Concentrate the fbo size/depth checking.Zhigang Gong1-14/+15
2012-01-29glamor-pixmap-upload: Create a uploading fbo with a texture only.Zhigang Gong1-2/+5