| Commit message (Expand) | Author | Age | Files | Lines |
* | swrast: remove _BLENDAPI | Brian Paul | 2015-03-12 | 1 | -4/+4 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -1/+1 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | swrast: increase array size of TextureSample | Marek Olšák | 2013-05-28 | 1 | -1/+1 |
* | mesa: Remove the Map field from texture images. | Eric Anholt | 2013-04-30 | 1 | -1/+0 |
* | swrast: Always use MapTextureImage for mapping textures for swrast. | Eric Anholt | 2013-04-30 | 1 | -2/+8 |
* | swrast: Make a teximage's stored RowStride be in terms of bytes per row. | Eric Anholt | 2013-04-30 | 1 | -2/+10 |
* | swrast: Replace ImageOffsets with an ImageSlices pointer. | Eric Anholt | 2013-04-30 | 1 | -1/+1 |
* | swrast: Clean up and explain the mapping process. | Eric Anholt | 2013-04-30 | 1 | -0/+3 |
* | 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 | -3/+3 |
* | swrast: use new core Mesa compressed texel fetch functions | Brian Paul | 2012-12-14 | 1 | -0/+4 |
* | swrast: Support sampler object for texture fetching state | Pauli Nieminen | 2012-08-01 | 1 | -0/+1 |
* | swrast: remove MAX_WIDTH arrays in stencil code | Brian Paul | 2012-02-24 | 1 | -0/+7 |
* | swrast: fix span color type selection | Brian Paul | 2012-02-12 | 1 | -0/+3 |
* | swrast: Fix implicit declaration warnings | Chad Versace | 2012-01-27 | 1 | -0/+1 |
* | swrast: remove unused StoreTexel code | Brian Paul | 2012-01-24 | 1 | -6/+1 |
* | swrast: use swrast_renderbuffer instead of gl_renderbuffer | Brian Paul | 2012-01-24 | 1 | -3/+4 |
* | swrast: new swrast_renderbuffer type | Brian Paul | 2012-01-24 | 1 | -0/+25 |
* | mesa: use gl_renderbuffer::Map for all depth/stencil accesses | Brian Paul | 2012-01-24 | 1 | -3/+3 |
* | swrast: new assertions in _swrast_pixel_address() | Brian Paul | 2012-01-24 | 1 | -0/+8 |
* | swrast: s/Data/Map/ in swrast_texture_image | Brian Paul | 2012-01-24 | 1 | -1/+1 |
* | swrast: s/GLbitfield/GLbitfield64/ for sw_span::arrayAttribs | Brian Paul | 2012-01-07 | 1 | -2/+2 |
* | swrast: use _swrast_pixel_address() helper function | Brian Paul | 2011-12-24 | 1 | -0/+12 |
* | swrast: remove dead accum buffer context fields | Brian Paul | 2011-12-08 | 1 | -5/+0 |
* | swrast: fix comment typo (s/texure/texture/) | Brian Paul | 2011-10-23 | 1 | -1/+1 |
* | mesa: add swrast_texture_image::Buffer | Brian Paul | 2011-10-23 | 1 | -0/+28 |
* | mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrast | Brian Paul | 2011-10-23 | 1 | -11/+5 |
* | swrast: s/FetchTexelf/FetchTexel/ | Brian Paul | 2011-10-07 | 1 | -4/+4 |
* | swrast: remove unused swrast_texture_image::FetchTexelc method | Brian Paul | 2011-10-07 | 1 | -8/+1 |
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -6/+6 |
* | mesa: move gl_texture_image::Width/Height/DepthScale fields to swrast | Brian Paul | 2011-09-22 | 1 | -1/+1 |
* | mesa: move gl_texture_image::_IsPowerOfTwo into swrast | Brian Paul | 2011-09-22 | 1 | -1/+2 |
* | mesa: move gl_texture_image::FetchTexel fields to swrast | Brian Paul | 2011-09-17 | 1 | -2/+40 |
* | swrast: introduce new swrast_texture_image struct | Brian Paul | 2011-09-17 | 1 | -0/+29 |
* | mesa: Remove SWcontext::_FogMode, use gl_context::gl_fog_attrib::Mode everywhere | Ian Romanick | 2011-04-25 | 1 | -1/+0 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -17/+17 |
* | swrast: Include missing header in s_context.h. | Vinson Lee | 2010-08-07 | 1 | -0/+1 |
* | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul | 2010-06-10 | 1 | -1/+1 |
* | swrast: fix secondary color add for glBitmap | Brian Paul | 2009-04-06 | 1 | -0/+1 |
* | swrast: remove old texture_apply() code; always use texture combine code | Brian Paul | 2009-04-01 | 1 | -1/+1 |
* | swrast: do texture sampling/combining in floating point | Brian Paul | 2009-04-01 | 1 | -2/+2 |
* | mesa: move GLfixed type and related macros to swrast module | Brian Paul | 2009-02-28 | 1 | -0/+28 |
* | swrast: replace RENDER_START/FINISH macros with inline functions | Brian Paul | 2009-01-30 | 1 | -13/+22 |
* | swrast: replace macro with inline function | Brian Paul | 2009-01-30 | 1 | -1/+14 |
* | mesa: allocate pixel zoom arrays on heap, not stack | Brian Paul | 2008-06-16 | 1 | -0/+1 |
* | Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835. | Brian | 2008-01-06 | 1 | -4/+0 |
* | fix broken two-sided stencil | Brian | 2007-11-30 | 1 | -1/+3 |