mesa: point size arrays
[mesa.git] / src / mesa / shader /
2008-06-24 José Fonsecamesa: Use appropriate unsigned/signed, float/integer...
2008-06-12 Zack Rusinsilly bug: it's PROGRAM_VARYING
2008-06-12 Zack Rusinglsl: make sure we replace all output reads with tempor...
2008-06-12 Brian Paulmesa: remove unneeded #include
2008-06-12 Zack Rusinalmost forgot - RelAddr is a boolean so use it here
2008-06-12 Zack Rusinshaders: fix allocation of arrays of parameters
2008-06-12 Zack Rusinglsl: implement variable array indexes
2008-06-10 Brian Paulmesa: include mtypes.h
2008-06-09 Zack Rusinglsl: fix array size initialiazers using const variables
2008-06-04 Alan HourihaneSet the attribute as used.
2008-06-03 Keith WhitwellMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-31 José Fonsecamesa: Apply MSVC portability fixes from Alan Hourihane.
2008-05-28 Keith WhitwellMerge branch 'gallium-vertex-linear' into gallium-tex...
2008-05-28 Jakob BornecrantzMerge branch 'gallium-vertex-linear' into gallium-0.1
2008-05-24 Keith Whitwellmesa: pre-swizzle normal scale state value
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-23 Keith Whitwellmesa: do object-space lighting in ffvertex_prog.c
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian Paulcopy StateFlags in _mesa_clone_parameter_list()
2008-05-20 Brian Paulfix incorrect sampler numbering/indexing.
2008-05-19 Brian Paulfix tempReg test in _mesa_combine_programs()
2008-05-19 Brian Paulfix tempReg test in _mesa_combine_programs()
2008-05-19 Zack RusinMerge commit 'origin/gallium-0.1' into gallium-vertex...
2008-05-18 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-18 Brian Paulprint vertex.attrib[n] (from master)
2008-05-18 Brian PaulFix some bugs in material, depth range state
2008-05-18 Brian Paulalias ProgramEnvParameter4xyARB and ProgramParameter4xy...
2008-05-16 Brian Paulbring in fixes/changes from master
2008-05-16 Brian PaulFix a program refcounting error, don't share program...
2008-05-15 Brian Paulfix parsing of state.texenv.color (bug 14931)
2008-05-15 Brian PaulConsolidate texture fetch code and use partial derivati...
2008-05-14 Brian Paulmesa: fix InfoLog memleak, misc sync with master
2008-05-14 Eric AnholtBug #13492: Only call ProgramStringNotify if program...
2008-05-14 Brianfix swizzle error test (bug 11881)
2008-05-14 Brian Paulfix-up inlined/non-inlined function inconsistencies
2008-05-14 Brian Paulmesa: rm unneeded file
2008-05-14 Brian Paulmesa: prefix rm command with -
2008-05-14 Brian Paulrewrite some of the mat*mat, mat*vec intrinsics
2008-05-14 Brian Paulmesa: regenerate slang built-in data (asin(vec4) fix)
2008-05-14 Brian Paulmesa: fix missing w assignment in asin(vec4)
2008-05-14 Brian Paulmesa: use CALLOC_STRUCT()
2008-05-14 Brian Paulmesa: updated comment
2008-05-14 Brian Paulmesa: minor bug fixes from master
2008-05-14 Brian Paulmesa: dead code removal
2008-05-14 Brian Paulmesa: minor bug fixes, null ptr checks, dead code removal
2008-05-14 Brian Paulmesa: fix errors in LightModelProduct state, other...
2008-05-14 Brian Paulmesa: glUniform(location==-1) is not an error
2008-05-14 Brian Paulfix some additional program refcounting bugs
2008-05-14 Brian Paulfix some additional program refcounting bugs
2008-05-09 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-09 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-09 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-08 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-08 Brian Paulmesa: minor fixes in _mesa_free_shader_program_data...
2008-05-07 Brian Paulgallium: implement full reference counting for vertex...
2008-05-07 Briangallium: implement full reference counting for vertex...
2008-04-23 Brian Paulgallium: fix potential divide by zero in fog computation
2008-04-16 Brian Paulmesa: added internal post color matrix scale/bias vars
2008-04-14 Brian Paulfix GL_ARB_texture_rectangle breakage
2008-04-14 David Flynnmesa: define #extension GL_ARB_texture_rectangle
2008-04-07 Brianmesa: call _mesa_remove_varying_reads() after compiling...
2008-04-07 Brianmesa: new _mesa_remove_varying_reads() function
2008-04-07 Brianmesa: added _mesa_insert_instructions()
2008-04-07 Brianmesa: added _mesa_free_instructions()
2008-04-05 Brianmesa: no longer combine vertex/fragment shader paramete...
2008-04-05 Brianmesa: new functions for managing list/index of uniforms
2008-04-04 Brian Paulgallium: make sure to set the SamplersUsed field for...
2008-03-31 Markus Amslerfix parsing bug involving comments at the end of ARB...
2008-03-27 Brianconsolidate some parsing functions that were pretty...
2008-03-27 Brianmesa: misc sync-up with master
2008-03-27 Brianraise GL_INVALID_OPERATION if glProgramString compilati...
2008-03-27 BrianFix the compile of disabled DEBUG_PARSING code.
2008-03-27 Brianmake sure state token values are fully initialized
2008-03-27 Brianadded program_error2() function for better error reporting
2008-03-27 BrianFix state.texgen parsing error (bug 12313).
2008-03-25 Brian Paulmesa: fix some issues in _mesa_combine_programs()
2008-03-25 Brian Paulmesa: append fog instructions after parsing if a fog...
2008-03-25 Brian Paulmesa: when negating scalar src args, use NEGATE_XYZW...
2008-03-22 Brianuse ctx->Driver.DeleteProgram() in a few more places
2008-03-17 Markus Amsleronly set InputsRead bit if input is really used
2008-03-14 Brian Paulmesa: init tmpNode to zeros
2008-03-14 Brian Paulmesa: fix emit_clamp() so that we don't use an output...
2008-03-13 Keith Whitwellmesa: fix (harmless?) assignment in assert
2008-03-12 Brianmesa: set SamplersUsed bitmask when parsing ARB fragmen...
2008-02-27 Jerome Glissemesa: set input read only on success
2008-02-25 José FonsecaRemove files of unsupported build systems.
2008-01-18 Brians/varible/variable/
2008-01-18 Brianset param type to PROGRAM_CONSTANT when parsing immediates
2008-01-16 Brianuse NEGATE_X/Y/Z/W tokens
2008-01-16 Brianclean-up swizzle fields in fog code, fix NegateBase
2008-01-16 Briancopy UsesKill state in _mesa_combine_programs()
2008-01-01 Brianfree program caches
2008-01-01 Brianfix a memleak
2007-12-08 BrianMove _mesa_init_glsl_driver_functions() into shader_api.c
2007-10-31 Brianfix type for Samplers field
2007-10-31 Brianalloc caches for fixed-func vertex/fragment progs
2007-10-31 Brianfix InputsRead bug in _mesa_combine_programs()
2007-10-31 Brianspecial-case KIL/KIL_NV
2007-10-30 Brianmore additions for COLOR_MATRIX, etc
next