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
/
main
/
texenvprogram.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Move texenvprogram.c to ff_fragment_shader.cpp.
Eric Anholt
2011-03-11
1
-1618
/
+0
*
mesa: fix num_draw_buffers==0 in fixed-function fragment program generation
Brian Paul
2011-01-12
1
-2
/
+2
*
mesa: Include mtypes.h in files that use gl_context struct.
Vinson Lee
2011-01-05
1
-0
/
+1
*
Track separate programs for each stage
Ian Romanick
2010-10-27
1
-4
/
+5
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-7
/
+7
*
mesa: Fix printf-like warnings.
Vinson Lee
2010-09-02
1
-1
/
+1
*
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
[next]