1. 29 Dec, 2008 1 commit
  2. 22 Dec, 2008 1 commit
  3. 19 Dec, 2008 2 commits
  4. 18 Dec, 2008 1 commit
  5. 16 Dec, 2008 3 commits
  6. 04 Dec, 2008 2 commits
  7. 02 Dec, 2008 1 commit
  8. 01 Dec, 2008 2 commits
  9. 28 Nov, 2008 2 commits
  10. 24 Nov, 2008 3 commits
  11. 10 Nov, 2008 1 commit
  12. 04 Nov, 2008 1 commit
    • Stefan Dösinger's avatar
      wined3d: Kill the GL_ATI_envmap_bumpmap code. · 620a423b
      Stefan Dösinger authored
      GL_ATI_envmap_bumpmap provides two things: Signed V8U8 pixel formats,
      and bump mapping. The extension is only supported on fglrx, and this
      driver also supports GL_ARB_fragment_program.  Thus the bump mapping
      code is never used on any driver out there.  Furthermore, if it is
      used, it tends to crash the driver
      
      The signed pixel format is used, as it can be used by pixel shaders or
      the ARBfp replacement. However, the format is broken in fglrx, and
      negative values are clamped to 0.0. This results in test
      failures. WineD3D has an alternative codepath using scale+bias to
      enable V8U8 using a standard signed RGB which works correctly on
      fglrx.
      620a423b
  13. 20 Oct, 2008 1 commit
  14. 18 Oct, 2008 1 commit
  15. 09 Oct, 2008 1 commit
  16. 25 Sep, 2008 1 commit
  17. 19 Sep, 2008 1 commit
  18. 02 Sep, 2008 2 commits
  19. 28 Aug, 2008 1 commit
  20. 27 Aug, 2008 3 commits
  21. 26 Aug, 2008 1 commit
  22. 25 Aug, 2008 5 commits
  23. 21 Aug, 2008 1 commit
  24. 20 Aug, 2008 2 commits