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_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-15
glamor: Remove stubbed-out glamor_stipple function
Keith Packard
1
-11
/
+0
2014-06-15
glamor: Add accelerated stipple support
Keith Packard
1
-0
/
+59
2014-06-15
glamor: Add glamor_program based 0-width dashed lines
Keith Packard
1
-1
/
+25
2014-06-15
glamor: Replace fallback preparation code
Keith Packard
1
-106
/
+0
2014-04-23
glamor: Replace glamor_get/put_context() with just glamor_make_current().
Eric Anholt
1
-6
/
+3
2014-04-22
Make glamor build with --enable-debug.
Jamey Sharp
1
-1
/
+1
2014-04-03
glamor: Add glamor_program based poly_text and image_text
Keith Packard
1
-4
/
+4
2014-04-03
glamor: Use glamor_program for glamor_glyphblt
Keith Packard
1
-3
/
+3
2014-03-26
glamor: Use epoxy_gl_version() instead of rolling our own.
Markus Wick
1
-23
/
+0
2014-03-26
glamor: Use epoxy_has_gl_extension() instead of rolling our own.
Markus Wick
1
-22
/
+0
2014-03-17
glamor: don't reset the GLSL program
Markus Wick
1
-2
/
+0
2014-03-17
glamor: Apply debug labels to our shaders.
Eric Anholt
1
-3
/
+17
2014-03-17
glamor: Rely on nested mappings to handle src==dst and !prepare bugs.
Eric Anholt
1
-9
/
+8
2014-03-17
glamor: Allow nested mapping of pixmaps.
Eric Anholt
1
-1
/
+22
2014-03-17
glamor: Replace some goofy enum-likes with a real enum.
Eric Anholt
1
-1
/
+2
2014-02-14
glamor: Rename glamor_get/put_dispatch to glamor_get/put_context.
Eric Anholt
1
-6
/
+6
2014-02-14
glamor: Convert to using libepoxy.
Eric Anholt
1
-68
/
+56
2014-01-27
glamor: Fix some mangling of shader strings by indent.
Eric Anholt
1
-3
/
+6
2014-01-27
glamor: Apply x-indent.sh.
Eric Anholt
1
-427
/
+397
2013-12-18
Fixed some compilation warning/error or error checking.
Zhigang Gong
1
-5
/
+8
2013-12-18
Silence compilation warnings.
Zhigang Gong
1
-5
/
+3
2013-12-18
glamor_largepixmap: first commit for large pixmap.
Zhigang Gong
1
-9
/
+9
2013-12-18
Fixed a stride problem for textured_drm pixmap.
Zhigang Gong
1
-0
/
+3
2013-12-18
gles2: Fixed color conversion for the formats except 1555 and 2101010.
Zhigang Gong
1
-32
/
+83
2013-12-18
Fixup glx support
Chris Wilson
1
-9
/
+11
2013-12-18
prepare_access: Don't use fbo after it was downloaded.
Zhigang Gong
1
-3
/
+4
2013-12-18
glamor-fbo-pool: Implement fbo cache mechanism.
Zhigang Gong
1
-11
/
+22
2013-12-18
glamor_fbo: Introduce glamor fbo to manage all the fb/tex.
Zhigang Gong
1
-5
/
+5
2013-12-18
Reduce the double check of pixmap's private pointer.
Zhigang Gong
1
-1
/
+1
2013-12-18
Added more drawing functions.
Zhigang Gong
1
-6
/
+6
2013-12-18
Export glamor_validate_gc to DDX.
Zhigang Gong
1
-1
/
+1
2013-12-18
Remove the access mode from private pixmap structure.
Zhigang Gong
1
-9
/
+10
2013-12-18
exports more rendering functions to DDX driver.
Zhigang Gong
1
-1
/
+1
2013-12-18
Initial version.
Zhigang Gong
1
-350
/
+397
2011-09-26
glamor: Don't direct call to any gl functions.
Zhigang Gong
1
-72
/
+49
2011-09-26
glamor-gles2: Add explicit precision qualifiers for gles2.
Zhigang Gong
1
-4
/
+6
2011-09-26
glamor: Add color conversion support by using new shader.
Zhigang Gong
1
-4
/
+48
2011-09-26
glamor: Remove useless glVertexPointer related code.
Zhigang Gong
1
-72
/
+11
2011-09-26
glamor: Remove GLEW dependency.
Zhigang Gong
1
-51
/
+88
2011-09-26
glamor-es2: Add --enable-glamor-gles2 to build system.
Zhigang Gong
1
-6
/
+11
2011-09-26
glamor-es: Use glVertexAttribPointer to replace glVertexPointer.
Zhigang Gong
1
-0
/
+65
2011-09-26
glamor-es2: Fix some non-es2 functions.
Zhigang Gong
1
-8
/
+10
2011-09-26
glamor: Change to use official APIs rather than ARB version function.
Zhigang Gong
1
-35
/
+35
2011-09-26
glamor: Don't need to pad the tile image if pixmap is ni texture.
Zhigang Gong
1
-10
/
+11
2011-09-26
glamor: Don't always fallback everything when change window attr.
Zhigang Gong
1
-43
/
+9
2011-09-26
glamor : Add dynamic texture uploading feature.
Zhigang Gong
1
-627
/
+271
2011-09-26
glamor: For non-supported fill style fallback to fbFill.
Zhigang Gong
1
-3
/
+5
2011-09-26
glamor: Use software fb for 1bpp pixmap.
Zhigang Gong
1
-11
/
+2
2011-09-26
glamor: Optimize composite when soure/mask is xrgb.
Zhigang Gong
1
-6
/
+35
2011-09-26
glamor: Optimize glamor_finish_access.
Zhigang Gong
1
-67
/
+36
[next]