2012-10-12 |
Steinar H.... | Output the chained shaders to temporary files instead... |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | Make unit tests render to a floating-point FBO, so... |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | Support rendering to a given FBO instead of to the... |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | Fix some issues with the case where we need to expand... |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | Fix step numbering. |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | Fix a bug where find_nonlinear_inputs() would choke... |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | Yet more Makefile tweaks/fixes. |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | Add a unit test for MixEffect. |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | can_output_linear_gamma() should never return true... |
commit | commitdiff | tree | snapshot |
2012-10-11 |
Steinar H.... | Split test utilities out into its own file. |
commit | commitdiff | tree | snapshot |
2012-10-11 |
Steinar H.... | Ignore some gcov stuff. |
commit | commitdiff | tree | snapshot |
2012-10-11 |
Steinar H.... | Fix an overly aggressive search-and-replace in the... |
commit | commitdiff | tree | snapshot |
2012-10-11 |
Steinar H.... | Add some more simple tests to EffectChainTest. |
commit | commitdiff | tree | snapshot |
2012-10-11 |
Steinar H.... | Start on unit testing (adds a dependency on Google... |
commit | commitdiff | tree | snapshot |
2012-10-11 |
Steinar H.... | Let FlatInput take in float data (sort of kludgy, thoug... |
commit | commitdiff | tree | snapshot |
2012-10-11 |
Steinar H.... | needs_update should be set even after we have created... |
commit | commitdiff | tree | snapshot |
2012-10-11 |
Steinar H.... | Split the test program from the actual library. |
commit | commitdiff | tree | snapshot |
2012-10-10 |
Steinar H.... | Fix snafu in gamma expansion node insertion. |
commit | commitdiff | tree | snapshot |
2012-10-10 |
Steinar H.... | Drop the 8-way symmetry; it causes bugs due to normaliz... |
commit | commitdiff | tree | snapshot |
2012-10-10 |
Steinar H.... | Simplify the refocus shader a bit. |
commit | commitdiff | tree | snapshot |
2012-10-10 |
Steinar H.... | Fix a bug where we would send too few parameters down... |
commit | commitdiff | tree | snapshot |
2012-10-10 |
Steinar H.... | Remove stray debugging output. |
commit | commitdiff | tree | snapshot |
2012-10-10 |
Steinar H.... | Remove some leftover out-commented code. |
commit | commitdiff | tree | snapshot |
2012-10-10 |
Steinar H.... | Add an unsharp mask effect, to complement the more... |
commit | commitdiff | tree | snapshot |
2012-10-10 |
Steinar H.... | Only recompute deconvolution kernel when we need to. |
commit | commitdiff | tree | snapshot |
2012-10-10 |
Steinar H.... | Add an implementation of sharpening by FIR Wiener filters. |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Steinar H.... | Inform about input sizes also in the last pass. |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Steinar H.... | Use the input resolution in the blur instead of hard... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Steinar H.... | Spread resolution information throughout the effect... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Steinar H.... | Typo fix. |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Steinar H.... | Make the HSV pickers keep the same luminance no matter... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Steinar H.... | Small precision fix in texture bounce comment. |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Steinar H.... | Pull EffectChain a step closer to input resolution... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Steinar H.... | Fix spurious blank lines on stdout. |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Steinar H.... | Add a white balance effect (port of my white balance... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Steinar H.... | Save a multiplication in the vignette effect. |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Steinar H.... | Change so that all modifications to the graph (meta... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Steinar H.... | FlatInput can only auto-expand from linear or sRGB... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Steinar H.... | Rec. 709 color space is the same as sRGB, of course... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Steinar H.... | Add edge information about odd things, such as bounces... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Steinar H.... | Output the graph in dot form at finalize time. |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Steinar H.... | Remove draw_vertex() declaration; the function was... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Steinar H.... | Move Node and Phase out from being inner classes, given... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Steinar H.... | We need to link to -lrt, since we use the clock functio... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Steinar H.... | Allow changing pitch on YCbCrInput as we go. |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Steinar H.... | Store all the auxillary information about each Effect... |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Steinar H.... | Remove obsolete brainstorming doc. |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Steinar H.... | Make the blur use the resize functionality, which also... |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Steinar H.... | Some Makefile tweaks. |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Steinar H.... | Remove a flipping that is now wrong (again, because... |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Steinar H.... | Fix an issue with textures that are immediately bounced... |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Steinar H.... | Support changing resolution in effects, and add a simpl... |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Steinar H.... | Add missing file opengl.h. |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Steinar H.... | Add .d files to .gitignore. |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Steinar H.... | Add simple dependency generation to the Makefile. |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Steinar H.... | Move pixel_format out of the ImageFormat struct, since... |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Steinar H.... | Move all OpenGL includes into one file. |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Steinar H.... | Add YCbCr input. Required a bit of reworking of the... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Steinar H.... | 1.0f is not allowed in GLSL; 1.0 it is. |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Steinar H.... | mat3() contructor takes elements in column-major order... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Steinar H.... | Make Input an abstract base class, and move the current... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Steinar H.... | Kill the EffectId enum, on the basis of YAGNI. |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Steinar H.... | Fix a warning. |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Steinar H.... | Redo the phase generation; we now start at the output... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Steinar H.... | Bind input textures to the right sampler, and do it... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Steinar H.... | Open up for multiple inputs. We need to re-think the... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Steinar H.... | Remove another unused member. |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Steinar H.... | Remove an unused member. |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Steinar H.... | Typo fix. |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Steinar H.... | Line-wrap the Makefile a bit. |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Steinar H.... | Add a glow effect, and an effect that linearly mixes... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Steinar H.... | DiffusionEffect should not have any GLSL stuff in it. |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Steinar H.... | DiffusionEffect now needs sRGB primaries, since we... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Steinar H.... | In overlay matte, use the luminance as a matte instead... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Steinar H.... | Allow Input to set pitch. Currently only before the... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Steinar H.... | Add missing file image_format.h, and add grayscale... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Steinar H.... | Generate PBOs on-the-fly instead of having hard-coded... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Steinar H.... | Split inputs into a separate class (descending from... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Steinar H.... | Remember to clear the needs_update flag on 1D textures... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Steinar H.... | Rename set_uniforms() to set_gl_state(), and make a... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Steinar H.... | Mark some appropriate effects as not needing sRGB prima... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Steinar H.... | Unbreak the final normalizers. |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Steinar H.... | Add a diffusion effect, and hook it up in the GUI. |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Steinar H.... | Actually implement multiple inputs to phases. Surprisin... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Steinar H.... | Allow an effect to have multiple inputs (although the... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Steinar H.... | Prepare for a more DAG-like effect graph. Does not... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Steinar H.... | Revert an unintended change to main.cpp. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Steinar H.... | Replace LAST_INPUT with INPUT. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Steinar H.... | Rename needs_many_samples() to needs_texture_bounce... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Steinar H.... | Move the GL_GENERATE_MIPMAP setting to a less broken... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Steinar H.... | Fix R/B swapping in the SDL conversion. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Steinar H.... | Yet another use-NULL-instead-of-giving-in-empty-stuff... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Steinar H.... | Fix a (harmless) Valgrind hit. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Steinar H.... | Let SDL convert the pixels instead of doing it ourselves. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Steinar H.... | Add a “sandbox effect” that does nothing but is a usefu... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Steinar H.... | Work around a Mesa bug wrt. mipmap generation. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Steinar H.... | Give NULL to glTexImage2D() instead of zeroing memory... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Steinar H.... | Mirror does not need linear light or sRGB primaries... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Steinar H.... | Yet more header file comments. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Steinar H.... | Comment all of *_effect.h. |
commit | commitdiff | tree | snapshot |
next |