Bug 2879 - RFE: Postscript DDX should expose more visuals
Summary: RFE: Postscript DDX should expose more visuals
Status: RESOLVED FIXED
Alias: None
Product: xprint
Classification: Unclassified
Component: Server: DDX: PostScript (show other bugs)
Version: unspecified
Hardware: All All
: high enhancement
Assignee: Roland Mainz
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 1299
Blocks: 1522
  Show dependency treegraph
 
Reported: 2005-04-01 11:47 UTC by Roland Mainz
Modified: 2005-04-25 06:12 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments
Patch for 2005-04-01-trunk (54.35 KB, patch)
2005-04-01 13:42 UTC, Roland Mainz
no flags Details | Splinter Review
Refix to downgrade the 15bit PseudoColor visual to 14bit (patch for 2005-04-26-trunk) (11.10 KB, patch)
2005-04-25 23:10 UTC, Roland Mainz
no flags Details | Splinter Review

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.