33 Commits (b106bdd8f90832a7c632ab2d0d4c4d8ccb272e42)

Autor SHA1 Mensaje Fecha
  Sam Hocevar 95369e26db base: a few minor style tweaks. hace 13 años
  Sam Hocevar 6e282a674a base: remove some sprintf() calls in profit of string ops. hace 13 años
  Sam Hocevar 39a8c26fb5 base: start removing occurrences of NULL on our long journey to nullptr. hace 13 años
  Sam Hocevar 9f6814fbd8 gpu: fix PS3 compilation caused by wrong function names. hace 13 años
  Sam Hocevar e960628223 gpu: allow to set array uniform values. hace 13 años
  Benjamin ‘Touky’ Huet c7219ff1dd New year copyright update. hace 13 años
  Sam Hocevar d6634da83f build: fix the WTFPL site URL in all code comments. hace 13 años
  Sam Hocevar 84a308af4e gpu: warn when a vertex shader attribute isn’t found and do not crash hace 13 años
  Sam Hocevar 0149c30df4 core: refactor the Hash class so that we can hash base types, too. hace 13 años
  Sam Hocevar 549566cbf1 lolfx: use square brackets to indicate shader sections. hace 13 años
  Sam Hocevar 4fc8ce6470 gpu: now shaders can only be created from a LolFx file. hace 13 años
  Sam Hocevar 544f1e873b gpu: increase default minimum shader model. hace 13 años
  Sam Hocevar 7d5fe8a7c6 gpu: create the ShaderTexture class, replace Shader::SetTexture with a hace 13 años
  Sam Hocevar 23ab462042 gpu: try to patch some simple GLSL shaders on the fly so that they hace 13 años
  Sam Hocevar 28728814cc core: replace usage of sin() or std::sin() with lol::sin() where appropriate. hace 13 años
  Sam Hocevar 2feb505b72 gpu: be more verbose about shader compilation; some warnings are useful. hace 13 años
  Sam Hocevar 286c5edeb6 neercs: some refactoring. hace 14 años
  Sam Hocevar e5e598bd68 gpu: first shot at a Shader::SetTexture() function. hace 14 años
  Sam Hocevar e110495464 gpu: define the _XBOX macro in our HLSL compilation. hace 14 años
  Sam Hocevar a606290ed2 gpu: allow to load a .lolfx file instead of all those shaders. hace 14 años
  Sam Hocevar 28b3a4f639 gpu: implement a few CG calls. hace 14 años
  Sam Hocevar a327302484 gpu: fix Direct3D handling of float3x3 uniforms; they need padding. hace 14 años
  Sam Hocevar f1c0e3ba4e gpu: add methods to send mat2 and mat3 matrices to the shader. hace 14 años
  Sam Hocevar fe9bab81c1 gpu: fix a great lot of Direct3D problems, spotted using PIX. hace 14 años
  Sam Hocevar 6169c874e4 gpu: port the vertex buffer abstraction layer to OpenGL. hace 14 años
  Sam Hocevar f7e202a7c8 gpu: implement vertex buffer streams for Direct3D. OpenGL is missing for now. hace 14 años
  Sam Hocevar 57f393d0d3 gpu: port the texture and scene handling code to Direct3D. Not functional. hace 14 años
  Sam Hocevar 1485e5bf63 gpu: add support for integer uniforms and fix a few PS3 and Linux compilation hace 14 años
  Sam Hocevar 458378003c win32: the uniform handling code was completely broken; we now properly hace 14 años
  Sam Hocevar 88f10fe54b build: allow to build the Direct3D 9 driver with the mingw compiler. hace 14 años
  Sam Hocevar 090834b149 win32: start porting the graphical backend to DirectX 9. Apparently I hace 14 años
  Sam Hocevar bd69c76f90 xbox: fix a few problems in the shader handling code; the first tutorial now hace 14 años
  Sam Hocevar 56e4332597 build: reorganise math files in a single "math" directory, and get rid of the hace 14 años
  Sam Hocevar 43e152053a win32: add a lot of DirectX stubs. hace 14 años
  Sam Hocevar 2f4c181f7d gl: compilation fix due to #if/#elif confusion. hace 14 años
  Sam Hocevar 60a2e83d54 xbox: start working on an Xbox/Direct3D port. hace 14 años
  Sam Hocevar 7cfcfb2413 shader: factor the uniform handling logic into platform-independent methods hace 14 años
  Sam Hocevar eb32d04c84 ps3: if the implementation supports Cg but not GLSL (for instance on the PS3), hace 14 años
  Sam Hocevar 6ef55ca61f ps3: some compilation fixes to accomodate for recent debug additions. hace 14 años
  Sam Hocevar 2731e49fe5 shader: check that the shader really failed to compile before outputting hace 14 años
  Sam Hocevar 660962e894 build: put debug stuff and shader stuff in subdirectories. hace 15 años
  Sam Hocevar 2a9082fe50 shader: check CRC before patching the shader and fix vertex shaders and hace 15 años
  Sam Hocevar c4511d9b8d shader: support most standard parameters in the shader patcher. hace 15 años
  Sam Hocevar f5c4331d2e shader: write a minimalist shader patcher for future GLSL 1.20 compatibility. hace 15 años
  Sam Hocevar 3d4af0869a ps3: start a minimal PS3 port using PSGL, but not CG yet. hace 15 años
  Sam Hocevar d18820d320 video: enforce shader-enabled GL implementations, getting rid of a lot hace 15 años
  Sam Hocevar 10b321b204 core: get rid of now useless <cstdio> includes. hace 15 años
  Sam Hocevar 1e5624d551 core: create a logger class to reduce printf usage. hace 15 años
  Sam Hocevar 8848cf53db Put everything in the "lol" namespace. Better late than never. hace 15 años
  Sam Hocevar c643668297 The engine now builds for GL and GL ES 1.x and 2.x, and runs for each hace 15 años