| Commit message (Expand) | Author | Age | Files | Lines |
* | r200/glsl/st/mesa: use common outputs written field | Timothy Arceri | 2016-10-26 | 1 | -1/+1 |
* | st/mesa/r200/i915/i965: eliminate gl_fragment_program | Timothy Arceri | 2016-10-26 | 1 | -2/+2 |
* | swrast: Avoid double promotion. | Matt Turner | 2015-07-29 | 1 | -5/+5 |
* | swrast: replace __FUNCTION__ with __func__ | Marius Predut | 2015-04-14 | 1 | -1/+1 |
* | swrast: remove unneeded #include of colormac.h | Brian Paul | 2015-04-01 | 1 | -1/+0 |
* | swrast: Use BITFIELD64_BIT for arrayAttribs. | Jose Fonseca | 2015-03-18 | 1 | -1/+1 |
* | mesa: replace FABSF with fabsf | Brian Paul | 2015-02-24 | 1 | -4/+5 |
* | swrast: fix a few release build warnings | Brian Paul | 2015-02-24 | 1 | -0/+1 |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 1 | -30/+30 |
* | swrast: fix multiple color buffer writing | Brian Paul | 2015-02-19 | 1 | -11/+14 |
* | swrast: use new _mesa_base_tex_image() helper | Brian Paul | 2015-01-05 | 1 | -1/+2 |
* | 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 | -56/+56 |
* | mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function. | Brian Paul | 2012-09-03 | 1 | -2/+2 |
* | swrast: Support sampler object for texture fetching state | Pauli Nieminen | 2012-08-01 | 1 | -3/+5 |
* | swrast: define, use SWRAST_MAX_WIDTH/HEIGHT | Brian Paul | 2012-02-24 | 1 | -1/+1 |
* | swrast: remove MAX_WIDTH array in s_span.c | Brian Paul | 2012-02-24 | 1 | -1/+2 |
* | swrast: fix span color type selection | Brian Paul | 2012-02-12 | 1 | -7/+7 |
* | mesa: Convert colors if span ChanType and renderbuffer data type don't match | Ian Romanick | 2012-02-02 | 1 | -4/+15 |
* | swrast: Fix fixed-function fragment processing | Chad Versace | 2012-01-27 | 1 | -27/+11 |
* | swrast: silence uninitialized var warnings | Brian Paul | 2012-01-26 | 1 | -2/+2 |
* | swrast: fix uninitialized variable warning | Brian Paul | 2012-01-24 | 1 | -1/+1 |
* | swrast: use swrast_renderbuffer instead of gl_renderbuffer | Brian Paul | 2012-01-24 | 1 | -1/+2 |
* | swrast: use color packing functions in s_span.c | Brian Paul | 2012-01-24 | 1 | -4/+9 |
* | mesa: remove gl_renderbuffer::DataType | Brian Paul | 2012-01-24 | 1 | -22/+17 |
* | swrast: stop using Put/GetRow/Values() in swrast code | Brian Paul | 2012-01-24 | 1 | -46/+138 |
* | swrast: make _swrast_get_values(), _swrast_get_row() static | Brian Paul | 2012-01-24 | 1 | -12/+12 |
* | swrast: remove dstType param from _swrast_read_rgba_span() | Brian Paul | 2012-01-24 | 1 | -4/+4 |
* | swrast: remove unused _swrast_put_row() | Brian Paul | 2012-01-24 | 1 | -35/+0 |
* | swrast: Use fixed-function processing instead _TexEnvProgram for DrawPixels | Ian Romanick | 2012-01-24 | 1 | -2/+21 |
* | swrast: use BITFIELD64_BIT() macro to fix MSVC warnings | Brian Paul | 2012-01-12 | 1 | -3/+3 |
* | swrast: s/GLbitfield/GLbitfield64/ for sw_span::arrayAttribs | Brian Paul | 2012-01-07 | 1 | -2/+3 |
* | swrast: use memmove() instead of memcpy() in the SHIFT_ARRAY macro | Brian Paul | 2012-01-05 | 1 | -1/+1 |
* | swrast: update renderbuffer format assertion | Brian Paul | 2011-10-23 | 1 | -1/+4 |
* | swrast: be a bit smarter in clip_span() | Brian Paul | 2011-10-13 | 1 | -1/+4 |
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -11/+11 |
* | mesa: move gl_texture_image::Width/Height/DepthScale fields to swrast | Brian Paul | 2011-09-22 | 1 | -2/+5 |
* | mesa: Use ColorLogicOpEnabled instead of _LogicOpEnabled | Ian Romanick | 2011-09-19 | 1 | -1/+1 |
* | swrast: silence unused var warnings | Fabio Pedretti | 2011-08-09 | 1 | -1/+1 |
* | swrast: remove an unused-but-set variable | Marek Olšák | 2011-07-15 | 1 | -11/+0 |
* | swrast: anisotropic filtering extension | Andreas Faenger | 2011-05-18 | 1 | -0/+7 |
* | swrast: Add LUMINANCE, INTENSITY, LUMINANCE_ALPHA to span asserts. | Eric Anholt | 2011-04-20 | 1 | -0/+3 |
* | swrast: Don't assert against glReadPixels of GL_RED and GL_RG. | Eric Anholt | 2011-04-18 | 1 | -1/+4 |
* | mesa: move sampler state into new gl_sampler_object type | Brian Paul | 2011-04-10 | 1 | -1/+1 |
* | swrast: report data type in error message | Brian Paul | 2011-03-17 | 1 | -1/+2 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -16/+16 |
* | mesa: Set the base format of GL_ALPHA FBOs and teach swrast about it. | Eric Anholt | 2010-09-07 | 1 | -2/+4 |