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-07-30
Fix files including xorg-server.h by mistake
Keith Packard
3
-3
/
+0
2014-07-28
glamor: Eliminate diagonal tearing in xv
Keith Packard
1
-5
/
+8
2014-07-19
glamor: sync_fence_set_triggered should use glFlush, not glFinish
Keith Packard
1
-1
/
+1
2014-07-18
glamor: Add support for SHM sync fences
Keith Packard
4
-0
/
+135
2014-07-17
Merge remote-tracking branch 'origin/master' into glamor-next
Eric Anholt
7
-11
/
+19
2014-07-17
glamor: Drop the "are we doing a series of blits or draws" logic.
Eric Anholt
5
-23
/
+0
2014-07-17
glamor: Remove a dead prototype.
Eric Anholt
1
-6
/
+0
2014-07-17
glamor: Drop dead glamor_restore_pixmap_to_texture().
Eric Anholt
2
-17
/
+0
2014-07-17
glamor: Drop dead glamor_download_pixmap_to_cpu()
Eric Anholt
2
-329
/
+0
2014-07-17
glamor: Drop dead get/pub sub pixmap functions.
Eric Anholt
2
-134
/
+0
2014-07-17
glamor: Remove always-true yInverted flag.
Eric Anholt
9
-254
/
+103
2014-07-17
glamor: Drop constant arguments to glamor_solid().
Eric Anholt
4
-11
/
+6
2014-07-17
glamor: Drop unnecessary glTexParameteri() in upload of texture data.
Eric Anholt
1
-3
/
+0
2014-07-17
glamor: Use MIN/MAX macros to clean up glamor_transfer.c
Eric Anholt
1
-35
/
+10
2014-07-17
glamor: Drop unnecessary glTexParameteri() in SetSpans().
Eric Anholt
1
-3
/
+0
2014-07-17
glamor: Fix temp picture coordinates in glamor_composite_clipped_region
Keith Packard
1
-8
/
+8
2014-07-03
glamor: Fix stack corruption in glamor_init
Tomasz Borowik
1
-3
/
+4
2014-06-24
Revert "glamor: Fix coordinates handling for composite source/mask pictures"
Michel Dänzer
1
-8
/
+8
2014-06-23
glamor: Fix GLES2 non-VBO temporary memory allocation.
Eric Anholt
1
-1
/
+1
2014-06-15
glamor: Share code for put_image handling.
Eric Anholt
2
-0
/
+116
2014-06-15
glamor: Split the XV code into XF86-dependent parts and generic.
Eric Anholt
3
-271
/
+86
2014-06-15
glamor: Remove stubbed-out glamor_stipple function
Keith Packard
2
-16
/
+0
2014-06-15
glamor: Remove 'tiling' shader code
Keith Packard
4
-308
/
+0
2014-06-15
glamor: Replace glamor_solid_boxes and glamor_solid with GC using code
Keith Packard
6
-390
/
+106
2014-06-15
glamor: Add accelerated stipple support
Keith Packard
4
-18
/
+157
2014-06-15
glamor: Add glamor_program based 0-width dashed lines
Keith Packard
10
-20
/
+496
2014-06-15
glamor: Use glamor_program and GL_LINES for 0-width lines
Keith Packard
6
-192
/
+361
2014-06-15
glamor: Use glamor_program for glamor_push_pixels
Keith Packard
1
-88
/
+66
2014-06-15
glamor: Add glamor_program based copy acceleration
Keith Packard
13
-789
/
+763
2014-06-15
glamor: Directly reference the private key records
Keith Packard
2
-15
/
+14
2014-06-15
glamor: Replace fallback preparation code
Keith Packard
9
-190
/
+346
2014-06-12
glamor: Don't leak a prepare_access_gc() in putimage fallbacks.
Eric Anholt
1
-2
/
+1
2014-06-12
glamor: Choose max fbo size by texture + viewport size
Markus Wick
1
-1
/
+4
2014-06-12
glamor: Fix no-mipmap allocations
Markus Wick
3
-0
/
+3
2014-05-12
glamor: Don't forget to check whether we can fall back in polysegment.
Eric Anholt
1
-3
/
+8
2014-05-12
glamor: Stop disabling asserts by default.
Eric Anholt
1
-3
/
+0
2014-05-05
glamor: Publish change_window_attributes and copy_window
Keith Packard
2
-5
/
+3
2014-05-05
glamor: Work around libXfont when it fails to use defaultChar
Keith Packard
1
-10
/
+24
2014-05-05
glamor: Fix uxa-entry point for ImageText16
Keith Packard
1
-1
/
+1
2014-04-23
glamor: Fallback to system memory when fail to allocate one big fbo.
Zhigang Gong
2
-15
/
+23
2014-04-23
glamor: Fix memory leak in _glamor_copy_n_to_n()
Michel Dänzer
1
-2
/
+3
2014-04-23
glamor: Fix coordinates handling for composite source/mask pictures
Anthony Waters
1
-8
/
+8
2014-04-23
glamor: Add glamor_transfer based glamor_get_image and glamor_put_image
Keith Packard
6
-275
/
+190
2014-04-23
glamor: Wire alpha to 1 for pictures without alpha bits
Keith Packard
1
-1
/
+4
2014-04-23
glamor: Move a make_current before the first GL call entrypoint.
Eric Anholt
1
-1
/
+1
2014-04-23
glamor: Do the same MakeCurrent(None) for GLX as we do for EGL.
Eric Anholt
1
-0
/
+8
2014-04-23
glamor: Explain the weird EGL_NO_CONTEXT code.
Eric Anholt
1
-0
/
+7
2014-04-23
glamor: Replace glamor_get/put_context() with just glamor_make_current().
Eric Anholt
24
-223
/
+81
2014-04-23
glamor: Stop unsetting the EGL context in put_context().
Eric Anholt
1
-5
/
+1
2014-04-23
glamor: Use lastGLContext to coordinate the context with GLX.
Eric Anholt
3
-15
/
+10
[next]