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
2008-12-17
mesa: choose GLSL vertex shader over ARB/internal vertex program in get_fp_in...
Brian Paul
2008-12-17
mesa: fix fixed-function test in get_fp_input_mask() - again.
Brian Paul
2008-12-17
mesa: add missing cases for texture array targets
Brian Paul
2008-12-17
Revert "mesa: fix vertex program test in get_fp_input_mask()"
Brian Paul
2008-12-17
mesa: fix vertex program test in get_fp_input_mask()
Brian Paul
2008-10-20
mesa: note that texcoords are generated by setup routines when pointsprite en...
Keith Whitwell
2008-10-10
mesa: new _mesa_set_vp_override() function for driver-override of vertex program
Brian Paul
2008-10-07
mesa: replace GLuint with GLbitfield to be clearer about usage
Brian Paul
2008-10-07
mesa: protect against segfault in get_fp_input_mask()
Keith Whitwell
2008-10-04
mesa: handle vertex program enabled case also in texenvprogram.c
Keith Whitwell
2008-10-03
mesa: avoid generating constant vertex attributes in fixedfunc programs
Keith Whitwell
2008-10-03
mesa: shrink texenvprogram state key struct
Keith Whitwell
2008-09-26
mesa: fix temp register allocation problems.
Brian Paul
2008-09-25
mesa: increase MAX_INSTRUCTIONS
Brian Paul
2008-09-25
mesa: fix swizzle failure, fix typo
Brian Paul
2008-05-31
mesa: Apply MSVC portability fixes from Alan Hourihane.
José Fonseca
2008-01-18
use PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when generating immediates/...
Brian
2007-12-14
set SamplerUnit[] entry in load_texture() just to be safe
Brian
2007-12-14
set program->SamplersUsed bit when using a texture instruction
Brian
2007-10-31
Update texenvprogram.c code to use prog_cache.c routines.
Brian
2007-10-29
Remove ctx field from texenvprog_cache
Brian
2007-10-29
Refactor _mesa_UpdateTexEnvProgram()
Brian
2007-10-29
Disable the else clause which assigns the default fragment program to ctx->Fr...
Brian
2007-10-23
properly init dst reg's CondMask/Swizzle fields
Brian
2007-10-23
bump up MAX_INSTRUCTIONS and add an assertion to catch emitting too many inst...
Brian
2007-10-02
Generate a texenv fragment program if there's a GLSL vertex shader but no GLS...
Brian
2007-09-25
include programopt.h
Brian
2007-09-25
Disable vertex shader fog, compute fog in fragment shader.
Brian
2007-09-18
temporarily set the FRAG_BIT_FOGC bit in InputsRead when fog is enabled
Brian
2007-07-04
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-07-03
fix GL_DOT3_RGBA texture combiner mode in generated fragment programs (bug #1...
Roland Scheidegger
2007-03-26
merge of glsl-compiler-1 branch
Brian
2007-03-22
use _mesa_copy_instructions()
Brian
2007-02-24
Undo some changes to _mesa_UpdateTexEnvProgram(). Fixes broken i915 texturing.
Brian
2007-02-23
s/GLint/gl_state_index/, length is now 5 not 6
Brian
2007-01-23
fix g++ warnings/errors
Brian
2007-01-23
fixes for C++ warnings/errors
Brian
2007-01-09
Moved NumTexInstructions, NumTexIndirections, etc. into gl_program since
Brian
2006-12-15
Lots of assorted changes for new GLSL compiler backend.
Brian
2006-11-15
Add a size parameter to _mesa_add_unnamed_constant() and
Brian Paul
2006-10-30
remove debug code
Brian Paul
2006-10-29
Rather than always allocating 100 instructions, put instructions into a
Brian Paul
2006-10-29
Change _mesa_init_instruction() to initialize an array of instructions.
Brian Paul
2006-08-10
Fix some breakage after the PROGRAM_UNDEFINED change
Alan Hourihane
2006-07-20
Some structure renaming. Prefix vertex/fragment-related structs with
Brian Paul
2006-05-30
remove redundant 'const'
Brian Paul
2006-05-23
Add const qualifiers in a number of places.
Brian Paul
2006-05-23
In cache_item(), there was sizeof(void) expression.
Brian Paul
2006-05-22
memory usage fixes for glean/conform, use a better hash function
Keith Whitwell
2006-05-22
Fix typo
Keith Whitwell
[next]