summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_span.c
Commit message (Expand)AuthorAgeFilesLines
* swrast: Avoid double promotion.Matt Turner2015-07-291-5/+5
* swrast: replace __FUNCTION__ with __func__Marius Predut2015-04-141-1/+1
* swrast: remove unneeded #include of colormac.hBrian Paul2015-04-011-1/+0
* swrast: Use BITFIELD64_BIT for arrayAttribs.Jose Fonseca2015-03-181-1/+1
* mesa: replace FABSF with fabsfBrian Paul2015-02-241-4/+5
* swrast: fix a few release build warningsBrian Paul2015-02-241-0/+1
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-30/+30
* swrast: fix multiple color buffer writingBrian Paul2015-02-191-11/+14
* swrast: use new _mesa_base_tex_image() helperBrian Paul2015-01-051-1/+2
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-56/+56
* mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function.Brian Paul2012-09-031-2/+2
* swrast: Support sampler object for texture fetching statePauli Nieminen2012-08-011-3/+5
* swrast: define, use SWRAST_MAX_WIDTH/HEIGHTBrian Paul2012-02-241-1/+1
* swrast: remove MAX_WIDTH array in s_span.cBrian Paul2012-02-241-1/+2
* swrast: fix span color type selectionBrian Paul2012-02-121-7/+7
* mesa: Convert colors if span ChanType and renderbuffer data type don't matchIan Romanick2012-02-021-4/+15
* swrast: Fix fixed-function fragment processingChad Versace2012-01-271-27/+11
* swrast: silence uninitialized var warningsBrian Paul2012-01-261-2/+2
* swrast: fix uninitialized variable warningBrian Paul2012-01-241-1/+1
* swrast: use swrast_renderbuffer instead of gl_renderbufferBrian Paul2012-01-241-1/+2
* swrast: use color packing functions in s_span.cBrian Paul2012-01-241-4/+9
* mesa: remove gl_renderbuffer::DataTypeBrian Paul2012-01-241-22/+17
* swrast: stop using Put/GetRow/Values() in swrast codeBrian Paul2012-01-241-46/+138
* swrast: make _swrast_get_values(), _swrast_get_row() staticBrian Paul2012-01-241-12/+12
* swrast: remove dstType param from _swrast_read_rgba_span()Brian Paul2012-01-241-4/+4
* swrast: remove unused _swrast_put_row()Brian Paul2012-01-241-35/+0
* swrast: Use fixed-function processing instead _TexEnvProgram for DrawPixelsIan Romanick2012-01-241-2/+21
* swrast: use BITFIELD64_BIT() macro to fix MSVC warningsBrian Paul2012-01-121-3/+3
* swrast: s/GLbitfield/GLbitfield64/ for sw_span::arrayAttribsBrian Paul2012-01-071-2/+3
* swrast: use memmove() instead of memcpy() in the SHIFT_ARRAY macroBrian Paul2012-01-051-1/+1
* swrast: update renderbuffer format assertionBrian Paul2011-10-231-1/+4
* swrast: be a bit smarter in clip_span()Brian Paul2011-10-131-1/+4
* mesa: s/INLINE/inline/Brian Paul2011-10-011-11/+11
* mesa: move gl_texture_image::Width/Height/DepthScale fields to swrastBrian Paul2011-09-221-2/+5
* mesa: Use ColorLogicOpEnabled instead of _LogicOpEnabledIan Romanick2011-09-191-1/+1
* swrast: silence unused var warningsFabio Pedretti2011-08-091-1/+1
* swrast: remove an unused-but-set variableMarek Olšák2011-07-151-11/+0
* swrast: anisotropic filtering extensionAndreas Faenger2011-05-181-0/+7
* swrast: Add LUMINANCE, INTENSITY, LUMINANCE_ALPHA to span asserts.Eric Anholt2011-04-201-0/+3
* swrast: Don't assert against glReadPixels of GL_RED and GL_RG.Eric Anholt2011-04-181-1/+4
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-1/+1
* swrast: report data type in error messageBrian Paul2011-03-171-1/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-16/+16
* mesa: Set the base format of GL_ALPHA FBOs and teach swrast about it.Eric Anholt2010-09-071-2/+4
* swrast: fix span color array pointer assignment for 32-bit/channel rendering[email protected]2010-08-101-0/+17
* swrast: Remove unnecessary headers.Vinson Lee2010-07-311-1/+0