aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i915_fragprog.c
Commit message (Collapse)AuthorAgeFilesLines
* i915/i915tex: minor cleanup (remove unneeded function callRoland Scheidegger2007-05-221-8/+0
|
* Update DRI drivers for new glsl compiler.Brian2007-02-231-4/+2
| | | | | | Mostly: - update #includes - update STATE_* token code
* Fix fragment program fog problems found with Glean.Brian Paul2006-11-021-1/+12
| | | | | | 1. add PROGRAM_CONSTANT to switch() in src_vector(). 2. use _mesa_append_fog_code() to handle fog options in i915ProgramStringNotify(). 3. Re-enable some vertex attribute emit code that was previously disabled in i915ValidateFragmentProgram().
* fix compiler warningsKeith Whitwell2006-11-011-0/+1
|
* Patch from <[email protected]> -- pass program stringKeith Whitwell2006-11-011-0/+2
| | | | notification callback through to tnl/ module, fixes glean crash.
* Use the mesa-provided texenv program rather than rolling our own.Keith Whitwell2006-10-101-0/+11
| | | | Turn on texture crossbar support.
* Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul2006-07-201-8/+8
| | | | "gl_" to match other structs.
* Use correct enums for program output variables. FixesKeith Whitwell2005-11-221-2/+2
| | | | fp/tri-depthwrite.
* s/Saturate/SaturateMode/Brian Paul2005-11-201-1/+1
|
* Make Saturate a 2-bit field again, renamed to SaturateMode with threeBrian Paul2005-11-201-1/+1
| | | | possible values: SATURATE_OFF, SATURATE_ZERO_ONE and SATURATE_PLUS_MINUS_ONE.
* remove #include arbfragparse.h, s/PI/M_PI/Brian Paul2005-11-191-9/+4
|
* Move stuff common to vertex/fragment_program into the base class, including:Brian Paul2005-11-121-5/+5
| | | | | | Instructions, InputsRead, OutputsWritten, and Parameters. Also, added debug functions: _mesa_print_instruction(), _mesa_print_program_parameters() and revamp _mesa_print_program().
* s/TexSrcIdx/TexSrcTarget/Brian Paul2005-11-051-2/+2
|
* Unify vertex/fragment program instuctions.Brian Paul2005-11-051-40/+40
| | | | Based on patch by Ian (#4967) but also unify instruction opcodes.
* Treat NegateBase as a bitfield, not a boolean.Keith Whitwell2005-09-081-1/+5
|
* don't be fooled into emitting padding for wpos when not usedKeith Whitwell2005-05-101-1/+1
|
* get fog working with _TexEnvProgramKeith Whitwell2005-05-101-5/+17
|
* i915 will use _TexEnvProgram (if active)Keith Whitwell2005-05-091-2/+2
|
* Fallback (rather than fail) on unknown program targets.Keith Whitwell2005-05-091-3/+3
|
* Reduce the size of mesa's internal fragment and vertex programKeith Whitwell2005-04-211-19/+19
| | | | | representations by switching to packed structures for registers and instructions.
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-1/+1
|
* The i915 driver was merged after EMIT_*_BGR bug was fixed. This bringsKeith Whitwell2004-08-311-2/+2
| | | | | the driver into line with the correct meaning of those symbols and fixes color corruptions.
* add missing license textsKeith Whitwell2004-06-181-0/+20
|
* New driver for i915 as well as older i830/i845/i865 chipsets.Keith Whitwell2004-06-101-0/+1033