index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: 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
|
|
*
|
mesa: add missing cases for texture array targets
Brian Paul
2008-12-17
1
-6
/
+10
|
|
*
|
Revert "mesa: fix vertex program test in get_fp_input_mask()"
Brian Paul
2008-12-17
1
-1
/
+3
|
|
*
|
mesa: fix vertex program test in get_fp_input_mask()
Brian Paul
2008-12-17
1
-3
/
+1
|
|
*
|
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2008-11-20
1
-1
/
+6
|
|
|
\
\
|
|
*
\
\
Merge commit 'origin/gallium-0.1' into gallium-0.2
Brian Paul
2008-11-05
1
-0
/
+12
|
|
|
\
\
\
|
|
|
*
|
|
mesa: note that texcoords are generated by setup routines when pointsprite en...
Keith Whitwell
2008-10-20
1
-0
/
+12
|
|
*
|
|
|
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
2008-10-15
1
-2
/
+12
|
|
|
\
|
|
|
|
|
|
*
|
|
mesa: new _mesa_set_vp_override() function for driver-override of vertex program
Brian Paul
2008-10-10
1
-2
/
+12
|
|
*
|
|
|
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
2008-10-10
1
-16
/
+106
|
|
|
\
|
|
|
|
|
|
*
|
|
mesa: replace GLuint with GLbitfield to be clearer about usage
Brian Paul
2008-10-07
1
-14
/
+16
|
|
|
*
|
|
mesa: protect against segfault in get_fp_input_mask()
Keith Whitwell
2008-10-07
1
-1
/
+4
|
|
|
*
|
|
mesa: handle vertex program enabled case also in texenvprogram.c
Keith Whitwell
2008-10-04
1
-5
/
+4
[next]