57 Commits (061ef6bd0a6b6c15830436880d72f869e47f1182)

Autor SHA1 Nachricht Datum
  Sam Hocevar 57c2805351 math: reimplement min(), max(), abs() and fmod() in the lol:: namespace to vor 12 Jahren
  jeunathe 169c6da480 nice holes vor 12 Jahren
  Sam Hocevar df7a21d68f tutorial: add texture demo to the VS solution. vor 12 Jahren
  Sam Hocevar 6944db663b tutorial: add a new texture generation example. vor 12 Jahren
  Sam Hocevar 26c945a31f gpu: allow to specify the pixel format when creating a texture; the vor 12 Jahren
  Sam Hocevar 8a688a7d50 misc: compilation fixes for Windows, X360 and PS3 introduced by the vor 12 Jahren
  Sam Hocevar b9aba5d27a gpu: put the texture creation code in its own class; for now a lot of things are vor 12 Jahren
  Sam Hocevar 50ff3f9ce0 ps3: refactor elf → self build logic and make make_fself mandatory vor 12 Jahren
  Sam Hocevar ad00a34984 gpu: add support for triangle strips and fans, and change the DrawElement vor 12 Jahren
  Sam Hocevar 787c96b47c lolfx: improve the LolFx compiler, including error reporting. We can now vor 12 Jahren
  Sam Hocevar 549566cbf1 lolfx: use square brackets to indicate shader sections. vor 12 Jahren
  Sam Hocevar ca909bb317 build: refactor lolfx build rule into common.am. vor 12 Jahren
  Sam Hocevar e390f03e0a build: add a common.am include file and a "make lolcheck" target that does vor 12 Jahren
  Sam Hocevar c5b10f5e9a tutorial: flatten the fractal computation loop, and avoid the use of vor 12 Jahren
  Sam Hocevar 4cee96d09d easymesh: use "ato" for torus, because "at" is already for triangle. vor 12 Jahren
  Sam Hocevar d4c0c005d6 math: refactor real number constant declarations so that they are only vor 12 Jahren
  Sam Hocevar 38364a0bd6 easymesh: first shot at a simple, flat shaded torus. vor 12 Jahren
  Sam Hocevar a233173fc7 tutorial: sync HLSL version of the water/fire effect with the GLSL one. vor 12 Jahren
  Sam Hocevar 0d78d14145 tutorial: tweak noise shader once more, and add a few code comments. vor 12 Jahren
  Sam Hocevar 36d49b50e5 tutorial: replace white noise with ordered dithering. vor 12 Jahren
  Sam Hocevar 6cb15b3647 tutorial: add some cosmetic white noise. vor 12 Jahren
  Sam Hocevar 10431d1421 tutorial: add funny shit to the noise shader example. vor 12 Jahren
  Sam Hocevar 45da878e36 tutorial: make the noise shader computationally more efficient. vor 12 Jahren
  Sam Hocevar ada16c6214 tutorial: use a better value noise function that does not suffer from the vor 12 Jahren
  Sam Hocevar 7c30e626bd tutorial: optimise Perlin noise shader and reduce its complexity. vor 12 Jahren
  Sam Hocevar 5d7a1c24bd tutorial: port noise demo to PS3 and Xbox360. vor 12 Jahren
  Sam Hocevar 125ad21192 tutorial: the noise demo is now really, really, ridiculously good looking. vor 12 Jahren
  Sam Hocevar a86eaf1bb2 tutorial: start working on a small Perlin-like noise demo. vor 12 Jahren
  Sam Hocevar 779815802a tutorial: minor shadebob demo tweaks. vor 12 Jahren
  Sam Hocevar 1c5cdd8c50 tutorial: fix the FBO demo on the Xbox360. vor 12 Jahren
  Cédric Lecacheur 82bb4cd6a3 EsayMesh : RadialJitter func & demo added vor 12 Jahren
  Sam Hocevar e4cc84d5b3 gpu: finalise the framebuffer object Direct3D implementation. vor 12 Jahren
  Sam Hocevar 7d5fe8a7c6 gpu: create the ShaderTexture class, replace Shader::SetTexture with a vor 12 Jahren
  Sam Hocevar 51bf8067a9 gpu: get rid of the glClearColor, glClearDepth and glClear calls in all vor 12 Jahren
  Sam Hocevar 3fd6702613 build: fix a few compilation and build errors. vor 12 Jahren
  Sam Hocevar bd076c2deb tutorial: minor tweaks. vor 12 Jahren
  Sam Hocevar 98756e277f tutorial: nicer blur and colour effect in the FBO tutorial. vor 12 Jahren
  Sam Hocevar 3f883b9aba tutorial: fix the FBO shader so that it works with OpenGL ES. vor 12 Jahren
  Sam Hocevar 13e5b6b8c4 tutorial: make the FBO example display something at last, so we can port vor 12 Jahren
  Sam Hocevar f74b85fcf7 tutorial: test some advanced shapes for easymesh. vor 12 Jahren
  Sam Hocevar 837e56435d easymesh: fix the specular highlight in the OpenGL shader. vor 12 Jahren
  Sam Hocevar 7a776e72f5 core: fix the X360 build by re-adding macro barriers I removed. vor 12 Jahren
  Sam Hocevar 23ab462042 gpu: try to patch some simple GLSL shaders on the fly so that they vor 12 Jahren
  Sam Hocevar 03e83798eb build: fix the Raspberry Pi build and add a build script for it. vor 12 Jahren
  Sam Hocevar c5915aa35c tutorial: use real numbers in the fractal navigation (doubles are still vor 12 Jahren
  Sam Hocevar 5bd24fa1d3 build: hide the SDL_main.h inclusion in core.h, and only activate it vor 12 Jahren
  Sam Hocevar b5563ad21d core: switch the Win32/x64 binaries to the Windows subsystem so that they vor 12 Jahren
  Sam Hocevar 497df444cc easymesh: add the capsule mesh. vor 12 Jahren
  Sam Hocevar e12fc0e35c tutorial: add a simple EasyMesh viewer. vor 12 Jahren
  Sam Hocevar a01c953096 tutorial: start working on an FBO example. vor 12 Jahren