72 Комити (320cb04876021d0610e13bd42fe999ebeafc9bad)

Аутор SHA1 Порука Датум
  Sam Hocevar babb2f827e gpu: fix a few minor compiler warnings. пре 13 година
  Sam Hocevar 3e206b60e0 gpu: do not try to call glVertexAttribIPointer if Glew did not find it. пре 13 година
  Sam Hocevar 4fc8ce6470 gpu: now shaders can only be created from a LolFx file. пре 13 година
  Sam Hocevar 2297288114 gpu: get rid of the inline 2D shader and create "tile.lolfx". пре 13 година
  Sam Hocevar 544f1e873b gpu: increase default minimum shader model. пре 13 година
  Sam Hocevar 47d98bde9a gpu: use a valid default framebuffer color format on the PS3. пре 13 година
  Sam Hocevar 2df85645fb gpu: document and tweak some class declarations. пре 13 година
  Sam Hocevar 50de813d99 gpu: explicitly create render targets on the Xbox 360. пре 13 година
  Sam Hocevar 6aed414491 gpu: port FBO code to the Xbox360. пре 13 година
  Sam Hocevar e4cc84d5b3 gpu: finalise the framebuffer object Direct3D implementation. пре 13 година
  Sam Hocevar 7d5fe8a7c6 gpu: create the ShaderTexture class, replace Shader::SetTexture with a пре 13 година
  Sam Hocevar 0fa5d6ae57 gpu: on the PS3, use the OES version of the framebuffer GL calls. пре 13 година
  Sam Hocevar 1277f66fb6 gpu: activate FBO support on Android. пре 13 година
  Sam Hocevar 2e3db290cb gpu: support framebuffer objects on OpenGL ES (depth buffer isn't пре 13 година
  Sam Hocevar 23ab462042 gpu: try to patch some simple GLSL shaders on the fly so that they пре 13 година
  Sam Hocevar 9ff675579a gpu: only unbind vertex attribs that we actually bound. пре 13 година
  Sam Hocevar 1ae419aaa3 gpu: enable backface culling for indexed meshes, too. пре 13 година
  Sam Hocevar 65ea695de1 core: start working on a higher level LolFx compiler based on the latest пре 13 година
  Sam Hocevar f3dfadd1f9 gpu: fix vertex and index buffer behaviour on the PS3. пре 14 година
  Sam Hocevar 74edd6cbab build: OS X compilation fixes: use GL_INVALID_ENUM instead of GL_INVALID_INDEX пре 14 година
  Sam Hocevar 4fa458d653 gpu: disable framebuffer objects on GL ES for now, and disable integer пре 14 година
  Sam Hocevar 28728814cc core: replace usage of sin() or std::sin() with lol::sin() where appropriate. пре 14 година
  Sam Hocevar 8375f3443d build: fix the PS3 port by using our trig.h everywhere instead of stdlib пре 14 година
  Sam Hocevar 95d26d18dd gpu: remove FrameBuffer::Clear(), it's not really useful. пре 14 година
  Sam Hocevar 18d22e1fc5 gpu: better state restoration after vertex buffer usage. пре 14 година
  Sam Hocevar 27d22a9778 gpu: do not convert u8vec4 to integers when set as array buffers, since we пре 14 година
  Sam Hocevar 67113aa9f0 gpu: do not convert integers in vertex streams to floats. пре 14 година
  Sam Hocevar 2feb505b72 gpu: be more verbose about shader compilation; some warnings are useful. пре 14 година
  Sam Hocevar ca5781ec1d gpu: fix a harmless inconsistency in vertexbuffer function order that could пре 14 година
  Sam Hocevar ce4c8eb731 gpu: add GL points support to the primitive rendering. пре 14 година
  Sam Hocevar 286c5edeb6 neercs: some refactoring. пре 14 година
  Sam Hocevar e2295392b8 gpu: first FrameBuffer GPU class. пре 14 година
  Sam Hocevar e5e598bd68 gpu: first shot at a Shader::SetTexture() function. пре 14 година
  Sam Hocevar add39177c5 gpu: disable all vertex attributes upon vertex declaration unbind, just пре 14 година
  Sam Hocevar 1b9facda49 gpu: silently ignore empty vertex and index buffers instead of crashing пре 14 година
  Sam Hocevar a71562bd83 core: rename f64vec4 to dvec4 etc. for consistency with GLSL. пре 14 година
  Sam Hocevar 55a195d931 gpu: irrelevant tweaks to a test material file. пре 14 година
  Sam Hocevar fc618350f6 gpu: start working on the LolFx format. пре 14 година
  Sam Hocevar 59ba6e6c87 core: no longer deactivate std::ostream features on Android. пре 14 година
  Sam Hocevar e110495464 gpu: define the _XBOX macro in our HLSL compilation. пре 14 година
  Sam Hocevar a606290ed2 gpu: allow to load a .lolfx file instead of all those shaders. пре 14 година
  Sam Hocevar 1443b5628f win32: add a custom build rule for '.lolfx' files. The files are properly пре 14 година
  Sam Hocevar d452194326 gpu: activate backface culling on OpenGL to remain consistent with пре 14 година
  Sam Hocevar 64b37d8897 gpu: fix a memory leak in the VertexBuffer and IndexBuffer classes. пре 14 година
  Sam Hocevar cbf13dac65 gpu: temporarily enable alpha blending in the vertex buffer code. пре 14 година
  Sam Hocevar f23b47a8e2 ps3: start fixing the vertex buffer logic in there. пре 14 година
  Sam Hocevar 28b3a4f639 gpu: implement a few CG calls. пре 14 година
  Sam Hocevar 9960f73351 gpu: normalize 8-bit integer data in 0..1 by default. пре 14 година
  Sam Hocevar a327302484 gpu: fix Direct3D handling of float3x3 uniforms; they need padding. пре 14 година
  Sam Hocevar f1c0e3ba4e gpu: add methods to send mat2 and mat3 matrices to the shader. пре 14 година