index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i915tex
/
intel_context.c
Age
Commit message (
Expand
)
Author
2007-04-17
Defer buffer pool creation to the first context creation.
Thomas Hellstrom
2007-04-16
remove _tnl_arb_vertex_program_stage
Brian
2007-04-08
i915tex: Clean up resizing of renderbuffers.
Michel Dänzer
2007-04-05
include points.h to fix warnings
Brian
2007-04-04
i810/i915/i915tex: reinitialize the context point state
Xiang, Haihao
2007-03-19
i915tex: The intended triple buffering fix.
Michel Dänzer
2007-03-09
i915tex: Set intel_fb->vbl_waited to current instead of what we aimed for.
Michel Dänzer
2007-03-07
i915tex: Set framebuffer size to match window before calling _mesa_make_current.
Michel Dänzer
2007-02-22
i915tex: Schedule flips when possible.
Michel Dänzer
2007-02-20
i915tex: Triple buffering support, only effective with page flipping so far.
Michel Dänzer
2007-02-20
i915tex: Support page flipping on both CRTCs independently.
Michel Dänzer
2007-02-20
i915tex: Make page flipping work again.
Michel Dänzer
2007-02-14
i915tex: Take into account various mapping states when dropping the
Thomas Hellstrom
2007-02-02
Merge branch 'vbo-0.2'
Keith Whitwell
2007-01-23
i915tex: Fix randr resizing. Rotation still broken.
Thomas Hellstrom
2007-01-16
Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...
Keith Whitwell
2006-11-02
Fixes Glean vertex/fragment test failures. Those tests never called
Brian Paul
2006-11-02
remove unneeded extern declaration of lockMutex
Brian Paul
2006-11-02
bump driver date
Brian Paul
2006-11-02
merge current trunk into vbo branch
Alan Hourihane
2006-11-01
Import texmem i915 driver to its new location as i915tex.
Keith Whitwell