index
:
~mperes/xserver
3x4k
backlight
dpcompliance
dri2-swapbuffers
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glamor
/
glamor_pixmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-17
Merge remote-tracking branch 'origin/master' into glamor-next
Eric Anholt
1
-0
/
+1
2014-07-17
glamor: Drop dead glamor_restore_pixmap_to_texture().
Eric Anholt
1
-7
/
+0
2014-07-17
glamor: Drop dead glamor_download_pixmap_to_cpu()
Eric Anholt
1
-314
/
+0
2014-07-17
glamor: Drop dead get/pub sub pixmap functions.
Eric Anholt
1
-129
/
+0
2014-07-17
glamor: Remove always-true yInverted flag.
Eric Anholt
1
-61
/
+16
2014-06-12
glamor: Fix no-mipmap allocations
Markus Wick
1
-0
/
+1
2014-04-23
glamor: Move a make_current before the first GL call entrypoint.
Eric Anholt
1
-1
/
+1
2014-04-23
glamor: Replace glamor_get/put_context() with just glamor_make_current().
Eric Anholt
1
-15
/
+7
2014-04-03
glamor: Bail from composite when pixmap cannot be uploaded
Keith Packard
1
-1
/
+1
2014-04-03
glamor: Remove warning message when pixmap cannot be stored in a texture
Keith Packard
1
-2
/
+0
2014-03-26
glamor: Get testing code using small FBOs working again
Keith Packard
1
-8
/
+6
2014-03-17
glamor: don't reset the GLSL program
Markus Wick
1
-2
/
+0
2014-03-17
glamor: Don't forget to unmap our PBOs before using them to upload.
Eric Anholt
1
-1
/
+3
2014-03-17
glamor: Add an assert about an invariant the upload code relies on.
Eric Anholt
1
-0
/
+1
2014-03-17
glamor: Drop unused GLAMOR_ACCESS_WO.
Eric Anholt
1
-10
/
+1
2014-03-17
glamor: Replace some goofy enum-likes with a real enum.
Eric Anholt
1
-1
/
+1
2014-03-10
glamor: Fix a spelling mistake in GLAMOR_PIXMAP_FBO_NOT_EXACT_SIZE.
Eric Anholt
1
-1
/
+1
2014-03-10
glamor: remove dead global variable.
Eric Anholt
1
-1
/
+0
2014-02-14
glamor: Unifdef the picture-format-to-format-and-type functions.
Eric Anholt
1
-21
/
+29
2014-02-14
glamor: Move glamor_get_tex_format_type_from_pictformat to a .c file.
Eric Anholt
1
-0
/
+303
2014-02-14
glamor: Pass pixmaps around to unifdef glamor_iformat_for_depth().
Eric Anholt
1
-2
/
+2
2014-02-14
glamor: Add a screen argument to drop an ifdef from glamor_set_alu().
Eric Anholt
1
-6
/
+11
2014-02-14
glamor: Drop fixed function transformation matrix setup.
Eric Anholt
1
-6
/
+0
2014-02-14
glamor: Drop useless glEnable/glDisable(GL_TEXTURE_2D) calls.
Eric Anholt
1
-6
/
+0
2014-02-14
glamor: Rename glamor_get/put_dispatch to glamor_get/put_context.
Eric Anholt
1
-13
/
+13
2014-02-14
glamor: Convert to using libepoxy.
Eric Anholt
1
-109
/
+96
2014-01-27
glamor: Fix some indent damage of putting a ' ' after the '*' for pointers.
Eric Anholt
1
-4
/
+4
2014-01-27
glamor: Apply x-indent.sh.
Eric Anholt
1
-1127
/
+1112
2014-01-27
glamor: Touch up some code so indent doesn't get confused.
Eric Anholt
1
-4
/
+4
2013-12-18
Shoud return null subpixmap if we fail to get a valid map address.
Zhigang Gong
1
-0
/
+4
2013-12-18
Silence compilation warnings.
Zhigang Gong
1
-6
/
+0
2013-12-18
gles2: Fixed the compilation problem and some bugs.
Zhigang Gong
1
-1
/
+1
2013-12-18
glamor_largepixmap: Walkaround for large texture's upload.
Zhigang Gong
1
-1
/
+5
2013-12-18
gles2_largepixmap: force clip for a non-large pixmap.
Zhigang Gong
1
-5
/
+25
2013-12-18
largepixmap: Fix the selfcopy issue.
Zhigang Gong
1
-2
/
+2
2013-12-18
largepixmap: Implement infrastructure for large pixmap.
Zhigang Gong
1
-62
/
+266
2013-12-18
glamor_largepixmap: first commit for large pixmap.
Zhigang Gong
1
-40
/
+40
2013-12-18
glamor_set_destination_pixmap_priv_nc: set drawable's width x height.
Zhigang Gong
1
-9
/
+10
2013-12-18
Added strict warning flags to CFLAGS.
Zhigang Gong
1
-6
/
+6
2013-12-18
Fixed all unused variables warnings.
Zhigang Gong
1
-18
/
+9
2013-12-18
Added some copyright and author information.
Zhigang Gong
1
-0
/
+29
2013-12-18
Fixed a1 bug.
Zhigang Gong
1
-2
/
+1
2013-12-18
Fixed one potential texture size mismatch problem.
Zhigang Gong
1
-1
/
+15
2013-12-18
pending_op: Remove the pending operations handling.
Zhigang Gong
1
-57
/
+0
2013-12-18
glamor_upload_pixmap: Use glTexImage2D for a fully update.
Zhigang Gong
1
-16
/
+16
2013-12-18
glamor_render: Don't download whole picture when fallback.
Zhigang Gong
1
-13
/
+12
2013-12-18
glamor_put_sub_pixmap: Change to use glamor_upload_sub_pixmap.
Zhigang Gong
1
-14
/
+20
2013-12-18
Fixed a stride problem for textured_drm pixmap.
Zhigang Gong
1
-3
/
+10
2013-12-18
Fixed a unbalanced glamor_put_dispatch.
Zhigang Gong
1
-1
/
+0
2013-12-18
Don't need to set GL_PACK_ROW_LENGTH/GL_UNPACK_ROW_LENGTH.
Zhigang Gong
1
-14
/
+6
[next]