summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-1121-1657/+598
|\
| * mesa: Prefix main includes with dir to avoid conflicts.José Fonseca2008-07-2419-79/+79
| * set outputs_safe to 0 as it's possible for the code generationAlan Hourihane2008-03-191-1/+1
| * remove redundant initAlan Hourihane2008-03-191-2/+0
| * Remove files of unsupported build systems.José Fonseca2008-02-251-75/+0
| * New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl m...Brian2007-12-071-0/+3
| * remove dead program cache codeBrian2007-10-314-1638/+1
| * Use ffvertex_prog.c code instead of t_vp_build.c code.Brian2007-10-313-1/+13
| * refactoring to begin removing dependency on tnl contextBrian2007-10-291-6/+33
| * simplify getting of current frag progBrian2007-10-291-6/+1
| * Refactor _tnl_UpdateFixedFunctionProgram().Brian2007-10-292-35/+57
| * Rename 'mms-config.' to 'mms.config'.Michal Krol2007-10-291-1/+1
| * properly init dst reg's CondMask/Swizzle fieldsBrian2007-10-231-3/+3
| * When in GL_FEEDBACK mode, make sure we emit color and texcoord registers.Brian2007-10-171-0/+5
| * fix incorrect register in get_eye_normal() for rescale_normals caseBrian2007-10-151-2/+1
| * Fix useabs logic in build_fog().Brian2007-10-151-2/+5
| * remove feedback hackBrian2007-10-151-7/+0
| * Undo prev changes.Brian2007-10-151-0/+7
| * Use linked fragment shader inputs (if present) to determine which outputs are...Brian2007-10-091-1/+8
| * move FLUSH_CURRENTBrian2007-09-101-3/+0
| * Move guts of glRasterPos down into T&L module.Brian2007-09-061-0/+3
| * Move guts of glRasterPos into tnl module, called via new ctx->Driver.RasterPo...Brian2007-09-061-0/+508
| * Sketch out per-vertex point size.Brian2007-08-301-0/+14
| * checkpoint in constant tracking reworkKeith Whitwell2007-08-251-0/+7
| * added null VB->AttribPtr[i] checkBrian2007-08-171-1/+1
* | init machine->Samplers (fixes vertex program texture fetches)Brian Paul2008-07-011-0/+2
* | Compute/setup fog coordinates even if vertex program is enabled.H. Verbeet2008-06-162-4/+4
* | Don't compute vertex fog when fragment program is active.H. Verbeet2008-06-161-7/+7
* | [t_vp_build] Fix refcounting-related memory leakNicolai Haehnle2008-06-021-3/+3
* | fix merge collisionBrian Paul2008-05-161-3/+1
* | free(key) in _tnl_UpdateFixedFunctionProgram()Shunichi Fuji2008-05-161-0/+3
* | Fix memory leak in _tnl_UpdateFixedFunctionProgramShunichi Fuji2008-05-161-0/+2
* | fix refcounting bugs in tnl/tex program cachesBrian Paul2008-05-072-26/+27
* | implement full reference counting for vertex/fragment programsBrian2008-05-061-1/+2
* | glcore: drop outdated sources files intented for xorgGeorge Sapountzis2008-04-231-34/+0
* | s/x86_init_func/x86_init_func_size (fixes bug 15119)Brian2008-03-191-1/+1
* | set outputs_safe to 0 as it's possible for the code generationAlan Hourihane2008-03-191-1/+1
* | t_vp_build: fix temporary register allocation to minimise the allocationsHans de Goede2008-01-021-8/+11
* | Updates of some OpenVMS makefiles.joukj2007-11-301-1/+2
* | Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesajoukj2007-11-303-147/+209
|\ \
| * | New ctx->Driver.Map/UnmapTexture() functions for accessing textures from t_vb...Brian2007-11-291-0/+48
| * | cleanups, commentsBrian2007-11-291-27/+28
| * | Move _mesa_load_tracked_matrices() from TNL module to prog_statevars.cBrian2007-11-292-99/+3
| * | fix position invariant vertex programs for sw-tnlRoland Scheidegger2007-11-151-52/+151
| * | Fix mem leak in SSE code generation path (Michel Dänzer) and don't crash if ...Brian2007-11-031-3/+13
* | | Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesaJouk2007-10-312-18/+16
|\ \ \ | |/ /
| * | properly init dst reg's CondMask/Swizzle fieldsBrian2007-10-231-3/+3
| * | fix fog, rescale_normals bugs (from gallium branch)Brian2007-10-151-3/+5
| * | minor fog calc cleanupRoland Scheidegger2007-10-031-12/+8
* | | Update of OpenVMS makefiles for the use of "new" include file conventionJouk2007-10-031-1/+3