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-09-24
Move i915tex driver into place as just i915.
Eric Anholt
2007-09-20
Merge branch 'master' into i915-unification
Eric Anholt
2007-07-31
Don't initialize extensions we can't support when !ttm.
Eric Anholt
2007-07-10
i915tex: Better procedure for dropping batchbuffer on virtual resolution change.
Michel Dänzer
2007-07-10
i915tex: Only wait for vblank when really necessary.
Michel Dänzer
2007-06-21
Merge branch 'origin' into i915-unification
Eric Anholt
2007-06-21
Reset saved state for disasm when we've lost the context.
Eric Anholt
2007-06-05
Add PCI IDs for the G33, Q33, and Q35 chipsets.
Wang Zhenyu
2007-05-31
i915tex: Add support for 945GME
Wang Zhenyu
2007-05-21
Notify the fake buffer manager on contended lock take.
Eric Anholt
2007-05-18
Merge branch 'master' into i915-unification
Eric Anholt
2007-05-17
Convert i915tex to the new interface and make it compile.
Eric Anholt
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