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
/
i915
/
i915_vtbl.c
Age
Commit message (
Expand
)
Author
2007-09-24
Move i915tex driver into place as just i915.
Eric Anholt
2007-09-24
Remove the old i915 driver now that i915tex works without TTM.
Eric Anholt
2007-07-29
fix fallback crashes when driver can't handle frag prog for i915 driver too (...
Roland Scheidegger
2007-07-06
Add case for GL_QUADS in i915_reduced_primitive_state().
Brian
2007-03-27
Restore the UseTexEnvProgram logic.
Brian
2007-03-21
merge from master
Brian
2007-03-18
fix off-by-one in load_state_immediate
Keith Whitwell
2007-02-23
Update DRI drivers for new glsl compiler.
Brian
2006-12-15
vertex/fragment program field changes
Brian
2006-10-10
Use the mesa-provided texenv program rather than rolling our own.
Keith Whitwell
2006-08-18
Fix writemasks on texture arb fp instructions.
Alan Hourihane
2006-01-23
Add Intel 945GM support
Alan Hourihane
2005-05-10
get fog working with _TexEnvProgram
Keith Whitwell
2005-05-09
i915 will use _TexEnvProgram (if active)
Keith Whitwell
2004-07-01
fix for older gcc's (from freedesktop bug id #419)
Alan Hourihane
2004-06-18
add missing license texts
Keith Whitwell
2004-06-10
New driver for i915 as well as older i830/i845/i865 chipsets.
Keith Whitwell