summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_7_branch'Brian Paul2009-12-311-7/+3
|\
| * swrast: use different temp array in _swrast_get_dest_rgba()Brian Paul2009-12-311-7/+3
* | swrast: add check for conditional renderingBrian Paul2009-12-315-0/+20
* | mesa: implement per-buffer color maskingBrian Paul2009-12-297-59/+59
* | mesa: per-buffer blend enabled flagsBrian Paul2009-12-291-1/+1
|/
* Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-152-1/+7
|\
| * swrast: Silence uninitialized variable warnings in s_triangle.cVinson Lee2009-12-121-0/+6
| * swrast: Initialize tex_coords in handle_sample_op.Vinson Lee2009-12-121-1/+1
* | Merge branch 'outputswritten64'Ian Romanick2009-11-171-6/+6
* | swrast: handle additional Z24 formats in read_depth_pixels()Brian Paul2009-11-111-5/+18
* | swrast: update renderbuffer format assertionsbrian2009-11-101-3/+4
* | mesa: Mostly fix swrast's ARB_depth_clamp support.Eric Anholt2009-10-292-12/+26
* | swrast: added bracesChia-I Wu2009-10-281-2/+4
* | Merge branch 'texformat-rework'Brian Paul2009-10-284-130/+138
|\ \
| * | swrast: fix RGB, RGBA texturing codeBrian Paul2009-10-281-5/+11
| * | swrast: check for single texture unit in _swrast_choose_triangle()Brian Paul2009-10-281-0/+1
| * | swrast: clean up and remove dead code in triangle functionsBrian Paul2009-10-281-57/+47
| * | swrast: fix texel decoding in opt_sample_rgba_2d()Brian Paul2009-10-281-5/+5
| * | mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-083-10/+13
| * | swrast: fix some texformat regressionsBrian Paul2009-09-302-41/+49
| * | mesa: remove GLchan-based formats; use hw 8-bit/channel formats insteadBrian Paul2009-09-302-24/+24
| * | mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-302-16/+16
* | | Merge branch 'mesa_7_6_branch'Nicolai Hähnle2009-10-071-1/+3
|\ \ \ | | |/ | |/|
| * | swrast: s/GLfloat/GLuint/ in bzero()Brian Paul2009-10-071-1/+1
| * | swrast: add missing returnsBrian Paul2009-10-071-0/+2
* | | swrast: Move up state validation in _swrast_ReadPixels.Michel Dänzer2009-10-031-3/+3
* | | mesa/main: New feature FEATURE_queryobj.Chia-I Wu2009-09-301-4/+0
| |/ |/|
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-241-3/+8
|\ \ | |/
| * Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-241-3/+8
| |\
| | * swrast: add lod bias when texture samplingBrian Paul2009-09-231-2/+7
| | * swrast: fix typo in partial derivatives parameter passingBrian Paul2009-09-231-1/+1
| * | Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-211-2/+2
| |\ \ | | |/
| | * swrast: fix cube face selectionBrian Paul2009-09-211-2/+2
| | * swrast: fix selection/feedback regressionBrian Paul2009-08-311-1/+1
| | * swrast: can't use deferred texture/shading if using KIL instructionBrian Paul2009-08-311-0/+3
* | | Merge branch 'softpipe-opt'Keith Whitwell2009-09-231-2/+6
|\ \ \
| * | | mesa/swrast: use one fewer divide in swrast's choose_cube_face alsoKeith Whitwell2009-08-241-2/+6
* | | | swrast: fix cube face selectionBrian Paul2009-09-211-2/+2
* | | | swrast: remove obsolete s_imaging.c fileBrian Paul2009-09-191-176/+0
* | | | swrast: remove prototypes for obsolete functionsBrian Paul2009-09-191-21/+0
* | | | mesa: move readbuffer testsBrian Paul2009-09-191-20/+0
* | | | swrast: remove obsolete s_texstore.cBrian Paul2009-09-191-576/+0
* | | | swrast: remove prototypes for obsolete functionsBrian Paul2009-09-191-33/+0
* | | | swrast: remove mipmap generation checks (done in core Mesa now)Brian Paul2009-09-161-25/+0
* | | | mesa: Add support for ARB_depth_clamp.Eric Anholt2009-09-083-0/+32
| |/ / |/| |
* | | swrast: wrap comment to 80 columns, remove dead codeBrian Paul2009-09-031-57/+6
* | | mesa: consolidate PBO map/unmap helpersBrian Paul2009-09-033-6/+6
* | | swrast: fix selection/feedback regressionBrian Paul2009-08-311-1/+1
* | | swrast: can't use deferred texture/shading if using KIL instructionBrian Paul2009-08-311-0/+3
* | | swrast: minor code consolidationBrian Paul2009-08-301-7/+2