summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-06mesa: added PROG_PARAM_ bits for invariant, flat/linear interpolationBrian Paul
2009-01-06mesa: add Flags field to gl_program_parameterBrian Paul
2009-01-06mesa: issue error, don't crash, when calling a prototyped, but undefined func...Brian Paul
2009-01-06mesa: better variable name: s/aux/store/Brian Paul
2009-01-06mesa: minor comment reformatttingBrian Paul
2009-01-06mesa: glsl compiler debug codeBrian Paul
2009-01-06mesa: rework GLSL array code generationBrian Paul
2009-01-06mesa: don't realloc instruction buffer so oftenBrian Paul
2009-01-06mesa: updated commentBrian Paul
2009-01-06mesa: fix merge conflict left-oversBrian Paul
2009-01-06mesa: no longer need Writemask field in GLSL IR nodesBrian Paul
2009-01-06mesa: revamp GLSL instruction emit codeBrian Paul
2009-01-06mesa: make writemask_string() non-staticBrian Paul
2009-01-06mesa: remove some do-nothing GLSL codeBrian Paul
2009-01-06mesa: fix accidental regression in GLSL built-in texture matrix lookupBrian Paul
2009-01-06mesa: remove unused/obsolete __NormalMatrixTranspose matrixBrian Paul
2009-01-06mesa: tweak program register printing for RelAddr caseBrian Paul
2009-01-06mesa: allow relative indexing into all register files and indirect dst regist...Brian Paul
2009-01-06mesa: track initialization status of uniform variables. Plus, asst clean-ups.Brian Paul
2009-01-06mesa: initial support for uniform variable initializers.Brian Paul
2009-01-06mesa: allows 'f' suffix on GLSL float literalsBrian Paul
2009-01-06mesa: add support for 'centroid' qualifier in GLSL 1.20Brian Paul
2009-01-06mesa: add support for 'invariant' keyword for GLSL 1.20Brian Paul
2009-01-06mesa: reformat comments, rewrap lines, etc for a little better readabilityBrian Paul
2009-01-06Merge commit 'origin/master' into gallium-0.2Brian Paul
2009-01-06gallium: Fix typeo in mipmap filter for GL_UNSIGNED_SHORT_1_5_5_5_REVBrian Paul
2009-01-06cell: replace 0 with -1 in SPE_COUNT_USABLE_SPES queryJonathan Adamczewski
2009-01-06mesa: remove dri_sarea.h, add glcore.h in MakefileBrian Paul
2009-01-06mesa: Fix the size per pixel for packed pixel format data type.Xiang, Haihao
2009-01-06mesa: Fix the number of components for GL_UNSIGNED_SHORT_1_5_5_5_REV. (bug #1...Xiang, Haihao
2009-01-06dri: correct the damage.Xiang, Haihao
2009-01-05cell: fix code emit for RSQ/RCP when src arg == dst argBrian Paul
2009-01-05mesa: add GLushort cases for render to texture (Z-buffers)Brian Paul
2009-01-06nv50: fill image unit index in TEX varientsBen Skeggs
2009-01-06nv50: fix crash in nv50_program_destroyBen Skeggs
2009-01-06nv50: working towards 3D texturesBen Skeggs
2009-01-06nv50: slightly better miptree allocationBen Skeggs
2009-01-06nv50: add TXP to TEX case.. not correct, but anyway..Ben Skeggs
2009-01-06nv50: indentation for TEX is a little overenthusiasticBen Skeggs
2009-01-06nv50: ensure we actually get contiguous regs for TEX insn.Ben Skeggs
2009-01-05mesa: fix a GLSL swizzled writemask bugBrian Paul
2009-01-05i965: implement OPCODE_TRUNC (round toward zero) on vertex path.Brian Paul
2009-01-05scons: Specify C99 throughout all the tree.José Fonseca
2009-01-05glu: Add mangled symbols to export listTom Fogal
2009-01-05cell: SIMDize sorting in setup_sort_vertices()Jonathan Adamczewski
2009-01-05cell: SIMDize some subtractionsJonathan Adamczewski
2009-01-05progs/glsl: Add ignoresJakob Bornecrantz
2009-01-05progs/glsl: Remove double target def for vert-or-frag-onlyJakob Bornecrantz
2009-01-04cell: improvements to spu_tri.cJonathan Adamczewski
2009-01-04cell: new spu_shuffle.h headerJonathan Adamczewski