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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-02
glamor: don't do render ops with matching source/dest (v3)
Dave Airlie
2
-1
/
+17
2015-05-14
glamor: Replace CompositeGlyphs code [v2]
Keith Packard
9
-1978
/
+589
2015-05-14
glamor: Adapt glamor_program API to handle render acceleration
Keith Packard
8
-30
/
+347
2015-05-14
glamor: Compute GLSL version from GL_SHADING_LANGUAGE_VERSION (v3)
Keith Packard
1
-9
/
+39
2015-05-14
glamor: Remove destination drawable argument from glamor_set_texture
Keith Packard
2
-8
/
+4
2015-05-14
glamor: Pass depth to glamor_pm_is_solid and glamor_set_planemask
Keith Packard
7
-17
/
+16
2015-05-12
glamor: fix build when DRI3 is not defined
Jonathan Gray
1
-1
/
+5
2015-05-12
glamor: remove const from the return type of glamor_get_drawable_location()
Jonathan Gray
2
-2
/
+2
2015-04-21
Convert glamor & glx to new *allocarray functions
Alan Coopersmith
6
-11
/
+11
2015-03-24
glamor: * 1/size is faster than / size in VS
Keith Packard
4
-17
/
+17
2015-03-24
glamor: Fix up indentation
Adam Jackson
1
-7
/
+7
2015-03-24
glamor: Perform texture2D() separately from swizzle.
Matt Turner
1
-12
/
+14
2015-03-24
glamor: Add a helper function for the common GL_QUADS fallback pattern.
Eric Anholt
4
-23
/
+20
2015-03-24
glamor: Don't optimize out scissor updates in CopyArea.
Eric Anholt
1
-11
/
+6
2015-03-24
glamor: Just set the logic op to what we want at the start of all rendering.
Eric Anholt
13
-49
/
+25
2015-03-24
glamor: Fix build when configured --enable-glamor --disable-xshmfence
Jon TURNEY
1
-0
/
+2
2015-03-24
glamor: check max native ALU instructions
Olivier Fourdan
2
-0
/
+34
2015-03-24
glamor: Eliminate GLAMOR_TEXTURE_LARGE pixmap type
Keith Packard
4
-49
/
+35
2015-03-24
glamor: Create inline tests for small/large pixmaps
Keith Packard
9
-96
/
+103
2015-03-24
glamor: Eliminate separate 'large' pixmap private structure
Keith Packard
15
-196
/
+176
2015-03-24
glamor: Remove unused glamor_pixmap_private_atlas_t
Keith Packard
1
-12
/
+0
2015-03-24
glamor: Remove screen private and pixmap ptrs from pixmap private and fbo
Keith Packard
11
-297
/
+345
2015-03-24
glamor: Remove remaining support for FBOs not matching pixmap size
Keith Packard
5
-122
/
+15
2015-03-24
glamor: Eliminate GLAMOR_TEXTURE_PACK pixmap type
Keith Packard
1
-2
/
+1
2015-03-24
glamor: Eliminate GLAMOR_SEPARATE_TEXTURE pixmap type
Keith Packard
2
-11
/
+0
2015-03-24
glamor: Remove ddx fallback check functions
Keith Packard
1
-34
/
+0
2015-03-24
glamor: Remove _nf rendering functions
Keith Packard
18
-581
/
+29
2015-03-24
glamor: Eliminate GLAMOR_USE_SCREEN and GLAMOR_USE_PICTURE_SCREEN
Keith Packard
2
-86
/
+52
2015-03-24
glamor: Eliminate GLAMOR_CREATE_PIXMAP_MAP and GLAMOR_MEMORY_MAP
Keith Packard
3
-18
/
+1
2015-03-24
glamor: GL_TEXTURE_MAX_LEVEL is not available on GLES2
Maarten Lankhorst
3
-3
/
+0
2015-03-24
glamor: Use GL_FRAMEBUFFER instead of GL_READ_FRAMEBUFFER
Maarten Lankhorst
2
-2
/
+2
2015-03-24
glamor: do not check for gl errors in glamor_build_program
Maarten Lankhorst
1
-3
/
+0
2015-03-24
glamor: only use (un)pack_subimage when available
Maarten Lankhorst
3
-19
/
+46
2015-01-23
glamor: use screen blockhandler rather than dix one (v3)
Dave Airlie
2
-12
/
+12
2014-12-28
glamor: Fix nlines in glamor_xv_put_image when src_y is odd
Keith Packard
1
-1
/
+1
2014-12-25
glamor: Make sure Xvideo source image data is properly aligned
Michel Dänzer
1
-13
/
+11
2014-12-25
glamor: Make glamor_purge_fbo static
Michel Dänzer
2
-2
/
+1
2014-12-25
glamor: Call glamor_pixmap_destroy_fbo from glamor_set_pixmap_private
Michel Dänzer
1
-6
/
+1
2014-12-11
glamor: Make sure glamor_egl_close_screen wraps glamor_close_screen
Michel Dänzer
1
-3
/
+3
2014-12-11
glamor: Make glamor_destroy_textured_pixmap idempotent
Michel Dänzer
2
-2
/
+1
2014-12-11
glamor: Make glamor_set_pixmap_private not crash if the pixmap has no fbo
Michel Dänzer
1
-2
/
+5
2014-12-11
glamor: Fix use-after-free in glamor_destroy_textured_pixmap
Michel Dänzer
1
-3
/
+4
2014-12-11
glamor: Add an accessor for the GBM device.
Dave Airlie
2
-0
/
+14
2014-12-10
glamor: Reinstate glamor_(egl_)destroy_textured_pixmap
Michel Dänzer
3
-2
/
+15
2014-12-09
glamor: Free existing EGL image when assigning new one
Keith Packard
1
-7
/
+21
2014-12-09
glamor: Remove redundant reference to screen pixmap EGL image
Keith Packard
1
-12
/
+1
2014-12-09
glamor: Always destroy EGL image associated with destroyed pixmap
Keith Packard
5
-56
/
+18
2014-11-24
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
1
-1
/
+1
2014-11-20
glamor: Don't insert fbos from external objects into fbo cache
Keith Packard
3
-1
/
+5
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-1
/
+1
[next]