Merge commit 'origin/master' into gallium-0.2
[mesa.git] / src / mesa / tnl /
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Alan Hourihanetree builds
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-08-28 Brian Paulmesa: bump MAX_INSN to 350
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-24 José Fonsecamesa: Prefix main includes with dir to avoid conflicts.
2008-07-01 Brian Paulinit machine->Samplers (fixes vertex program texture...
2008-06-18 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-16 H. VerbeetCompute/setup fog coordinates even if vertex program...
2008-06-16 H. VerbeetDon't compute vertex fog when fragment program is active.
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-06-02 Nicolai Haehnle[t_vp_build] Fix refcounting-related memory leak
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-16 Brian Paulfix merge collision
2008-05-16 Shunichi Fujifree(key) in _tnl_UpdateFixedFunctionProgram()
2008-05-16 Shunichi FujiFix memory leak in _tnl_UpdateFixedFunctionProgram
2008-05-08 Brian Paulfix refcounting bugs in tnl/tex program caches
2008-05-07 Brianimplement full reference counting for vertex/fragment...
2008-05-02 Corbin SimpsonMerge branch 'r500test' of git://people.freedesktop...
2008-05-01 Alex DeucherMerge branch 'r500test' of git://people.freedesktop...
2008-04-23 George Sapountzisglcore: drop outdated sources files intented for xorg
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-19 Brians/x86_init_func/x86_init_func_size (fixes bug 15119)
2008-03-19 Alan Hourihaneset outputs_safe to 0 as it's possible for the code...
2008-03-19 Alan Hourihaneset outputs_safe to 0 as it's possible for the code...
2008-03-19 Alan Hourihaneremove redundant init
2008-02-25 José FonsecaRemove files of unsupported build systems.
2008-01-01 Hans de Goedet_vp_build: fix temporary register allocation to minimi...
2007-12-08 BrianNew vbo_set_draw_func() to keep vbo context opaque...
2007-11-30 joukjUpdates of some OpenVMS makefiles.
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-29 BrianNew ctx->Driver.Map/UnmapTexture() functions for access...
2007-11-29 Briancleanups, comments
2007-11-29 BrianMove _mesa_load_tracked_matrices() from TNL module...
2007-11-14 Roland Scheideggerfix position invariant vertex programs for sw-tnl
2007-11-03 BrianFix mem leak in SSE code generation path (Michel Dänzer...
2007-10-31 Brianremove dead program cache code
2007-10-31 BrianUse ffvertex_prog.c code instead of t_vp_build.c code.
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-29 Brianrefactoring to begin removing dependency on tnl context
2007-10-29 Briansimplify getting of current frag prog
2007-10-29 BrianRefactor _tnl_UpdateFixedFunctionProgram().
2007-10-29 Eric AnholtMerge branch 'origin'
2007-10-29 Michal KrolRename 'mms-config.' to 'mms.config'.
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-23 Brianproperly init dst reg's CondMask/Swizzle fields
2007-10-23 Brianproperly init dst reg's CondMask/Swizzle fields
2007-10-17 BrianWhen in GL_FEEDBACK mode, make sure we emit color and...
2007-10-16 Brianfix fog, rescale_normals bugs (from gallium branch)
2007-10-15 Brianfix incorrect register in get_eye_normal() for rescale_...
2007-10-15 BrianFix useabs logic in build_fog().
2007-10-15 Brianremove feedback hack
2007-10-15 BrianUndo prev changes.
2007-10-12 Dave AirlieMerge branch 'master' into i915-superioctl
2007-10-09 BrianUse linked fragment shader inputs (if present) to deter...
2007-10-09 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-10-03 Roland Scheideggerminor fog calc cleanup
2007-10-03 Jouk Update of OpenVMS makefiles for the use of "new" inclu...
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-29 Brianfix VBO-split infinite loop (bug 12164)
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-09-16 Matthieu Castetrevert a956184f70733bd22e2bbee515386da12302963f
2007-09-10 Brianmove FLUSH_CURRENT
2007-09-06 BrianMove guts of glRasterPos down into T&L module.
2007-09-06 BrianMove guts of glRasterPos into tnl module, called via...
2007-09-06 Patrice MandinDisable an assert for hw that do not emit POS as first...
2007-08-31 BrianFix problem introduced in previous commit in which...
2007-08-31 Xiang, Haihaoi965: Calculate the positional light in homogeneous...
2007-08-30 BrianSketch out per-vertex point size.
2007-08-25 Keith Whitwellcheckpoint in constant tracking rework
2007-08-20 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-17 Brianadded null VB->AttribPtr[i] check
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-21 BrianRemove ctx->Point._Size and ctx->Line._Width.
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-04 BrianBe more consistant with paths in #includes. Eventually...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-28 Brianremove obsolete t_save_api.c
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-05-24 Eric AnholtMerge branch 'master' into i915-unification
2007-05-23 BrianFix point attentuation problem (bug 11042)
2007-05-22 Roland Scheideggerfog: fix potential issues with generated vp using fog
2007-05-22 Roland Scheideggerfog: fix issues with negative fog coords (may fix ...
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-05-10 J.JansenUpdated OpenVMS makefiles
2007-05-03 Brianchanges to get DDX/DDY working again
2007-05-02 BrianDocument a deficiency in the _swrast_Translate() functi...
2007-04-17 BrianEnable texture sampling for vertex programs/shaders.
2007-04-17 BrianIn bind_inputs() set VB->EdgeFlag to NULL if it's not...
2007-04-17 Roland Scheideggercleanups for t_vb_program.c
next