source: trunk/test/tutorial

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1518   11 years sam build: reorganise all the build stuff so that it lies in build/ and …
(edit) @1513   11 years sam core: replace usage of sin() or std::sin() with lol::sin() where …
(edit) @1512   11 years sam build: fix the PS3 port by using our trig.h everywhere instead of …
(edit) @1502   11 years sam core: fix a few build warnings and remove useless operators from the …
(edit) @1479   11 years sam build: simplify the .lolfx file compilation.
(edit) @1453   11 years sam build: remove \r from shader files before compilation.
(edit) @1426   11 years sam core: rename f64vec4 to dvec4 etc. for consistency with GLSL.
(edit) @1406   11 years sam gpu: start working on the LolFx format.
(edit) @1403   11 years sam build: ensure .lolfx.cpp files get cleaned up.
(edit) @1392   11 years sam misc: move more shaders to .lolfx files.
(edit) @1385   11 years sam gpu: allow to load a .lolfx file instead of all those shaders.
(edit) @1369   11 years sam math: replace len(vec) with length(vec) to match the GLSL naming.
(edit) @1326   11 years sam core: rename Array::Append() to Array::Push() for brevity and …
(edit) @1310   11 years sam core: tick methods now use seconds, like any sane system.
(edit) @1300   11 years sam core: prefix some member variables with m_ for clarity.
(edit) @1291   11 years sam build: fix the PS3 cross-build; variable name expansion was causing …
(edit) @1269   11 years sam core: use operator<< instead of operator+= to append stuff to arrays, …
(edit) @1255   11 years sam tutorial: fix the inconsistent vertex counting.
(edit) @1248   11 years sam tutorial: get rid of a hardcoded value.
(edit) @1247   11 years sam gpu: abstraction class for index buffers; the cube tutorial no longer …
(edit) @1243   11 years sam core: add a simple Array template class.
(edit) @1242   11 years sam tutorial: some refactoring in the tutorials.
(edit) @1241   11 years sam gpu: fix a great lot of Direct3D problems, spotted using PIX.
(edit) @1238   11 years sam tutorial: use an interleaved vertex/color buffer.
(edit) @1236   11 years sam gpu: replace exit(0) in D3D error checks with lol::Abort().
(edit) @1233   11 years sam gpu: add an Unbind() method for textures for clean up. Unfortunately …
(edit) @1231   11 years sam gpu: move the platform-specific triangle drawing call to the …
(edit) @1229   11 years sam build: minor Windows compilation fixes.
(edit) @1228   11 years sam gpu: port the vertex buffer abstraction layer to OpenGL.
(edit) @1227   11 years sam gpu: implement vertex buffer streams for Direct3D. OpenGL is missing …
(edit) @1226   11 years sam gpu: refactor the vertex declaration code to allow several vertex streams.
(edit) @1224   11 years sam gpu: start working on a template-based vertex buffer class.
(edit) @1218   11 years sam tutorial: fix a compilation error and remove now useless vector type casts.
(edit) @1216   11 years sam tutorial: fix the texture swizzling for the fractal viewer on Xbox 360.
(edit) @1215   11 years sam gpu: add support for integer uniforms and fix a few PS3 and Linux …
(edit) @1214   11 years sam win32: the uniform handling code was completely broken; we now …
(edit) @1213   11 years sam win32: add Direct3D texture creation code in the fractal zoomer. …
(edit) @1208   11 years sam win32: start porting the graphical backend to DirectX 9. Apparently I …
(edit) @1197   11 years sam tutorial: fix unbalanced parenthesis breaking compilation.
(edit) @1196   11 years sam tutorial: port the rotating cube tutorial to the Xbox 360 and tweak …
(edit) @1194   11 years sam xbox: fix a few problems in the shader handling code; the first …
(edit) @1192   11 years sam test: fix uninitialised member variable.
(edit) @1189   11 years sam build: major refactoring of the Win32 and Xbox project files; we now …
(edit) @1179   11 years sam win32: add a lot of DirectX stubs.
(edit) @1178   11 years sam win32: a few compilation fixes, including GDI+ linking properly now.
(edit) @1172   11 years sam test: fix logic bugs in two tutorials.
(edit) @1162   11 years gary win32: various compilation fixes, mostly project updates, but also a …
(edit) @1147   11 years sam test: that cast was necessary, after all…
(edit) @1145   11 years sam test: remove a useless cast.
(edit) @1144   11 years sam threads: change Queue to a template so that we can manage the element type.
(edit) @1136   11 years sam math: try to implement the magic getter/setter pattern. BREAKS BUILD.
(edit) @1135   11 years sam math: move most vector and matrix member functions to global functions.
(edit) @1104   11 years sam test: unroll the Mandelbrot loop to gain a few milliseconds per frame, …
(edit) @1102   11 years sam test: proper multithreading in the Mandelbrot tutorial.
(edit) @1100   11 years gary test: minor tuning, esp. for the PS3.
(edit) @1097   11 years sam ps3: start implementing the PS3 threading system, and port the new …
(edit) @1092   11 years sam tutorial: work around i915 driver limitations in the Mandelbrot viewer …
(edit) @1090   11 years sam tutorial: smarter register and instruction usage in the Mandelbrot …
(edit) @1089   11 years sam tutorial: simplify the Mandelbrot viewing shader in the hope that it …
(edit) @1088   11 years sam tutorial: make the GLSL Mandelbrot shader completely branchless.
(edit) @1087   11 years sam nacl: quick and dirty mouse support.
(edit) @1086   11 years sam tutorial: fix texel offset issues in the fractal zoomer.
(edit) @1085   11 years sam nacl: workaround for ANGLE issue #258 where GLSL mod() is badly …
(edit) @1084   11 years sam nacl: the Mandelbrot zoomer is starting to work on NaCl.
(edit) @1082   11 years sam core: port all code to NativeClient. Nothing runs for now, but it builds.
(edit) @1079   11 years sam tutorial: progressive zoom in the Mandelbrot viewer.
(edit) @1078   11 years sam tutorial: look into previous frames for data when zooming in the …
(edit) @1077   11 years sam tutorial: get the Mandelbrot viewer to run on OS X.
(edit) @1076   11 years gary ps3: fix a performance issue in the Mandelbrot viewer texture upload.
(edit) @1075   11 years sam ps3: fix a typo causing a compilation error.
(edit) @1074   11 years gary tutorial: create texture with the proper format and type on the PS3.
(edit) @1073   11 years gary tutorial: port the new Mandelbrot shader to Cg.
(edit) @1072   11 years sam tutorial: the Mandelbrot viewer now queries the nearest pixel of each …
(edit) @1071   11 years sam tutorial: decorrelate window size and texture size in the Mandelbrot …
(edit) @1070   11 years sam tutorial: replace log() calls with fast approximations.
(edit) @1069   11 years gary tutorial: port the Mandelbrot dithering shader to Cg.
(edit) @1068   11 years sam tutorial: try to send data to the GPU that matches the internal format.
(edit) @1067   11 years sam tutorial: use a palette for the rendering; it gives us free dithering …
(edit) @1066   11 years sam tutorial: try to reduce the blur effect; now it's pixelated…
(edit) @1065   11 years sam tutorial: clamp zoom values in the Mandelbrot viewer.
(edit) @1064   11 years sam tutorial: navigate in the fractal using the mouse.
(edit) @1062   11 years sam tutorial: speed up texture uploads in the Mandelbrot viewer by only …
(edit) @1061   11 years sam tutorial: speed up Mandelbrot zoomer by only updating one pixel out of …
(edit) @1060   11 years sam tutorial: zoom automatically in the fractal viewer.
(edit) @1058   11 years gary tutorial: port Mandelbrot tutorial to the PS3.
(edit) @1056   11 years sam tutorial: properly implement continuous color in the Mandelbrot viewer.
(edit) @1055   11 years gary tutorial: continuous color in the Mandelbrot viewer.
(edit) @1054   11 years sam test: create the bases for a new tutorial, with texture uploads.
(edit) @1050   11 years sam test: fix OS X compilation; we still need SDLmain.a on that platform.
(edit) @1045   11 years gary test: clean up tutorial #2.
(add) @1043   11 years sam test: start writing tutorials and other shit.
Note: See TracRevisionLog for help on using the revision log.