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
/
r200
/
r200_vertprog.c
Age
Commit message (
Expand
)
Author
2007-02-23
Update DRI drivers for new glsl compiler.
Brian
2007-02-09
r200: simplify / unify input map handling for vp and fftnl
Roland Scheidegger
2007-02-03
fix errorneously adding fog state params to all vertex programs...
Roland Scheidegger
2006-12-14
submit vertex weights to make World of Warcraft maybe happy (bug 8250)
Roland Scheidegger
2006-11-30
fix mixed conventional / generic vertex arrays which caused a wrong array ord...
Roland Scheidegger
2006-11-29
call Driver.ProgramStringNotify if a ati_fragment_shader changes and pick up ...
Roland Scheidegger
2006-11-05
fix using VERT_ATTRIB_WEIGHT instead of VERT_BIT_WEIGHT when assigning vp inp...
Roland Scheidegger
2006-11-03
enable generic arrays for r200 hw vertex programs by assigning unused color a...
Roland Scheidegger
2006-10-26
remove code for inserting mvp transform into position-invariant vertex progs ...
Roland Scheidegger
2006-10-25
change some bogus comments regarding the base e exponential function used for...
Roland Scheidegger
2006-10-24
fix (per-vertex) fog when using ARB_vp by incorporating fog factor computatio...
Roland Scheidegger
2006-09-22
fix up access to vertex attrib components which don't really exist but are de...
Roland Scheidegger
2006-09-13
make sure we upload the new vertex program if the program string changes.
Roland Scheidegger
2006-09-07
make really sure R200_VAP_PROG_VTX_SHADER_ENABLE is never set when we're alre...
Roland Scheidegger
2006-09-01
make sure vertex programs are only enabled on the hw when they are really ena...
Roland Scheidegger
2006-08-31
do not abort with not supported vertex prog output configuration, fallback in...
Roland Scheidegger
2006-08-30
Minor r200 vertex program cleanups. Remove disabled leftovers from r300 verte...
Roland Scheidegger
2006-08-30
fix typo causing a segfault when a vertex program uses more than 96 parameters
Roland Scheidegger
2006-08-28
Check mesa_vp->Base.NumInstructions == 0 instead of mesa_vp->Base.String to
Brian Paul
2006-08-24
Check for NULL program string in r200_translate_vertex_program().
Brian Paul
2006-08-24
Check if mesa_vp->Base.Parameters is null before dereferencing (bug report
Brian Paul
2006-07-20
Some structure renaming. Prefix vertex/fragment-related structs with
Brian Paul
2006-07-03
some minor simplifications (same as in r300 driver) since mesa's internally u...
Roland Scheidegger
2006-06-18
no need to handle ARL in a special way, it's a generic scalar operation. only...
Tilman Sauerbeck
2006-06-10
enable arb_vertex_program by default if drm is new enough. Do a fallback when...
Roland Scheidegger
2006-06-08
Improve slightly wrong CMP_SRCS test to avoid unencessary instructions. Clean...
Roland Scheidegger
2006-06-02
implement arb_vertex_program in hw for r200. Code contains still some hacks, ...
Roland Scheidegger