summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
AgeCommit message (Expand)AuthorFilesLines
2009-10-07swrast: s/GLfloat/GLuint/ in bzero()Brian Paul1-1/+1
2009-10-07swrast: add missing returnsBrian Paul1-0/+2
2009-09-24Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul1-3/+8
2009-09-23swrast: add lod bias when texture samplingBrian Paul1-2/+7
2009-09-23swrast: fix typo in partial derivatives parameter passingBrian Paul1-1/+1
2009-09-21Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul1-2/+2
2009-09-21swrast: fix cube face selectionBrian Paul1-2/+2
2009-09-03swrast: wrap comment to 80 columns, remove dead codeBrian Paul1-57/+6
2009-09-03mesa: consolidate PBO map/unmap helpersBrian Paul3-6/+6
2009-08-31swrast: fix selection/feedback regressionBrian Paul1-1/+1
2009-08-31swrast: can't use deferred texture/shading if using KIL instructionBrian Paul1-0/+3
2009-08-31swrast: fix selection/feedback regressionBrian Paul1-1/+1
2009-08-31swrast: can't use deferred texture/shading if using KIL instructionBrian Paul1-0/+3
2009-08-30swrast: minor code consolidationBrian Paul1-7/+2
2009-08-27Merge branch 'mesa_7_5_branch'Brian Paul2-7/+9
2009-08-27swrast: fix incorrect tri culling in selection/feedback mode.Brian Paul2-7/+9
2009-08-12Merge branch 'new-frag-attribs'Brian Paul2-18/+15
2009-08-08swrast: replace GLenum, GLint with GLbitfield for buffer varsBrian Paul1-3/+3
2009-08-05Merge branch 'mesa_7_5_branch'Brian Paul1-180/+3
2009-08-05mesa: make _mesa_clip_blit() a shared functionBrian Paul1-180/+3
2009-07-31swrast: fix incorrect texcoord attribute testBrian Paul1-3/+3
2009-07-29mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputsBrian Paul2-17/+14
2009-06-16mesa: fix REMAINDER() macroBrian Paul1-1/+1
2009-06-16Merge branch 'mesa_7_5_branch'Brian Paul1-1/+1
2009-06-11Merge branch 'mesa_7_5_branch'José Fonseca1-0/+1
2009-06-10swrast: fix state validation bug for changing program constantsBrian Paul1-0/+1
2009-06-03swrast: always do span clipping in _swrast_write_rgba_span()Brian Paul1-14/+4
2009-05-12swrast: update/restore the opt_sample_rgb/rgba_2d() functionsBrian Paul1-15/+9
2009-05-07mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul1-5/+5
2009-05-07swrast: fix span clipping bugBrian Paul2-22/+71
2009-04-28swrast: add missing break in clamp_rect_coord_linear()Brian Paul1-0/+1
2009-04-21swrast: simplify state update logic for fragment shader const buffersBrian Paul1-25/+2
2009-04-20swrast: fix pointer arithmetic error in get_texel_array()Brian Paul1-2/+1
2009-04-09swrast: remove some unneeded CHAN_TYPE!=GL_FLOAT codeBrian Paul1-7/+0
2009-04-07swrast: fix point rendering function selectionBrian Paul1-1/+4
2009-04-07swrast: restore !shader check around add_specular()Brian Paul1-4/+6
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 secondary color add for glBitmapBrian Paul3-11/+30
2009-04-06swrast: fix incorrect arithmetic for GL_ADD_SIGNED/GL_COMBINE4_NV modeBrian Paul1-6/+6
2009-04-06swrast: fix texture border color interpretationBrian Paul1-30/+68
2009-04-03mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float()Brian Paul1-2/+2
2009-04-01swrast: remove unused integer lerp functionsBrian Paul1-43/+1
2009-04-01swrast: remove old texture_apply() code; always use texture combine codeBrian Paul3-403/+22
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 Paul2-74/+68
2009-04-01swrast: refactor depth/shadow sampling codeBrian Paul1-262/+271