summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast
Commit message (Expand)AuthorAgeFilesLines
* swrast: use better _swrast_compute_lambda() functionBrian Paul2009-03-171-6/+6
* mesa: add support for ATI_envmap_bumpmapRoland Scheidegger2009-03-121-1/+94
* mesa: remove some last remnants of GL_MESA_program_debugBrian Paul2009-03-112-8/+0
* mesa: remove gl_texture_object::_Function field and associated codeBrian Paul2009-03-111-1/+3
* swrast: remove old commentBrian Paul2009-03-071-2/+0
* swrast: rename s_buffers.c -> s_clear.cBrian Paul2009-03-071-0/+0
* mesa: remove GL_MESA_program_debug extensionBrian Paul2009-03-071-6/+0
* mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul2009-03-023-6/+6
* swrast: use _EnabledCoordUnits for fixed-function texturingBrian Paul2009-03-022-8/+8
* mesa: remove unused AUX buffersBrian Paul2009-03-021-4/+1
* mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul2009-02-282-7/+7
* mesa: move GLfixed type and related macros to swrast moduleBrian Paul2009-02-282-0/+34
* mesa: replace FEEDBACK_TOKEN macro with _mesa_feedback_token() inline functionBrian Paul2009-02-281-4/+4
* mesa: use an array for current texture objectsBrian Paul2009-02-211-5/+10
* swrast: Set vp_override flag during DrawPixelsNicolai Haehnle2009-02-181-0/+11
* Merge commit 'origin/gallium-master-merge'Brian Paul2009-02-102-1/+4
|\
| * swrast: fix typo: s/drapix/drawpix/Brian Paul2009-02-091-1/+1
| * mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-091-0/+3
| |\
| | * Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-223-1/+15
| | |\
| | * | mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt2009-01-091-1/+1
| | * | Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-12-081-541/+477
| | |\ \
| | * \ \ Merge commit 'origin/master' into gallium-0.2Brian Paul2008-10-101-0/+1
| | |\ \ \
| | * \ \ \ Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-10-103-15/+15
| | |\ \ \ \
| | * | | | | swrast: remove dead file not present in masterKeith Whitwell2008-09-211-36/+0
| | * | | | | swrast: remove merge droppingsKeith Whitwell2008-09-211-4/+0
| | * | | | | Merge branch 'master' into gallium-0.2Keith Whitwell2008-09-2134-56/+44
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-09-181-0/+2
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ 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
* | | | | | | | | | swrast: use ASSIGN_4V() macroBrian Paul2009-02-091-4/+2
|/ / / / / / / / /
* | | | | | | | | swrast: return (0,0,0,1) when sampling incomplete textures, not (0,0,0,0)Brian Paul2009-02-061-2/+4
* | | | | | | | | swrast: add minor commentsBrian Paul2009-02-041-0/+4
* | | | | | | | | mesa: move code after decls. Fixes Window build failure.Brian Paul2009-02-021-3/+3
* | | | | | | | | swrast: replace RENDER_START/FINISH macros with inline functionsBrian Paul2009-01-3010-63/+61
* | | | | | | | | swrast: replace macro with inline functionBrian Paul2009-01-303-4/+17
* | | | | | | | | mesa: remove GL_SGIX_shadow, GL_SGIX_shadow_ambient and GL_SGIX_depth_textureBrian Paul2009-01-281-98/+1
* | | | | | | | | mesa: implement texture swizzling in swrastBrian Paul2009-01-283-8/+72
* | | | | | | | | mesa: if texObj is NULL in fetch_texel_*(), return black.Brian Paul2009-01-281-20/+32