mesa.git
2009-01-06 Brian Paulmesa: better error message when running out of GLSL...
2009-01-06 Brian Paulmesa: disable debug output
2009-01-06 Brian Paulmesa: fix some GLSL array regressions
2009-01-06 Brian Paulmesa: updated GLSL docs
2009-01-06 Brian Paulmesa: bump glsl grammar revision
2009-01-06 Brian Paulmesa: more re-org of variable declarations in glsl...
2009-01-06 Brian Paulmesa: more comments, clean up
2009-01-06 Brian Paulmesa: added comments, remove unused code
2009-01-06 Brian Paulmesa: checkpoint: handle uniform vars in _slang_gen_var...
2009-01-06 Brian Paulmesa: place glsl constant arrays in constant memory
2009-01-06 Brian Paulmesa: remove old size=4 limit
2009-01-06 Brian Paulmesa: code clean-up in glsl compiler
2009-01-06 Brian Paulmesa: remove unneeded swizzle init code in glsl compiler
2009-01-06 Brian Paulmesa: disable glsl debug output
2009-01-06 Brian Paulmesa: remove unused varpool code in glsl compiler
2009-01-06 Brian Paulmesa: basic array constructors work now
2009-01-06 Brian Paulmesa: copy array_len in slang_fully_specified_type_copy()
2009-01-06 Brian Paulmesa: remove incorrect array_len assignment
2009-01-06 Brian Paulmesa: array size fix in _slang_typeof_operation()
2009-01-06 Brian Paulmesa: fix some more GLSL 1.20 array things.
2009-01-06 Brian Paulmesa: more glsl function renaming
2009-01-06 Brian Paulmesa: use _slang_alloc()
2009-01-06 Brian Paulmesa: glsl compiler function renaming
2009-01-06 Brian Paulmesa: more glsl type/function movement
2009-01-06 Brian Paulmesa: move some glsl compiler functions to different...
2009-01-06 Brian Paulmesa: move _slang_locate_function() to different file
2009-01-06 Brian Paulmesa: remove unused fixup table code in glsl compiler
2009-01-06 Brian Paulmesa: checkpoint: GLSL 1.20 array constructors
2009-01-06 Brian Paulmesa: consolidate variable declaration initializer...
2009-01-06 Brian Paulmesa: move variable initializer IR generation into...
2009-01-06 Brian Paulmesa: simplify some glsl variable declaration code
2009-01-06 Brian Paulmesa: glsl clean-ups
2009-01-06 Brian Paulmesa: checkpoint commit of GLSL 1.20 array syntax.
2009-01-06 Brian Paulmesa: in slang linker, replace assertion with link...
2009-01-06 Brianmesa: fix conditional in save_Lightfv(), bug 18838
2009-01-06 Brian Paulmesa: add missing type check for function calls
2009-01-06 Brian Paulmesa: add missing size check for assignment optimization
2009-01-06 Brian Paulmesa: remove debug code
2009-01-06 Brian Paulgallium: added centroid/invarient fields to declarations
2009-01-06 Brian Paulmesa: added support for GLSL 1.20 array.length() method
2009-01-06 Brian Paulmesa: support for GLSL 1.20 array types
2009-01-06 Brian Paulmesa: pass shader centroid/invariant info through to...
2009-01-06 Brian Paultgsi: add tgsi_declaration fields for centroid sampling...
2009-01-06 Brian Paulmesa: add gl_program::Input/OutputFlags[] array
2009-01-06 Brian Paulmesa: copy centroid/invariance/precision info in parse_...
2009-01-06 Brian Paulmesa: check that varying variable qualifiers agree
2009-01-06 Brian Paulmesa: copy precision/variant/centroid info in slang_ful...
2009-01-06 Brian Paulmesa: set flags for varying vars
2009-01-06 Brian Paulmesa: rename program parameter flags to match other...
2009-01-06 Brian Paulmesa: copy Flags in _mesa_clone_parameter_list()
2009-01-06 Brian Paulmesa: dump/debug varying vars list
2009-01-06 Brian Paulmesa: added PROG_PARAM_ bits for invariant, flat/linear...
2009-01-06 Brian Paulmesa: add Flags field to gl_program_parameter
2009-01-06 Brian Paulmesa: issue error, don't crash, when calling a prototyp...
2009-01-06 Brian Paulmesa: better variable name: s/aux/store/
2009-01-06 Brian Paulmesa: minor comment reformattting
2009-01-06 Brian Paulmesa: glsl compiler debug code
2009-01-06 Brian Paulmesa: rework GLSL array code generation
2009-01-06 Brian Paulmesa: don't realloc instruction buffer so often
2009-01-06 Brian Paulmesa: updated comment
2009-01-06 Brian Paulmesa: fix merge conflict left-overs
2009-01-06 Brian Paulmesa: no longer need Writemask field in GLSL IR nodes
2009-01-06 Brian Paulmesa: revamp GLSL instruction emit code
2009-01-06 Brian Paulmesa: make writemask_string() non-static
2009-01-06 Brian Paulmesa: remove some do-nothing GLSL code
2009-01-06 Brian Paulmesa: fix accidental regression in GLSL built-in textur...
2009-01-06 Brian Paulmesa: remove unused/obsolete __NormalMatrixTranspose...
2009-01-06 Brian Paulmesa: tweak program register printing for RelAddr case
2009-01-06 Brian Paulmesa: allow relative indexing into all register files...
2009-01-06 Brian Paulmesa: track initialization status of uniform variables...
2009-01-06 Brian Paulmesa: initial support for uniform variable initializers.
2009-01-06 Brian Paulmesa: allows 'f' suffix on GLSL float literals
2009-01-06 Brian Paulmesa: add support for 'centroid' qualifier in GLSL...
2009-01-06 Brian Paulmesa: add support for 'invariant' keyword for GLSL...
2009-01-06 Brian Paulmesa: reformat comments, rewrap lines, etc for a little...
2009-01-06 Brian Paulgallium: Fix typeo in mipmap filter for GL_UNSIGNED_SHO...
2009-01-05 José Fonsecascons: Specify C99 throughout all the tree.
2008-12-24 Brian Paulgallium: implement TGSI_OPCODE_DP2A, add sqrt to NRM3...
2008-12-23 Keith Whitwelltgsi: fix incomplete rename of loop counter variable
2008-12-23 Keith Whitwelldraw: allow driver-override of draw_need_pipeline()
2008-12-23 Michal Kroltgsi: Dump indirect register swizzle.
2008-12-22 Michal Kroltgsi: Return 0.0 for negative constant register indices.
2008-12-22 Michal Kroltgsi: Keep address register as a floating point.
2008-12-22 José Fonsecasoftpipe: Don't fill surfaces's winsys fields.
2008-12-22 José Fonsecasoftpipe: Call surface_alloc_storage to get the pipebuf...
2008-12-22 Jerome Glissesoftpipe: initialize refcount and winsys
2008-12-22 Jerome Glissesoftpipe: convert to use texture instead of surface
2008-12-22 José Fonsecagallium: const correctness.
2008-12-21 José FonsecaIgnore new tests executables.
2008-12-20 José Fonsecagallium: Fix typo in define name.
2008-12-19 José Fonsecagallium: Simple and efficient cache.
2008-12-19 Brian Paulgallium: replace #elif with #else
2008-12-19 Brian Paultgsi: scan for additional info: uses_fogcoord, uses_fro...
2008-12-18 Brian Paulgallium: fix two-sided lighting test in state tracker
2008-12-18 Robert EllisonGallium: fix for conform test
2008-12-18 Michal Krolglsl: Fix handling of nested parens in macro actual...
2008-12-18 Eric Anholtmesa: Pass the context to query object delete cb to...
2008-12-18 José Fonsecagallium: Enable memory debugging on all windows platforms.
2008-12-18 Brian Paulmesa: choose GLSL vertex shader over ARB/internal verte...
2008-12-18 Brian Paulgallium: fix memory corruption in u_gen_mipmap.c
next