2012-10-08 |
Steinar H. Gunderson | Rec. 709 color space is the same as sRGB, of course...
|
commit | commitdiff | tree |
2012-10-08 |
Steinar H. Gunderson | Add edge information about odd things, such as bounces...
|
commit | commitdiff | tree |
2012-10-08 |
Steinar H. Gunderson | Output the graph in dot form at finalize time.
|
commit | commitdiff | tree |
2012-10-08 |
Steinar H. Gunderson | Remove draw_vertex() declaration; the function was...
|
commit | commitdiff | tree |
2012-10-08 |
Steinar H. Gunderson | Move Node and Phase out from being inner classes, given...
|
commit | commitdiff | tree |
2012-10-08 |
Steinar H. Gunderson | We need to link to -lrt, since we use the clock functions...
|
commit | commitdiff | tree |
2012-10-08 |
Steinar H. Gunderson | Allow changing pitch on YCbCrInput as we go.
|
commit | commitdiff | tree |
2012-10-07 |
Steinar H. Gunderson | Store all the auxillary information about each Effect...
|
commit | commitdiff | tree |
2012-10-07 |
Steinar H. Gunderson | Remove obsolete brainstorming doc.
|
commit | commitdiff | tree |
2012-10-07 |
Steinar H. Gunderson | Make the blur use the resize functionality, which also...
|
commit | commitdiff | tree |
2012-10-07 |
Steinar H. Gunderson | Some Makefile tweaks.
|
commit | commitdiff | tree |
2012-10-07 |
Steinar H. Gunderson | Remove a flipping that is now wrong (again, because...
|
commit | commitdiff | tree |
2012-10-07 |
Steinar H. Gunderson | Fix an issue with textures that are immediately bounced...
|
commit | commitdiff | tree |
2012-10-07 |
Steinar H. Gunderson | Support changing resolution in effects, and add a simple...
|
commit | commitdiff | tree |
2012-10-07 |
Steinar H. Gunderson | Add missing file opengl.h.
|
commit | commitdiff | tree |
2012-10-07 |
Steinar H. Gunderson | Add .d files to .gitignore.
|
commit | commitdiff | tree |
2012-10-07 |
Steinar H. Gunderson | Add simple dependency generation to the Makefile.
|
commit | commitdiff | tree |
2012-10-07 |
Steinar H. Gunderson | Move pixel_format out of the ImageFormat struct, since...
|
commit | commitdiff | tree |
2012-10-07 |
Steinar H. Gunderson | Move all OpenGL includes into one file.
|
commit | commitdiff | tree |
2012-10-07 |
Steinar H. Gunderson | Add YCbCr input. Required a bit of reworking of the...
|
commit | commitdiff | tree |
2012-10-06 |
Steinar H. Gunderson | 1.0f is not allowed in GLSL; 1.0 it is.
|
commit | commitdiff | tree |
2012-10-06 |
Steinar H. Gunderson | mat3() contructor takes elements in column-major order...
|
commit | commitdiff | tree |
2012-10-06 |
Steinar H. Gunderson | Make Input an abstract base class, and move the current...
|
commit | commitdiff | tree |
2012-10-06 |
Steinar H. Gunderson | Kill the EffectId enum, on the basis of YAGNI.
|
commit | commitdiff | tree |
2012-10-06 |
Steinar H. Gunderson | Fix a warning.
|
commit | commitdiff | tree |
2012-10-06 |
Steinar H. Gunderson | Redo the phase generation; we now start at the output...
|
commit | commitdiff | tree |
2012-10-06 |
Steinar H. Gunderson | Bind input textures to the right sampler, and do it...
|
commit | commitdiff | tree |
2012-10-06 |
Steinar H. Gunderson | Open up for multiple inputs. We need to re-think the...
|
commit | commitdiff | tree |
2012-10-06 |
Steinar H. Gunderson | Remove another unused member.
|
commit | commitdiff | tree |
2012-10-06 |
Steinar H. Gunderson | Remove an unused member.
|
commit | commitdiff | tree |
2012-10-06 |
Steinar H. Gunderson | Typo fix.
|
commit | commitdiff | tree |
2012-10-05 |
Steinar H. Gunderson | Line-wrap the Makefile a bit.
|
commit | commitdiff | tree |
2012-10-05 |
Steinar H. Gunderson | Add a glow effect, and an effect that linearly mixes...
|
commit | commitdiff | tree |
2012-10-05 |
Steinar H. Gunderson | DiffusionEffect should not have any GLSL stuff in it.
|
commit | commitdiff | tree |
2012-10-05 |
Steinar H. Gunderson | DiffusionEffect now needs sRGB primaries, since we...
|
commit | commitdiff | tree |
2012-10-05 |
Steinar H. Gunderson | In overlay matte, use the luminance as a matte instead...
|
commit | commitdiff | tree |
2012-10-05 |
Steinar H. Gunderson | Allow Input to set pitch. Currently only before the...
|
commit | commitdiff | tree |
2012-10-05 |
Steinar H. Gunderson | Add missing file image_format.h, and add grayscale...
|
commit | commitdiff | tree |
2012-10-05 |
Steinar H. Gunderson | Generate PBOs on-the-fly instead of having hard-coded...
|
commit | commitdiff | tree |
2012-10-05 |
Steinar H. Gunderson | Split inputs into a separate class (descending from...
|
commit | commitdiff | tree |
2012-10-05 |
Steinar H. Gunderson | Remember to clear the needs_update flag on 1D textures...
|
commit | commitdiff | tree |
2012-10-05 |
Steinar H. Gunderson | Rename set_uniforms() to set_gl_state(), and make a...
|
commit | commitdiff | tree |
2012-10-05 |
Steinar H. Gunderson | Mark some appropriate effects as not needing sRGB primaries...
|
commit | commitdiff | tree |
2012-10-05 |
Steinar H. Gunderson | Unbreak the final normalizers.
|
commit | commitdiff | tree |
2012-10-05 |
Steinar H. Gunderson | Add a diffusion effect, and hook it up in the GUI.
|
commit | commitdiff | tree |
2012-10-05 |
Steinar H. Gunderson | Actually implement multiple inputs to phases. Surprising...
|
commit | commitdiff | tree |
2012-10-04 |
Steinar H. Gunderson | Allow an effect to have multiple inputs (although the...
|
commit | commitdiff | tree |
2012-10-04 |
Steinar H. Gunderson | Prepare for a more DAG-like effect graph. Does not...
|
commit | commitdiff | tree |
2012-10-04 |
Steinar H. Gunderson | Revert an unintended change to main.cpp.
|
commit | commitdiff | tree |
2012-10-04 |
Steinar H. Gunderson | Replace LAST_INPUT with INPUT.
|
commit | commitdiff | tree |
2012-10-04 |
Steinar H. Gunderson | Rename needs_many_samples() to needs_texture_bounce...
|
commit | commitdiff | tree |
2012-10-03 |
Steinar H. Gunderson | Move the GL_GENERATE_MIPMAP setting to a less broken...
|
commit | commitdiff | tree |
2012-10-03 |
Steinar H. Gunderson | Fix R/B swapping in the SDL conversion.
|
commit | commitdiff | tree |
2012-10-03 |
Steinar H. Gunderson | Yet another use-NULL-instead-of-giving-in-empty-stuff...
|
commit | commitdiff | tree |
2012-10-03 |
Steinar H. Gunderson | Fix a (harmless) Valgrind hit.
|
commit | commitdiff | tree |
2012-10-03 |
Steinar H. Gunderson | Let SDL convert the pixels instead of doing it ourselves.
|
commit | commitdiff | tree |
2012-10-03 |
Steinar H. Gunderson | Add a “sandbox effect” that does nothing but is a useful...
|
commit | commitdiff | tree |
2012-10-03 |
Steinar H. Gunderson | Work around a Mesa bug wrt. mipmap generation.
|
commit | commitdiff | tree |
2012-10-03 |
Steinar H. Gunderson | Give NULL to glTexImage2D() instead of zeroing memory...
|
commit | commitdiff | tree |
2012-10-03 |
Steinar H. Gunderson | Mirror does not need linear light or sRGB primaries...
|
commit | commitdiff | tree |
2012-10-03 |
Steinar H. Gunderson | Yet more header file comments.
|
commit | commitdiff | tree |
2012-10-03 |
Steinar H. Gunderson | Comment all of *_effect.h.
|
commit | commitdiff | tree |
2012-10-03 |
Steinar H. Gunderson | Comment the Effect class.
|
commit | commitdiff | tree |
2012-10-03 |
Steinar H. Gunderson | Small refactoring.
|
commit | commitdiff | tree |
2012-10-03 |
Steinar H. Gunderson | Make a new system for meta-effects, and convert the...
|
commit | commitdiff | tree |
2012-10-03 |
Steinar H. Gunderson | Some more GL state paranoia.
|
commit | commitdiff | tree |
2012-10-03 |
Steinar H. Gunderson | Flesh out the blur code a little. It actually blurs...
|
commit | commitdiff | tree |
2012-10-03 |
Steinar H. Gunderson | Support setting vec4 arrays.
|
commit | commitdiff | tree |
2012-10-03 |
Steinar H. Gunderson | Do not send uninitialized memory as a texture.
|
commit | commitdiff | tree |
2012-10-03 |
Steinar H. Gunderson | Set better texture environment for the intermediate...
|
commit | commitdiff | tree |
2012-10-03 |
Steinar H. Gunderson | Add a hack to restore the miplevels after blurring.
|
commit | commitdiff | tree |
2012-10-02 |
Steinar H. Gunderson | Fix the blur so it is much prettier, by not sampling...
|
commit | commitdiff | tree |
2012-10-02 |
Steinar H. Gunderson | Increase the range of the blur control.
|
commit | commitdiff | tree |
2012-10-02 |
Steinar H. Gunderson | Add vertical blurring, and fix a bug where not all...
|
commit | commitdiff | tree |
2012-10-02 |
Steinar H. Gunderson | Try to adjust the mip levels to get box blur for free...
|
commit | commitdiff | tree |
2012-10-02 |
Steinar H. Gunderson | Hook up a blur radius control.
|
commit | commitdiff | tree |
2012-10-02 |
Steinar H. Gunderson | Make the blur into a simple, Gaussian horizontal blur...
|
commit | commitdiff | tree |
2012-10-02 |
Steinar H. Gunderson | Support multiple render phases (with FBOs and all)...
|
commit | commitdiff | tree |
2012-10-02 |
Steinar H. Gunderson | Mark some functions in Effect as const.
|
commit | commitdiff | tree |
2012-10-02 |
Steinar H. Gunderson | Fix indenting in effect_id.h.
|
commit | commitdiff | tree |
2012-10-02 |
Steinar H. Gunderson | Less stupid mirroring.
|
commit | commitdiff | tree |
2012-10-02 |
Steinar H. Gunderson | Add a new framework for 1D-LUTs via fp16 textures....
|
commit | commitdiff | tree |
2012-10-02 |
Steinar H. Gunderson | Kill the hard-coded texture enums (yay).
|
commit | commitdiff | tree |
2012-10-02 |
Steinar H. Gunderson | Kill the vertex shader system; it is too complicated...
|
commit | commitdiff | tree |
2012-10-02 |
Steinar H. Gunderson | Revert "Move calculation of normalized position for...
|
commit | commitdiff | tree |
2012-10-02 |
Steinar H. Gunderson | Add a mirror effect.
|
commit | commitdiff | tree |
2012-10-02 |
Steinar H. Gunderson | Move calculation of normalized position for the vignette...
|
commit | commitdiff | tree |
2012-10-02 |
Steinar H. Gunderson | Fix a confusion in the vertex shader chaining.
|
commit | commitdiff | tree |
2012-10-02 |
Steinar H. Gunderson | Rename .glsl to .vert/.frag.
|
commit | commitdiff | tree |
2012-10-02 |
Steinar H. Gunderson | Chain together vertex shaders, like with fragment shaders.
|
commit | commitdiff | tree |
2012-10-02 |
Steinar H. Gunderson | Rename identity.glsl to identity-fs.glsl.
|
commit | commitdiff | tree |
2012-10-02 |
Steinar H. Gunderson | Rename output_glsl to output_fragment_shader.
|
commit | commitdiff | tree |
2012-10-02 |
Steinar H. Gunderson | Upload the texture via PBOs. Slight speedup on nVidia...
|
commit | commitdiff | tree |
2012-10-02 |
Steinar H. Gunderson | Fix a C++11 compatibility issue.
|
commit | commitdiff | tree |
2012-10-02 |
Steinar H. Gunderson | Upload textures in BGRA format instead of RGB. Somewhat...
|
commit | commitdiff | tree |
2012-10-02 |
Steinar H. Gunderson | Use glTexSubImage2D on second and later uploads.
|
commit | commitdiff | tree |
2012-10-02 |
Steinar H. Gunderson | Revert "Slight cleanup in texture upload format selection."
|
commit | commitdiff | tree |
2012-10-02 |
Steinar H. Gunderson | Slight cleanup in texture upload format selection.
|
commit | commitdiff | tree |
2012-10-02 |
Steinar H. Gunderson | Slight cleanup in texture upload format selection.
|
commit | commitdiff | tree |
2012-10-01 |
Steinar H. Gunderson | Fix float/int divide (it is not allowed).
|
commit | commitdiff | tree |
next |