ARB_Occlusion_query should support multiple query at same time
[mesa.git] / src / mesa / tnl /
2007-01-23 Brianfixes for C++ warnings/errors
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
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-10-31 Brian Paulsignal _NEW_LIGHT in _tnl_copy_to_current()
2006-10-30 Brian PaulMove gl_vertex_program_machine struct out of mtypes...
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
2005-12-08 Brian Pauldo away with 'long long' usage
2005-12-08 Karl Schultzuse 64-bit typedefs for portability
2005-12-06 Brian PaulC++ fixes, mostly casts (Stephane Conversy)
2005-12-05 Keith WhitwellAdd guard before calling ctx->Driver.BindProgram
2005-12-01 Keith WhitwellCall ProgramStringNotify after creating tnl programs.
2005-12-01 Keith WhitwellClean up clipping somewhat
2005-11-24 Keith WhitwellUse _mesa_exec_free for fp->func.
2005-11-22 Brian Paulreference bug 5131 in comment in _tnl_free_vertices()
2005-11-22 Brian Pauldisable freeing of fp->func, see comment (bug 5131)
2005-11-22 Keith WhitwellMake sure tnl->_DoVertexFog is kept uptodate. Fixes...
2005-11-19 Brian PaulRemove the _mesa_parse_arb_vertex/fragment_program...
2005-11-18 Aapo TahkolaFix typo causing secondary color not to work properly.
2005-11-16 Brian PaulAdded error checking in _tnl_Begin to detect incomplete...
2005-11-16 Brian Paulchange an assertion
2005-11-16 Brian PaulReplace GL_POLYGON+1 with PRIM_OUTSIDE_BEGIN_END
2005-11-12 Brian PaulMove stuff common to vertex/fragment_program into the...
2005-11-08 Ian RomanickThis patch adds the missing NV_vertex_program2 and...
2005-11-05 Brian Pauls/_mesa_debug_vp_inst/_mesa_print_program/
2005-11-05 Brian Pauluse _mesa_num_inst_src_regs() and _mesa_opcode_string()
2005-11-05 Brian PaulUnify vertex/fragment program instuctions.
2005-11-05 Brian Paulremove unneeded #includes
2005-11-04 Brian Pauljust pass ctx to do_ndc_cliptest() rather than stuffing...
2005-11-03 Brian Pauls/15/VERT_RESULT_MAX/
2005-11-02 Aapo TahkolaRemove some ghost code and adjust things a bit.
2005-11-01 Keith WhitwellAdd a NotifyInputChanges() callback so that drivers...
2005-11-01 Keith WhitwellSeveral fp and vp tweaks:
next