Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
795 views

Recreating <BevelBitmapEffect> in a Pixel Shader/Other Method in WPF

Now that <BevelBitmapEffect> (amongst other effects) has been depreciated, I'm looking to see how I could re-create the exact same thing in a Shader Effect (including it's properties of ...
5
votes
2answers
2k views

Pixel Shader Effect Examples

I've seen a number of pixel-shader effect examples, stuff like swirl on an image. But I'm wondering if anyone knows of any examples or tutorials for more practical uses of shader effects? I'm not ...
4
votes
2answers
163 views

Pixel shader to project a texture to an arbitary quadrilateral

Just need to figure out a way, using Pixel Shader, to project a texture to an arbitary user-defined quadrilateral. Will be accepting coordinates of the four sides of a quadrilateral: /// ...
4
votes
3answers
1k views

Floyd–Steinberg dithering alternatives for pixel shader

I know that Floyd–Steinberg dithering algorithm can't be implemented with pixel shader, because that algorithm is strictly sequential. But maybe there exist some higly parallel dithering algorithm ...
4
votes
1answer
597 views

Tutorials for writing 2D shaders?

I am needing to write some 2D shaders (not 3D, so no vertex shader code or any of that) in HLSL, but have a lot of trouble finding good tutorials. Do you have any resources I can use?
3
votes
4answers
482 views

Shader framebuffer readback

I was wondering if there is support in the newer shader models to read-back a pixel value from the target framebuffer. I assume that this is alrdy done in later (non-programmable) stages in the ...
3
votes
2answers
331 views

How wrap image around cylinder in Silverlight

I am trying wrap image around cylinder in silverlight. I looked a lot in Google but don't found anything. As I know it can be done with pixel shader, but don't know how. Is it possible? Thanks.
3
votes
3answers
570 views

Efficient pixel shader sum of all pixels

How can I efficiently calculate the sum of all pixels in an image, by using a HSLS pixel shader? I'm interested in Pixel Shader 2.0, that I could invoke as a WPF shader effect.
3
votes
1answer
151 views

How do you access a previously shaded texture in a Pixel Shader?

In WPF, I want to use a pixel shader to modify a composite image i.e. a new image overlaid on top of a previously shaded image. The new image comes in as a largely transparent image except where ...
2
votes
2answers
53 views

Per-line texture processing accelerated with OpenGL/OpenCL

I have a rendering step which I would like to perform on a dynamically-generated texture. The algorithm can operate on rows independently in parallel. For each row, the algorithm will visit each ...
2
votes
1answer
136 views

Writing a HLSL4 pixel shader to perform a lookup from a 2Dtexture

I'm a beginner pixel shader writer and I'm running into some trouble. I want to take a 256x256, 16-bit input (DXGI_FORMAT_R16_UINT) image, and pass it through a 256x256 look-up texture ...
2
votes
1answer
144 views

pow(0, 2.2) gives 1 in a hlsl pixel shader?

But pow(0, 2.0) gives 0 Seems that any float exponent gives 1 while integer exponents give 0. I am using DirectX 9 and hlsl compiler "D3DCompiler_43.dll". Confirmed that on Nvidia and Ati cards. I ...
2
votes
1answer
491 views

Texture2D Array as Render Target in HLSL Pixel Shader

Currently I need a couple of textures' worth of per-pixel data from my rendering pass (normals, depth and colour). Instead of running three passes with shaders that are essentially the same ...
2
votes
1answer
302 views

HLSL: problematic pixelshader code (alpha at zero when sampling)?

I have this strange problem with the sampler in the pixel shaders. When I sample from a sampler into an empty float4 variable I always get black/transparent color back. So if I use this I get a black ...
2
votes
1answer
306 views

How much performance do conditionals and unused samplers/textures add to SM2/3 pixel shaders?

We've one pixel shader in HLSL which is used for slightly different things in a few places, and as such has several conditional blocks meaning that complex functionality is omitted in some cases. As ...
2
votes
1answer
120 views

Use shaders to compare images

Do you know how can I write simple shader (hlsl) to compare two images ? I want to get on result percent of similarity ? Is it posible to use shaders in this case ? Can I for example count red pixels ...
2
votes
1answer
327 views

