summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_span.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* windows: fix compilation errors and warningsKarl Schultz2010-03-101-1/+1
* swrast: Remove _swrast_read_index_spanIan Romanick2010-03-031-68/+0
* swrast: Remove _swrast_write_index_span and associated codeIan Romanick2010-03-031-275/+0
* swrast: Remove remaining color-index state tracking infrastructureIan Romanick2010-03-031-29/+22
* mesa: replace _mesa_bzero() with memset()Brian Paul2010-02-191-2/+2
* Remove _mesa_memset in favor of plain memset.Kenneth Graunke2010-02-191-2/+2
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-8/+8
* swrast: fix left side clippingBrian Paul2010-02-181-3/+36
* swrast: silence double->float assignment warningsBrian Paul2010-01-271-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-0/+7
|\
| * swrast: add missing call to _swrast_depth_bounds_test()Brian Paul2010-01-151-0/+7
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-311-7/+3
|\|
| * swrast: use different temp array in _swrast_get_dest_rgba()Brian Paul2009-12-311-7/+3
* | mesa: implement per-buffer color maskingBrian Paul2009-12-291-4/+4
* | mesa: per-buffer blend enabled flagsBrian Paul2009-12-291-1/+1
|/
* mesa: Mostly fix swrast's ARB_depth_clamp support.Eric Anholt2009-10-291-3/+7