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
*
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2008-11-20
1
-1
/
+6
|
\
|
*
mesa: fix shadow sampling unit issue.
Xiang, Haihao
2008-11-20
1
-1
/
+6
|
*
set SamplerUnit[] entry in load_texture() just to be safe
Brian
2008-09-24
1
-0
/
+4
|
*
use PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when generating immediates/...
Brian
2008-09-24
1
-1
/
+1
|
*
set program->SamplersUsed bit when using a texture instruction
Brian
2008-09-24
1
-1
/
+4
|
*
Remove ctx field from texenvprog_cache
Brian
2008-09-24
1
-4
/
+4
|
*
include programopt.h
Brian
2008-09-24
1
-0
/
+1
|
*
Disable vertex shader fog, compute fog in fragment shader.
Brian
2008-09-24
1
-5
/
+11
|
*
temporarily set the FRAG_BIT_FOGC bit in InputsRead when fog is enabled
Brian
2008-09-24
1
-0
/
+1
|
*
mesa: Apply MSVC portability fixes from Alan Hourihane.
José Fonseca
2008-09-23
1
-5
/
+5
|
*
mesa: move fixed function vertex program builder from tnl to core mesa
Keith Whitwell
2008-09-21
1
-137
/
+27
*
|
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
|
*
|
mesa: avoid generating constant vertex attributes in fixedfunc programs
Keith Whitwell
2008-10-03
1
-5
/
+89
|
*
|
mesa: shrink texenvprogram state key struct
Keith Whitwell
2008-10-03
1
-5
/
+7
|
*
|
mesa: fix temp register allocation problems.
Brian Paul
2008-09-26
1
-0
/
+15
|
*
|
mesa: increase MAX_INSTRUCTIONS
Brian Paul
2008-09-25
1
-4
/
+2
|
*
|
mesa: fix swizzle failure, fix typo
Brian Paul
2008-09-25
1
-3
/
+5
*
|
|
mesa: fix temp register allocation problems.
Brian Paul
2008-10-02
1
-0
/
+15
*
|
|
mesa: increase MAX_INSTRUCTIONS
Brian Paul
2008-09-26
1
-4
/
+2
*
|
|
mesa: fix swizzle failure, fix typo
Brian Paul
2008-09-26
1
-3
/
+5
*
|
|
mesa: get fixed-function program generation working again
Keith Whitwell
2008-09-12
1
-0
/
+3
*
|
|
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
2008-09-11
1
-153
/
+59
|
\
|
|
|
|
/
|
/
|
|
*
mesa: Apply MSVC portability fixes from Alan Hourihane.
José Fonseca
2008-05-31
1
-5
/
+5
|
*
use PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when generating immediates/...
Brian
2008-01-18
1
-1
/
+1
|
*
set SamplerUnit[] entry in load_texture() just to be safe
Brian
2007-12-14
1
-0
/
+4
|
*
set program->SamplersUsed bit when using a texture instruction
Brian
2007-12-14
1
-1
/
+3
|
*
Update texenvprogram.c code to use prog_cache.c routines.
Brian
2007-10-31
1
-128
/
+7
|
*
Remove ctx field from texenvprog_cache
Brian
2007-10-29
1
-12
/
+11
|
*
Refactor _mesa_UpdateTexEnvProgram()
Brian
2007-10-29
1
-32
/
+36
|
*
Disable the else clause which assigns the default fragment program to ctx->Fr...
Brian
2007-10-29
1
-0
/
+2
|
*
properly init dst reg's CondMask/Swizzle fields
Brian
2007-10-23
1
-2
/
+2
|
*
bump up MAX_INSTRUCTIONS and add an assertion to catch emitting too many inst...
Brian
2007-10-23
1
-3
/
+6
|
*
Generate a texenv fragment program if there's a GLSL vertex shader but no GLS...
Brian
2007-10-02
1
-1
/
+2
|
*
include programopt.h
Brian
2007-09-25
1
-0
/
+1
|
*
Disable vertex shader fog, compute fog in fragment shader.
Brian
2007-09-25
1
-5
/
+11
|
*
temporarily set the FRAG_BIT_FOGC bit in InputsRead when fog is enabled
Brian
2007-09-18
1
-0
/
+1
*
|
texenvprogram: Mark textures using ARB_shadow as ShadowSamplers
Nicolai Haehnle
2008-06-14
1
-2
/
+6
*
|
[texenvprogram] Fix refcounting-related memory leak.
Nicolai Haehnle
2008-06-02
1
-1
/
+2
*
|
fix refcounting bugs in tnl/tex program caches
Brian Paul
2008-05-07
1
-26
/
+33
*
|
replace // comment with /* */ (bug 14916)
Brian
2008-03-09
1
-1
/
+1
*
|
i965: use _Current pointer instead of Current pointer.
Xiang, Haihao
2008-02-29
1
-1
/
+2
*
|
fix bug with generated fragment programs if vertex shader is active
Roland Scheidegger
2008-02-15
1
-2
/
+2
*
|
Merge branch '965-glsl'
Zou Nan hai
2007-10-26
1
-1
/
+1
|
\
\
[next]