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
/
drivers
/
dri
/
i915
/
i915_fragprog.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move i915tex driver into place as just i915.
Eric Anholt
2007-09-24
1
-0
/
+1074
*
Remove the old i915 driver now that i915tex works without TTM.
Eric Anholt
2007-09-24
1
-1080
/
+0
*
Fix-up #includes to remove some -I options.
Brian
2007-09-11
1
-5
/
+6
*
fix cos/sin range reduction for i915 driver too
Roland Scheidegger
2007-07-29
1
-4
/
+4
*
i915/i915tex: minor cleanup (remove unneeded function call
Roland Scheidegger
2007-05-22
1
-8
/
+0
*
Update DRI drivers for new glsl compiler.
Brian
2007-02-23
1
-4
/
+2
*
Fix fragment program fog problems found with Glean.
Brian Paul
2006-11-02
1
-1
/
+12
*
fix compiler warnings
Keith Whitwell
2006-11-01
1
-0
/
+1
*
Patch from <
[email protected]
> -- pass program string
Keith Whitwell
2006-11-01
1
-0
/
+2
*
Use the mesa-provided texenv program rather than rolling our own.
Keith Whitwell
2006-10-10
1
-0
/
+11
*
Some structure renaming. Prefix vertex/fragment-related structs with
Brian Paul
2006-07-20
1
-8
/
+8
*
Use correct enums for program output variables. Fixes
Keith Whitwell
2005-11-22
1
-2
/
+2
*
s/Saturate/SaturateMode/
Brian Paul
2005-11-20
1
-1
/
+1
*
Make Saturate a 2-bit field again, renamed to SaturateMode with three
Brian Paul
2005-11-20
1
-1
/
+1
*
remove #include arbfragparse.h, s/PI/M_PI/
Brian Paul
2005-11-19
1
-9
/
+4
*
Move stuff common to vertex/fragment_program into the base class, including:
Brian Paul
2005-11-12
1
-5
/
+5
*
s/TexSrcIdx/TexSrcTarget/
Brian Paul
2005-11-05
1
-2
/
+2
*
Unify vertex/fragment program instuctions.
Brian Paul
2005-11-05
1
-40
/
+40
*
Treat NegateBase as a bitfield, not a boolean.
Keith Whitwell
2005-09-08
1
-1
/
+5
*
don't be fooled into emitting padding for wpos when not used
Keith Whitwell
2005-05-10
1
-1
/
+1
*
get fog working with _TexEnvProgram
Keith Whitwell
2005-05-10
1
-5
/
+17
*
i915 will use _TexEnvProgram (if active)
Keith Whitwell
2005-05-09
1
-2
/
+2
*
Fallback (rather than fail) on unknown program targets.
Keith Whitwell
2005-05-09
1
-3
/
+3
*
Reduce the size of mesa's internal fragment and vertex program
Keith Whitwell
2005-04-21
1
-19
/
+19
*
uint*t -> u_int*t changes
Alan Hourihane
2004-12-14
1
-1
/
+1
*
The i915 driver was merged after EMIT_*_BGR bug was fixed. This brings
Keith Whitwell
2004-08-31
1
-2
/
+2
*
add missing license texts
Keith Whitwell
2004-06-18
1
-0
/
+20
*
New driver for i915 as well as older i830/i845/i865 chipsets.
Keith Whitwell
2004-06-10
1
-0
/
+1033