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
/
shader
Age
Commit message (
Expand
)
Author
2008-06-28
s/GL_INVALID_VALUE/GL_INVALID_OPERATION/ in _mesa_get_uniformfv()
Brian Paul
2008-06-24
mesa: Use appropriate unsigned/signed, float/integer types.
José Fonseca
2008-06-12
silly bug: it's PROGRAM_VARYING
Zack Rusin
2008-06-12
glsl: make sure we replace all output reads with temporaries
Zack Rusin
2008-06-12
mesa: remove unneeded #include
Brian Paul
2008-06-12
almost forgot - RelAddr is a boolean so use it here
Zack Rusin
2008-06-12
shaders: fix allocation of arrays of parameters
Zack Rusin
2008-06-12
glsl: implement variable array indexes
Zack Rusin
2008-06-10
mesa: include mtypes.h
Brian Paul
2008-06-09
glsl: fix array size initialiazers using const variables
Zack Rusin
2008-06-04
Set the attribute as used.
Alan Hourihane
2008-05-31
mesa: Apply MSVC portability fixes from Alan Hourihane.
José Fonseca
2008-05-28
Merge branch 'gallium-vertex-linear' into gallium-0.1
Jakob Bornecrantz
2008-05-24
mesa: pre-swizzle normal scale state value
Keith Whitwell
2008-05-23
mesa: do object-space lighting in ffvertex_prog.c
Keith Whitwell
2008-05-20
copy StateFlags in _mesa_clone_parameter_list()
Brian Paul
2008-05-20
fix incorrect sampler numbering/indexing.
Brian Paul
2008-05-19
fix tempReg test in _mesa_combine_programs()
Brian Paul
2008-05-18
print vertex.attrib[n] (from master)
Brian Paul
2008-05-18
Fix some bugs in material, depth range state
Brian Paul
2008-05-18
alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)
Brian Paul
2008-05-16
bring in fixes/changes from master
Brian Paul
2008-05-16
Fix a program refcounting error, don't share program parameter lists.
Brian Paul
2008-05-14
fix parsing of state.texenv.color (bug 14931)
Brian Paul
2008-05-14
Consolidate texture fetch code and use partial derivatives when possible.
Brian Paul
2008-05-14
mesa: fix InfoLog memleak, misc sync with master
Brian Paul
2008-05-14
Bug #13492: Only call ProgramStringNotify if program parsing succeeded.
Eric Anholt
2008-05-14
fix swizzle error test (bug 11881)
Brian
2008-05-14
fix-up inlined/non-inlined function inconsistencies
Brian Paul
2008-05-14
mesa: rm unneeded file
Brian Paul
2008-05-14
mesa: prefix rm command with -
Brian Paul
2008-05-14
rewrite some of the mat*mat, mat*vec intrinsics
Brian Paul
2008-05-14
mesa: regenerate slang built-in data (asin(vec4) fix)
Brian Paul
2008-05-14
mesa: fix missing w assignment in asin(vec4)
Brian Paul
2008-05-14
mesa: use CALLOC_STRUCT()
Brian Paul
2008-05-14
mesa: updated comment
Brian Paul
2008-05-14
mesa: minor bug fixes from master
Brian Paul
2008-05-14
mesa: dead code removal
Brian Paul
2008-05-14
mesa: minor bug fixes, null ptr checks, dead code removal
Brian Paul
2008-05-14
mesa: fix errors in LightModelProduct state, other misc error cases
Brian Paul
2008-05-14
mesa: glUniform(location==-1) is not an error
Brian Paul
2008-05-14
fix some additional program refcounting bugs
Brian Paul
2008-05-06
gallium: implement full reference counting for vertex/fragment programs
Brian
2008-04-23
gallium: fix potential divide by zero in fog computation
Brian Paul
2008-04-16
mesa: added internal post color matrix scale/bias vars
Brian Paul
2008-04-14
fix GL_ARB_texture_rectangle breakage
Brian Paul
2008-04-14
mesa: define #extension GL_ARB_texture_rectangle
David Flynn
2008-04-07
mesa: call _mesa_remove_varying_reads() after compiling vertex shaders
Brian
2008-04-07
mesa: new _mesa_remove_varying_reads() function
Brian
2008-04-07
mesa: added _mesa_insert_instructions()
Brian
[next]