summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-10-18fix upside down CopyPixels imageBrian
2007-10-18fix function nameBrian
2007-10-18checkpoint: code refactoring for glCopyPixelsBrian
2007-10-18start implementing glCopyPixels (stencil works)Brian
2007-10-18make read_stencil_pixels() non-staticBrian
2007-10-18Change type of shader->executable field from void * to generic function pointer.Brian
2007-10-18added const qualifiersBrian
2007-10-18better debug code, silence some warningsBrian
2007-10-18print vertex input mappingBrian
2007-10-18handle fogcoord/raster distanceBrian
2007-10-18added st_debug.cBrian
2007-10-18debug functionsBrian
2007-10-18fix logic error in stipple_quad() (point/line fragments were getting dropped)Brian
2007-10-18Corrected the file permissions in src/mesa/pipe.Oliver McFadden
2007-10-18pipe/draw/draw_context.c:47: error: 'false' undeclared (first use in this fun...Oliver McFadden
2007-10-18sp_context.c:255: error: 'false' undeclared (first use in this function)Oliver McFadden
2007-10-17fix interpolation bug in nearest-image/linear-mipmap filteringBrian
2007-10-17remove #include vf.hBrian
2007-10-17disable the NeedFlush assertion for nowBrian
2007-10-17Add some FLUSH_CURRENT() calls.Brian
2007-10-17Assert that there's no outstanding current state that needs to be flushed fro...Brian
2007-10-17formatting fixBrian
2007-10-17fix addressing error in read_stencil_pixels()Brian
2007-10-17Replace repeat_remainder() with simpler macro that just casts args to unsigned.Brian
2007-10-17reorder params to get_texel()Brian
2007-10-17implement 3D texture samplingBrian
2007-10-17When in GL_FEEDBACK mode, make sure we emit color and texcoord registers.Brian
2007-10-17generate selection hit if in selection mode and pos is not clippedBrian
2007-10-17Update framebuffer state in response to _NEW_COLOR (set by glDrawBuffer)Brian
2007-10-17Fix viewport Z scale/bias to get the right Z values from drawing the quad.Brian
2007-10-17don't crash if texture border is used (unsupported for now)Brian
2007-10-17fix square point rasterizationBrian
2007-10-16lower clamp bound for UNCLAMPED_FLOAT_TO_SHORT() is -1Brian
2007-10-16use new st_clear_accum_buffer() functionBrian
2007-10-16New st_clear_accum_buffer() function (can't use pipe->clear() since it doesn'...Brian
2007-10-16front/back determination was wrongBrian
2007-10-16remove debug assertionBrian
2007-10-16Update mask calculations for point drawing.Brian
2007-10-16Fix broken polygon stippling (see comments for details).Brian
2007-10-16Redefine QUAD_TOP_LEFT, TOP_RIGHT, etc. to reflect Y=0=TOP raster layout.Brian
2007-10-16fix perspective-interpolated attribs for points, liensBrian
2007-10-16fix blend term translation bug, rename some funcsBrian
2007-10-15finish remaining blend modesBrian
2007-10-15fix incorrect register in get_eye_normal() for rescale_normals caseBrian
2007-10-15GL_UNSIGNED_BYTE indexesBrian
2007-10-15implement logicopBrian
2007-10-15remove commented out #includeBrian
2007-10-15check for width or height = 0 before calling driver Bitmap funcBrian
2007-10-15Fix useabs logic in build_fog().Brian
2007-10-15remove feedback hackBrian