aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vb_program.c
Commit message (Expand)AuthorAgeFilesLines
* Drop macro wrappers for the aligned memory functionsKristian Høgsberg2010-02-191-2/+2
* mesa: replace old MEMCPY macro with memcpyBrian Paul2010-02-191-1/+1
* mesa: change ctx->Driver.ProgramStringNotify() to return GLbooleanBrian Paul2010-02-041-1/+2
* Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2010-01-141-1/+0
|\
| * tnl: Remove unnecessary header from t_vb_program.c.Vinson Lee2010-01-121-1/+0
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-081-0/+7
|\|
| * tnl: set FOGC result to (f,0,0,1)Brian Paul2010-01-061-0/+7
* | tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]Eric Anholt2009-11-191-6/+2
* | tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt2009-11-191-4/+4
* | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt2009-11-191-1/+0
|/
* Merge branch 'outputswritten64'Ian Romanick2009-11-171-4/+4
* Revert "Store clipping distance for user clip planes as part of vertex proces...Ian Romanick2009-10-221-15/+0
* Store clipping distance for user clip planes as part of vertex processingIan Romanick2009-10-131-0/+15
* mesa: move call to init_c_cliptest() from enable.c to tnl module.Brian Paul2009-09-091-0/+2
* mesa: Add support for ARB_depth_clamp.Eric Anholt2009-09-081-2/+4
* tnl: if NAN_CHECK is enabled, also assert that pos.x != 0Brian Paul2009-08-131-0/+3
* tnl: add some floating point sanity checks (disabled)Brian Paul2009-06-031-2/+25
* mesa: remove MAX_VERTEX_PROGRAM_ATTRIBSBrian Paul2009-05-221-1/+1
* swrast: do texture sampling/combining in floating pointBrian Paul2009-04-011-6/+1
* init machine->Samplers (fixes vertex program texture fetches)Brian Paul2008-07-011-0/+2
* 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-291-93/+1
* fix position invariant vertex programs for sw-tnlRoland Scheidegger2007-11-151-52/+151
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-041-5/+5
* changes to get DDX/DDY working againBrian2007-05-021-0/+2
* Enable texture sampling for vertex programs/shaders.Brian2007-04-171-11/+47
* cleanups for t_vb_program.cRoland Scheidegger2007-04-171-13/+19
* unhook t_vb_arbprogram.c code - it's going awayBrian2007-04-161-0/+14
* init machine->StackDepth=0Brian2007-03-271-0/+3
* remove 'maxInst' parameter from _mesa_execute_program()Brian2007-02-251-2/+1
* remove unused 'element' parameter from _mesa_execute_program()Brian2007-02-251-1/+1
* s/attribs/results/Brian2007-02-251-17/+17
* Optimize the loop for copying output results.Brian2007-02-251-5/+12
* only copy used outputsBrian2007-02-251-3/+4
* Use prog_execute.c to run vertex programs until t_vb_arbprogram.c is updated toBrian2007-02-241-1/+1
* expose _mesa_load_tracked_matrices()Brian2007-02-231-6/+8
* use new _mesa_execute_program() functionBrian2007-02-221-26/+153
* updated includesBrian2006-12-151-1/+2
* Checkpoint work for new GLSL compiler back-end.Brian2006-12-131-9/+14
* Move gl_vertex_program_machine struct out of mtypes.h and put into nvvertexec.h.Brian Paul2006-10-301-7/+7
* a step toward moving run-time vertex program state out of GLcontextBrian Paul2006-10-101-4/+4
* Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul2006-07-201-1/+1
* A number of vertex buffer fields like NormalPtr, FogCoordPtr, etc are reallyBrian Paul2006-06-141-8/+6
* remove some unneeded #includesBrian Paul2006-06-131-2/+1
* Replace ctx->Const.MaxTextureUnits w/ ctx->Const.MaxTexture[Coord/Image]UnitsBrian Paul2006-04-141-1/+1
* Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the valueBrian Paul2006-04-061-1/+1
* GLSL fixes:Michal Krol2006-03-211-1/+1
* Add ARB_vertex_shader stage just before render stage.Michal Krol2006-02-131-2/+5
* Move stuff common to vertex/fragment_program into the base class, including:Brian Paul2005-11-121-3/+3