Image Processing in WPF

I am designing an WPF application which renders data as a 500x500 8-bit indexed image at 10 frames per second using WriteableBitmap. We would like to add some real-time image processing algorithms ...
2
votes
2answers
391 views

HLSL for getting cylinder effect

I need to write an application with Silverlight 4 and need to show images like wrapped on cylinder. I need some HLSL code, as I wont to do that with Effects of Silverlight. I don't wont to do that ...
2
votes
1answer
269 views

Pixelation/filtering issue in Silverlight when using a pixel shader with a rotation transformation

I am doing some game-related rendering with Silverlight, and when I attach a pixel shader to an image that has a (rotational) transformation, I am seeing a strange, fuzzy, pixelation effect. Here is ...
2
votes
1answer
70 views

Is there any way to apply shader effect on particular cell of a Grid

Is there any way to apply shader effect on particular cell of a Grid. BR
2
votes
1answer
87 views

Restricting Pixel shader on particular area of image

Is there any way to restrict Pixel shader on particular area of image. BR
2
votes
3answers
1k views

HLSL How can one pass data between shaders / read existing colour value?

I have 2 HLSL ps2.0 shaders. Simplified, they are: Shader 1 Reads texture Outputs colour value based on this texture Shader 2 Problem: Need to read in the colour from Shader 1 Outputs the ...
1
vote
1answer
86 views

Use one vertex/fragment shader in multiple programs

In OpenGL ES 2.0, is it possible to use a compiled vertex/fragment shader in multiple linked programs? For example, let's say I have 1 compiled vertex shader and 5 compiled fragment shaders. Can I ...
1
vote
1answer
45 views

What does the pixel shader function tex1D do with a Texture2d

If I call tex1d from my pixel shader on a texture that has been initialized as a texture2d will it treat the data as a one dimensional array and then just take the element at whichever position you ...
1
vote
2answers
109 views

How to modify/displace pixel position in a Cg fragment shader?

Is it possible to modify pixel coordinates in a fragment (pixel) shader using Cg? I'm sure such functionality became available in 2nd/3rd-generation shaders but I don't know what profiles exactly, or ...
1
vote
0answers
77 views

Set texture in effect file

I need to pass texture in shader file, but it is giving me error "Invalid call". Please help to tell where i am doing wrong ? Follow is code which is i have written. I am able to set all the parameter ...
1
vote
1answer
77 views

Nothing rendered when using HLSL pixel shader (direct3d9)

I am writing a third party library to allow anybody to write HLSL shaders for specific objects within a game. I have only just begun and have encountered a major problem. After using ...
1
vote
2answers
159 views

Emulating a nested loop in Pixel Bender for Flash/Flex

I have two vectors of a large, but arbitrary (v1.length need not equal v2.length), number of points, and I want to pairwise multiply them. Because this is the main bottleneck in a large loop of AS3 ...
1
vote
1answer
113 views

Why is the later version of Cg compiler producing shader using more instructions?

