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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-14
glamor: Move the EGL DRI3 code to GLAMOR_HAS_GBM.
Eric Anholt
1
-5
/
+5
2014-02-14
glamor: Fix linking of the gradient shaders on GLES2.
Eric Anholt
1
-36
/
+32
2014-02-14
glamor: Don't bother keeping references to shader stages for gradients.
Eric Anholt
2
-91
/
+6
2014-02-14
glamor: Fix typo in setting v_position's attrib location.
Eric Anholt
1
-1
/
+1
2014-02-14
glamor: Move shader precision stuff from build time to shader compile time.
Eric Anholt
1
-5
/
+4
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
2
-303
/
+303
2014-02-14
glamor: Unifdef the cache format indices.
Eric Anholt
2
-20
/
+2
2014-02-14
glamor: Pass pixmaps around to unifdef glamor_iformat_for_depth().
Eric Anholt
4
-22
/
+21
2014-02-14
glamor: Add a screen argument to drop an ifdef from glamor_set_alu().
Eric Anholt
5
-14
/
+20
2014-02-14
glamor: Drop a bunch of GLES2 ifdefs.
Eric Anholt
5
-63
/
+62
2014-02-14
glamor: yInverted is a boolean value, so use the Bool type.
Eric Anholt
2
-3
/
+3
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
6
-33
/
+0
2014-02-14
glamor: Put in a pluggable context switcher for GLX versus EGL.
Eric Anholt
9
-60
/
+189
2014-02-14
glamor: Rename glamor_get/put_dispatch to glamor_get/put_context.
Eric Anholt
13
-111
/
+111
2014-02-14
glamor: Convert to using libepoxy.
Eric Anholt
20
-1439
/
+897
2014-01-27
glamor: Remove more out-of-tree compat code.
Eric Anholt
1
-13
/
+0
2014-01-27
glamor: Remove an extra copy of RegionNil().
Eric Anholt
2
-8
/
+2
2014-01-27
glamor: Hook the module back up to the build.
Eric Anholt
3
-26
/
+70
2014-01-27
glamor: Convert use of the old "pointer" typedef to "void *".
Eric Anholt
4
-16
/
+16
2014-01-27
glamor: Silence warnings for non-debug builds.
Eric Anholt
2
-3
/
+3
2014-01-27
glamor: Disable definitions of GL extension prototypes to avoid warnings.
Eric Anholt
1
-2
/
+0
2014-01-27
glamor: Drop xfree86 dependencies from this dix module.
Eric Anholt
2
-4
/
+2
2014-01-27
glamor: Disable the XV code for now.
Eric Anholt
2
-0
/
+4
2014-01-27
glamor: Use dix-config.h not project config.h
Adam Jackson
3
-9
/
+3
2014-01-27
glamor/egl: Remove glapi awareness
Adam Jackson
4
-154
/
+4
2014-01-27
glamor: Remove compat code for building out of tree.
Eric Anholt
6
-127
/
+6
2014-01-27
glamor: Remove copy of sna's compiler.h
Adam Jackson
8
-89
/
+27
2014-01-27
glamor: Fix up some indentation damage on header prototypes.
Eric Anholt
1
-174
/
+118
2014-01-27
glamor: Fix some indent damage of putting a ' ' after the '*' for pointers.
Eric Anholt
15
-152
/
+152
2014-01-27
glamor: Fix some mangling of shader strings by indent.
Eric Anholt
8
-44
/
+183
2014-01-27
glamor: Apply x-indent.sh.
Eric Anholt
40
-14779
/
+14757
2014-01-27
glamor: Touch up some code so indent doesn't get confused.
Eric Anholt
1
-4
/
+4
2013-12-18
libglamoregl: remove -I$(top_srcdir)/src
Gaetan Nadon
1
-2
/
+1
2013-12-18
Make: remove cruft copied over from the X server makefiles
Gaetan Nadon
1
-8
/
+1
2013-12-18
glamor: fix leak in xv code.
Dave Airlie
1
-1
/
+1
2013-12-18
Fix glamor_egl->egl_create_image_khr makes pointer from integer
Gaetan Nadon
1
-1
/
+1
2013-12-18
Add DRI3 support to glamor
Axel Davy
5
-14
/
+392
2013-12-18
Fixed some compilation warning/error or error checking.
Zhigang Gong
2
-6
/
+11
2013-12-18
Allow to create textured pixmaps from gbm_bo without using gem names
Axel Davy
2
-0
/
+47
2013-12-18
glamor: remove unused variable
Fabio Pedretti
1
-1
/
+0
2013-12-18
fixup picture in SetWindowPixmap
Maarten Lankhorst
4
-2
/
+41
2013-12-18
Fixed an incorrect printf format.
Zhigang Gong
1
-1
/
+1
2013-12-18
Remove useless return statement
Brian Paul
1
-1
/
+0
2013-12-18
Remove redundant dispatch->glEnable(GL_TEXTURE_2D)
Brian Paul
1
-1
/
+0
2013-12-18
Fix _glamor_set_spans() bug (re-used 'n' variable)
Brian Paul
1
-4
/
+4
2013-12-18
glamor_render: fix PictFilters
Grigori Goronzy
1
-0
/
+9
2013-12-18
Use GL_STATIC_DRAW for element index buffer
Grigori Goronzy
1
-2
/
+2
2013-12-18
Use glDrawRangeElements instead of glDrawElements
Grigori Goronzy
5
-0
/
+23
[next]