56 Commits (fe665f85b4028cbe3ba91cf212e4be5d3865c8b7)

Autor SHA1 Mensaje Fecha
  Sam Hocevar fe665f85b4 base: strip core.h from its contents and put it in public/private headers. hace 10 años
  Sam Hocevar 3862ad59dc base: going on a lowercase rampage; today’s victim: Array. hace 10 años
  Sam Hocevar 7e9f926c43 base: switch map, hash, array2d and array3d to lowercase, like standard hace 10 años
  Sam Hocevar 79ed58f1f0 Merge branch 'master' into scenegraph hace 11 años
  Sam Hocevar b5672a6f61 neercs: refactor the shader system. hace 11 años
  Sam Hocevar 44dec8612e core: fix minor Windows and Raspberry compilation issues. hace 11 años
  Sam Hocevar 47e71bda63 base: rough implementation of safe enums with minimal ToString() support. hace 11 años
  Sam Hocevar 7e769d6c79 base: make the safe enums slightly safer. :-) hace 11 años
  Benjamin ‘Touky’ Huet 1e4af19a89 Praise the Safe-Enum. hace 11 años
  Sam Hocevar c9b8ff54a1 misc: some refactoring in texture handling. hace 11 años
  Sam Hocevar 73891294fe gpu: fix a buffer overflow in our shader compilation wrapper. hace 11 años
  Benjamin ‘Touky’ Huet 7c3dab6af9 Fixed an error for Emscripten. hace 11 años
  Sam Hocevar a7d169caff ps3: some compilation fixes. hace 11 años
  Sam Hocevar 9cfe17fd8b core: fix some minor compiler warnings. hace 11 años
  Benlitz b07f6aba93 mesh: submesh class working, can be rendered with any compatible shader without caring of attributes hace 11 años
  Benlitz f104674963 gpu: removed attribute name, everything works using semantic only now. For glsl, semantic is determined from the attribute name which must follow this pattern: in_[Semantic][index], index being optional. Note: this may break most of the projects although I tried to updated every shader accordingly hace 11 años
  Benlitz 1a2bfe6609 gpu: fixed vbo attribute binding when one of the attribute on the buffer does not exist in the shader hace 11 años
  Lolbot 8cc04f0ba9 fixed 7 files out of 2745: hace 11 años
  Benlitz 3fc469b1f6 shaders now cache attribute location once they have been retrieved for the first time. hace 11 años
  Sam Hocevar c6ffd1ffcf build: fix the X360 port. hace 12 años
  Sam Hocevar 532f679f8a gpu: get rid of the global D3D device pointer and move D3D initialisation hace 12 años
  Lolbot cbb4dadd6c fixed 4 files out of 2730: hace 12 años
  Benlitz d13a006945 SetMagFiltering and SetMinFiltering for class Texture. hace 12 años
  Sam Hocevar 95369e26db base: a few minor style tweaks. hace 12 años
  Sam Hocevar 6e282a674a base: remove some sprintf() calls in profit of string ops. hace 12 años
  Sam Hocevar 39a8c26fb5 base: start removing occurrences of NULL on our long journey to nullptr. hace 12 años
  Sam Hocevar 9f6814fbd8 gpu: fix PS3 compilation caused by wrong function names. hace 12 años
  Sam Hocevar e960628223 gpu: allow to set array uniform values. hace 12 años
  Benjamin ‘Touky’ Huet c7219ff1dd New year copyright update. hace 12 años
  Sam Hocevar d6634da83f build: fix the WTFPL site URL in all code comments. hace 12 años
  Sam Hocevar 84a308af4e gpu: warn when a vertex shader attribute isn’t found and do not crash hace 12 años
  Sam Hocevar 0149c30df4 core: refactor the Hash class so that we can hash base types, too. hace 12 años
  Sam Hocevar 549566cbf1 lolfx: use square brackets to indicate shader sections. hace 12 años
  Sam Hocevar 4fc8ce6470 gpu: now shaders can only be created from a LolFx file. hace 12 años
  Sam Hocevar 544f1e873b gpu: increase default minimum shader model. hace 12 años
  Sam Hocevar 7d5fe8a7c6 gpu: create the ShaderTexture class, replace Shader::SetTexture with a hace 12 años
  Sam Hocevar 23ab462042 gpu: try to patch some simple GLSL shaders on the fly so that they hace 12 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 13 años
  Sam Hocevar e5e598bd68 gpu: first shot at a Shader::SetTexture() function. hace 13 años
  Sam Hocevar e110495464 gpu: define the _XBOX macro in our HLSL compilation. hace 13 años
  Sam Hocevar a606290ed2 gpu: allow to load a .lolfx file instead of all those shaders. hace 13 años
  Sam Hocevar 28b3a4f639 gpu: implement a few CG calls. hace 13 años
  Sam Hocevar a327302484 gpu: fix Direct3D handling of float3x3 uniforms; they need padding. hace 13 años
  Sam Hocevar f1c0e3ba4e gpu: add methods to send mat2 and mat3 matrices to the shader. hace 13 años
  Sam Hocevar fe9bab81c1 gpu: fix a great lot of Direct3D problems, spotted using PIX. hace 13 años
  Sam Hocevar 6169c874e4 gpu: port the vertex buffer abstraction layer to OpenGL. hace 13 años
  Sam Hocevar f7e202a7c8 gpu: implement vertex buffer streams for Direct3D. OpenGL is missing for now. hace 13 años
  Sam Hocevar 57f393d0d3 gpu: port the texture and scene handling code to Direct3D. Not functional. hace 13 años