index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
texenvprogram.c
Age
Commit message (
Expand
)
Author
2010-10-27
Track separate programs for each stage
Ian Romanick
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-09-02
mesa: Fix printf-like warnings.
Vinson Lee
2010-07-02
mesa: fix texenv generation when num color bufs == 0
Brian Paul
2010-07-02
mesa: make the number of draw buffers part of the texenv program key state
Brian Paul
2010-06-10
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-04-08
texenvprogram: fix for ARB_draw_buffers.
Dave Airlie
2010-02-19
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
Remove _mesa_memcmp in favor of plain memcmp.
Kenneth Graunke
2010-02-19
Remove _mesa_memset in favor of plain memset.
Kenneth Graunke
2010-02-09
mesa: add back-door support for cylindrical texture wrap mode
Brian Paul
2010-02-04
mesa: change ctx->Driver.ProgramStringNotify() to return GLboolean
Brian Paul
2009-12-22
mesa: Remove an unnecessary store reported by clang.
Eric Anholt
2009-12-22
mesa: Remove _mesa_exit wrapper for exit().
Eric Anholt
2009-11-17
Merge branch 'outputswritten64'
Ian Romanick
2009-09-24
mesa: added default case return to silence warning
Brian Paul
2009-09-10
mesa: in texenvprogram code, only do saturation when really needed.
Brian Paul
2009-09-03
mesa: compute tex env program key size based on nr_enabled_units
Brian Paul
2009-09-02
Revert "mesa: fix the non-GNU C bit-field case"
Brian Paul
2009-09-02
mesa: fix the non-GNU C bit-field case
Brian Paul
2009-09-02
mesa: silence gcc bit-field warning
Gary Wong
2009-09-02
mesa: remove accidentally committed printf
Brian Paul
2009-09-02
mesa: added #ifdef __GNUC__ around GLubyte bitfield usage
Brian Paul
2009-09-02
mesa: Compact state key for TexEnv program cache
Chris Wilson
2009-09-01
mesa: more clean-ups
Brian Paul
2009-09-01
mesa: change conditional to match the previous one
Brian Paul
2009-09-01
mesa: updated #includes
Brian Paul
2009-09-01
mesa: remove unused texenv_fragment_program::ctx field
Brian Paul
2009-09-01
mesa: remove unused ureg::abs field
Brian Paul
2009-09-01
mesa: remove unused ureg:negateabs field
Brian Paul
2009-09-01
mesa: more comments, clean-ups
Brian Paul
2009-09-01
mesa: simplify translate_tex_src_bit()
Brian Paul
2009-09-01
mesa: minor code clean-ups, comments
Brian Paul
2009-09-01
mesa: replace 8 with MAX_TEXTURE_UNITS
Brian Paul
2009-08-31
mesa: added const qualifiers, move local var
Brian Paul
2009-08-31
mesa: fix saturation logic in emit_texenv()
Brian Paul
2009-08-07
mesa: reformat code to allow setting breakpoints on the true-statement
Brian Paul
2009-08-03
texenv: Use VP->Current, since _Current isn't updated at this point.
Eric Anholt
2009-08-03
texenv: Match state.c in deciding whether we'll be using a vertex shader.
Eric Anholt
2009-07-16
texenv: Calculate whether we need to do secondary color on our own.
Eric Anholt
2009-07-14
Fix state flag dependencies for fixed function fragment program updates.
Eric Anholt
2009-06-15
mesa: Always return a value.
José Fonseca
2009-04-14
mesa: merge the prog_src_register::NegateBase and NegateAbs fields
Brian Paul
2009-04-01
mesa: texture combine clean-ups
Brian Paul
2009-03-12
mesa: add support for ATI_envmap_bumpmap
Roland Scheidegger
2009-02-28
mesa: rename, reorder FRAG_RESULT_x tokens
Brian Paul
2009-02-20
mesa: add TexShadow field to prog_instruction
Brian Paul
2009-02-10
Merge commit 'origin/gallium-master-merge'
Brian Paul
2009-02-10
mesa: remove the unused _mesa_UpdateTexEnvProgram() function
Brian Paul
2009-02-09
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
[next]