Skip to content
Snippets Groups Projects
  1. Mar 31, 2008
  2. Mar 30, 2008
  3. Mar 28, 2008
  4. Mar 27, 2008
  5. Mar 26, 2008
    • Paulo Cesar Pereira de Andrade's avatar
      More compile warning fixes. · 249d16a8
      Paulo Cesar Pereira de Andrade authored and Zhenyu Wang's avatar Zhenyu Wang committed
      o Check for RANDR_GET_CRTC_INTERFACE before defining functions that
        are used only if it is defined.
      o Declare a variable before code, and rename it from ret to xvmc_status
        to better describe it.
      o if 0 some static functions not used.
      o Don't declare some unused variables.
      o Declare as static some functions that are used only in the file defining it.
      o Add a default/fallback return True to the Bool function
        src/xvmc/intel_batchbuffer.c:intelInitBatchBuffer().
      o Ansify src/xvmc/xf86dri.c.
      o Add missing prototype to src/xvmc/xf86dri.h and follow pattern of other
        headers by adding "extern" before function prototype.
      (cherry picked from commit c13efdd3)
      249d16a8
    • Emma Anholt's avatar
      Fix 965+ rendering issues with DRI disabled. · b1ac8483
      Emma Anholt authored and Zhenyu Wang's avatar Zhenyu Wang committed
      The new chips no longer automatically flush the rendering cache, so if we
      don't flush the RC at blockhandler, the last rendering done may not
      appear on the screen.  This was particularly noticable with a bare Xorg with
      some missing root weave, and terminals where the last character wouldn't
      appear until the cursor blinked.  A flush in the DRI blockhandler path had
      hidden this issue for most people.
      (cherry picked from commit 8cdbd55f)
      b1ac8483
  6. Mar 25, 2008
  7. Mar 24, 2008
  8. Mar 21, 2008
  9. Mar 20, 2008
  10. Mar 18, 2008
  11. Mar 17, 2008
  12. Mar 14, 2008
  13. Mar 13, 2008
  14. Mar 12, 2008
    • Emma Anholt's avatar
      Eliminate local variables defined in i830 BEGIN_LP_RING(). · 2e237291
      Emma Anholt authored
      This lets us get better sanity asserts, and avoid mysterious braces when you
      do two BEGIN_LP_RING()s in a single function.  Potential minor performance
      loss isn't too exciting, as ring access is about to become a compat path
      anyway.  This change also removes the requirement for ring emits to be aligned
      to dwords.
      2e237291
Loading