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.h
Age
Commit message (
Expand
)
Author
2007-07-29
Fix crashes when the frag prog can't be handled in hardware (#11131)
Roland Scheidegger
2007-07-20
minor cleanups, disable debugging
Roland Scheidegger
2007-07-18
swapbuffers with non-current contexts, cleanups
Roland Scheidegger
2007-07-17
get rid of more pageflip/rotation code.
Roland Scheidegger
2007-07-16
small cleanups
Roland Scheidegger
2007-07-13
bugfixes (wrt fb updates), cleanups
Roland Scheidegger
2007-07-12
don't use driDrawable information directly, don't resize at makecurrent
Roland Scheidegger
2007-07-11
remove bogus assertion, change drawable updates
Roland Scheidegger
2007-07-10
copybuffer/cliprect fixups
Roland Scheidegger
2007-07-10
First attempt at using private back/z buffers.
Roland Scheidegger
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-22
Replace initInitState() with _mesa_init_driver_state().
Brian
2007-05-22
i915tex: Implement SetTexOffset hook.
Michel Dänzer
2007-02-22
i915tex: Schedule flips when possible.
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-01-23
i915tex: Fix randr resizing. Rotation still broken.
Thomas Hellstrom
2006-11-03
Set DO_DEBUG=0
Brian Paul
2006-11-01
Import texmem i915 driver to its new location as i915tex.
Keith Whitwell