index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glamor
/
glamor_pixmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-10
glamor: Move glamor_render.c pict handling to glamor_picture.c
Eric Anholt
1
-870
/
+0
2015-07-10
glamor: Use the new upload/download interface for XV uploads.
Eric Anholt
1
-1
/
+1
2015-07-02
glamor: Drop dead glamor_es2_pixmap_read_prepare().
Eric Anholt
1
-70
/
+0
2015-07-02
glamor: Drop a redundant check.
Eric Anholt
1
-2
/
+1
2015-07-02
glamor: Propagate the fact that pbo_valid is never set.
Eric Anholt
1
-16
/
+2
2015-05-14
glamor: Pass depth to glamor_pm_is_solid and glamor_set_planemask
Keith Packard
1
-2
/
+2
2015-04-21
Convert glamor & glx to new *allocarray functions
Alan Coopersmith
1
-2
/
+2
2015-03-24
glamor: Just set the logic op to what we want at the start of all rendering.
Eric Anholt
1
-0
/
+3
2015-03-24
glamor: Create inline tests for small/large pixmaps
Keith Packard
1
-2
/
+2
2015-03-24
glamor: Eliminate separate 'large' pixmap private structure
Keith Packard
1
-19
/
+19
2015-03-24
glamor: Remove screen private and pixmap ptrs from pixmap private and fbo
Keith Packard
1
-16
/
+25
2015-03-24
glamor: Remove remaining support for FBOs not matching pixmap size
Keith Packard
1
-59
/
+0
2015-03-24
glamor: GL_TEXTURE_MAX_LEVEL is not available on GLES2
Maarten Lankhorst
1
-1
/
+0
2014-10-26
glamor: Free converted bits in _glamor_upload_bits_to_pixmap_texture fast path
Keith Packard
1
-37
/
+36
2014-10-26
glamor: Don't free memory we are going to use.
Andreas Hartmetz
1
-1
/
+1
2014-09-29
glamor: Fix leak of converted_bits in _glamor_upload_bits_to_pixmap_texture
Michel Dänzer
1
-0
/
+1
2014-09-18
glamor: Change SET_PIXMAP_FBO_CURRENT from macro to static inline
Keith Packard
1
-1
/
+1
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
[next]