| Commit message (Expand) | Author | Age | Files | Lines |
* | st/mesa/r200/i915/i965: move ARB program fields into a union | Timothy Arceri | 2016-11-17 | 1 | -1/+1 |
* | r200/glsl/st/mesa: use common outputs written field | Timothy Arceri | 2016-10-26 | 1 | -3/+3 |
* | r200/i915/st/mesa/compiler: use common inputs read field | Timothy Arceri | 2016-10-26 | 1 | -1/+1 |
* | st/mesa/r200/i915/i965: eliminate gl_fragment_program | Timothy Arceri | 2016-10-26 | 1 | -12/+11 |
* | program: Remove condition-code and precision support. | Matt Turner | 2016-03-01 | 1 | -6/+0 |
* | swrast: Avoid double promotion. | Matt Turner | 2015-07-29 | 1 | -2/+2 |
* | swrast: remove unneeded #include of colormac.h | Brian Paul | 2015-04-01 | 1 | -1/+1 |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 1 | -1/+1 |
* | swrast: use new _mesa_base_tex_image() helper | Brian Paul | 2015-01-05 | 1 | -2/+2 |
* | mesa/sso: rename Shader to the pointer _Shader | Gregory Hainaut | 2014-03-25 | 1 | -1/+1 |
* | mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar... | Paul Berry | 2014-01-21 | 1 | -1/+1 |
* | 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_frag_attrib enum with gl_varying_slot. | Paul Berry | 2013-03-15 | 1 | -6/+6 |
* | swrast: Remove support for the NV_fragment_program extension. | Kenneth Graunke | 2012-10-16 | 1 | -5/+0 |
* | swrast: Support sampler object for texture fetching state | Pauli Nieminen | 2012-08-01 | 1 | -7/+10 |
* | swrast: Only avoid empty _TexEnvPrograms | Ian Romanick | 2012-02-15 | 1 | -1/+2 |
* | swrast: Fix fixed-function fragment processing | Chad Versace | 2012-01-27 | 1 | -0/+12 |
* | swrast: fix float->uint conversion of gl_FragDepth | Brian Paul | 2011-10-19 | 1 | -1/+2 |
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -1/+1 |
* | mesa: move gl_texture_image::Width/Height/DepthScale fields to swrast | Brian Paul | 2011-09-22 | 1 | -2/+4 |
* | mesa: move sampler state into new gl_sampler_object type | Brian Paul | 2011-04-10 | 1 | -3/+3 |
* | Track separate programs for each stage | Ian Romanick | 2010-10-27 | 1 | -1/+1 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -5/+5 |
* | swrast: Reduce header file inclusion in s_fragprog.h. | Vinson Lee | 2010-08-07 | 1 | -0/+1 |
* | swrast: 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 | -1/+1 |
* | mesa: replace _mesa_bzero() with memset() | Brian Paul | 2010-02-19 | 1 | -2/+1 |
* | swrast: silence double->float assignment warnings | Brian Paul | 2010-01-27 | 1 | -3/+3 |
* | swrast: Implement ARB_fragment_coord_conventions but don't enable. | Eric Anholt | 2010-01-26 | 1 | -0/+10 |
* | swrast: Remove unnecessary header from s_fragprog.c. | Vinson Lee | 2010-01-12 | 1 | -1/+0 |
* | Merge branch 'outputswritten64' | Ian Romanick | 2009-11-17 | 1 | -6/+6 |
* | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul | 2009-09-24 | 1 | -3/+8 |
|\ |
|
| * | swrast: add lod bias when texture sampling | Brian Paul | 2009-09-23 | 1 | -2/+7 |
| * | swrast: fix typo in partial derivatives parameter passing | Brian Paul | 2009-09-23 | 1 | -1/+1 |
* | | mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputs | Brian Paul | 2009-07-29 | 1 | -3/+2 |
|/ |
|
* | mesa: texture combine clean-ups | Brian Paul | 2009-04-01 | 1 | -2/+0 |
* | swrast: do texture sampling/combining in floating point | Brian Paul | 2009-04-01 | 1 | -11/+8 |
* | mesa: remove some last remnants of GL_MESA_program_debug | Brian Paul | 2009-03-11 | 1 | -4/+0 |
* | mesa: rename, reorder FRAG_RESULT_x tokens | Brian Paul | 2009-02-28 | 1 | -6/+6 |
* | swrast: use ASSIGN_4V() macro | Brian Paul | 2009-02-09 | 1 | -4/+2 |
* | swrast: return (0,0,0,1) when sampling incomplete textures, not (0,0,0,0) | Brian Paul | 2009-02-06 | 1 | -2/+4 |
* | mesa: implement texture swizzling in swrast | Brian Paul | 2009-01-28 | 1 | -8/+31 |
* | mesa: if texObj is NULL in fetch_texel_*(), return black. | Brian Paul | 2009-01-28 | 1 | -20/+32 |
* | mesa: added comment about gl_PointCoord | Brian Paul | 2008-08-11 | 1 | -0/+1 |
* | added null texObj ptr check (bug 15567) | Brian Paul | 2008-07-08 | 1 | -12/+16 |
* | Updated GLSL uniform/sampler handling from gallium-0.1 branch | Brian Paul | 2008-05-14 | 1 | -5/+9 |
* | Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835. | Brian | 2008-01-06 | 1 | -5/+5 |