Speedup the venerable mm.[ch] allocator with doubly linked lists and a
[mesa.git] / src / mesa / tnl /
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:
2005-11-01 Aapo TahkolaFix segmentation fault in _tnl_ProgramCacheDestroy().
2005-11-01 Brian PaulRe-org and clean-up of vertx/fragment program limits...
2005-10-31 Aapo TahkolaNeed more than 200 instructions.
2005-10-31 Aapo TahkolaImprove tnl program searching performance.
2005-10-29 Brian Pauladded some assertions to catch unexpected swizzle value...
2005-10-29 Brian Paulreduced swizzle comment
2005-10-29 Brian Pauladded warning about use of REG_SCRATCH
2005-10-29 Brian Paulfix errors in RoughApproxPower(), do_LIT(), _tnl_progra...
2005-10-28 Brian PaulKeith's fixes for RSW and XPD (need temporaries)
2005-10-28 Brian Paulinclude tnl.h to silence warning
2005-10-28 Brian PaulAdded assert that result != arg0 in do_RSW. This curre...
2005-10-28 Brian PaulTNL module needs to implement ctx->Driver.ProgramString...
2005-10-10 Brian Paulfixed constant fogcoord bug (#4729)
2005-10-07 Brian PaulFix a number of point size attenuation problems.
2005-09-23 Jouk Jansen Committing in .
2005-09-19 Brian Pauladditional wrapper updates, bug 4468
2005-09-16 Brian Pauluse mesa import wrappers, bug 4468
2005-09-14 Brian PaulRemove _tnl_MakeCurrent() and the unused ctx->Driver...
2005-08-25 Brian Paulremoved GL_HP_occlusion_test extension
2005-08-12 Brian Pauladded FREXPF() macro (bug 4060)
2005-08-10 Keith WhitwellCheck for prim/vertex store non-null before messing...
2005-08-09 Keith WhitwellDecrement the context's refcounts on part-used storage...
2005-08-06 Vladimir DergachevFollow suggestion by Aapo Tahkola to fix giant memory...
2005-07-22 Brian Paulsome GLuint idx -> GLint idx changes
2005-07-22 Brian PaulMake the vertex program source register Index field...
2005-07-18 Ian RomanickWrap every place that accesses a dispatch table with...
2005-07-15 Brian PaulCheck for null program->Parameters pointer in validate_...
2005-07-15 Brian Pauladded comments
2005-07-13 Keith WhitwellUse the LDEXPF wrapper macro.
2005-07-13 Keith WhitwellWrap RESTORE_FPU/RND_NEG_FPU declarations with check...
2005-07-10 Keith WhitwellAdd runtime compiled x87 implementations for most of...
2005-07-01 Karl SchultzUse frexp on Windows; frexpf is not available.
2005-07-01 Brian Paulreplace some free() calls with _mesa_free()
2005-06-30 Brian PaulAdd a set of predicate functions for testing matrices...
2005-06-28 Brian Pauljust code clean-ups and new comments
2005-06-27 Brian Paulinclude t_vp_build.h
2005-06-27 Brian Pauladded _tnl_ProgramCacheDestroy() prototype
2005-06-27 Brian Paulmake create_new_program() static
2005-06-21 Brian Paulinclude light.h to silence warning
2005-06-19 Brian PaulDefine __FUNCTION__ as a preprocessor symbol in glheade...
2005-06-14 Jouk Jansen Committing in .
2005-06-10 Keith Whitwellremove debug prints
2005-06-10 Keith WhitwellAllow the print opcode to compile
2005-06-10 Keith WhitwellFix typo in spot attenuation
2005-06-10 Keith WhitwellCorrect test for attenuation.
2005-06-10 Keith WhitwellFix colormaterial flag calculations.
2005-06-10 Keith WhitwellAdd notes about intended precision of opcodes.
2005-06-09 Keith WhitwellFix a couple of buglets
2005-06-09 Keith WhitwellAnother typo
2005-06-09 Keith WhitwellFurther clean up RoughApproxPow2 and disable the optimi...
next