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
/
main
/
texenvprogram.c
Age
Commit message (
Expand
)
Author
2005-11-19
Bunch of little fixes:
Brian Paul
2005-11-19
Remove the _mesa_parse_arb_vertex/fragment_program() functions into
Brian Paul
2005-11-18
Reduce stderr noise.
Aapo Tahkola
2005-11-12
Move stuff common to vertex/fragment_program into the base class, including:
Brian Paul
2005-11-08
s/_mesa_debug_fp_inst/_mesa_print_program/
Brian Paul
2005-11-05
Unify vertex/fragment program instuctions.
Brian Paul
2005-11-02
Rename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match vertex program convention
Brian Paul
2005-11-01
Several fp and vp tweaks:
Keith Whitwell
2005-11-01
Re-org and clean-up of vertx/fragment program limits (instructions,
Brian Paul
2005-10-07
Populate arb_fp_instruction negate field correctly.
Keith Whitwell
2005-09-19
additional wrapper updates, bug 4468
Brian Paul
2005-09-16
use mesa import wrappers, bug 4468
Brian Paul
2005-09-15
Replace GLuint with GLbitfield where appropriate. Also replace GLuint
Brian Paul
2005-09-08
Keep NumTemporaries uptodate.
Keith Whitwell
2005-08-06
Follow suggestion by Aapo Tahkola to fix giant memory leak from forgetting to...
Vladimir Dergachev
2005-07-19
replace fprintf() calls with _mesa_problem()
Brian Paul
2005-07-11
Cache texenv programs to avoid repeated compilation (Ben Skeggs)
Keith Whitwell
2005-05-23
Detect use of disabled textures as tex_env_crossbar sources.
Keith Whitwell
2005-05-23
Support ARB_texture_env_crossbar. Changes the way programs are
Keith Whitwell
2005-05-23
Restore the negate() function.
Keith Whitwell
2005-05-17
don't include strings.h
Brian Paul
2005-05-16
Deal better with indirection and indirection accounting, developed
Keith Whitwell
2005-05-12
new MESA_DEBUG option: disassem
Keith Whitwell
2005-05-11
Fix glean/conform problems. Don't generate so much output when
Keith Whitwell
2005-05-11
Fix logic for allocating texture temporaries (Ben Skeggs).
Keith Whitwell
2005-05-10
Double-buffer generated instructions and only notify driver when the
Keith Whitwell
2005-05-10
Double-buffer generated instructions and only notify driver when the
Keith Whitwell
2005-05-10
Better driver notification on changes.
Keith Whitwell
2005-05-10
Temporary fix - delete and recreate texenvprogram so that drivers
Keith Whitwell
2005-05-10
Fix texenv segfault. Reported by Ben Skeggs.
Keith Whitwell
2005-05-10
Try not to use the same temp reg as a TXP destination more than once,
Keith Whitwell
2005-05-09
Use driver functions to create TexEnvProgram, TnlProgram
Keith Whitwell
2005-05-04
Add a facility to route all rasterization through a fragment program
Keith Whitwell
2005-04-29
Maintain a fragment program for current texturing state.
Keith Whitwell