summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_triangle.c
AgeCommit message (Expand)Author
2011-03-11mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul
2011-01-05swrast: Include mtypes.h in s_triangle.c.Vinson Lee
2011-01-05swrast: Remove unnecessary headers.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul
2010-03-03swrast: Remove support for rendering triangles into a color-index bufferIan Romanick
2009-12-29mesa: implement per-buffer color maskingBrian Paul
2009-12-15Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick
2009-12-12swrast: Silence uninitialized variable warnings in s_triangle.cVinson Lee
2009-10-28swrast: added bracesChia-I Wu
2009-10-28swrast: fix RGB, RGBA texturing codeBrian Paul
2009-10-28swrast: check for single texture unit in _swrast_choose_triangle()Brian Paul
2009-10-28swrast: clean up and remove dead code in triangle functionsBrian Paul
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul
2009-09-30swrast: fix some texformat regressionsBrian Paul
2009-09-30mesa: remove GLchan-based formats; use hw 8-bit/channel formats insteadBrian Paul
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul
2009-08-31swrast: fix selection/feedback regressionBrian Paul
2009-08-27swrast: fix incorrect tri culling in selection/feedback mode.Brian Paul
2009-03-02mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul
2009-03-02swrast: use _EnabledCoordUnits for fixed-function texturingBrian Paul
2009-02-21mesa: use an array for current texture objectsBrian Paul
2009-02-02mesa: move code after decls. Fixes Window build failure.Brian Paul
2009-01-28mesa: implement texture swizzling in swrastBrian Paul
2009-01-23swrast: updates for GL_NV_texture_env_combine4Brian Paul
2009-01-21swrast: fix redundant texture application in affine_textured_triangle().Brian Paul
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2008-01-22Fix some issues with glDrawBuffer(GL_NONE), bug 14198Brian
2008-01-06Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian
2007-11-30fix broken two-sided stencilBrian
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian
2007-04-24get rid of an extra textured triangle functionBrian
2007-04-24only need one CI-mode triangle functionBrian
2007-04-24s/INTERP_TEX/INTERP_ATTRIBS/Brian
2007-02-05Merge SWvertex texcoord and varying fields into attrib[] array field.Brian
2007-02-02Replace color, z, w, texture interpolants with new generic attrib interpolants.Brian
2006-12-13Checkpoint for GLSL compiler changes.Brian
2006-10-01New SWspan and SWspanarrays typedefs.Brian Paul
2006-09-22Use _Enabled rather than _Active when checking for fragment shadersKeith Whitwell
2006-09-21remove rgb[] array from span_arrays_struct - was only used in a few placesBrian Paul
2006-04-25update some tests for visual bit depths to use renderbuffersBrian Paul
2006-04-25Remove carriage returns.Michal Krol
2006-04-14don't need s_depth.hBrian Paul
2006-04-04Fix texcoord interpolation for fragment shaders.Michal Krol
2006-03-29put braces around RENDER_SPAN macro when called, not when defined. Fixes -pe...Brian Paul
2005-12-07Fix bugzilla 5253. Add {} around code in RENDER_SPAN macros when code includ...Karl Schultz
2005-11-16Use new gl_framebuffer _Depth/_StencilBuffer fields instead ofBrian Paul
2005-10-05Remove _IsPowerOfTwo from gl_texture_object, not really needed.Brian Paul
2005-10-05In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul
2005-09-21replace GLdepth with GLuint and remove GLdepthBrian Paul