summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vb_program.c
Commit message (Expand)AuthorAgeFilesLines
* tnl: remove ctx->Driver.Map/UnmapTexture() callsBrian Paul2012-01-241-8/+2
* mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich2011-11-291-1/+1
* mesa: add swrast_texture_image::BufferBrian Paul2011-10-231-0/+2
* tnl: fix result vector allocation regressionBrian Paul2011-10-071-4/+10
* tnl: Delay results allocation until we actually need them.Eric Anholt2011-10-011-7/+5
* mesa: s/INLINE/inline/Brian Paul2011-10-011-1/+1
* Merge branch 'draw-instanced'Brian Paul2011-01-151-2/+5
|\
| * tnl: implement instanced drawingBrian Paul2010-12-101-2/+5
* | tnl: a better way to initialize the gl_program_machine memoryBrian Paul2010-12-131-15/+17
* | tnl: Initialize gl_program_machine memory in run_vp.Vinson Lee2010-12-101-1/+1
|/
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-10/+10
* tnl: Reduce header file inclusion in t_context.h.Vinson Lee2010-08-071-0/+1
* tnl: Remove unnecessary headers.Vinson Lee2010-07-311-1/+0
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-3/+3
* 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