index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i915
/
i915_state.c
Age
Commit message (
Expand
)
Author
2009-08-04
intel: Add support for EXT_provoking_vertex.
Eric Anholt
2009-07-29
i915: Add support for EXT_stencil_two_side and ATI_separate_stencil.
Eric Anholt
2009-01-30
i915: updated render to texture/fbo test
Brian Paul
2009-01-30
i915: Only call CalcViewport from DrawBuffers instead of Viewport.
Eric Anholt
2009-01-26
i915: rename some functions
Brian Paul
2009-01-26
intel: move some driver functions around
Brian Paul
2009-01-07
mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.
Eric Anholt
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-01-22
[intel] Clean up references to screen buffer metrics.
Kristian Høgsberg
2007-12-18
[915] Make polygon stipple use pre-unpacked pixel data.
Eric Anholt
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-05-22
Replace initInitState() with _mesa_init_driver_state().
Brian
2007-04-16
just clean-ups
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
2007-02-02
Fix fd.o #9686, when fall into vertex fog,
Zou Nan hai
2006-11-02
Use RGBA_LOGICOP_ENABLED() instead of ctx->Color._LogicOpEnabled since we often
Brian Paul
2006-08-18
Fix writemasks on texture arb fp instructions.
Alan Hourihane
2006-01-23
Add Intel 945GM support
Alan Hourihane
2005-09-13
Replace ctx->Driver.StencilOp/Func/Mask() functions with
Brian Paul
2005-09-10
Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch,
Brian Paul
2005-05-10
get fog working with _TexEnvProgram
Keith Whitwell
2005-05-09
i915 will use _TexEnvProgram (if active)
Keith Whitwell
2005-01-06
Add Intel i915GM support, and these extensions.
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