summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_triangle.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-03mesa: Delete libmesa_classicDylan Baker1-1164/+0
2020-12-01mesa: reorganize gl_texture and sampler structures for glPush/PopAttribMarek Olšák1-7/+7
2020-04-21remove final imports.h and imports.c bitsDylan Baker1-2/+2
2020-04-21replace IFLOOR with util_ifloorDylan Baker1-2/+2
2020-03-27Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák1-1/+1
2019-11-05util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIANDylan Baker1-1/+1
2019-11-05mesa/swrast: replace instances of _mesa_little_endian with preprocessorDylan Baker1-1/+1
2018-02-13mesa: separate legacy stuff from gl_texture_unit into gl_fixedfunc_texture_unitMarek Olšák1-5/+5
2018-02-04mesa: change ctx->Color.ColorMask into a 32-bit bitmaskMarek Olšák1-4/+4
2017-06-22mesa: replace VP/FP/ATIfs _Enabled flags with helper functionsMarek Olšák1-2/+2
2017-06-22mesa: replace _mesa_update_stencil() with helper functionsMarek Olšák1-1/+2
2015-04-01swrast: remove unneeded #include of colormac.hBrian Paul1-1/+0
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-14/+14
2015-01-05swrast: use new _mesa_base_tex_image() helperBrian Paul1-5/+6
2014-04-30swrast: Drop remaining use of _ReallyEnabled.Eric Anholt1-1/+1
2014-04-30mesa: Drop _EnabledUnits.Eric Anholt1-1/+1
2014-01-27mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller1-12/+12
2014-01-27mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller1-8/+8
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-1/+1
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-30swrast: Make a teximage's stored RowStride be in terms of bytes per row.Eric Anholt1-1/+2
2013-04-30swrast: Replace use of teximage Map in 1D/2D paths with ImageSlices[0].Eric Anholt1-4/+4
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-20/+20
2012-08-01swrast: Support sampler object for texture fetching statePauli Nieminen1-4/+12
2012-02-24swrast: simplify mask array codeBrian Paul1-3/+4
2012-02-24swrast: stop using MAX_WIDTH arrays in triangle codeBrian Paul1-2/+2
2012-01-27swrast: Fix fixed-function fragment processingChad Versace1-2/+2
2012-01-24mesa: remove gl_renderbuffer::DataTypeBrian Paul1-2/+4
2012-01-24swrast: stop using Put/GetRow/Values() in swrast codeBrian Paul1-2/+2
2012-01-24swrast: s/Data/Map/ in swrast_texture_imageBrian Paul1-4/+4
2011-12-24swrast: stop using _DepthBuffer in triangle codeBrian Paul1-16/+11
2011-12-24swrast: stop using PutRowRGB() in triangle codeBrian Paul1-10/+12
2011-12-24swast: replace renderbuffer->GetPointer() with _swrast_pixel_address()Brian Paul1-2/+2
2011-10-23mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul1-5/+13
2011-10-01mesa: s/INLINE/inline/Brian Paul1-4/+4
2011-09-22mesa: move gl_texture_image::_IsPowerOfTwo into swrastBrian Paul1-1/+4
2011-04-10mesa: move sampler state into new gl_sampler_object typeBrian Paul1-6/+6
2011-03-11mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul1-2/+3
2011-01-05swrast: Include mtypes.h in s_triangle.c.Vinson Lee1-0/+1
2011-01-05swrast: Remove unnecessary headers.Vinson Lee1-1/+0
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-6/+6
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul1-1/+1
2010-03-03swrast: Remove support for rendering triangles into a color-index bufferIan Romanick1-25/+4
2009-12-29mesa: implement per-buffer color maskingBrian Paul1-4/+4
2009-12-15Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick1-0/+6
2009-12-12swrast: Silence uninitialized variable warnings in s_triangle.cVinson Lee1-0/+6
2009-10-28swrast: added bracesChia-I Wu1-2/+4