| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: fix texenv generation when num color bufs == 0 | Brian Paul | 2010-07-02 | 1 | -1/+4 |
* | mesa: make the number of draw buffers part of the texenv program key state | Brian Paul | 2010-07-02 | 1 | -4/+8 |
* | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul | 2010-06-10 | 1 | -7/+7 |
* | texenvprogram: fix for ARB_draw_buffers. | Dave Airlie | 2010-04-08 | 1 | -15/+28 |
* | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -1/+1 |
* | Remove _mesa_memcmp in favor of plain memcmp. | Kenneth Graunke | 2010-02-19 | 1 | -2/+2 |
* | Remove _mesa_memset in favor of plain memset. | Kenneth Graunke | 2010-02-19 | 1 | -1/+1 |
* | mesa: add back-door support for cylindrical texture wrap mode | Brian Paul | 2010-02-09 | 1 | -0/+12 |
* | mesa: change ctx->Driver.ProgramStringNotify() to return GLboolean | Brian Paul | 2010-02-04 | 1 | -2/+9 |
* | mesa: Remove an unnecessary store reported by clang. | Eric Anholt | 2009-12-22 | 1 | -2/+0 |
* | mesa: Remove _mesa_exit wrapper for exit(). | Eric Anholt | 2009-12-22 | 1 | -2/+2 |
* | Merge branch 'outputswritten64' | Ian Romanick | 2009-11-17 | 1 | -1/+1 |
* | mesa: added default case return to silence warning | Brian Paul | 2009-09-24 | 1 | -0/+1 |
* | mesa: in texenvprogram code, only do saturation when really needed. | Brian Paul | 2009-09-10 | 1 | -8/+53 |
* | mesa: compute tex env program key size based on nr_enabled_units | Brian Paul | 2009-09-03 | 1 | -8/+18 |
* | Revert "mesa: fix the non-GNU C bit-field case" | Brian Paul | 2009-09-02 | 1 | -2/+2 |
* | mesa: fix the non-GNU C bit-field case | Brian Paul | 2009-09-02 | 1 | -2/+2 |
* | mesa: silence gcc bit-field warning | Gary Wong | 2009-09-02 | 1 | -2/+2 |
* | mesa: remove accidentally committed printf | Brian Paul | 2009-09-02 | 1 | -1/+0 |
* | mesa: added #ifdef __GNUC__ around GLubyte bitfield usage | Brian Paul | 2009-09-02 | 1 | -0/+5 |
* | mesa: Compact state key for TexEnv program cache | Chris Wilson | 2009-09-02 | 1 | -3/+5 |
* | mesa: more clean-ups | Brian Paul | 2009-09-01 | 1 | -24/+31 |
* | mesa: change conditional to match the previous one | Brian Paul | 2009-09-01 | 1 | -1/+1 |
* | mesa: updated #includes | Brian Paul | 2009-09-01 | 1 | -2/+1 |
* | mesa: remove unused texenv_fragment_program::ctx field | Brian Paul | 2009-09-01 | 1 | -2/+0 |
* | mesa: remove unused ureg::abs field | Brian Paul | 2009-09-01 | 1 | -5/+2 |
* | mesa: remove unused ureg:negateabs field | Brian Paul | 2009-09-01 | 1 | -4/+1 |
* | mesa: more comments, clean-ups | Brian Paul | 2009-09-01 | 1 | -10/+10 |
* | mesa: simplify translate_tex_src_bit() | Brian Paul | 2009-09-01 | 1 | -20/+3 |
* | mesa: minor code clean-ups, comments | Brian Paul | 2009-09-01 | 1 | -24/+34 |
* | mesa: replace 8 with MAX_TEXTURE_UNITS | Brian Paul | 2009-09-01 | 1 | -1/+1 |
* | mesa: added const qualifiers, move local var | Brian Paul | 2009-08-31 | 1 | -7/+8 |
* | mesa: fix saturation logic in emit_texenv() | Brian Paul | 2009-08-31 | 1 | -1/+7 |
* | mesa: reformat code to allow setting breakpoints on the true-statement | Brian Paul | 2009-08-07 | 1 | -4/+8 |
* | texenv: Use VP->Current, since _Current isn't updated at this point. | Eric Anholt | 2009-08-03 | 1 | -1/+1 |
* | texenv: Match state.c in deciding whether we'll be using a vertex shader. | Eric Anholt | 2009-08-03 | 1 | -0/+1 |
* | texenv: Calculate whether we need to do secondary color on our own. | Eric Anholt | 2009-07-16 | 1 | -3/+15 |
* | Fix state flag dependencies for fixed function fragment program updates. | Eric Anholt | 2009-07-14 | 1 | -0/+10 |
* | mesa: Always return a value. | José Fonseca | 2009-06-15 | 1 | -0/+1 |
* | mesa: merge the prog_src_register::NegateBase and NegateAbs fields | Brian Paul | 2009-04-14 | 1 | -2/+1 |
* | mesa: texture combine clean-ups | Brian Paul | 2009-04-01 | 1 | -8/+5 |
* | mesa: add support for ATI_envmap_bumpmap | Roland Scheidegger | 2009-03-12 | 1 | -9/+90 |
* | mesa: rename, reorder FRAG_RESULT_x tokens | Brian Paul | 2009-02-28 | 1 | -3/+3 |
* | mesa: add TexShadow field to prog_instruction | Brian Paul | 2009-02-20 | 1 | -6/+13 |
* | Merge commit 'origin/gallium-master-merge' | Brian Paul | 2009-02-10 | 1 | -19/+163 |
|\ |
|
| * | mesa: merge gallium-0.2 into gallium-master-merge | Brian Paul | 2009-02-09 | 1 | -19/+166 |
| |\ |
|
| | * | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | 2009-01-02 | 1 | -4/+19 |
| | |\ |
|
| | * | | mesa: Do not specify types in bitfields. | José Fonseca | 2008-12-30 | 1 | -2/+2 |
| | * | | mesa: choose GLSL vertex shader over ARB/internal vertex program in get_fp_in... | Brian Paul | 2008-12-17 | 1 | -1/+13 |
| | * | | mesa: fix fixed-function test in get_fp_input_mask() - again. | Brian Paul | 2008-12-17 | 1 | -3/+5 |