| Commit message (Expand) | Author | Age | Files | Lines |
* | i915: Fix INTEL_DEBUG=wm segmentation fault | Shuang He | 2010-12-16 | 1 | -5/+5 |
* | i915: Correctly generate unconditional KIL instructions | Ian Romanick | 2010-12-01 | 1 | -1/+5 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -7/+7 |
* | intel: Remove noise opcode support from i915 and i965 drivers | Ian Romanick | 2010-09-10 | 1 | -15/+0 |
* | i915: Add support for SSG opcode. | Eric Anholt | 2010-08-17 | 1 | -0/+35 |
* | i915: Add support for reading output regs in the FS. | Eric Anholt | 2010-08-17 | 1 | -0/+14 |
* | i915: Add support for OPCODE_DP2. | Eric Anholt | 2010-08-17 | 1 | -0/+12 |
* | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul | 2010-06-10 | 1 | -5/+5 |
* | i915: Add debugging for just prorgam compile under INTEL_DEBUG=wm | Eric Anholt | 2010-04-27 | 1 | -0/+11 |
* | i915: Provide counts in the error messages for program limits. | Eric Anholt | 2010-04-27 | 1 | -3/+4 |
* | i915: Map sampler indices to texture units correctly for fragment shaders. | Eric Anholt | 2010-04-20 | 1 | -1/+3 |
* | i915: Add missing break; after handling the stub NOISE instructions. | Eric Anholt | 2010-04-20 | 1 | -0/+1 |
* | mesa: change ctx->Driver.ProgramStringNotify() to return GLboolean | Brian Paul | 2010-02-04 | 1 | -2/+5 |
* | i915: Fix use of uninitialized variable in OPCODE_NOISE stub. | Eric Anholt | 2009-12-22 | 1 | -1/+1 |
* | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*] | Eric Anholt | 2009-11-19 | 1 | -1/+1 |
* | i915: Add optional support for ARB_fragment_shader under a driconf option. | Eric Anholt | 2009-10-01 | 1 | -0/+1 |
* | i915: Add support or fallbacks for GLSL fragment shader opcodes. | Eric Anholt | 2009-10-01 | 1 | -4/+158 |
* | i915: Add support for varying inputs. | Eric Anholt | 2009-10-01 | 1 | -1/+22 |
* | i915: Update and translate the fragment program along with state updates. | Eric Anholt | 2009-10-01 | 1 | -10/+22 |
* | i915: Let i915_program_error take a format string, and don't use _mesa_problem. | Eric Anholt | 2009-10-01 | 1 | -7/+10 |
* | Merge branch 'register-negate' | Brian Paul | 2009-04-16 | 1 | -5/+5 |
|\ |
|
| * | mesa: merge the prog_src_register::NegateBase and NegateAbs fields | Brian Paul | 2009-04-14 | 1 | -5/+5 |
* | | i915: Use DEBUG_WM (like 965) for printing the fragment program out. | Eric Anholt | 2009-04-15 | 1 | -4/+2 |
|/ |
|
* | mesa: rename, reorder FRAG_RESULT_x tokens | Brian Paul | 2009-02-28 | 1 | -2/+2 |
* | i915: Add decode for PS in batchbuffers. | Eric Anholt | 2009-01-21 | 1 | -0/+4 |
* | i915: separate the fog term from the specular color term. | Xiang, Haihao | 2008-12-24 | 1 | -19/+3 |
* | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul | 2008-09-18 | 1 | -3/+3 |
* | i915: set fogcoord to (f,0,0,1). fix #10788 issue on 915. | Xiang, Haihao | 2008-02-15 | 1 | -1/+1 |
* | [915] Fix COS function using same plan as SIN. | Eric Anholt | 2008-02-06 | 1 | -35/+63 |
* | [915] Use a quartic term to improve the accuracy of SIN results. | Eric Anholt | 2008-02-06 | 1 | -23/+54 |
* | [915] Fix fp SIN function, and use a quadratic approximation instead of Taylor. | Eric Anholt | 2008-02-06 | 1 | -42/+57 |
* | i915: Keith Whitwell's swizzling TEX patch. fix #8283 | Xiang, Haihao | 2008-01-07 | 1 | -2/+49 |
* | 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 <haihao.xiang@intel.com> -- 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 |