summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vb_program.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Use bitmask/ffs to iterate enabled clip planes.Mathias Fröhlich2016-06-161-33/+32
* program: Remove condition-code and precision support.Matt Turner2016-03-011-6/+0
* tnl: remove unneeded #include of colormac.hBrian Paul2015-04-011-1/+0
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-1/+1
* mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry2014-01-091-2/+2
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: move max texture image unit constants to gl_program_constantsMarek Olšák2013-05-111-2/+2
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-151-19/+19
* mesa: Remove miscellaneous remains of NV_vertex_program.Eric Anholt2012-10-151-32/+0
* mesa: Remove support for NV_vertex_program's tracked matrices.Eric Anholt2012-10-151-7/+2
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-1/+1
* mesa: s/FREE/free/Brian Paul2012-09-011-1/+1
* mesa: s/CALLOC/calloc/Brian Paul2012-09-011-1/+1
* swrast: Support sampler object for texture fetching statePauli Nieminen2012-08-011-1/+3
* 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