summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_triangle.c
Commit message (Expand)AuthorAgeFilesLines
* swrast: remove unneeded #include of colormac.hBrian Paul2015-04-011-1/+0
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-14/+14
* swrast: use new _mesa_base_tex_image() helperBrian Paul2015-01-051-5/+6
* swrast: Drop remaining use of _ReallyEnabled.Eric Anholt2014-04-301-1/+1
* mesa: Drop _EnabledUnits.Eric Anholt2014-04-301-1/+1
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-271-12/+12
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-8/+8
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-1/+1
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* swrast: Make a teximage's stored RowStride be in terms of bytes per row.Eric Anholt2013-04-301-1/+2
* swrast: Replace use of teximage Map in 1D/2D paths with ImageSlices[0].Eric Anholt2013-04-301-4/+4
* 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-20/+20
* swrast: Support sampler object for texture fetching statePauli Nieminen2012-08-011-4/+12
* swrast: simplify mask array codeBrian Paul2012-02-241-3/+4
* swrast: stop using MAX_WIDTH arrays in triangle codeBrian Paul2012-02-241-2/+2
* swrast: Fix fixed-function fragment processingChad Versace2012-01-271-2/+2
* mesa: remove gl_renderbuffer::DataTypeBrian Paul2012-01-241-2/+4
* swrast: stop using Put/GetRow/Values() in swrast codeBrian Paul2012-01-241-2/+2
* swrast: s/Data/Map/ in swrast_texture_imageBrian Paul2012-01-241-4/+4
* swrast: stop using _DepthBuffer in triangle codeBrian Paul2011-12-241-16/+11
* swrast: stop using PutRowRGB() in triangle codeBrian Paul2011-12-241-10/+12
* swast: replace renderbuffer->GetPointer() with _swrast_pixel_address()Brian Paul2011-12-241-2/+2
* mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul2011-10-231-5/+13
* mesa: s/INLINE/inline/Brian Paul2011-10-011-4/+4
* mesa: move gl_texture_image::_IsPowerOfTwo into swrastBrian Paul2011-09-221-1/+4
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-6/+6
* mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul2011-03-111-2/+3
* swrast: Include mtypes.h in s_triangle.c.Vinson Lee2011-01-051-0/+1
* swrast: Remove unnecessary headers.Vinson Lee2011-01-051-1/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-6/+6
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-1/+1
* swrast: Remove support for rendering triangles into a color-index bufferIan Romanick2010-03-031-25/+4
* mesa: implement per-buffer color maskingBrian Paul2009-12-291-4/+4
* Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-151-0/+6
|\
| * swrast: Silence uninitialized variable warnings in s_triangle.cVinson Lee2009-12-121-0/+6
* | swrast: added bracesChia-I Wu2009-10-281-2/+4
* | swrast: fix RGB, RGBA texturing codeBrian Paul2009-10-281-5/+11
* | swrast: check for single texture unit in _swrast_choose_triangle()Brian Paul2009-10-281-0/+1
* | swrast: clean up and remove dead code in triangle functionsBrian Paul2009-10-281-57/+47
* | mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-1/+1
* | swrast: fix some texformat regressionsBrian Paul2009-09-301-35/+43
* | mesa: remove GLchan-based formats; use hw 8-bit/channel formats insteadBrian Paul2009-09-301-6/+6
* | mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-2/+2
|/
* swrast: fix selection/feedback regressionBrian Paul2009-08-311-1/+1
* swrast: fix incorrect tri culling in selection/feedback mode.Brian Paul2009-08-271-5/+7
* mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul2009-03-021-1/+1
* swrast: use _EnabledCoordUnits for fixed-function texturingBrian Paul2009-03-021-6/+6