summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_triangle.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-28swrast: fix RGB, RGBA texturing codeBrian Paul1-5/+11
2009-10-28swrast: check for single texture unit in _swrast_choose_triangle()Brian Paul1-0/+1
2009-10-28swrast: clean up and remove dead code in triangle functionsBrian Paul1-57/+47
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul1-1/+1
2009-09-30swrast: fix some texformat regressionsBrian Paul1-35/+43
2009-09-30mesa: remove GLchan-based formats; use hw 8-bit/channel formats insteadBrian Paul1-6/+6
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul1-2/+2
2009-08-31swrast: fix selection/feedback regressionBrian Paul1-1/+1
2009-08-27swrast: fix incorrect tri culling in selection/feedback mode.Brian Paul1-5/+7
2009-03-02mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul1-1/+1
2009-03-02swrast: use _EnabledCoordUnits for fixed-function texturingBrian Paul1-6/+6
2009-02-21mesa: use an array for current texture objectsBrian Paul1-5/+10
2009-02-02mesa: move code after decls. Fixes Window build failure.Brian Paul1-3/+3
2009-01-28mesa: implement texture swizzling in swrastBrian Paul1-0/+2
2009-01-23swrast: updates for GL_NV_texture_env_combine4Brian Paul1-1/+2
2009-01-21swrast: fix redundant texture application in affine_textured_triangle().Brian Paul1-1/+9
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-6/+6
2008-01-22Fix some issues with glDrawBuffer(GL_NONE), bug 14198Brian1-6/+4
2008-01-06Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian1-2/+2