Skip to content
Snippets Groups Projects
  1. Jun 01, 2012
    • Monty Brandenberg's avatar
      Missed two instances of priority typed as 'float'. Became an · 7b9da4ee
      Monty Brandenberg authored
      excuse to go through an use a typedef for priority and policy class id.
      7b9da4ee
    • Monty Brandenberg's avatar
      Major steps towards implementing the policy component. · b8edacd0
      Monty Brandenberg authored
      Identified and reacted to the priority inversion problem we
      have in texturefetch.  Includes the introduction of a priority_queue
      for the requests that are ready.  Start some parameterization in
      anticipation of having policy_class everywhere.  Removed _assert.h
      which isn't really needed in indra codebase.  Implemented async
      setPriority request (which I hope I can get rid of eventually along
      with all priorities in this library).  Converted to using unsigned
      int for priority rather than float.  Implemented POST and did
      groundwork for PUT.
      b8edacd0
  2. Apr 23, 2012
Loading