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
/
fb
/
fbscreen.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-09
fb: fb{Map,Unmap}Window -> fb{Realize,Unrealize}Window
Adam Jackson
1
-2
/
+2
2014-07-03
fb: Don't free NULL pixmap in fbCloseScreen. Bug #80313
Keith Packard
1
-1
/
+2
2014-06-04
fb: fix screen pixmap leak on server reset
Brendan King
1
-1
/
+1
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-5
/
+5
2012-10-25
Use new pixman_glyph_cache_t API that will be in pixman 0.28.0
Søren Sandmann Pedersen
1
-0
/
+1
2012-07-05
Use new screen-specific privates for fb window and gc privates
Keith Packard
1
-2
/
+2
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
1
-1
/
+1
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-131
/
+107
2011-04-04
mi: fix memory leak in miInitVisuals
Tiago Vignatti
1
-4
/
+0
2011-04-01
fb: drop defines that aren't used/necessary anymore.
Dave Airlie
1
-6
/
+0
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-2
/
+2
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-3
/
+0
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-7
/
+7
2010-03-21
fb: fbFinishScreenInit: leaked_storage: Variable "(visuals|depths)" goes out ...
Oliver McFadden
1
-0
/
+4
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-9
/
+9
2008-11-30
Remove declarations of symbols that are never defined.
Paulo Cesar Pereira de Andrade
1
-8
/
+0
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-9
/
+9
2008-07-17
Dead code removal
Daniel Stone
1
-4
/
+0
2007-09-19
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-2
/
+0
2007-09-13
Remove the PaintWindow optimization.
Eric Anholt
1
-2
/
+0
2007-08-28
devPrivates rework: since API is already broken, switch everything
Eamon Walsh
1
-3
/
+3
2007-08-25
Implement core protocol backing store exclusively in terms of Composite.
Adam Jackson
1
-6
/
+0
2007-07-05
Clean up unused #ifdefs from fb.
Adam Jackson
1
-32
/
+1
2006-07-26
Add framebuffer access wrapper infrastructure.
Aaron Plattner
1
-0
/
+40
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
1
-4
/
+1
2005-07-03
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Daniel Stone
1
-0
/
+4
2005-07-01
Change all misc.h and os.h references to <X11/foo.h>.
Daniel Stone
1
-1
/
+1
2004-12-04
Encoding of numerous files changed to UTF-8
Markus Kuhn
1
-2
/
+2
2004-05-16
xc/programs/Xserver/fb/fb.h
Alan Coopersmith
1
-3
/
+3
2004-04-23
Merging XORG-CURRENT into trunk
Egbert Eich
1
-1
/
+1
2004-03-14
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
Egbert Eich
1
-1
/
+1
2004-03-03
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
Egbert Eich
1
-1
/
+1
2004-02-26
readding XFree86's cvs IDs
Egbert Eich
1
-1
/
+1
2004-02-26
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
Egbert Eich
1
-1
/
+1
2003-11-14
Initial revision
Kaleb Keithley
1
-0
/
+297