summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-1147-132/+135
|\
| * mesa: Prefix main includes with dir to avoid conflicts.José Fonseca2008-07-2447-131/+131
| * mesa: fix issues around multisample enableRoland Scheidegger2008-07-021-1/+1
| * mesa: refactor: move pixel map/scale/bias code into image.cBrian Paul2008-06-091-1/+1
| * Consolidate texture fetch code and use partial derivatives when possible.Brian Paul2008-05-141-1/+1
| * mesa: sync up swrast/s_fragprog.c with masterBrian Paul2008-05-141-16/+22
| * gallium: fix typo s/_mesa_unmap_drapix_pbo/_mesa_unmap_drawpix_pbo/Brian Paul2008-04-251-1/+1
| * Refactor PBO validate/map code.Brian2008-03-213-10/+5
| * add a number of PBO validate/map/unmap functionsBrian Paul2008-03-213-74/+18
| * Remove files of unsupported build systems.José Fonseca2008-02-251-80/+0
| * Rename 'mms-config.' to 'mms.config'.Michal Krol2007-10-291-1/+1
| * Re-implement GLSL texture sampler variables.Brian2007-10-261-0/+2
| * Implement gl_PointCoord attribute for GLSL fragment shaders.Brian2007-10-244-52/+69
| * check for null swrast (pipe work-around)Brian2007-08-161-0/+3
* | mesa: fix float blend bugMark Anderson2008-08-201-3/+4
* | mesa: fix a swrast state validation bugBrian Paul2008-08-131-1/+9
* | mesa: added comment about gl_PointCoordBrian Paul2008-08-111-0/+1
* | added null texObj ptr check (bug 15567)Brian Paul2008-07-081-12/+16
* | mesa: fix issues around multisample enableRoland Scheidegger2008-07-021-1/+1
* | mesa: tweak mipmap level selection for cube mapsBrian Paul2008-06-191-1/+15
* | mesa: allocate pixel zoom arrays on heap, not stackBrian Paul2008-06-163-10/+20
* | Updated GLSL uniform/sampler handling from gallium-0.1 branchBrian Paul2008-05-142-6/+9
* | swrast/dri: switch over users of generate_mipmap to new interfaceDave Airlie2008-05-091-5/+5
* | mesa: Call RENDER_FINISH on the zero pixel case.Xiang, Haihao2008-05-081-1/+3
* | glcore: drop outdated sources files intented for xorgGeorge Sapountzis2008-04-231-65/+0
* | fix multi-draw buffer regressionBrian2008-04-141-2/+1
* | Refactor PBO validate/map code.Brian2008-03-213-12/+7
* | add a number of PBO validate/map/unmap functionsBrian2008-03-213-79/+19
* | mesa: The span array is only populated in single-pixelXiang, Haihao2008-03-201-2/+4
* | fix botched test for clearing color buffers (should fix depth peeling regress...Brian2008-03-091-3/+4
* | Fix some issues with glDrawBuffer(GL_NONE), bug 14198Brian2008-01-223-7/+13
* | Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian2008-01-0610-148/+104
* | check if span length > 0 before calling _swrast_write_rgba_span()Brian2008-01-051-5/+7
* | Fix mismatched map/unmap of buffers in swrast read/drawpixels error paths.Eric Anholt2007-12-182-9/+10
* | fix polygon cull regressionBrian2007-12-141-7/+3
* | fix span->facing computation and gl_FrontFacing initializationBrian2007-12-042-6/+5
* | fix broken two-sided stencilBrian2007-11-3010-12/+48
* | Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesajoukj2007-11-305-77/+71
|\ \
| * | improve 24-bit Z to 32-bit Z conversionBrian2007-11-271-2/+3
| * | Consolidate texture fetch code and use partial derivatives when possible.Brian2007-11-231-11/+12
| * | need to check border width in sample_linear_2d() - fixes failed assertion in ...Brian2007-11-231-1/+2
| * | Consolidate point size computation, clamping in get_size().Brian2007-11-221-36/+35
| * | clamp lambda to Min/MaxLodBrian2007-11-201-3/+6
| * | fix some texture format assertions, etcBrian2007-11-191-23/+11
| * | fix out-of-bounds array index (ix=-1)Brian2007-11-191-2/+3
* | | Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesaJouk2007-10-315-65/+75
|\ \ \ | |/ /
| * | Implement gl_PointCoord attribute for GLSL fragment shaders.Brian2007-10-244-52/+69
| * | Replace repeat_remainder() with a simpler macro that just casts args to unsig...Brian2007-10-171-13/+6
* | | Update of OpenVMS makefiles for the use of "new" include file conventionJouk2007-10-031-1/+4
* | | Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesaJouk2007-10-025-13/+32
|\ \ \ | |/ /