index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
texenvprogram.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
additional wrapper updates, bug 4468
Brian Paul
2005-09-19
1
-6
/
+6
*
use mesa import wrappers, bug 4468
Brian Paul
2005-09-16
1
-4
/
+4
*
Replace GLuint with GLbitfield where appropriate. Also replace GLuint
Brian Paul
2005-09-15
1
-1
/
+1
*
Keep NumTemporaries uptodate.
Keith Whitwell
2005-09-08
1
-0
/
+7
*
Follow suggestion by Aapo Tahkola to fix giant memory leak from forgetting to...
Vladimir Dergachev
2005-08-06
1
-0
/
+1
*
replace fprintf() calls with _mesa_problem()
Brian Paul
2005-07-19
1
-4
/
+5
*
Cache texenv programs to avoid repeated compilation (Ben Skeggs)
Keith Whitwell
2005-07-11
1
-224
/
+435
*
Detect use of disabled textures as tex_env_crossbar sources.
Keith Whitwell
2005-05-23
1
-8
/
+18
*
Support ARB_texture_env_crossbar. Changes the way programs are
Keith Whitwell
2005-05-23
1
-41
/
+119
*
Restore the negate() function.
Keith Whitwell
2005-05-23
1
-5
/
+33
*
don't include strings.h
Brian Paul
2005-05-17
1
-2
/
+0
*
Deal better with indirection and indirection accounting, developed
Keith Whitwell
2005-05-16
1
-33
/
+53
*
new MESA_DEBUG option: disassem
Keith Whitwell
2005-05-12
1
-1
/
+1
*
Fix glean/conform problems. Don't generate so much output when
Keith Whitwell
2005-05-11
1
-26
/
+36
*
Fix logic for allocating texture temporaries (Ben Skeggs).
Keith Whitwell
2005-05-11
1
-15
/
+24
*
Double-buffer generated instructions and only notify driver when the
Keith Whitwell
2005-05-10
1
-1
/
+0
*
Double-buffer generated instructions and only notify driver when the
Keith Whitwell
2005-05-10
1
-8
/
+21
*
Better driver notification on changes.
Keith Whitwell
2005-05-10
1
-7
/
+10
*
Temporary fix - delete and recreate texenvprogram so that drivers
Keith Whitwell
2005-05-10
1
-5
/
+10
*
Fix texenv segfault. Reported by Ben Skeggs.
Keith Whitwell
2005-05-10
1
-0
/
+10
*
Try not to use the same temp reg as a TXP destination more than once,
Keith Whitwell
2005-05-10
1
-2
/
+40
*
Use driver functions to create TexEnvProgram, TnlProgram
Keith Whitwell
2005-05-09
1
-1
/
+10
*
Add a facility to route all rasterization through a fragment program
Keith Whitwell
2005-05-04
1
-152
/
+102
*
Maintain a fragment program for current texturing state.
Keith Whitwell
2005-04-29
1
-0
/
+772