I have a shader that looks like this: void main( in float2 pos : TEXCOORD0, in uniform sampler2D data : TEXUNIT0, in uniform sampler2D ...
1
vote
1answer
586 views

OpenGL Pixel Shader: how to generate random matrix of 0s and 1s (on each pixel)?

So what I need is simple: each time we perform our shader (meaning on each pixel) I need to calculate random matrix of 1s and 0s with resolution == originalImageResolution. How to do such thing? As ...
1
vote
1answer
203 views

Pixel Shader performance on xbox

I've got a pixelshader (below) that i'm using with XNA. On my laptop (crappy graphics card) it runs a little jerky, but ok. I've just tried running it on the xbox and it's horrible! There's nothing ...
1
vote
1answer
108 views

Number of Geometry Shader Executions?

So a vertex shader is executed for each vertex and a fragment shader for each fragment (right?). How many times is a geometry shader executed?
1
vote
1answer
425 views

Sample multiple textures and render to multiple textures in same pixel shader

My overall goal is to be able to create a pixel shader that takes multiple textures as input, and renders to multiple targets. As well as via an initialise and finalise shader, through repeated runs ...
1
vote
2answers
846 views

Can I generate a random number inside a pixel shader?

I fear what I'm asking isn't possible but I'm going to ask anyway. I'm trying to write a very simple shader that adds random sparkle to applicable objects. The way I'd like to do this is by adding a ...
1
vote
1answer
125 views

Show / Hide specific color ranges with PixelBender

What is the best way to hide specific (interpolated) color ranges? For example, I have a gradient that goes from blue > cyan > yellow > red. What I need is to hide blue > cyan, yellow > red but leave ...
1
vote
3answers
233 views

Tool for pixel and vertex shader

Is there any tool for testing pixel and vertex shaders?
1
vote
1answer
641 views

Dynamically compiling and running shaders from file in XNA

im wondering if its possible to dynamically compile a pixel-shader from file and apply it to a mesh. First I'll just start with some background information. I have a system which creates HLSL ...
1
vote
1answer
502 views

HLSL Shader to Subtract Background Image

I am trying to get an HLSL Pixel Shader for Silverlight to work to subtract the background image from a video image. Can anyone suggest a more sophisticated algorithm than I am using because my ...
1
vote
3answers
2k views

XNA + Pixel Shader Difficulties

I've written a basic 2d pixel shader, and i can't seem to get it to work. If i draw with the effect active, then nothing draws to the screen. But if i disable it, then the texture draws to the screen ...
1
vote
1answer
145 views

Restrict the area that a WPF shader effect gets applied to

How can I restrict the area that a WPF shader effect gets applied to, in a similar manner to the way the obsolete BitmapEffectInput.AreaToApplyEffect used to work for BitmapEffects? Is there an ...
1
vote
1answer
390 views

How could I implement a bleach bypass shader effect for WPF?

How could I implement a bleach bypass shader effect for WPF? I'm also interested in the possibility of implementing the first two Tehnicolor Film Processes, or any variety that would result in an old ...
1
vote
2answers
705 views

Block filters using fragment shaders

I was following this tutorial using Apple's OpenGL Shader Builder (tool similar to Nvidia's fx composer, but simpler). I could easily apply the filters, but I don't understand if they worked correct ...
1
vote
4answers
1k views

Handling alpha channel in WPF pixel shader effect

Is there something unusual about how the alpha component is handled in a pixel shader? I have a WPF application for which my artist is giving me grayscale images to use as backgrounds, and the ...
1
vote
2answers
383 views

How can I obtain a sketch or hand-drawn look in Silverlight for various controls?

I am looking to create a Silverlight application that employs a control style similar to what one might see when using Balsamiq Mockups or SketchFlow. I am not sure how this look is best achieved ...
0
votes
0answers
9 views

Row and column index of fragment, HLSL shader

Can you get the row and column of the current fragment in an HLSL (DX11) fragment shader?
0
votes
1answer
25 views

direct3d alphablend and pixel shaders

I have a 2D scene, 2 textures set as render targets, and a vertex buffer. first texture is filtered out by contrast/brightness pixel shader, the second acts as a menu, which I would not like to be ...
0
votes
1answer
81 views

Using shader resources in HLSL (Port DX9->DX10)

I'm trying to port my DX9 volume renderer to a DX10 version. Currently, i'm stuck at the following error: D3D10: ERROR: ID3D10Device::DrawIndexed: The view dimension declared in the shader code ...
0
votes
1answer
252 views

How to unset texture data in XNA 4.0

I need to communicate some constantly changing data to my pixel shader. I have a texture2d that I am passing to my pixel shader via a texture parameter. Before I call the shader I need to update the ...
0
votes
1answer
50 views

Is there a Texture1D in XNA?

I need to pass an array of Vector3 or Vector4's to my pixel shader. Is there something like a one dimensional texture that I can set from the CPU and sample on the GPU?
0
votes
1answer
29 views

Chaining Shader Effects

I wish to create a complex pixel shader effect which cannot be compiled as a single shader effect. So, I'm planning to break down the complex shader effects into multiple shader effects and chain ...

1 2