summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_texcombine.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-09swrast: remove some unneeded CHAN_TYPE!=GL_FLOAT codeBrian Paul1-7/+0
2009-04-06swrast: more texcombine clean-upsBrian Paul1-21/+10
2009-04-06swrast: asst. clean-ups in texcombine codeBrian Paul1-26/+19
2009-04-06swrast: fix incorrect arithmetic for GL_ADD_SIGNED/GL_COMBINE4_NV modeBrian Paul1-6/+6
2009-04-01swrast: remove old texture_apply() code; always use texture combine codeBrian Paul1-396/+5
2009-04-01swrast: fix bad optimization checkBrian Paul1-1/+2
2009-04-01swrast: remove unused parameterBrian Paul1-6/+1
2009-04-01swrast: minor improvements, clean-ups in texcombine codeBrian Paul1-9/+8
2009-04-01swrast: use float4_array typedef to simplify the code a bitBrian Paul1-54/+71
2009-04-01mesa: texture combine clean-upsBrian Paul1-72/+68
2009-04-01swrast: general clean-up of texture combine codeBrian Paul1-246/+161
2009-04-01swrast: do texture sampling/combining in floating pointBrian Paul1-513/+314
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger1-1/+94
2009-01-30swrast: replace macro with inline functionBrian Paul1-1/+1
2009-01-28mesa: implement texture swizzling in swrastBrian Paul1-0/+39
2009-01-23swrast: updates for GL_NV_texture_env_combine4Brian Paul1-16/+115
2008-10-10mesa: include needed headerBrian Paul1-0/+1
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-6/+6
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian1-1/+0
2007-02-01New SWspanarrays attribs[] array.Brian1-2/+4
2006-10-13Revamp color table code.Brian Paul1-1/+7
2006-10-01New SWspan and SWspanarrays typedefs.Brian Paul1-1/+1
2006-05-18minor simplificationBrian Paul1-4/+1
2006-05-18texture EnvColor needs to be converted to GLchan, not GLintBrian Paul1-8/+8
2006-04-27fixes for CHAN_BITS!=8Brian Paul1-18/+23
2005-10-05In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul1-1/+1
2005-10-01GL_EXT_packed_depth_stencil changesBrian Paul1-1/+1
2005-09-16Rework the texture filtering functions a bit.Brian Paul1-2/+2
2005-09-15Split the s_texture.c file into two new files:Brian Paul1-0/+1162