summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2008-09-26mesa: remove invalid assertions that programs have parametersBrian Paul
2008-09-26mesa: fix param indexingBrad King
2008-09-26mesa: fix/simplify initialization of vertex/fragment program limitsBrian Paul
2008-09-26mesa: increase MAX_INSTRUCTIONSBrian Paul
2008-09-26mesa: fix swizzle failure, fix typoBrian Paul
2008-09-26mesa: fix default buffer object access valueBrian Paul
2008-09-26mesa: fix indentingKeith Whitwell
2008-09-26Merge commit 'origin/master' into HEADKeith Whitwell
2008-09-25mesa: fix cast/conversion for optional codeBrian
2008-09-25mesa: fix/simplify initialization of vertex/fragment program limitsBrian Paul
2008-09-25mesa: fix typo (s/feadback/feedback/). Fixes broken selection/feedback.Brian Paul
2008-09-25mesa: increase MAX_INSTRUCTIONSBrian Paul
2008-09-25mesa: fix swizzle failure, fix typoBrian Paul
2008-09-25mesa: fix float->int mapping for glGetIntegerv(GL_DEPTH_CLEAR_VALUE)Brian Paul
2008-09-25mesa: fix default buffer object access valueBrian Paul
2008-09-24set SamplerUnit[] entry in load_texture() just to be safeBrian
2008-09-24use PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when generating immediates/...Brian
2008-09-24set program->SamplersUsed bit when using a texture instructionBrian
2008-09-24Remove ctx field from texenvprog_cacheBrian
2008-09-24include programopt.hBrian
2008-09-24Disable vertex shader fog, compute fog in fragment shader.Brian
2008-09-24temporarily set the FRAG_BIT_FOGC bit in InputsRead when fog is enabledBrian
2008-09-23Merge commit 'origin/master' into gallium-0.2Keith Whitwell
2008-09-23mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca
2008-09-23mesa: new gl_fragment_program fields indicating use of fog, front-facing, poi...Brian Paul
2008-09-23Added new _mesa_clip_copytexsubimage() function to do avoid clipping down in ...Brian
2008-09-23remove leftover merge conflict markersKeith Whitwell
2008-09-22Remove incorrect test from mmAllocMem.Michel Dänzer
2008-09-22Remove incorrect test from mmAllocMem.Michel Dänzer
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell
2008-09-21mesa: allow for extra per-context initBrian Paul
2008-09-21mesa: texture crop rect stateBrian Paul
2008-09-21mesa: set point stateBrian Paul
2008-09-21mesa: fix some feature testsBrian Paul
2008-09-21mesa: fix some pixel transfer state tests for depth formatsBrian Paul
2008-09-21mesa: Silence compiler warnings on Windows.Michal Krol
2008-09-21mesa: comments about vectors vs componentsBrian Paul
2008-09-21mesa: remove debug codeBrian Paul
2008-09-21mesa: implement glGetUniformiv() with new ctx->Driver functionBrian Paul
2008-09-21mesa: added case for fixed ptBrian Paul
2008-09-21mesa: point size arraysBrian Paul
2008-09-21mesa: Replace deprecated __MSC__ macro.José Fonseca
2008-09-21mesa: More signed/unsigned float/integer fixes.José Fonseca
2008-09-21mesa: Use appropriate unsigned/signed, float/integer types.José Fonseca
2008-09-21mesa: Use _mesa_bsearch.José Fonseca
2008-09-21mesa: bsearch implementation for WinCE.José Fonseca
2008-09-21mesa: ASSERT macro is already defined by WinCE headers.José Fonseca
2008-09-21mesa: init ctx->RenderModeBrian Paul
2008-09-21mesa: GL_BYTE vertex/texcoord arraysBrian Paul
2008-09-21mesa: initial support for fixed-pt vertex arraysBrian Paul