aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl
Commit message (Expand)AuthorAgeFilesLines
* mesa: update tnl module for GL_EXT_vertex_array_bgraBrian Paul2009-01-231-1/+30
* Add a comment about _tnl_emit_indexed_vertices_to_buffer.Thomas Hellstrom2009-01-201-0/+6
* tnl: Add a utility to emit indexed vertices to a DMA buffer.Thomas Hellstrom2009-01-202-1/+50
* mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt2009-01-071-1/+1
* tnl: Fix zeroing of the 3ub part of a 3ub+1ub attrib pair in SSE.Guillaume Melquiond2008-12-091-1/+3
* tnl: Optimize SSE load[23]f_1 since they don't need the identity swizzle.Guillaume Melquiond2008-12-091-2/+4
* tnl: Fix typo that resulted in fallback from SSE for EMIT_3UB_3F_RGB/BGR.Guillaume Melquiond2008-12-091-1/+1
* tnl: Avoid undefined input value use in insert_3f_viewport_2().Guillaume Melquiond2008-12-091-1/+1
* mesa: vertex emit debug code (disabled)Brian Paul2008-10-081-22/+58
* mesa: asst updates for VMSJouk Jansen2008-09-291-3/+4
* mesa: move fixed function vertex program builder from tnl to core mesaKeith Whitwell2008-09-214-1593/+10
* mesa: move rastpos helper to tnlKeith Whitwell2008-09-212-0/+509
* mesa: fix null ptr deref bug in _tnl_InvalidateState(), bug 15834Brian Paul2008-09-181-6/+14
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-1817-76/+76
* mesa: bump MAX_INSN to 350Brian Paul2008-08-281-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://[email protected]/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://[email protected]/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
* | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesaJouk2007-10-022-8/+27
|\|
| * fix VBO-split infinite loop (bug 12164)Brian2007-09-291-4/+3
| * revert a956184f70733bd22e2bbee515386da12302963fMatthieu Castet2007-09-161-1/+1
| * Disable an assert for hw that do not emit POS as first vertex attrib, like nv1xPatrice Mandin2007-09-061-1/+1
| * Fix problem introduced in previous commit in which a state variable (uniform)...Brian2007-08-311-8/+23
| * i965: Calculate the positional light in homogeneous coordinates.Xiang, Haihao2007-08-311-0/+5
* | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesaJouk2007-07-258-1859/+25
|\|
| * Remove ctx->Point._Size and ctx->Line._Width.Brian2007-07-211-1/+1
| * Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-046-24/+24
| * remove obsolete t_save_api.cBrian2007-06-281-1834/+0