Skip to content
Snippets Groups Projects
  1. Jun 28, 2009
  2. Jun 24, 2009
  3. Jun 22, 2009
  4. Jun 19, 2009
  5. Jun 17, 2009
    • Brian Paul's avatar
      mesa: rework viewport/scissor initialization code · afe0ca1f
      Brian Paul authored
      The first time a context is bound to a drawable, the viewport and scissor
      bounds are initialized to the buffer's size.  This is actually a bit tricky.
      
      A new _mesa_check_init_viewport() function is called in several places
      to check if the viewport has been initialized.  We also use a new
      ctx->ViewportInitialized flag instead of the overloaded
      ctx->FirstTimeCurrent flag.
      
      Hand-picked from mesa_7_5_branch, commit 3f856c6b
      afe0ca1f
    • Brian Paul's avatar
      mesa: added null ptr check in Fake_glXCreatePixmap() · 6b782231
      Brian Paul authored
      Fixes segfault in progs/xdemos/glxgears_pixmap.c
      
      (cherry picked from master, commit d18c57aa)
      6b782231
    • Brian Paul's avatar
      docs: document GLX/glean makeCurrent fix · 2b890c98
      Brian Paul authored
      2b890c98
    • Brian Paul's avatar
      GLX: attempt to fix glean makeCurrent test cases. · e0b13e15
      Brian Paul authored
      Two parts to this:
      
      One we don't keep pointers to possibly freed memory anymore once we unbind the
      drawables from the context. Brian I need to figure out what the comment
      you made there, can we get a glean/piglit test so we can fix it properly?
      
      If the new gc is the same as the oldGC, we call the unbind even though
      we just bound it in that function. doh.
      
      (cherry picked from master, commit 77506dac)
      e0b13e15
  6. Jun 16, 2009
  7. Jun 15, 2009
  8. Jun 10, 2009
  9. Jun 05, 2009
  10. Jun 01, 2009
  11. May 22, 2009
Loading