summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | Merge branch 'mesa_7_5_branch'Brian Paul2009-08-272-7/+9
|\ \ \ | | |/ | |/|
| * | swrast: fix incorrect tri culling in selection/feedback mode.Brian Paul2009-08-272-7/+9
* | | Merge branch 'new-frag-attribs'Brian Paul2009-08-122-18/+15
|\ \ \
| * | | swrast: fix incorrect texcoord attribute testBrian Paul2009-07-311-3/+3
| * | | mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputsBrian Paul2009-07-292-17/+14
| | |/ | |/|
* | | swrast: replace GLenum, GLint with GLbitfield for buffer varsBrian Paul2009-08-081-3/+3
* | | Merge branch 'mesa_7_5_branch'Brian Paul2009-08-051-180/+3
|\ \ \ | |/ / |/| / | |/
| * mesa: make _mesa_clip_blit() a shared functionBrian Paul2009-08-051-180/+3
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-161-1/+1
|\|
| * mesa: fix REMAINDER() macroBrian Paul2009-06-161-1/+1
* | Merge branch 'mesa_7_5_branch'José Fonseca2009-06-111-0/+1
|\|
| * swrast: fix state validation bug for changing program constantsBrian Paul2009-06-101-0/+1
* | swrast: always do span clipping in _swrast_write_rgba_span()Brian Paul2009-06-031-14/+4
* | swrast: update/restore the opt_sample_rgb/rgba_2d() functionsBrian Paul2009-05-121-15/+9
* | mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul2009-05-071-5/+5
|/
* swrast: fix span clipping bugBrian Paul2009-05-072-22/+71
* swrast: add missing break in clamp_rect_coord_linear()Brian Paul2009-04-281-0/+1
* swrast: simplify state update logic for fragment shader const buffersBrian Paul2009-04-211-25/+2
* swrast: fix pointer arithmetic error in get_texel_array()Brian Paul2009-04-201-2/+1
* swrast: remove some unneeded CHAN_TYPE!=GL_FLOAT codeBrian Paul2009-04-091-7/+0
* swrast: fix point rendering function selectionBrian Paul2009-04-071-1/+4
* swrast: restore !shader check around add_specular()Brian Paul2009-04-071-4/+6
* swrast: more texcombine clean-upsBrian Paul2009-04-061-21/+10
* swrast: asst. clean-ups in texcombine codeBrian Paul2009-04-061-26/+19
* swrast: fix secondary color add for glBitmapBrian Paul2009-04-063-11/+30