summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-01-06mesa: add gl_program::Input/OutputFlags[] arrayBrian Paul
2009-01-06mesa: copy centroid/invariance/precision info in parse_init_declarator()Brian Paul
2009-01-06mesa: check that varying variable qualifiers agreeBrian Paul
2009-01-06mesa: copy precision/variant/centroid info in slang_fully_specified_type_copy()Brian Paul
2009-01-06mesa: set flags for varying varsBrian Paul
2009-01-06mesa: rename program parameter flags to match other Mesa conventionsBrian Paul
2009-01-06mesa: copy Flags in _mesa_clone_parameter_list()Brian Paul
2009-01-06mesa: dump/debug varying vars listBrian Paul
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-06gallium: Fix typeo in mipmap filter for GL_UNSIGNED_SHORT_1_5_5_5_REVBrian Paul
2009-01-05scons: Specify C99 throughout all the tree.José Fonseca
2008-12-24gallium: implement TGSI_OPCODE_DP2A, add sqrt to NRM3/NRM4Brian Paul
2008-12-23tgsi: fix incomplete rename of loop counter variableKeith Whitwell
2008-12-23draw: allow driver-override of draw_need_pipeline()Keith Whitwell
2008-12-23tgsi: Dump indirect register swizzle.Michal Krol
2008-12-22tgsi: Return 0.0 for negative constant register indices.Michal Krol
2008-12-22tgsi: Keep address register as a floating point.Michal Krol
2008-12-22softpipe: Don't fill surfaces's winsys fields.José Fonseca
2008-12-22softpipe: Call surface_alloc_storage to get the pipebuffer for display targets.José Fonseca
2008-12-22softpipe: initialize refcount and winsysJerome Glisse
2008-12-22softpipe: convert to use texture instead of surfaceJerome Glisse
2008-12-22gallium: const correctness.José Fonseca
2008-12-20gallium: Fix typo in define name.José Fonseca
2008-12-19gallium: Simple and efficient cache.José Fonseca
2008-12-19gallium: replace #elif with #elseBrian Paul
2008-12-18tgsi: scan for additional info: uses_fogcoord, uses_frontfacingBrian Paul
2008-12-18gallium: fix two-sided lighting test in state trackerBrian Paul