summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
AgeCommit message (Expand)Author
2009-11-17Merge branch 'outputswritten64'Ian Romanick
2009-11-11swrast: handle additional Z24 formats in read_depth_pixels()Brian Paul
2009-11-10swrast: update renderbuffer format assertionsbrian
2009-10-29mesa: Mostly fix swrast's ARB_depth_clamp support.Eric Anholt
2009-10-28swrast: added bracesChia-I Wu
2009-10-28Merge branch 'texformat-rework'Brian Paul
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-28swrast: fix texel decoding in opt_sample_rgba_2d()Brian Paul
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul
2009-10-07Merge branch 'mesa_7_6_branch'Nicolai Hähnle
2009-10-07swrast: s/GLfloat/GLuint/ in bzero()Brian Paul
2009-10-07swrast: add missing returnsBrian Paul
2009-10-03swrast: Move up state validation in _swrast_ReadPixels.Michel Dänzer
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-09-30mesa/main: New feature FEATURE_queryobj.Chia-I Wu
2009-09-24Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-24Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-23swrast: add lod bias when texture samplingBrian Paul
2009-09-23swrast: fix typo in partial derivatives parameter passingBrian Paul
2009-09-23Merge branch 'softpipe-opt'Keith Whitwell
2009-09-21swrast: fix cube face selectionBrian Paul
2009-09-21Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-21swrast: fix cube face selectionBrian Paul
2009-09-19swrast: remove obsolete s_imaging.c fileBrian Paul
2009-09-19swrast: remove prototypes for obsolete functionsBrian Paul
2009-09-19mesa: move readbuffer testsBrian Paul
2009-09-19swrast: remove obsolete s_texstore.cBrian Paul
2009-09-19swrast: remove prototypes for obsolete functionsBrian Paul
2009-09-16swrast: remove mipmap generation checks (done in core Mesa now)Brian Paul
2009-09-08mesa: Add support for ARB_depth_clamp.Eric Anholt
2009-09-03swrast: wrap comment to 80 columns, remove dead codeBrian Paul
2009-09-03mesa: consolidate PBO map/unmap helpersBrian Paul
2009-08-31swrast: fix selection/feedback regressionBrian Paul
2009-08-31swrast: can't use deferred texture/shading if using KIL instructionBrian Paul
2009-08-31swrast: fix selection/feedback regressionBrian Paul
2009-08-31swrast: can't use deferred texture/shading if using KIL instructionBrian Paul
2009-08-30swrast: minor code consolidationBrian Paul
2009-08-27Merge branch 'mesa_7_5_branch'Brian Paul
2009-08-27swrast: fix incorrect tri culling in selection/feedback mode.Brian Paul
2009-08-24mesa/swrast: use one fewer divide in swrast's choose_cube_face alsoKeith Whitwell
2009-08-12Merge branch 'new-frag-attribs'Brian Paul
2009-08-08swrast: replace GLenum, GLint with GLbitfield for buffer varsBrian Paul
2009-08-05Merge branch 'mesa_7_5_branch'Brian Paul
2009-08-05mesa: make _mesa_clip_blit() a shared functionBrian Paul
2009-07-31swrast: fix incorrect texcoord attribute testBrian Paul
2009-07-29mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputsBrian Paul