Historique des commits

Auteur SHA1 Message Date
  Karl Zylinski 6417161f82 better set_filter_mode api il y a 4 mois
  Karl Zylinski f0db2cf72b Some work on setting texture filters. Doesn't do anything yet. I have to think about how to best handle samplers in GL vs D3D il y a 4 mois
  Karl Zylinski 04c4a0a883 get_mouse_delta il y a 4 mois
  Karl Zylinski 7a1fdd4eda Docs il y a 4 mois
  Karl Zylinski f59f1bd907 Texture binding in GL il y a 4 mois
  Karl Zylinski 35e8a65d75 D3D11: Samplers and textures from reflection + system for picking 'default texture' based on name 'tex' il y a 4 mois
  Karl Zylinski f71cc7dcd2 D3D11 backend: Binding constant buffers to both vertex and pixelshader works. Properly shares the data between. il y a 4 mois
  Karl Zylinski bc7cc4bf23 Half done shader reflection for PS and VS... I need to know if cbuffers are shared between the two stages etc. il y a 4 mois
  Karl Zylinski 8a48e48c17 More uniform handling in GL backend il y a 4 mois
  Karl Zylinski cb8ac64d83 Some memory cleanup stuff il y a 4 mois
  Karl Zylinski 4c468a2972 Reworked how constants are exposed from backend to end-user. Now there are only named constants, but those may or may not be backed by a constant buffer behind the scences. This will play nicer with GL while allowing the typical constant buffer blocks of d3d il y a 4 mois
  Karl Zylinski 50e390b39b Working on GL uniforms il y a 4 mois
  Karl Zylinski 9dfa576db6 gl uniform block wip il y a 4 mois
  Karl Zylinski 2a38f54520 Make it possible to override backend at compile time il y a 4 mois
  Karl Zylinski 92cea16be2 Reset gamepad button up/down state in process_events il y a 4 mois
  Karl Zylinski 3fc81f748b Use depth testing for depth (not tested in GL yet, but works in D3D11) il y a 4 mois
  Karl Zylinski c23b93f2ed GL backend renders something! il y a 4 mois
  Karl Zylinski c0409f636d GL backend: geometry on gpu, not rendering anything yet il y a 4 mois
  Karl Zylinski e83b4f72b0 GL shader loading WIP and default shaders il y a 4 mois
  Karl Zylinski 288a216671 playing around with wgl il y a 4 mois
  Karl Zylinski 88d6d3e7d0 Stubbing out a GL backend il y a 4 mois
  Karl Zylinski 940f9b3c4b Font cleanup il y a 4 mois
  Karl Zylinski 648ef28874 Custom font loading il y a 4 mois
  Karl Zylinski 92458136cc Dynamically update font atlas as it changes (still only default font available). il y a 4 mois
  Karl Zylinski 4cedfee91c Update texture support il y a 4 mois
  Karl Zylinski e993d689f8 Font stash initial experiments. Still needs to update atlas instead of recreate it. il y a 5 mois
  Karl Zylinski 9f90e0d715 Added get_texture_rect il y a 5 mois
  Karl Zylinski 49a3a62306 Poking around with fonts. I think the font scale thingy is wrong, so there are some hacks in there right now to just get going and test it a bit il y a 5 mois
  Karl Zylinski d1455f6027 Remove debug logging il y a 5 mois
  Karl Zylinski 3cc43427a0 Some basic font rendering il y a 5 mois