Bug 2879

Summary: RFE: Postscript DDX should expose more visuals
Product: xprint Reporter: Roland Mainz <roland.mainz>
Component: Server: DDX: PostScriptAssignee: Roland Mainz <roland.mainz>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: high CC: julien.lafon, roland.mainz
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:
Bug Depends on: 1299    
Bug Blocks: 1522    
Attachments:
Description Flags
Patch for 2005-04-01-trunk
none
Refix to downgrade the 15bit PseudoColor visual to 14bit (patch for 2005-04-26-trunk) none

Description Roland Mainz 2005-04-01 11:47:19 UTC
RFE: Postscript DDX should expose more visuals, including deeper PseudoColor
visuals with higher color precision and 16bit TrueColor visual (for applications
which need fast TrueColor visuals).
Comment 1 Roland Mainz 2005-04-01 13:42:54 UTC
Created attachment 2287 [details] [review]
Patch for 2005-04-01-trunk

Note: the 30bit TrueColor visual as been disabled as it screws-up OpenGL
applications - see bug 2868 for details...
Comment 2 Roland Mainz 2005-04-01 13:46:18 UTC
Patch checked-in...

/cvs/xorg/xc/ChangeLog,v  <--  xc/ChangeLog
new revision: 1.852; previous revision: 1.851
cvs commit: Using deprecated info format strings.  Convert your scripts to use
the new argument format and remove '1's from your info file format strings.
/cvs/xorg/xc/programs/Xserver/Xprint/Init.c,v  <-- 
xc/programs/Xserver/Xprint/Init.c
new revision: 1.11; previous revision: 1.10
cvs commit: Using deprecated info format strings.  Convert your scripts to use
the new argument format and remove '1's from your info file format strings.
/cvs/xorg/xc/programs/Xserver/Xprint/ps/Imakefile,v  <-- 
xc/programs/Xserver/Xprint/ps/Imakefile
new revision: 1.9; previous revision: 1.8
/cvs/xorg/xc/programs/Xserver/Xprint/ps/Ps.h,v  <-- 
xc/programs/Xserver/Xprint/ps/Ps.h
new revision: 1.7; previous revision: 1.6
/cvs/xorg/xc/programs/Xserver/Xprint/ps/PsArea.c,v  <-- 
xc/programs/Xserver/Xprint/ps/PsArea.c
new revision: 1.4; previous revision: 1.3
/cvs/xorg/xc/programs/Xserver/Xprint/ps/PsColor.c,v  <-- 
xc/programs/Xserver/Xprint/ps/PsColor.c
new revision: 1.6; previous revision: 1.5
/cvs/xorg/xc/programs/Xserver/Xprint/ps/PsImageUtil.c,v  <-- 
xc/programs/Xserver/Xprint/ps/PsImageUtil.c
initial revision: 1.1
/cvs/xorg/xc/programs/Xserver/Xprint/ps/PsInit.c,v  <-- 
xc/programs/Xserver/Xprint/ps/PsInit.c
new revision: 1.9; previous revision: 1.8
/cvs/xorg/xc/programs/Xserver/Xprint/ps/psout.h,v  <-- 
xc/programs/Xserver/Xprint/ps/psout.h
new revision: 1.4; previous revision: 1.3
cvs commit: Using deprecated info format strings.  Convert your scripts to use
the new argument format and remove '1's from your info file format strings.
Mailing the commit message to xorg-commit@lists.freedesktop.org...

... marking bug as FIXED.
Comment 3 Roland Mainz 2005-04-25 23:04:55 UTC
Reopening - the 15bit PseudoColor visual does not work thanks to the problem
that the |ColormapEntries|==32768 is too large for a |signed short| (=integer
overflow).
Comment 4 Roland Mainz 2005-04-25 23:10:34 UTC
Created attachment 2556 [details] [review]
Refix to downgrade the 15bit PseudoColor visual to 14bit (patch for 2005-04-26-trunk)
Comment 5 Roland Mainz 2005-04-25 23:12:45 UTC
Patch checked-in...

/cvs/xorg/xc/ChangeLog,v  <--  xc/ChangeLog
new revision: 1.904; previous revision: 1.903
cvs commit: Using deprecated info format strings.  Convert your scripts to use
the new argument format and remove '1's from your info file format strings.
/cvs/xorg/xc/programs/Xserver/Xprint/Init.c,v  <-- 
xc/programs/Xserver/Xprint/Init.c
new revision: 1.13; previous revision: 1.12
cvs commit: Using deprecated info format strings.  Convert your scripts to use
the new argument format and remove '1's from your info file format strings.
/cvs/xorg/xc/programs/Xserver/Xprint/ps/PsInit.c,v  <-- 
xc/programs/Xserver/Xprint/ps/PsInit.c
new revision: 1.10; previous revision: 1.9
cvs commit: Using deprecated info format strings.  Convert your scripts to use
the new argument format and remove '1's from your info file format strings.
Mailing the commit message to xorg-commit@lists.freedesktop.org...

... marking bug as FIXED.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.