set outputs_safe to 0 as it's possible for the code generation
[mesa.git] / src / mesa / tnl /
2007-01-23 Brianfixes for C++ warnings/errors
2007-01-20 BrianInitial implementation of OPCODE_IF/ELSE/ENDIF instruct...
2007-01-17 BrianAdded OPCODE_INT to convert 4 floats to 4 ints.
2007-01-16 Keith WhitwellMerge vbo_0_1_branch
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'vbo_0_1_branch' into vbo-0.2
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2007-01-15 keithwRemove debug, reenable inplace splitting.
2007-01-15 Keith WhitwellSplit too-large draw commands.
2007-01-10 BrianUpdate _save_VertexAttrib() functions for non-aliasing...
2007-01-10 Brianadd code for generic attributes 16..31
2006-12-21 Brianhandle PROGRAM_UNIFORM, fix a _mesa_problem() call
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-16 Briancases for NOP, BRA
2006-12-15 Brianadded assertion to catch use of too many temporaries
2006-12-15 Brianvarying changes
2006-12-15 Brianupdated includes
2006-12-15 Brianupdated includes
2006-12-13 BrianObsolete.
2006-12-13 BrianCheckpoint work for new GLSL compiler back-end.
2006-11-29 Roland Scheideggercheck for target instead of program->Target in _tnl_pro...
2006-11-22 Roland Scheideggerdecrease the current vertex count by 1 if an uneven...
2006-11-22 Roland Scheideggerremove unneded call to _tnl_invalidate_state() in _tnl_...
2006-11-22 Keith WhitwellSet _NEW_LIGHT when materials are present in display...
2006-11-22 Keith WhitwellMove setting of _NEW_LIGHT to only occur when materials...
2006-11-21 Brian Paullist header files in sources files (Dan Nicholson)
2006-11-16 Keith WhitwellMake sure vbo's are mapped before accessing their conte...
2006-11-15 Brian PaulAdd a size parameter to _mesa_add_unnamed_constant...
2006-11-03 Keith WhitwellFix compiler warnings.
2006-11-02 Keith WhitwellFix type-conversion of incoming vertices.
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-02 Keith WhitwellRespect array->Normalized flag.
2006-11-02 Keith Whitwellmissing file
2006-10-31 Brian Paulsignal _NEW_LIGHT in _tnl_copy_to_current()
2006-10-31 Keith Whitwellpickup structs from vbo.h
2006-10-30 Keith Whitwellbetter handling of current attributes. Trivial dlist...
2006-10-30 Brian PaulMove gl_vertex_program_machine struct out of mtypes...
2006-10-29 Keith WhitwellChanges for new vbo-building module.
2006-10-26 Brian PaulIf DEBUG, check that all array indices really do fall...
2006-10-25 Brian PaulPreviously, if a fragment program referenced fragment...
2006-10-18 Brian PaulFix broken line clipping.
2006-10-18 Brian PaulFix a dangerous use of ASSERT in an else-clause not...
2006-10-11 Brian PaulList of source (.c) files in each directory.
2006-10-10 Brian Paula step toward moving run-time vertex program state...
2006-10-07 Roland Scheideggerdo not import arrays for generic arb attribs if the...
2006-09-25 Keith Whitwellbring in active_sz mechanism from i965 driver. Fixes...
2006-09-22 Roland Scheideggerdon't skip user clip plane clipping when the current...
2006-09-13 Brian Pauljust comments and const qualifiers
2006-09-13 Brian Paulfix broken do_EXP()
2006-09-07 Roland Scheideggeronly allow VERT_ATTRIB_MAX instead of _TNL_ATTRIB_MAX...
2006-08-25 Brian PaulRemove XFree86 CVS keyword.
2006-08-25 Brian PaulIn _save_End(), set CurrentExecPrimitive = PRIM_OUTSIDE...
2006-08-25 Brian Paulimproved comments
2006-08-10 Alan HourihaneFixup more PROGRAM_UNDEFINED problems.
2006-08-03 Brian Pauluse WRITE_MASK_* instead of 0x1, 0x2, etc
2006-08-01 Michal KrolClean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492.
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2006-07-20 Brian Pauluse ctx->Light.ShadeModel instead of ctx->_TriangleCaps
2006-07-19 Brian PaulSeveral loops over the map1/2 evaluator arrays were...
2006-06-29 Tilman Sauerbeckadded _TNL_NUM_GENERIC
2006-06-27 Brian PaulDon't use nested struct definitions in tnl_clipspace_fa...
2006-06-18 Aapo Tahkolafix broken negate
2006-06-14 Brian PaulA number of vertex buffer fields like NormalPtr, FogCoo...
2006-06-14 Brian PaulRename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC*
2006-06-14 Brian Paulnew assertion
2006-06-13 Brian Paulremove debug printf
2006-06-13 Brian Paulremove unused index_attr1fv()
2006-06-13 Brian Pauls/0/NULL/
2006-06-13 Brian PaulWhen using an ARB vertex program, the generic vertex...
2006-06-13 Brian Paulminor simplification in texcoord array import
2006-06-13 Brian Paulremove some unneeded #includes
2006-06-12 Ian RomanickAdd support for GL_APPLE_vertex_array_object. Several...
2006-06-08 Brian Paulcheck for invalid mode in glBegin(), bug 7142
2006-06-06 Aapo Tahkolaprevent run_arb_vertex_program from running tnl program...
2006-06-01 Roland ScheideggerFix extended swizzling in vertex programs by introducin...
2006-05-23 Brian PaulAdd const qualifiers in a number of places.
2006-05-16 Michal KrolWrite attribs to slang machine.
2006-05-05 Keith WhitwellRelease temporary
2006-04-25 Michal KrolRemove carriage returns.
2006-04-25 Brian PaulPut color index attribute into the 6th attribute slot.
2006-04-25 Brian PaulNo longer alias generic vertex attribs with conventiona...
2006-04-20 Brian Paulerror_attrib() should generate GL_INVALID_VALUE, not...
2006-04-17 Kristian HøgsbergAdd .note.GNU-stack section to assembler files to avoid...
2006-04-14 Brian PaulReplace ctx->Const.MaxTextureUnits w/ ctx->Const.MaxTex...
2006-04-13 Brian Paulsilence minor warnings
2006-04-11 Michal KrolMore GLSL code:
2006-04-06 Brian PaulRename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect...
2006-04-06 Brian PaulFix line clipping bug 6512.
2006-04-02 Adam JacksonCoverity #476: Avoid walking off the end of ->vtx.attrs...
2006-03-21 Michal KrolGLSL fixes:
2006-03-03 Roland Scheideggerfix up the emit_func list in the experimental arbprogra...
2006-03-02 Keith WhitwellAdd position_invarient support
2006-02-27 Michal KrolMore GLSL code:
2006-02-22 Brian Paulinclude proper header file, remove local extern declara...
2006-02-21 Jouk Jansen Committing in .
2006-02-18 Michal KrolMore GLSL code.
2006-02-15 Michal KrolGet arbfslight demo running.
2006-02-13 Michal KrolAdd ARB_vertex_shader stage just before render stage.
2006-02-02 Brian Pauluse calloc instead of malloc so try_codegen field is...
2006-02-02 Brian Pauladd some assertions to check emit_func[] table validity
next