summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
AgeCommit message (Expand)AuthorFilesLines
2009-04-01mesa: texture combine clean-upsBrian Paul2-74/+68
2009-04-01swrast: refactor depth/shadow sampling codeBrian Paul1-262/+271
2009-04-01swrast: general clean-up of texture combine codeBrian Paul1-246/+161
2009-04-01swrast: do texture sampling/combining in floating pointBrian Paul6-764/+511
2009-04-01swrast: fix glDrawBuffer(GL_FRONT_AND_BACK)Brian Paul1-2/+8
2009-03-28mesa: add new signed rgba texture formatRoland Scheidegger1-2/+2
2009-03-17swrast: use better _swrast_compute_lambda() functionBrian Paul1-6/+6
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger1-1/+94
2009-03-11mesa: remove some last remnants of GL_MESA_program_debugBrian Paul2-8/+0
2009-03-11mesa: remove gl_texture_object::_Function field and associated codeBrian Paul1-1/+3
2009-03-07swrast: remove old commentBrian Paul1-2/+0
2009-03-07swrast: rename s_buffers.c -> s_clear.cBrian Paul1-0/+0
2009-03-07mesa: remove GL_MESA_program_debug extensionBrian Paul1-6/+0
2009-03-02mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul3-6/+6
2009-03-02swrast: use _EnabledCoordUnits for fixed-function texturingBrian Paul2-8/+8
2009-03-02mesa: remove unused AUX buffersBrian Paul1-4/+1
2009-02-28mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul2-7/+7
2009-02-28mesa: move GLfixed type and related macros to swrast moduleBrian Paul2-0/+34
2009-02-28mesa: replace FEEDBACK_TOKEN macro with _mesa_feedback_token() inline functionBrian Paul1-4/+4
2009-02-21mesa: use an array for current texture objectsBrian Paul1-5/+10
2009-02-18swrast: Set vp_override flag during DrawPixelsNicolai Haehnle1-0/+11
2009-02-10Merge commit 'origin/gallium-master-merge'Brian Paul2-1/+4
2009-02-09swrast: use ASSIGN_4V() macroBrian Paul1-4/+2
2009-02-09swrast: fix typo: s/drapix/drawpix/Brian Paul1-1/+1
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul1-0/+3
2009-02-06swrast: return (0,0,0,1) when sampling incomplete textures, not (0,0,0,0)Brian Paul1-2/+4
2009-02-04swrast: add minor commentsBrian Paul1-0/+4
2009-02-02mesa: move code after decls. Fixes Window build failure.Brian Paul1-3/+3
2009-01-30swrast: replace RENDER_START/FINISH macros with inline functionsBrian Paul10-63/+61
2009-01-30swrast: replace macro with inline functionBrian Paul3-4/+17
2009-01-28mesa: remove GL_SGIX_shadow, GL_SGIX_shadow_ambient and GL_SGIX_depth_textureBrian Paul1-98/+1
2009-01-28mesa: implement texture swizzling in swrastBrian Paul3-8/+72
2009-01-28mesa: if texObj is NULL in fetch_texel_*(), return black.Brian Paul1-20/+32
2009-01-23swrast: updates for GL_NV_texture_env_combine4Brian Paul2-17/+117
2009-01-23Track two sets of back-face stencil stateIan Romanick1-2/+4
2009-01-22Merge commit 'origin/master' into gallium-0.2Alan Hourihane3-1/+15
2009-01-21swrast: fix redundant texture application in affine_textured_triangle().Brian Paul1-1/+9
2009-01-20mesa: silence uninitialized var warningsBrian Paul2-0/+6
2009-01-09mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt1-1/+1
2009-01-07mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt1-1/+1
2008-12-08Merge commit 'origin/master' into gallium-0.2Alan Hourihane1-541/+477
2008-12-05mesa: assorted clean-ups, updated comments, etc.Brian1-155/+137
2008-12-05mesa: replace large macros with inline functionsBrian1-386/+338
2008-11-28mesa: add missing break statementsBrian Paul1-0/+2
2008-10-10Merge commit 'origin/master' into gallium-0.2Brian Paul1-0/+1
2008-10-10mesa: include needed headerBrian Paul1-0/+1
2008-10-10Merge commit 'origin/master' into gallium-0.2Keith Whitwell3-15/+15
2008-10-07mesa: pass 'mask', not NULL to renderbuffer->Put functionsBrian Paul1-10/+10
2008-10-06mesa: adjust texcoords for swrast sprite points.Brian Paul1-2/+2
2008-10-01Unify ARB_depth_texture and SGIX_depth_textureIan Romanick1-3/+3