summaryrefslogtreecommitdiff
path: root/glamor/glamor_priv.h
AgeCommit message (Expand)AuthorFilesLines
2013-12-18Add DRI3 support to glamorAxel Davy1-0/+1
2013-12-18fixup picture in SetWindowPixmapMaarten Lankhorst1-0/+3
2013-12-18glamor: add initial Xv supportDave Airlie1-0/+27
2013-12-18Increase vbo size to 64K verts.Zhigang Gong1-1/+1
2013-12-18Silence compilation warnings.Zhigang Gong1-13/+1
2013-12-18Fallback to pixman when trapezoid mask is big.Junyan He1-1/+1
2013-12-18Synch with xorg 1.13 change.Zhigang Gong1-0/+1
2013-12-18gles2: Fixed the compilation problem and some bugs.Zhigang Gong1-2/+0
2013-12-18glamor_copyarea: Use blitcopy if current state is not render.Zhigang Gong1-1/+7
2013-12-18glamor_compositerects: Implement optimized version.Zhigang Gong1-2/+12
2013-12-18optimize: Use likely and unlikely.Zhigang Gong1-0/+2
2013-12-18glamor_largepixmap: Walkaround for large texture's upload.Zhigang Gong1-0/+1
2013-12-18glamor_render: Optimize the two pass ca rendering.Zhigang Gong1-19/+52
2013-12-18glamor_glyphs: Detect fake or real glyphs overlap.Zhigang Gong1-0/+2
2013-12-18Use the direct render path for A1Junyan He1-1/+1
2013-12-18Add the trapezoid direct render logicJunyan He1-0/+9
2013-12-18Modilfy the composite logic to two phasesJunyan He1-2/+19
2013-12-18Use shader to generate the temp trapezoid maskRobinHe1-0/+6
2013-12-18Create the file glamor_triangles.cRobinHe1-5/+6
2013-12-18Enable large pixmap by default.Zhigang Gong1-2/+2
2013-12-18largepixmap: Fix the selfcopy issue.Zhigang Gong1-3/+7
2013-12-18largepixmap: Support self composite for large pixmap.Zhigang Gong1-0/+3
2013-12-18largepixmap: Implement infrastructure for large pixmap.Zhigang Gong1-1/+4
2013-12-18glamor_largepixmap: first commit for large pixmap.Zhigang Gong1-7/+178
2013-12-18Extract the gradient related code out.Junyan He1-1/+12
2013-12-18glamor_set_destination_pixmap_priv_nc: set drawable's width x height.Zhigang Gong1-1/+1
2013-12-18Remove the texture cache code.Zhigang Gong1-1/+0
2013-12-18Fixed all unused variables warnings.Zhigang Gong1-2/+1
2013-12-18Added --enable-debug configuration option.Zhigang Gong1-1/+3
2013-12-18glamor_fbo: Added a threshold value for the fbo cache pool.Zhigang Gong1-1/+1
2013-12-18glamor_render.c: Fixed repeatPad and repeatRelect.Zhigang Gong1-1/+3
2013-12-18gradient: Disable gradient for gles2.Zhigang Gong1-2/+2
2013-12-18Fix the problem of memory leak in gradient pixmap generating.Junyan He1-8/+20
2013-12-18pending_op: Remove the pending operations handling.Zhigang Gong1-27/+1
2013-12-18Fixed a stride problem for textured_drm pixmap.Zhigang Gong1-0/+1
2013-12-18glamor_pixmap_priv: Always return a valid private pixmap.Zhigang Gong1-1/+8
2013-12-18glamor_gl: Use GL_ALPHA for depth 8 pixmap.Zhigang Gong1-1/+1
2013-12-18glamor_pixmap_upload_texture: Support to upload a sub region of data.Zhigang Gong1-0/+4
2013-12-18glamor_getimage: Use glamor_download_sub_pixmap_to_cpu to get image.Zhigang Gong1-0/+5
2013-12-18fallback_optimize: Prepare for downloading/uploading subregion.Zhigang Gong1-7/+18
2013-12-18glamor_es2_pixmap_read_prepare: Just prepare the required region.Zhigang Gong1-1/+1
2013-12-18glamor_set_alu: Fallback for non GXcopy ops with GLES2.Zhigang Gong1-1/+1
2013-12-18gles2: Added 1555/2101010 formats support.Zhigang Gong1-1/+9
2013-12-18gles2: Fixed color conversion for the formats except 1555 and 2101010.Zhigang Gong1-7/+12
2013-12-18glamor_render: Disable gradient shader conversion due to bug.Zhigang Gong1-0/+1
2013-12-18Prepare for modification of gradient using shader.Junyan He1-0/+13
2013-12-18Fixup For list.h change in xorgJunyan He1-3/+17
2013-12-18For DRI swap buffers.Zhigang Gong1-10/+2
2013-12-18glamor_tile/composite: Modify fs to re-calculate texture coords.Zhigang Gong1-0/+3
2013-12-18Fixup glx supportChris Wilson1-5/+1