| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | Replace gl_vert_result enum with gl_varying_slot. | Paul Berry | 2013-03-15 | 1 | -1/+1 |
* | mesa: Fix comments for NV_vp code that's now only used by other extensions. | Eric Anholt | 2012-10-15 | 1 | -1/+1 |
* | mesa: Push the shine table into the tnl module. | Mathias Fröhlich | 2012-02-29 | 1 | -0/+18 |
* | mesa: Convert to use GLbitfield64 directly. | Mathias Fröhlich | 2011-12-28 | 1 | -13/+1 |
* | mesa: Convert RENDERINPUTS* macros to GLbitfield64. | Mathias Fröhlich | 2011-12-28 | 1 | -12/+14 |
* | mesa: Renumber the tnl attributes to match VERT_ATTRIB*. | Mathias Fröhlich | 2011-12-02 | 1 | -29/+29 |
* | tnl: s/INLINE/inline/ | Brian Paul | 2011-11-30 | 1 | -1/+1 |
* | mesa: add swrast_texture_image::Buffer | Brian Paul | 2011-10-23 | 1 | -1/+0 |
* | tnl: implement instanced drawing | Brian Paul | 2010-12-10 | 1 | -0/+2 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -23/+23 |
* | tnl: Reduce header file inclusion in t_context.h. | Vinson Lee | 2010-08-07 | 1 | -2/+0 |
* | tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG] | Eric Anholt | 2009-11-19 | 1 | -3/+0 |
* | tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr. | Eric Anholt | 2009-11-19 | 1 | -3/+3 |
* | tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtr | Eric Anholt | 2009-11-19 | 1 | -2/+5 |
* | tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS] | Eric Anholt | 2009-11-19 | 1 | -1/+0 |
* | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*] | Eric Anholt | 2009-11-19 | 1 | -2/+1 |
* | tnl: Replace NormalPtr with AttribPtr[_TNL_ATTRIB_NORMAL] | Eric Anholt | 2009-11-19 | 1 | -2/+1 |
* | tnl: Remove unused NotifyInputChanges() tnl dd hook. | Eric Anholt | 2009-11-19 | 1 | -5/+0 |
* | Revert "Store clipping distance for user clip planes as part of vertex proces... | Ian Romanick | 2009-10-22 | 1 | -1/+0 |
* | Store clipping distance for user clip planes as part of vertex processing | Ian Romanick | 2009-10-13 | 1 | -0/+1 |
* | mesa: move call to init_c_cliptest() from enable.c to tnl module. | Brian Paul | 2009-09-09 | 1 | -0/+4 |
* | mesa: move #include "bitset.h" out of mtypes.h - not needed in core Mesa | Brian Paul | 2009-02-28 | 1 | -0/+1 |
* | mesa: move fixed function vertex program builder from tnl to core mesa | Keith Whitwell | 2008-09-21 | 1 | -17/+0 |
* | fix refcounting bugs in tnl/tex program caches | Brian Paul | 2008-05-07 | 1 | -1/+1 |
* | Be more consistant with paths in #includes. Eventually, eliminate a bunch of... | Brian | 2007-07-04 | 1 | -2/+2 |
* | remove unused VaryingPtr | Brian | 2007-02-25 | 1 | -1/+0 |
* | Merge branch 'origin' into glsl-compiler-1 | Brian | 2007-02-22 | 1 | -286/+54 |
|\ |
|
| * | pickup structs from vbo.h | Keith Whitwell | 2006-10-31 | 1 | -1/+1 |
| * | Changes for new vbo-building module. | Keith Whitwell | 2006-10-29 | 1 | -286/+54 |
* | | varying changes | Brian | 2006-12-15 | 1 | -1/+1 |
|/ |
|
* | bring in active_sz mechanism from i965 driver. Fixes bug 8410 | Keith Whitwell | 2006-09-25 | 1 | -0/+1 |
* | Several loops over the map1/2 evaluator arrays were incorrect. | Brian Paul | 2006-07-19 | 1 | -2/+5 |
* | added _TNL_NUM_GENERIC | Tilman Sauerbeck | 2006-06-29 | 1 | -0/+2 |
* | Don't use nested struct definitions in tnl_clipspace_fastpath. | Brian Paul | 2006-06-27 | 1 | -6/+8 |
* | A number of vertex buffer fields like NormalPtr, FogCoordPtr, etc are really | Brian Paul | 2006-06-14 | 1 | -1/+0 |
* | Rename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC* | Brian Paul | 2006-06-14 | 1 | -25/+29 |
* | Put color index attribute into the 6th attribute slot. | Brian Paul | 2006-04-25 | 1 | -8/+10 |
* | No longer alias generic vertex attribs with conventional attribs for GL_ARB_v... | Brian Paul | 2006-04-25 | 1 | -3/+8 |
* | More GLSL code: | Michal Krol | 2006-04-11 | 1 | -91/+69 |
* | C++ fixes, mostly casts (Stephane Conversy) | Brian Paul | 2005-12-06 | 1 | -1/+1 |
* | Clean up clipping somewhat | Keith Whitwell | 2005-12-01 | 1 | -5/+0 |
* | Added error checking in _tnl_Begin to detect incomplete framebuffer. | Brian Paul | 2005-11-16 | 1 | -0/+6 |
* | Add a NotifyInputChanges() callback so that drivers (particularly tnl | Keith Whitwell | 2005-11-01 | 1 | -0/+5 |
* | Improve tnl program searching performance. | Aapo Tahkola | 2005-10-31 | 1 | -3/+7 |
* | Remove _tnl_MakeCurrent() and the unused ctx->Driver.MakeCurrent() callback. | Brian Paul | 2005-09-14 | 1 | -7/+1 |
* | Store compiled vertex program representations in a pointer in the | Keith Whitwell | 2005-06-09 | 1 | -0/+11 |