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
/
i965
/
brw_vs_tnl.c
Age
Commit message (
Expand
)
Author
2008-09-28
Remove TNL-to-VP tracking from i965
Ian Romanick
2008-09-22
i965: fix compilation
Benjamin Close
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-08-24
Revert "Revert "Merge branch 'drm-gem'""
Dave Airlie
2008-08-24
Revert "Merge branch 'drm-gem'"
Dave Airlie
2008-08-08
intel-gem: Update to new check_aperture API for classic mode.
Eric Anholt
2008-04-18
i965: initial attempt at fixing the aperture overflow
Dave Airlie
2008-02-29
i965: use _Current pointer instead of Current pointer.
Xiang, Haihao
2008-02-15
i965: don't swizzle fogcoord if FogOption is FOG_NONE.
Xiang, Haihao
2008-02-01
[965] Replace XXX comment about constant swizzle with an assert.
Eric Anholt
2008-02-01
[965] Fix some indentation in brw_vs_tnl.c.
Eric Anholt
2008-01-17
[965] Fix potential segfaults from bad realloc.
Eric Anholt
2008-01-16
[965] Fix inversion of SLT/SGE results in vertex programs.
Eric Anholt
2007-10-26
Merge branch '965-glsl'
Zou Nan hai
2007-09-20
i965: fix an error in brw_vs_tnl.c
Xiang, Haihao
2007-09-01
i965: Correct build_lighting in i965 driver according to
Xiang, Haihao
2007-08-31
i965: Calculate the positional light in homogeneous coordinates.
Xiang, Haihao
2007-07-04
Merge branch 'master' of git+ssh://znh@git.freedesktop.org/git/mesa/mesa into...
Zou Nan hai
2007-05-22
fog: fix potential issues with generated vp using fog
Roland Scheidegger
2007-04-12
Initial 965 GLSL support
Zou Nan hai
2007-03-21
merge from master
Brian
2007-03-21
fix copy and paste bug from last commit in fog generation code for GL_LINEAR fog
Roland Scheidegger
2007-03-13
sync up t_vp_build.c brw_vs_tnl.c a bit
Roland Scheidegger
2007-03-11
fix for bug#10196
Xiang, Haihao
2007-02-23
Update DRI drivers for new glsl compiler.
Brian
2007-01-16
Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...
Keith Whitwell
2007-01-06
Various warning fixes for i965 driver.
Keith Packard
2006-11-21
Gary Wong's fix for 64 bit cleanness of vertex program inputs bitmask.
Keith Whitwell
2006-11-15
Add a size parameter to _mesa_add_unnamed_constant() and
Brian Paul
2006-10-31
cleanup code, compiles with vbo changes
Keith Whitwell
2006-10-13
Make sure instructions are zero'd out before use.
Keith Whitwell
2006-09-07
Cope with memory pool fragmentation by allowing a second attempt at
Keith Whitwell
2006-09-06
Simplify the immediate and displaylist code. Treat VertexAttrib*ARB
Keith Whitwell
2006-09-05
Dynamically allocate instruction store for tnl programs according to
Keith Whitwell
2006-09-04
Fixes for calculating point attenuation
Keith Whitwell
2006-08-09
Add Intel i965G/Q DRI driver.
Eric Anholt