search for: stippl

Displaying 20 results from an estimated 37 matches for "stippl".

Did you mean: stipple
2006 Oct 19
4
wxPen.h
wxPen.h #ifdefs out the stipple constructor for GTK but Pen.i %ignores the stipple functions (GetStipple, SetStipple). Shouldn''t we follow the same path so we get GetStipple and SetStipple on Mac and Windows? I didn''t attach a patch. Too tired. Hopefully someone else can whip that into shape. :) Roy
2009 Dec 21
2
[PATCH 1/2] Unreference state/buffer objects on context/screen destruction
...so_ref(NULL, &nv50->state.blend); + if (nv50->state.blend_colour) + so_ref(NULL, &nv50->state.blend_colour); + if (nv50->state.zsa) + so_ref(NULL, &nv50->state.zsa); + if (nv50->state.rast) + so_ref(NULL, &nv50->state.rast); + if (nv50->state.stipple) + so_ref(NULL, &nv50->state.stipple); + if (nv50->state.scissor) + so_ref(NULL, &nv50->state.scissor); + if (nv50->state.viewport) + so_ref(NULL, &nv50->state.viewport); + if (nv50->state.tsc_upload) + so_ref(NULL, &nv50->state.tsc_upload); + i...
2012 Dec 16
0
Bug: FXTable: programmatic deselection doesn't work as expected.
...;, something like this: table.connect(SEL_SELECTED) do |sender, selector, data| table.getItem(data.row, data.col).selected=(false) end Well this is curious, what happen'' when you click a cell?: It becomes with a ''SelBackColor'' blue, and it draw inside a kind of ''stipple'': following points surrounding the inner cell. What happen when I did the previous resolution, well the ''stipple'' is released, but not the blue ''SelBackColor''. So that''s a partial deselection, it should also release the blue color... I''...
2007 May 19
3
table with no row headers
Is this the right way to turn off row headers? table.rowHeaderMode = LAYOUT_FIX_WIDTH table.rowHeaderWidth = 0 -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407
2001 Aug 02
4
pictex driver and bargraph shading
I'm trying to use the pictex driver for bargraphs, and the shading isn't showing up. Is there any way to get some sort of shading in the plots? A hatch or stipple would be fine, too; just some way to differentiate the bars. The postscript driver won't do, since I'm trying to embed this in a LaTeX document which I'll use pdflatex on and \includegraphics for pdftex doesn't support postscript. ps2pdf just rasterizes the ps, so it looks terribl...
2006 Oct 20
0
[695] trunk/wxruby2/swig/classes/include/wxPen.h: Get/SetStipple not available on GTK
...atch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[695] trunk/wxruby2/swig/classes/include/wxPen.h: Get/SetStipple not available on GTK</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>695</dd> <dt>Author</dt> <dd>roys</dd> <dt>Date</dt> <dd>2006-10-20 15:32:49 -0400 (Fri, 20 Oct 2006)<...
2005 Feb 05
1
Labelling and formatting of graphics
In the output of the code below, I want to do the following: - get hats over some of the betas - get the polygons stippled, not coloured grey - remove the tick marks at the ends of the axes. If I put tick = false, the whole axis disappears. betahat <- c(0.04*0:150) betahatdens <- dnorm(betahat, 3, 1) plot(betahat, betahatdens, xlim = c(-0.2, 6.2), ylim = c(-0.09, 1), type = "l",...
2017 Jan 23
2
3.9 regression with legacy static assert macros (bad type resolution)
...ration of whole-quad-mode AMDGPU: Do not clobber SCC in SIWholeQuadMode since they've been in trunk and hence the Padoka PPA for Ubuntu for several months and I'm not aware of any bugs reported since then. Alternatively, we could revert AMDGPU: Fix an interaction between WQM and polygon stippling to go back to how things were in 3.9 -- this re-introduces a low-impact bug, but would fix the high-impact bug linked above. Nicolai On 23.01.2017 15:58, Tom Stellard via llvm-dev wrote: > On Tue, Dec 27, 2016 at 10:30:56AM -0800, Mehdi Amini via llvm-dev wrote: >> +Tom : is there a...
2006 Mar 14
3
rails on emacs - need a working .emacs sample
I would like to hear from some one who has ecb, multiple modes with ruby mode + html mode, rails mode all working together and playing well. I had ecb working with Ruby syntax highlighting. That was a no-brainer since I just had to apt-get them on my Debian Sarge box. It got a bit more comlex after I got most of the .el files in the articles http://www.emacswiki.org/cgi-bin/emacs/RubyOnRails
2005 May 03
10
Is wxRuby-SWIG version usable enough to package for download?
If wxRuby-SWIG is as usable as wxRuby 0.6.0, maybe it should be given a version number and packaged up for download. Given the nature of SWIG, having a lot more people use it would probably result in more code contributions to this project. Seems most of the changes are 2+ months old, so I''m guessing wxRuby-SWIG is fairly stable right now in terms of frequency of changes...
2019 Nov 14
0
printer only prints one page, if anything
...ry > one or the other of those. Since the CUPS setup is probably simpler > and/or less invasive, I'd try that first, were I you. > > Good luck! > > Fred I also have a Brother HL-L2360DW but am not happy with the print quality when I print PDF-documents. All text ends up "stippled" and hard to read when I print from the PDF-viewer in CentOS 7. Not sure what the problem is but given that a regular e-mail for instance prints fine, it would seem to have something to do with the PDF viewer, the printer driver or the printer when printing PDFs. Anyone else has the same pr...
2007 May 02
0
[1000] branches/wxruby2/wxwidgets_282/swig/classes/include/wxPen.h: Default arguments for Wx::Pen constructors
...amp; colourName , int width = 1 , int style = wxSOLID ) ; </ins><span class="cx"> // not available on GTK </span><span class="cx"> #if defined(__WXMSW__) || defined(__WXMAC__) </span><span class="cx"> wxPen(const wxBitmap& stipple , int width ) ; </span></span></pre> </div> </div> </body> </html>
2012 Dec 15
0
[ANNOUNCE] xf86-video-intel 2.20.16
...ate flipping sna/dri: Disable name exchanges for SwapBuffers sna/dri: Query current msc before use sna/dri: Fix handling of current_msc > target_msc sna/gen4: Use the single-threaded SF w/a for spans as well sna/gen3+: Use nearest for unscaled videos sna/gen2: STIPPLE requires an argument sna: Pin some batches to avoid CS incoherence on 830/845 sna: Fix the error path in kgem_init_pinned_batches() to use the right iter sna: Improve the initialisation failure path for pinned batches sna: Only flush the batch after an actual relocation...
2015 Oct 26
0
[ANNOUNCE] xorg-server 1.17.3
...x: remove redundant redeclarations of variables from other headers       dmx: Mark glxIsExtensionSupported as a const char *       dmx: constify GCOps & GCFuncs pointers       dmx: include header for DMXExtensionInit() in dmx.c       Xserver.man: -retro is used when starting the server, not the stipple       Remove DECnet from Xserver.man       protocol.txt: Remove extensions that died before Xorg was born       protocol.txt: Add Present 1.0 requests       protocol.txt: Add DRI3 1.0 requests       protocol.txt: Add MIT-SHM 1.2 requests       dri2: better checks for integer overflow in GetBuffers...
2012 Oct 14
0
[ANNOUNCE] xf86-video-intel 2.20.10
...sna/dri: Improve handling of async/sync pageflip transition sna/dri: Only chain to a triple buffer pageflip sequence sna: Cache repeated use of the temporary CPU mapping for tiled_x uploads sna/dri: Check back/front buffers of a pixmap for format change sna/gen2: Clear STIPPLE setup before rendering with the 3D pipeline uxa: Remove USE_GLAMOR check from unrealize glyph caches sna: Remember to call ValidatePicture() before using newly created Pictures sna: Avoid accumulating damage to the CPU if it is already damaged sna: Tweak CPU damage partial...
2014 Jun 15
4
[PATCH v2 0/3] ARB_viewport_array for nvc0
This patch-series implements the ARB_viewport_array for nvc0 and does a little house-cleanig afterwords. V2: Add Release-Notes, mark this in GL3 as done for nvc0 Don't mark the scissors dirty when we don't need to do that Tobias Klausmann (3): nvc0: implement multiple viewports/scissors, enable ARB_viewport_array docs: update GL3.txt, relnotes: mark GL_ARB_viewport_array as done
2019 Nov 06
7
printer only prints one page, if anything
On Wed, Nov 06, 2019 at 10:01:49AM -0600, Michael Hennebry wrote: > On Wed, 6 Nov 2019, Michael Hennebry wrote: > > >On Sun, 3 Nov 2019, Jon LaBadie wrote: > > > >>Have you tried adding the Brother CUPS and/or generic LPR software? > >> > >> https://support.brother.com/g/b/downloadtop.aspx?c=us&lang=en&prod=hll2360dw_us > > >
2014 Jun 15
0
[PATCH v2 1/3] nvc0: implement multiple viewports/scissors, enable ARB_viewport_array
...nvc0_context.h index 76416a0..674dd3c 100644 --- a/src/gallium/drivers/nouveau/nvc0/nvc0_context.h +++ b/src/gallium/drivers/nouveau/nvc0/nvc0_context.h @@ -178,8 +178,11 @@ struct nvc0_context { struct pipe_blend_color blend_colour; struct pipe_stencil_ref stencil_ref; struct pipe_poly_stipple stipple; - struct pipe_scissor_state scissor; - struct pipe_viewport_state viewport; + + struct pipe_scissor_state scissors[NVC0_MAX_VIEWPORTS]; + unsigned scissors_dirty; + struct pipe_viewport_state viewports[NVC0_MAX_VIEWPORTS]; + unsigned viewports_dirty; struct pipe_clip_state...
2014 Jun 14
0
[PATCH 1/3] nvc0: implement multiple viewports/scissors, enable ARB_viewport_array
...nvc0_context.h index 76416a0..674dd3c 100644 --- a/src/gallium/drivers/nouveau/nvc0/nvc0_context.h +++ b/src/gallium/drivers/nouveau/nvc0/nvc0_context.h @@ -178,8 +178,11 @@ struct nvc0_context { struct pipe_blend_color blend_colour; struct pipe_stencil_ref stencil_ref; struct pipe_poly_stipple stipple; - struct pipe_scissor_state scissor; - struct pipe_viewport_state viewport; + + struct pipe_scissor_state scissors[NVC0_MAX_VIEWPORTS]; + unsigned scissors_dirty; + struct pipe_viewport_state viewports[NVC0_MAX_VIEWPORTS]; + unsigned viewports_dirty; struct pipe_clip_state...
2014 Jun 14
7
[PATCH 0/3] ARB_viewport_array for nvc0
This patch-series implements the ARB_viewport_array for nvc0 and does a little house-cleanig afterwords. Tobias Klausmann (3): nvc0: implement multiple viewports/scissors, enable ARB_viewport_array nvc0: mark scissor in nvc0_clear_{} nv50/ir: Remove NV50_SEMANTIC_VIEWPORTINDEX and its last consumer .../drivers/nouveau/codegen/nv50_ir_driver.h | 1 -