summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
AgeCommit message (Expand)Author
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul
2009-02-06swrast: return (0,0,0,1) when sampling incomplete textures, not (0,0,0,0)Brian Paul
2009-02-04swrast: add minor commentsBrian Paul
2009-02-02mesa: move code after decls. Fixes Window build failure.Brian Paul
2009-01-30swrast: replace RENDER_START/FINISH macros with inline functionsBrian Paul
2009-01-30swrast: replace macro with inline functionBrian Paul
2009-01-28mesa: remove GL_SGIX_shadow, GL_SGIX_shadow_ambient and GL_SGIX_depth_textureBrian Paul
2009-01-28mesa: implement texture swizzling in swrastBrian Paul
2009-01-28mesa: if texObj is NULL in fetch_texel_*(), return black.Brian Paul
2009-01-23swrast: updates for GL_NV_texture_env_combine4Brian Paul
2009-01-23Track two sets of back-face stencil stateIan Romanick
2009-01-22Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2009-01-21swrast: fix redundant texture application in affine_textured_triangle().Brian Paul
2009-01-20mesa: silence uninitialized var warningsBrian Paul
2009-01-09mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt
2009-01-07mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt
2008-12-08Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2008-12-05mesa: assorted clean-ups, updated comments, etc.Brian
2008-12-05mesa: replace large macros with inline functionsBrian
2008-11-28mesa: add missing break statementsBrian Paul
2008-10-10Merge commit 'origin/master' into gallium-0.2Brian Paul
2008-10-10mesa: include needed headerBrian Paul
2008-10-10Merge commit 'origin/master' into gallium-0.2Keith Whitwell
2008-10-07mesa: pass 'mask', not NULL to renderbuffer->Put functionsBrian Paul
2008-10-06mesa: adjust texcoords for swrast sprite points.Brian Paul
2008-10-01Unify ARB_depth_texture and SGIX_depth_textureIan Romanick
2008-09-21swrast: remove dead file not present in masterKeith Whitwell
2008-09-21swrast: remove merge droppingsKeith Whitwell
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell
2008-09-18mesa: remove unneeded s_drawpix.h headerBrian
2008-09-18mesa: fix asst path/include mistakes in prev commitsChris Rankin
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2008-09-18Merge commit 'origin/master' into gallium-0.2Keith Whitwell
2008-09-13mesa: return after _mesa_problem() callsGuillaume Melquiond
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-08-20mesa: fix float blend bugMark Anderson
2008-08-13mesa: fix a swrast state validation bugBrian Paul
2008-08-11mesa: added comment about gl_PointCoordBrian Paul
2008-07-24mesa: Prefix main includes with dir to avoid conflicts.José Fonseca
2008-07-08added null texObj ptr check (bug 15567)Brian Paul
2008-07-02mesa: fix issues around multisample enableRoland Scheidegger
2008-07-02mesa: fix issues around multisample enableRoland Scheidegger
2008-06-19mesa: tweak mipmap level selection for cube mapsBrian Paul
2008-06-16mesa: allocate pixel zoom arrays on heap, not stackBrian Paul
2008-06-09mesa: refactor: move pixel map/scale/bias code into image.cBrian Paul
2008-05-14Consolidate texture fetch code and use partial derivatives when possible.Brian Paul
2008-05-14Updated GLSL uniform/sampler handling from gallium-0.1 branchBrian Paul
2008-05-14mesa: sync up swrast/s_fragprog.c with masterBrian Paul
2008-05-09swrast/dri: switch over users of generate_mipmap to new interfaceDave Airlie
2008-05-08mesa: Call RENDER_FINISH on the zero pixel case.Xiang, Haihao