summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_span.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry1-56/+56
2012-09-03mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function.Brian Paul1-2/+2
2012-08-01swrast: Support sampler object for texture fetching statePauli Nieminen1-3/+5
2012-02-24swrast: define, use SWRAST_MAX_WIDTH/HEIGHTBrian Paul1-1/+1
2012-02-24swrast: remove MAX_WIDTH array in s_span.cBrian Paul1-1/+2
2012-02-12swrast: fix span color type selectionBrian Paul1-7/+7
2012-02-02mesa: Convert colors if span ChanType and renderbuffer data type don't matchIan Romanick1-4/+15
2012-01-27swrast: Fix fixed-function fragment processingChad Versace1-27/+11
2012-01-26swrast: silence uninitialized var warningsBrian Paul1-2/+2
2012-01-24swrast: fix uninitialized variable warningBrian Paul1-1/+1
2012-01-24swrast: use swrast_renderbuffer instead of gl_renderbufferBrian Paul1-1/+2
2012-01-24swrast: use color packing functions in s_span.cBrian Paul1-4/+9
2012-01-24mesa: remove gl_renderbuffer::DataTypeBrian Paul1-22/+17
2012-01-24swrast: stop using Put/GetRow/Values() in swrast codeBrian Paul1-46/+138
2012-01-24swrast: make _swrast_get_values(), _swrast_get_row() staticBrian Paul1-12/+12
2012-01-24swrast: remove dstType param from _swrast_read_rgba_span()Brian Paul1-4/+4
2012-01-24swrast: remove unused _swrast_put_row()Brian Paul1-35/+0
2012-01-24swrast: Use fixed-function processing instead _TexEnvProgram for DrawPixelsIan Romanick1-2/+21
2012-01-12swrast: use BITFIELD64_BIT() macro to fix MSVC warningsBrian Paul1-3/+3
2012-01-07swrast: s/GLbitfield/GLbitfield64/ for sw_span::arrayAttribsBrian Paul1-2/+3
2012-01-05swrast: use memmove() instead of memcpy() in the SHIFT_ARRAY macroBrian Paul1-1/+1
2011-10-23swrast: update renderbuffer format assertionBrian Paul1-1/+4
2011-10-13swrast: be a bit smarter in clip_span()Brian Paul1-1/+4
2011-10-01mesa: s/INLINE/inline/Brian Paul1-11/+11
2011-09-22mesa: move gl_texture_image::Width/Height/DepthScale fields to swrastBrian Paul1-2/+5
2011-09-19mesa: Use ColorLogicOpEnabled instead of _LogicOpEnabledIan Romanick1-1/+1
2011-08-09swrast: silence unused var warningsFabio Pedretti1-1/+1
2011-07-15swrast: remove an unused-but-set variableMarek Olšák1-11/+0
2011-05-18swrast: anisotropic filtering extensionAndreas Faenger1-0/+7
2011-04-20swrast: Add LUMINANCE, INTENSITY, LUMINANCE_ALPHA to span asserts.Eric Anholt1-0/+3
2011-04-18swrast: Don't assert against glReadPixels of GL_RED and GL_RG.Eric Anholt1-1/+4
2011-04-10mesa: move sampler state into new gl_sampler_object typeBrian Paul1-1/+1
2011-03-17swrast: report data type in error messageBrian Paul1-1/+2
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-16/+16
2010-09-07mesa: Set the base format of GL_ALPHA FBOs and teach swrast about it.Eric Anholt1-2/+4
2010-08-10swrast: fix span color array pointer assignment for 32-bit/channel renderingM.Froehlich@science-computing.de1-0/+17
2010-07-31swrast: Remove unnecessary headers.Vinson Lee1-1/+0
2010-03-10windows: fix compilation errors and warningsKarl Schultz1-1/+1
2010-03-03swrast: Remove _swrast_read_index_spanIan Romanick1-68/+0
2010-03-03swrast: Remove _swrast_write_index_span and associated codeIan Romanick1-275/+0
2010-03-03swrast: Remove remaining color-index state tracking infrastructureIan Romanick1-29/+22
2010-02-19mesa: replace _mesa_bzero() with memset()Brian Paul1-2/+2
2010-02-19Remove _mesa_memset in favor of plain memset.Kenneth Graunke1-2/+2
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke1-8/+8
2010-02-18swrast: fix left side clippingBrian Paul1-3/+36
2010-01-27swrast: silence double->float assignment warningsBrian Paul1-1/+1