| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Add support for AMD_depth_clamp_separate | Sagar Ghuge | 2018-08-28 | 1 | -2/+4 |
* | mesa: replace VP/FP/ATIfs _Enabled flags with helper functions | Marek Olšák | 2017-06-22 | 1 | -1/+3 |
* | st/mesa/r200/i915/i965: move ARB program fields into a union | Timothy Arceri | 2016-11-17 | 1 | -2/+2 |
* | r200/glsl/st/mesa: use common outputs written field | Timothy Arceri | 2016-10-26 | 1 | -3/+4 |
* | r200/i915/st/mesa/compiler: use common inputs read field | Timothy Arceri | 2016-10-26 | 1 | -1/+1 |
* | mesa/i965/i915/r200: eliminate gl_vertex_program | Timothy Arceri | 2016-10-26 | 1 | -12/+12 |
* | mesa: Use bitmask/ffs to iterate enabled clip planes. | Mathias Fröhlich | 2016-06-16 | 1 | -33/+32 |
* | program: Remove condition-code and precision support. | Matt Turner | 2016-03-01 | 1 | -6/+0 |
* | tnl: remove unneeded #include of colormac.h | Brian Paul | 2015-04-01 | 1 | -1/+0 |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 1 | -1/+1 |
* | mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array. | Paul Berry | 2014-01-09 | 1 | -2/+2 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: move max texture image unit constants to gl_program_constants | Marek Olšák | 2013-05-11 | 1 | -2/+2 |
* | 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 | -19/+19 |
* | mesa: Remove miscellaneous remains of NV_vertex_program. | Eric Anholt | 2012-10-15 | 1 | -32/+0 |
* | mesa: Remove support for NV_vertex_program's tracked matrices. | Eric Anholt | 2012-10-15 | 1 | -7/+2 |
* | Don't cast the return value of malloc/realloc | Matt Turner | 2012-09-05 | 1 | -1/+1 |
* | mesa: s/FREE/free/ | Brian Paul | 2012-09-01 | 1 | -1/+1 |
* | mesa: s/CALLOC/calloc/ | Brian Paul | 2012-09-01 | 1 | -1/+1 |
* | swrast: Support sampler object for texture fetching state | Pauli Nieminen | 2012-08-01 | 1 | -1/+3 |
* | tnl: remove ctx->Driver.Map/UnmapTexture() calls | Brian Paul | 2012-01-24 | 1 | -8/+2 |
* | mesa: Make gl_program::InputsRead 64 bits. | Mathias Fröhlich | 2011-11-29 | 1 | -1/+1 |
* | mesa: add swrast_texture_image::Buffer | Brian Paul | 2011-10-23 | 1 | -0/+2 |
* | tnl: fix result vector allocation regression | Brian Paul | 2011-10-07 | 1 | -4/+10 |
* | tnl: Delay results allocation until we actually need them. | Eric Anholt | 2011-10-01 | 1 | -7/+5 |
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -1/+1 |
* | Merge branch 'draw-instanced' | Brian Paul | 2011-01-15 | 1 | -2/+5 |
|\ |
|
| * | tnl: implement instanced drawing | Brian Paul | 2010-12-10 | 1 | -2/+5 |
* | | tnl: a better way to initialize the gl_program_machine memory | Brian Paul | 2010-12-13 | 1 | -15/+17 |
* | | tnl: Initialize gl_program_machine memory in run_vp. | Vinson Lee | 2010-12-10 | 1 | -1/+1 |
|/ |
|
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -10/+10 |
* | tnl: Reduce header file inclusion in t_context.h. | Vinson Lee | 2010-08-07 | 1 | -0/+1 |
* | tnl: Remove unnecessary headers. | Vinson Lee | 2010-07-31 | 1 | -1/+0 |
* | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul | 2010-06-10 | 1 | -3/+3 |
* | Drop macro wrappers for the aligned memory functions | Kristian Høgsberg | 2010-02-19 | 1 | -2/+2 |
* | mesa: replace old MEMCPY macro with memcpy | Brian Paul | 2010-02-19 | 1 | -1/+1 |
* | mesa: change ctx->Driver.ProgramStringNotify() to return GLboolean | Brian Paul | 2010-02-04 | 1 | -1/+2 |
* | Merge branch 'mesa_7_7_branch' | Jakob Bornecrantz | 2010-01-14 | 1 | -1/+0 |
|\ |
|
| * | tnl: Remove unnecessary header from t_vb_program.c. | Vinson Lee | 2010-01-12 | 1 | -1/+0 |
* | | Merge branch 'mesa_7_7_branch' | Brian Paul | 2010-01-08 | 1 | -0/+7 |
|\| |
|
| * | tnl: set FOGC result to (f,0,0,1) | Brian Paul | 2010-01-06 | 1 | -0/+7 |
* | | tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG] | Eric Anholt | 2009-11-19 | 1 | -6/+2 |
* | | tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr. | Eric Anholt | 2009-11-19 | 1 | -4/+4 |
* | | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*] | Eric Anholt | 2009-11-19 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'outputswritten64' | Ian Romanick | 2009-11-17 | 1 | -4/+4 |
* | Revert "Store clipping distance for user clip planes as part of vertex proces... | Ian Romanick | 2009-10-22 | 1 | -15/+0 |
* | Store clipping distance for user clip planes as part of vertex processing | Ian Romanick | 2009-10-13 | 1 | -0/+15 |