index
:
~ofourdan/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XACE-modular
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
for-keith
for-whot
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.15-branch
server-1.16-branch
server-1.17-branch
server-1.18-backports
server-1.18-branch
server-1.19-backports
server-1.19-branch
server-1.19-fixes
server-1.2-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xvidmode
xwayland
xwayland-1.19-branch
xwayland-glamor-xv
xwayland-test
Xserver stuff
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
2017-06-02
glamor: Stop tracking the screen_fbo.
Eric Anholt
1
-4
/
+1
2017-03-17
fb: Remove 24bpp support (v3)
Adam Jackson
1
-37
/
+0
2016-03-10
glamor: Replace "finish access" shader with texture swizzling.
Eric Anholt
1
-158
/
+0
2016-03-10
glamor: Propagate that is_upload is always true.
Eric Anholt
1
-14
/
+4
2016-01-29
glamor: Label programs before linking them.
Eric Anholt
1
-11
/
+11
2015-07-10
glamor: Drop a bunch of glamor_priv == NULL checks.
Eric Anholt
1
-2
/
+1
2015-07-02
glamor: Mark a bunch of single-file data static.
Eric Anholt
1
-1
/
+1
2015-06-29
glamor: Drop CloseScreen-time GL resource cleanup code.
Eric Anholt
1
-11
/
+0
2015-05-12
glamor: remove const from the return type of glamor_get_drawable_location()
Jonathan Gray
1
-1
/
+1
2015-03-24
glamor: Perform texture2D() separately from swizzle.
Matt Turner
1
-12
/
+14
2015-03-24
glamor: Eliminate separate 'large' pixmap private structure
Keith Packard
1
-2
/
+2
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
[next]